summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Wilcox <AWilcox@Wilcox-Tech.com>2016-04-17 11:45:34 -0500
committerAndrew Wilcox <AWilcox@Wilcox-Tech.com>2016-04-17 11:45:34 -0500
commitbfa5f9b7f8702514d363010cf125a303eaa2589b (patch)
tree74c102341261b1d50c750d9799520b0e46ef2f1c
parent6261b05a1a15ad65e150ac498dced45b071461bb (diff)
downloadpackages-bfa5f9b7f8702514d363010cf125a303eaa2589b.tar.gz
packages-bfa5f9b7f8702514d363010cf125a303eaa2589b.tar.bz2
packages-bfa5f9b7f8702514d363010cf125a303eaa2589b.tar.xz
packages-bfa5f9b7f8702514d363010cf125a303eaa2589b.zip
virtual/adelie-base: new package
This is mainly for the benefit of APK, since sets aren't packages.
-rw-r--r--profiles/base/package.accept_keywords1
-rw-r--r--virtual/adelie-base/adelie-base-0.ebuild47
-rw-r--r--virtual/adelie-base/metadata.xml12
3 files changed, 60 insertions, 0 deletions
diff --git a/profiles/base/package.accept_keywords b/profiles/base/package.accept_keywords
index 5455123d2..c3badf4d4 100644
--- a/profiles/base/package.accept_keywords
+++ b/profiles/base/package.accept_keywords
@@ -1,3 +1,4 @@
+=dev-util/cflow-1.4 **
=sys-apps/shadow-4.2.1-r2 **
=sys-devel/m4-1.4.17 **
=sys-kernel/linux-headers-4.4 **
diff --git a/virtual/adelie-base/adelie-base-0.ebuild b/virtual/adelie-base/adelie-base-0.ebuild
new file mode 100644
index 000000000..818717fb2
--- /dev/null
+++ b/virtual/adelie-base/adelie-base-0.ebuild
@@ -0,0 +1,47 @@
+# 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-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
new file mode 100644
index 000000000..40d5997fd
--- /dev/null
+++ b/virtual/adelie-base/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<longdescription lang="en">
+ This package contains all of the packages required to have a base
+ Adélie Linux installation.
+</longdescription>
+<use>
+ <flag name="lp">Include the lp(1) command from <pkg>net-print/cups</pkg>.</flag>
+ <flag name="posix">Include miscellaneous utilities required for POSIX® conformance that may not be useful in all situations.</flag>
+</use>
+</pkgmetadata>