summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/darkelf-meta/darkelf-meta-0.1.ebuild')
-rw-r--r--app-misc/darkelf-meta/darkelf-meta-0.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-misc/darkelf-meta/darkelf-meta-0.1.ebuild b/app-misc/darkelf-meta/darkelf-meta-0.1.ebuild
new file mode 100644
index 0000000..d8cf5d4
--- /dev/null
+++ b/app-misc/darkelf-meta/darkelf-meta-0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="The most relevant ebuilds from darkelf repository (meta package)"
+HOMEPAGE="http://homepages.uni-paderborn.de/neuron/gentoo/darkelf/"
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="minimal"
+
+RDEPEND="x11-themes/darkelf-gtk-themes
+ app-shells/zsh-syntax-highlighting
+ app-portage/emake
+ app-portage/darkelf-features
+ !minimal? (
+ x11-plugins/lurch
+ net-dialup/simple-rt
+ )
+"