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 | ee67a3f8e59cb95cdb22fce6485ac036b08a1592 (patch) | |
tree | 265b7cdc95c48e52c178263bfeb9958b3e26358d /app-text/fdftk/fdftk-6.0-r1.ebuild | |
parent | version bump: changed to tar.bz2 as compression (diff) | |
download | historical-ee67a3f8e59cb95cdb22fce6485ac036b08a1592.tar.gz historical-ee67a3f8e59cb95cdb22fce6485ac036b08a1592.tar.bz2 historical-ee67a3f8e59cb95cdb22fce6485ac036b08a1592.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.
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'app-text/fdftk/fdftk-6.0-r1.ebuild')
-rw-r--r-- | app-text/fdftk/fdftk-6.0-r1.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
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() { |