Move to root

This commit is contained in:
Mario Fetka
2012-01-14 09:45:05 +01:00
parent d884fb4a6d
commit 5253d3ea35
482 changed files with 0 additions and 578 deletions

16
eclass/novell.eclass Normal file
View File

@@ -0,0 +1,16 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
#
# Original Author: Garami Gabor
# Purpose: Novell package download
# Update: Mario Fetka <mario-fetka@gmx.at>
#
# /etc/portage/novell.acc: Novell account information (NOVELL_ACCOUN_USERNAME, NOVELL_ACCOUNT_PASSWORD)
if [ -e /etc/portage/novell.acc ] ; then
. /etc/portage/novell.acc
else
RESTRICT="${RESTRICT} fetch"
fi