mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-perl/Palm: Bump to version 1.400.0
- EAPI6 - First real post-migration version where PN=Upstream - DESCRIPTION updated - LICENSE updated - Added "examples" USE - Tests cleaned up Upstream: - Palm::Raw and Palm::PDB split into dev-perl/Palm-PDB Needs Re-Keywording for: ~alpha ~ppc Including: dev-perl/Palm-PDB-1.400.0 Package-Manager: portage-2.2.27
This commit is contained in:
committed by
Andreas K. Hüttel
parent
ea46cb6d61
commit
0d3f0b97b5
@@ -1 +1,2 @@
|
||||
DIST Palm-1.400.tar.gz 53355 SHA256 2e082c51eccaf1398a37a3e4b753818768d8cd4276c9d2e72a258b30357ae4fb SHA512 a8b8fe962db5df9442e6576d6e1d78fa8c4d58c088f9dc8a681c448ecd59c037529c4ed3d13f24afabba41adf1223032d9713e31fd71f775d9b5d42c8364dc39 WHIRLPOOL 9f569c7e8e8b7eee2ac1de6edc782a16392793bc40b5e35077c435b687a16805ef3697136b4a538e964fc9d59fdbc74efcb60da169876633c0ba88a4c4b080c8
|
||||
DIST p5-Palm-1.012.tar.gz 55417 SHA256 c46c007254e249e34cbcb6ff0d3856d360238a5f51e6b6fc21e7f1dc7d4bf268 SHA512 781993b434c1d62bd450c6be7e618f52dfdd331db0b32737de34fb4045cf1f1bbeacc5c03f9fa72192c7acf6a91b8623cae50e5301d120e29acece3fae4987b1 WHIRLPOOL e6aebcb4b88d3c198901bd6133656e33a5c84fa29a5af42ca54b2158869a1f779728b014d545ed89a5dd5f4fe1c645e08372084ca6e67e8cdbe9badc72a04ab1
|
||||
|
||||
39
dev-perl/Palm/Palm-1.400.0.ebuild
Normal file
39
dev-perl/Palm/Palm-1.400.0.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=CJM
|
||||
DIST_VERSION=1.400
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Read & write Palm OS databases (both PDB and PRC)"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test examples"
|
||||
|
||||
# Palm::Raw -> Palm-PDB
|
||||
RDEPEND="
|
||||
virtual/perl-Exporter
|
||||
dev-perl/Palm-PDB
|
||||
"
|
||||
DEPEND="
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
virtual/perl-Test-Simple
|
||||
)
|
||||
"
|
||||
src_test() {
|
||||
perl_rm_files "t/pod.t" "t/pod_coverage.t"
|
||||
perl-module_src_test
|
||||
}
|
||||
src_install() {
|
||||
perl-module_src_install
|
||||
if use examples; then
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
insinto /usr/share/doc/${PF}/examples/
|
||||
doins -r examples/*
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user