summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2016-07-15 17:29:57 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2016-07-15 17:30:12 +0200
commitd214fba078363bf33201e9084b1db4f7e3a3936f (patch)
tree430746abbe774beee1238205730d60c3cefa8f06 /dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild
parentsys-block/btrace: cleanup ebuild. (diff)
downloadgentoo-d214fba078363bf33201e9084b1db4f7e3a3936f.tar.gz
gentoo-d214fba078363bf33201e9084b1db4f7e3a3936f.tar.bz2
gentoo-d214fba078363bf33201e9084b1db4f7e3a3936f.zip
dev-perl/Linux-Distribution: New package
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild')
-rw-r--r--dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild b/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild
new file mode 100644
index 000000000000..d2e377454434
--- /dev/null
+++ b/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CHORNY
+DIST_VERSION=0.23
+inherit perl-module
+
+DESCRIPTION="Perl extension to detect on which Linux distribution we are running"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ test? ( virtual/perl-Test-Simple )
+"