summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-23 22:45:25 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-23 23:01:07 +0200
commit5fdebd3ae05bb225ee361a5bbd607bf8bdb7284a (patch)
tree00ff4ffab868704b84917408b8502fd13b90b1e1 /dev-perl/Palm-PDB/Palm-PDB-1.400.0-r1.ebuild
parentnet-misc/icecast: drop old version (diff)
downloadgentoo-5fdebd3ae05bb225ee361a5bbd607bf8bdb7284a.tar.gz
gentoo-5fdebd3ae05bb225ee361a5bbd607bf8bdb7284a.tar.bz2
gentoo-5fdebd3ae05bb225ee361a5bbd607bf8bdb7284a.zip
dev-perl/Palm-PDB: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Palm-PDB/Palm-PDB-1.400.0-r1.ebuild')
-rw-r--r--dev-perl/Palm-PDB/Palm-PDB-1.400.0-r1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Palm-PDB/Palm-PDB-1.400.0-r1.ebuild b/dev-perl/Palm-PDB/Palm-PDB-1.400.0-r1.ebuild
new file mode 100644
index 000000000000..55054d2f13fb
--- /dev/null
+++ b/dev-perl/Palm-PDB/Palm-PDB-1.400.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CJM
+DIST_VERSION=1.400
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="Parse Palm database files"
+
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+
+# This package is split upstream from "Palm"
+# so collides before 1.14.0
+RDEPEND="
+ !<dev-perl/Palm-1.14.0
+"
+
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"