From 2d48ca3316077ae0f94af5df66455e8595d2d8d9 Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Sun, 24 Apr 2016 19:35:14 -0500 Subject: sys-apps/adelie-base: move from virtual --- sys-apps/adelie-base/adelie-base-0.ebuild | 68 +++++++++++++++++++++++++++++++ sys-apps/adelie-base/metadata.xml | 12 ++++++ virtual/adelie-base/adelie-base-0.ebuild | 49 ---------------------- virtual/adelie-base/metadata.xml | 12 ------ 4 files changed, 80 insertions(+), 61 deletions(-) create mode 100644 sys-apps/adelie-base/adelie-base-0.ebuild create mode 100644 sys-apps/adelie-base/metadata.xml delete mode 100644 virtual/adelie-base/adelie-base-0.ebuild delete mode 100644 virtual/adelie-base/metadata.xml diff --git a/sys-apps/adelie-base/adelie-base-0.ebuild b/sys-apps/adelie-base/adelie-base-0.ebuild new file mode 100644 index 000000000..eadfd99f6 --- /dev/null +++ b/sys-apps/adelie-base/adelie-base-0.ebuild @@ -0,0 +1,68 @@ +# Copyright 2015-2016 Adélie Linux Team +# Distributed under the terms of the NCSA license + +EAPI=6 + +DESCRIPTION="The Adélie Linux Base System" + +SLOT="0" +KEYWORDS="~alpha arm ~arm64 ~hppa mips ppc ~ppc64 ~sparc64 x86 x86_64" + +IUSE="lp +posix" + +RDEPEND=" + virtual/package-manager + virtual/libc + mail-mta/postfix + app-admin/syslog-ng + app-arch/libarchive + app-shells/zsh + sys-devel/binutils + sys-process/at + sys-apps/coreutils + sys-apps/diffutils + sys-process/fcron + sys-apps/file + sys-apps/findutils + sys-apps/shimmy + sys-apps/grep + sys-apps/noxcuse[noxcuse_apps_iconv] + sys-process/procps[kill] + sys-apps/util-linux[tty-helpers] + lp? ( net-print/cups ) + mail-client/nail + sys-apps/man-db + virtual/shadow + sys-devel/patch + sys-apps/sed + sys-libs/ncurses + app-arch/sharutils + sys-devel/bc + app-editors/vim + sys-process/psmisc + posix? ( sys-apps/ed + sys-devel/m4 + app-arch/pax + dev-util/cflow + app-arch/ncompress + ) +" + +src_unpack() { + mkdir -p "${S}" +} + +src_install() { + mkdir -p "${D}/dev" + mkdir -p "${D}/etc" + cat > "${D}/etc/lsb-release" <<- EOF +DISTRIB_ID=Adélie +DISTRIB_RELEASE=1.0 +DISTRIB_DESCRIPTION="Adélie Linux" + EOF + cat > "${D}/etc/adelie-release" <<- EOF +1.0 + EOF + mkdir -p "${D}/proc" + mkdir -p "${D}/sys" +} diff --git a/sys-apps/adelie-base/metadata.xml b/sys-apps/adelie-base/metadata.xml new file mode 100644 index 000000000..40d5997fd --- /dev/null +++ b/sys-apps/adelie-base/metadata.xml @@ -0,0 +1,12 @@ + + + + + This package contains all of the packages required to have a base + Adélie Linux installation. + + + Include the lp(1) command from net-print/cups. + Include miscellaneous utilities required for POSIX® conformance that may not be useful in all situations. + + diff --git a/virtual/adelie-base/adelie-base-0.ebuild b/virtual/adelie-base/adelie-base-0.ebuild deleted file mode 100644 index efa6434aa..000000000 --- a/virtual/adelie-base/adelie-base-0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2015-2016 Adélie Linux Team -# Distributed under the terms of the NCSA license - -EAPI=6 - -DESCRIPTION="The Adélie Linux Base System" - -SLOT="0" -KEYWORDS="~alpha arm ~arm64 ~hppa mips ppc ~ppc64 ~sparc64 x86 x86_64" - -IUSE="lp +posix" - -RDEPEND=" - virtual/package-manager - virtual/libc - mail-mta/postfix - app-admin/syslog-ng - app-arch/libarchive - app-shells/zsh - sys-devel/binutils - sys-process/at - sys-apps/coreutils - sys-apps/diffutils - sys-process/fcron - sys-apps/file - sys-apps/findutils - sys-apps/shimmy - sys-apps/grep - sys-apps/noxcuse[noxcuse_apps_iconv] - sys-process/procps[kill] - sys-apps/util-linux[tty-helpers] - lp? ( net-print/cups ) - mail-client/nail - sys-apps/man-db - virtual/shadow - sys-devel/patch - sys-apps/sed - sys-libs/ncurses - app-arch/sharutils - sys-devel/bc - app-editors/vim - sys-process/psmisc - posix? ( sys-apps/ed - sys-devel/m4 - app-arch/pax - dev-util/cflow - app-arch/ncompress - ) -" diff --git a/virtual/adelie-base/metadata.xml b/virtual/adelie-base/metadata.xml deleted file mode 100644 index 40d5997fd..000000000 --- a/virtual/adelie-base/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - This package contains all of the packages required to have a base - Adélie Linux installation. - - - Include the lp(1) command from net-print/cups. - Include miscellaneous utilities required for POSIX® conformance that may not be useful in all situations. - - -- cgit v1.2.3-70-g09d2