diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-31 19:05:48 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-31 19:05:48 +0000 |
commit | c1035b6fc0795f4ecce98962362b8ab705552718 (patch) | |
tree | 8cf18562edc270f7921abb7352c3026da3bff0aa /app-text | |
parent | remov them again, wrong policy ;) (Manifest recommit) (diff) | |
download | gentoo-2-c1035b6fc0795f4ecce98962362b8ab705552718.tar.gz gentoo-2-c1035b6fc0795f4ecce98962362b8ab705552718.tar.bz2 gentoo-2-c1035b6fc0795f4ecce98962362b8ab705552718.zip |
remove 2.02; remove mips/arm keywords (bad depend); fixed homepage
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xpdf/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/xpdf/files/digest-xpdf-2.02 | 1 | ||||
-rw-r--r-- | app-text/xpdf/xpdf-2.02.1.ebuild | 6 | ||||
-rw-r--r-- | app-text/xpdf/xpdf-2.02.ebuild | 48 | ||||
-rw-r--r-- | app-text/xpdf/xpdf-2.03.ebuild | 6 | ||||
-rw-r--r-- | app-text/xpdf/xpdf-3.00.ebuild | 6 |
6 files changed, 14 insertions, 59 deletions
diff --git a/app-text/xpdf/ChangeLog b/app-text/xpdf/ChangeLog index 660be89551ed..0c7433496113 100644 --- a/app-text/xpdf/ChangeLog +++ b/app-text/xpdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/xpdf # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/ChangeLog,v 1.28 2004/01/29 12:56:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/ChangeLog,v 1.29 2004/01/31 19:05:48 lanius Exp $ + + 31 Jan 2004; Heinrich Wendel <lanius@gentoo.org> xpdf-2.02.1.ebuild, + xpdf-2.02.ebuild, xpdf-2.03.ebuild, xpdf-3.00.ebuild: + remove 2.02; remove mips/arm keywords (bad depend); fixed homepage 29 Jan 2004; Aron Griffis <agriffis@gentoo.org> xpdf-2.03.ebuild: stable on alpha and ia64 diff --git a/app-text/xpdf/files/digest-xpdf-2.02 b/app-text/xpdf/files/digest-xpdf-2.02 deleted file mode 100644 index 42c05da13f39..000000000000 --- a/app-text/xpdf/files/digest-xpdf-2.02 +++ /dev/null @@ -1 +0,0 @@ -MD5 fb54402d98fb834e5778163cfc238b44 xpdf-2.02.tar.gz 476001 diff --git a/app-text/xpdf/xpdf-2.02.1.ebuild b/app-text/xpdf/xpdf-2.02.1.ebuild index 431e9760feaa..faca3d18d4f6 100644 --- a/app-text/xpdf/xpdf-2.02.1.ebuild +++ b/app-text/xpdf/xpdf-2.02.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-2.02.1.ebuild,v 1.8 2004/01/13 16:56:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-2.02.1.ebuild,v 1.9 2004/01/31 19:05:48 lanius Exp $ IUSE="motif" @@ -8,12 +8,12 @@ MY_PV=${PV/.1/pl1} S=${WORKDIR}/${PN}-${MY_PV} DESCRIPTION="An X Viewer for PDF Files" -HOMEPAGE="http://www.foolabs.com/xpdf/xpdf.html" +HOMEPAGE="http://www.foolabs.com/xpdf/" SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${PN}-${MY_PV}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha ~mips hppa ~arm amd64" +KEYWORDS="x86 ppc sparc alpha hppa amd64" DEPEND="motif? ( virtual/x11 x11-libs/openmotif ) diff --git a/app-text/xpdf/xpdf-2.02.ebuild b/app-text/xpdf/xpdf-2.02.ebuild deleted file mode 100644 index 0e6e52bb6414..000000000000 --- a/app-text/xpdf/xpdf-2.02.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-2.02.ebuild,v 1.7 2004/01/11 13:42:02 lanius Exp $ - -IUSE="motif" - -S=${WORKDIR}/${P} -DESCRIPTION="An X Viewer for PDF Files" -HOMEPAGE="http://www.foolabs.com/xpdf/xpdf.html" -SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha ~mips ~hppa ~arm" - -DEPEND="motif? ( virtual/x11 - x11-libs/openmotif ) - >=media-libs/freetype-2.0.5 - >=media-libs/t1lib-1.3 - virtual/ghostscript" - -src_compile() { - econf \ - --enable-freetype2 \ - --with-freetype2-includes=/usr/include/freetype2 \ - --with-gzip || die - - make ${MAKEOPTS} || die -} - - -src_install() { - make DESTDIR=${D} install || die - prepallman - dodoc README ANNOUNCE CHANGES - insinto /etc - doins ${FILESDIR}/xpdfrc -} - -pkg_postinst() { - einfo - einfo "HINT: To have even nicer results add these lines to your ~/.xpdfrc" - einfo - einfo " include /etc/xpdfrc" - einfo " t1libControl high" - einfo " freetypeControl high" - einfo -} diff --git a/app-text/xpdf/xpdf-2.03.ebuild b/app-text/xpdf/xpdf-2.03.ebuild index eb2cf88338a2..762d03f4cb04 100644 --- a/app-text/xpdf/xpdf-2.03.ebuild +++ b/app-text/xpdf/xpdf-2.03.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-2.03.ebuild,v 1.7 2004/01/29 12:56:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-2.03.ebuild,v 1.8 2004/01/31 19:05:48 lanius Exp $ MY_PV=${PV/.1/pl1} S=${WORKDIR}/${PN}-${MY_PV} DESCRIPTION="An X Viewer for PDF Files" -HOMEPAGE="http://www.foolabs.com/xpdf/xpdf.html" +HOMEPAGE="http://www.foolabs.com/xpdf/" SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc alpha ~mips hppa ~arm ~amd64 ia64" +KEYWORDS="x86 ~ppc sparc alpha hppa ~amd64 ia64" IUSE="motif" DEPEND="motif? ( virtual/x11 diff --git a/app-text/xpdf/xpdf-3.00.ebuild b/app-text/xpdf/xpdf-3.00.ebuild index a5adca915982..479468807298 100644 --- a/app-text/xpdf/xpdf-3.00.ebuild +++ b/app-text/xpdf/xpdf-3.00.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-3.00.ebuild,v 1.2 2004/01/27 13:55:46 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-3.00.ebuild,v 1.3 2004/01/31 19:05:48 lanius Exp $ DESCRIPTION="An X Viewer for PDF Files" -HOMEPAGE="http://www.foolabs.com/xpdf/xpdf.html" +HOMEPAGE="http://www.foolabs.com/xpdf/" SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips hppa ~arm ~amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~amd64 ~ia64" IUSE="motif" DEPEND="motif? ( virtual/x11 |