diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-02-09 09:31:31 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-02-09 09:31:31 +0000 |
commit | 7e66a75aba05130349863b7fa6493b1f02bec3d7 (patch) | |
tree | c491dcff37847dc52af9d01c6eb5d69f9b33081d /app-text/fdftk | |
parent | version bump: changed to tar.bz2 as compression (diff) | |
download | gentoo-2-7e66a75aba05130349863b7fa6493b1f02bec3d7.tar.gz gentoo-2-7e66a75aba05130349863b7fa6493b1f02bec3d7.tar.bz2 gentoo-2-7e66a75aba05130349863b7fa6493b1f02bec3d7.zip |
Update 6.0-r1 for new distfile location and instructions. Remove 6.0 as it needs <perl-5.8 which is not in the tree.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-text/fdftk')
-rw-r--r-- | app-text/fdftk/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/fdftk/fdftk-6.0-r1.ebuild | 13 | ||||
-rw-r--r-- | app-text/fdftk/fdftk-6.0.ebuild | 57 | ||||
-rw-r--r-- | app-text/fdftk/files/digest-fdftk-6.0 | 3 |
4 files changed, 13 insertions, 67 deletions
diff --git a/app-text/fdftk/ChangeLog b/app-text/fdftk/ChangeLog index 09139f87293c..7b21c47de727 100644 --- a/app-text/fdftk/ChangeLog +++ b/app-text/fdftk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/fdftk # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/ChangeLog,v 1.10 2007/02/09 05:08:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/ChangeLog,v 1.11 2007/02/09 09:31:31 robbat2 Exp $ + + 09 Feb 2007; Robin H. Johnson <robbat2@gentoo.org> -fdftk-6.0.ebuild, + fdftk-6.0-r1.ebuild: + Update 6.0-r1 for new distfile location and instructions. Remove 6.0 as it + needs <perl-5.8 which is not in the tree. 09 Feb 2007; Robin H. Johnson <robbat2@gentoo.org> files/digest-fdftk-6.0, files/digest-fdftk-6.0-r1, Manifest: diff --git a/app-text/fdftk/fdftk-6.0-r1.ebuild b/app-text/fdftk/fdftk-6.0-r1.ebuild index fc22fcb985e5..cb42c8090cb9 100644 --- a/app-text/fdftk/fdftk-6.0-r1.ebuild +++ b/app-text/fdftk/fdftk-6.0-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/fdftk-6.0-r1.ebuild,v 1.6 2005/01/01 16:14:02 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/fdftk-6.0-r1.ebuild,v 1.7 2007/02/09 09:31:31 robbat2 Exp $ MY_P="FDFToolkitForUnix" At="${MY_P}.tar.gz" DESCRIPTION="Acrobat FDF Toolkit" -HOMEPAGE="http://partners.adobe.com/asn/acrobat/forms.jsp" +HOMEPAGE="http://www.adobe.com/devnet/acrobat/fdftoolkit.html" SRC_URI="${At}" SLOT="0" @@ -21,9 +21,10 @@ IUSE="" S=${WORKDIR}/${MY_P} pkg_nofetch() { - einfo "Please download ${At} from:" - einfo ${HOMEPAGE} - einfo "and move it to ${DISTDIR}" + einfo "1. Visit ${HOMEPAGE}" + einfo "2. Review EULA" + einfo "3. Download ${At}" + einfo "4. Move ${At} to ${DISTDIR}" } src_unpack() { diff --git a/app-text/fdftk/fdftk-6.0.ebuild b/app-text/fdftk/fdftk-6.0.ebuild deleted file mode 100644 index 0f4b47cb10bc..000000000000 --- a/app-text/fdftk/fdftk-6.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/fdftk-6.0.ebuild,v 1.4 2005/01/01 16:14:02 eradicator Exp $ - -IUSE="perl" - -MY_P="FDFToolkitForUnix" -At="${MY_P}.tar.gz" - -DESCRIPTION="Acrobat FDF Toolkit" -HOMEPAGE="http://partners.adobe.com/asn/acrobat/forms.jsp" -SRC_URI="${At}" - -SLOT="0" -LICENSE="Adobe" -KEYWORDS="-* ~x86" # binaries for i386 type hardware ONLY -RESTRICT="fetch" - -DEPEND="virtual/libc - perl? ( dev-lang/perl )" - -S=${WORKDIR}/${MY_P} - -pkg_nofetch() { - einfo "Please download ${At} from:" - einfo ${HOMEPAGE} - einfo "and move it to ${DISTDIR}" -} - -src_unpack() { - if [ ! -r ${DISTDIR}/${At} ]; then - eerror "cannot read ${At}. Please check the permission and try again." - die - fi - unpack ${At} || die -} - -src_install () { - into /opt/${P} - dolib.so "Headers and Libraries/LINUX/FDF.so" || die - dolib.so "Headers and Libraries/LINUX/libFdfTk.so" || die - insinto /opt/${P}/include - doins "Headers and Libraries/Headers/FdfTk.h" || die - - if use perl; then - eval `perl '-V:package'` - eval `perl '-V:version'` - insinto /usr/lib/${package}/vendor_perl/${version}/Acrobat - doins "Headers and Libraries/Headers/FDF.pm" || die - fi - - into /usr - dodoc ReadMe.txt Documentation/*.pdf - - dodir /etc/env.d - echo "LDPATH=/opt/${P}/lib" >${D}/etc/env.d/55${P} -} diff --git a/app-text/fdftk/files/digest-fdftk-6.0 b/app-text/fdftk/files/digest-fdftk-6.0 deleted file mode 100644 index 4e2244e9e8b4..000000000000 --- a/app-text/fdftk/files/digest-fdftk-6.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c67eb1dc626f48dcb8e388c89106dd58 FDFToolkitForUnix.tar.gz 5725906 -RMD160 b7a3365ce9374d8f5bb0186f33801fd40ca94392 FDFToolkitForUnix.tar.gz 5725906 -SHA256 f7da280f258051f790efdcb6717c95f11acd410f825a0450864d4eea943afa51 FDFToolkitForUnix.tar.gz 5725906 |