diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-03-10 20:39:45 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-03-10 20:39:45 +0000 |
commit | 9582f4137e17d031de063aacb9670f2af858895c (patch) | |
tree | 9881695c9a2af071d0b7da3c07f53e870b450bc2 /app-text/fdftk | |
parent | stable on alpha and ia64 (diff) | |
download | historical-9582f4137e17d031de063aacb9670f2af858895c.tar.gz historical-9582f4137e17d031de063aacb9670f2af858895c.tar.bz2 historical-9582f4137e17d031de063aacb9670f2af858895c.zip |
change the perl stuff around.
Diffstat (limited to 'app-text/fdftk')
-rw-r--r-- | app-text/fdftk/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/fdftk/Manifest | 4 | ||||
-rw-r--r-- | app-text/fdftk/fdftk-6.0-r1.ebuild | 58 | ||||
-rw-r--r-- | app-text/fdftk/files/digest-fdftk-6.0-r1 | 1 |
4 files changed, 66 insertions, 2 deletions
diff --git a/app-text/fdftk/ChangeLog b/app-text/fdftk/ChangeLog index d29fd7d6b4db..6460dd763ab8 100644 --- a/app-text/fdftk/ChangeLog +++ b/app-text/fdftk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/fdftk # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/ChangeLog,v 1.1 2004/03/10 05:38:09 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/ChangeLog,v 1.2 2004/03/10 20:39:45 robbat2 Exp $ + + 10 Mar 2004; Robin H. Johnson <robbat2@gentoo.org> : + change the perl stuff around. *fdftk-6.0 (09 Mar 2004) diff --git a/app-text/fdftk/Manifest b/app-text/fdftk/Manifest index 4b958d297186..3908293a180d 100644 --- a/app-text/fdftk/Manifest +++ b/app-text/fdftk/Manifest @@ -1,3 +1,5 @@ MD5 4afb1c39b3cde5d15ca5d8bc42d069fd fdftk-6.0.ebuild 1375 -MD5 6285b36ec3c58c3d1634039e0361ef9b ChangeLog 436 +MD5 a5adb24abd3408659371521d2e15ff73 ChangeLog 524 +MD5 6651b14c5da8a7fb38016ca3d9937ef9 fdftk-6.0-r1.ebuild 1547 MD5 715edf1c5c2a4f201f9e770bc4d0c002 files/digest-fdftk-6.0 70 +MD5 715edf1c5c2a4f201f9e770bc4d0c002 files/digest-fdftk-6.0-r1 70 diff --git a/app-text/fdftk/fdftk-6.0-r1.ebuild b/app-text/fdftk/fdftk-6.0-r1.ebuild new file mode 100644 index 000000000000..ce115f142469 --- /dev/null +++ b/app-text/fdftk/fdftk-6.0-r1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/03/10 20:39:45 robbat2 Exp $ + +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 nostrip nomirror" + +#DEPEND="virtual/glibc +# perl? ( dev-lang/perl )" +#IUSE="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/libFdfTk.so" || die + insinto /opt/${P}/include + doins "Headers and Libraries/Headers/FdfTk.h" || die + # It doesn't support Perl 5.8.* + #if use perl; then + # eval `perl '-V:package'` + # eval `perl '-V:version'` + # eval `perl '-V:archname'` + # insinto /usr/lib/${package}/vendor_perl/${version}/Acrobat + # exeinto /usr/lib/${package}/vendor_perl/${version}/${archname}/auto/Acrobat/FDF + # doexe "Headers and Libraries/LINUX/FDF.so" || die + # 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-r1 b/app-text/fdftk/files/digest-fdftk-6.0-r1 new file mode 100644 index 000000000000..be04a32bee7a --- /dev/null +++ b/app-text/fdftk/files/digest-fdftk-6.0-r1 @@ -0,0 +1 @@ +MD5 c67eb1dc626f48dcb8e388c89106dd58 FDFToolkitForUnix.tar.gz 5725906 |