diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
commit | 7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch) | |
tree | 1684924656132935256e034f35f92abee6623265 /app-misc/anaconda-runtime/anaconda-runtime-1.1-r3.ebuild |
Added ebuilds for kogaion desktop
Diffstat (limited to 'app-misc/anaconda-runtime/anaconda-runtime-1.1-r3.ebuild')
-rw-r--r-- | app-misc/anaconda-runtime/anaconda-runtime-1.1-r3.ebuild | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/app-misc/anaconda-runtime/anaconda-runtime-1.1-r3.ebuild b/app-misc/anaconda-runtime/anaconda-runtime-1.1-r3.ebuild new file mode 100644 index 00000000..4ea75cd9 --- /dev/null +++ b/app-misc/anaconda-runtime/anaconda-runtime-1.1-r3.ebuild @@ -0,0 +1,50 @@ +# Copyright 2004-2010 Sabayon +# Distributed under the terms of the GNU General Public License v2 +# $ + +EAPI="2" + +DESCRIPTION="Anaconda Installer runtime meta-package (containing all the runtime dependencies)" +SRC_URI="" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +DEPEND="" +RDEPEND="app-admin/system-config-date + app-admin/system-config-users + >=app-misc/rogentos-live-1 + >=app-misc/rogentos-version-1 + app-text/xmlto + dev-libs/elfutils + dev-libs/libnl + dev-libs/libxml2[python] + dev-python/pyblock + >=dev-python/python-cryptsetup-0.1.4 + dev-python/python-meh + dev-python/python-nss + dev-python/python-report + dev-python/urlgrabber + dev-util/pykickstart + net-misc/curl + net-misc/dhcp + net-misc/fcoe-utils + >=net-misc/networkmanager-0.7.2 + sys-apps/dmidecode + >=sys-boot/grub-1.98 + sys-boot/makebootfat + sys-fs/btrfs-progs + sys-fs/cryptsetup + sys-fs/dosfstools + sys-fs/e2fsprogs + sys-fs/jfsutils + sys-fs/mdadm + sys-fs/multipath-tools + || ( sys-fs/ntfsprogs sys-fs/ntfs3g[ntfsprogs] ) + sys-fs/reiserfsprogs + sys-fs/squashfs-tools + sys-fs/xfsprogs + sys-libs/cracklib + sys-libs/libuser + sys-libs/slang" |