diff options
author | 2004-01-25 11:50:32 +0000 | |
---|---|---|
committer | 2004-01-25 11:50:32 +0000 | |
commit | d3bf309b3228fedd945e7cb33bad70708b9f4fe0 (patch) | |
tree | 7b1b79b12a52906ab65f1ea2cb63826a8a5b9d70 /app-text/xpdf | |
parent | version bump; mark 2.03 x86 (diff) | |
download | historical-d3bf309b3228fedd945e7cb33bad70708b9f4fe0.tar.gz historical-d3bf309b3228fedd945e7cb33bad70708b9f4fe0.tar.bz2 historical-d3bf309b3228fedd945e7cb33bad70708b9f4fe0.zip |
version bump; mark 2.03 x86
Diffstat (limited to 'app-text/xpdf')
-rw-r--r-- | app-text/xpdf/Manifest | 6 | ||||
-rw-r--r-- | app-text/xpdf/files/digest-xpdf-3.00 | 1 | ||||
-rw-r--r-- | app-text/xpdf/xpdf-2.03.ebuild | 4 | ||||
-rw-r--r-- | app-text/xpdf/xpdf-3.00.ebuild | 44 |
4 files changed, 50 insertions, 5 deletions
diff --git a/app-text/xpdf/Manifest b/app-text/xpdf/Manifest index 6f7fa782fb09..00d2eb420b86 100644 --- a/app-text/xpdf/Manifest +++ b/app-text/xpdf/Manifest @@ -1,8 +1,8 @@ MD5 eeeef339206d30b77f86f8307608c23f xpdf-2.02.ebuild 1106 MD5 b3f57c7cca0ca3847f948363e887dddc xpdf-2.02.1.ebuild 1155 -MD5 7f7fd4c0be05041eace344c9732555b6 xpdf-3.00.ebuild 1082 -MD5 28f2e627241b6e0d84fd0dce3889b4fd xpdf-2.03.ebuild 1158 -MD5 a1fec11efd3f8b1df157fa902757d4da ChangeLog 3318 +MD5 97b97a4d580bfef65806ffd862ade46c xpdf-3.00.ebuild 1082 +MD5 f287e2a7b264860542034a6153f686c5 xpdf-2.03.ebuild 1158 +MD5 82fd0d4dd1e26bca858ff3089f26ad74 ChangeLog 3316 MD5 e231c3f77b475fdbe1307694e55e8542 files/digest-xpdf-2.02 61 MD5 87cd94ef77a9e99ca1fac42c32270d39 files/digest-xpdf-2.03 61 MD5 fd6eaa6f4bb5d94506718515cf20ac26 files/digest-xpdf-3.00 61 diff --git a/app-text/xpdf/files/digest-xpdf-3.00 b/app-text/xpdf/files/digest-xpdf-3.00 new file mode 100644 index 000000000000..0c8a53eec796 --- /dev/null +++ b/app-text/xpdf/files/digest-xpdf-3.00 @@ -0,0 +1 @@ +MD5 95294cef3031dd68e65f331e8750b2c2 xpdf-3.00.tar.gz 534697 diff --git a/app-text/xpdf/xpdf-2.03.ebuild b/app-text/xpdf/xpdf-2.03.ebuild index 2ddc5b1f2fb5..26fc5176da62 100644 --- a/app-text/xpdf/xpdf-2.03.ebuild +++ b/app-text/xpdf/xpdf-2.03.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.03.ebuild,v 1.4 2004/01/11 13:42:02 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-2.03.ebuild,v 1.5 2004/01/25 11:50:22 lanius Exp $ MY_PV=${PV/.1/pl1} @@ -11,7 +11,7 @@ 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 ~mips hppa ~arm ~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 new file mode 100644 index 000000000000..e78e627a3c8c --- /dev/null +++ b/app-text/xpdf/xpdf-3.00.ebuild @@ -0,0 +1,44 @@ +# 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.1 2004/01/25 11:50:22 lanius Exp $ + +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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips hppa ~arm ~amd64 ~ia64" +IUSE="motif" + +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 || die + + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + prepallman + dodoc README ANNOUNCE CHANGES COPYING + 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 +} |