mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/PDF-API2: Version bump
Package-Manager: portage-2.2.28
This commit is contained in:
committed by
Andreas K. Hüttel
parent
b926db6631
commit
73b6a5c3eb
@@ -1 +1,2 @@
|
||||
DIST PDF-API2-2.020.tar.gz 3515968 SHA256 c5d3e62529bf06717f4e24ecffbeafc0f2f463caa036cadea7be2b1f1d3f0546 SHA512 c5a6438a342ed84bc0631902c9ae4a63659bf04fa5c7256980c2bbc5acc3cbe5c3f1b7bbfda673d976e236bb6871652b332a728222fc856a684feb3093605e3a WHIRLPOOL cba533d82c9992d813679c5ae573e0177686cc26984836ef8c0cd72412dd8d29216f0cce5d6c36b11450d3960cab8966f86907550b8195312fa5a0709cd5635c
|
||||
DIST PDF-API2-2.027.tar.gz 3500950 SHA256 d24db02d902198406270551857830633b289ad39f5a9ba5431246f8cd60e7599 SHA512 39729907418b863dd97b4b5051584eac5baddc9639a1b92caa5045a5237e41d37ae267fafd37c3a89d8160f8d9b3fb3bdbc903e1cd3de9e4df158cacb8e5c1d8 WHIRLPOOL a9453ea0f3cc1bc6c2cb866eb55c82afa50760bee4ce121b97c9a6c16830f702804c6bfdd71e178f1d22ced7c21e5d1f10ff9eeac3b38eb28f330059539a442e
|
||||
|
||||
36
dev-perl/PDF-API2/PDF-API2-2.27.0.ebuild
Normal file
36
dev-perl/PDF-API2/PDF-API2-2.27.0.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=SSIMMS
|
||||
DIST_VERSION=2.027
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Facilitates the creation and modification of PDF files"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/perl-IO-Compress-1.0.0
|
||||
dev-perl/Font-TTF"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
"
|
||||
src_test() {
|
||||
perl_rm_files "t/release-pod-syntax.t"
|
||||
perl-module_src_test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
perl-module_src_install
|
||||
if use examples; then
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
docinto examples/
|
||||
dodoc -r contrib/*
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user