diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 21:32:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 21:32:40 +0000 |
commit | c778965074dc1200fca6118b720e3cad7d58005e (patch) | |
tree | e33d3b83b9f163ee5d3c0a44fc3aa4d9ac3b05a6 /app-text/xpdf | |
parent | remasked gawk (diff) | |
download | historical-c778965074dc1200fca6118b720e3cad7d58005e.tar.gz historical-c778965074dc1200fca6118b720e3cad7d58005e.tar.bz2 historical-c778965074dc1200fca6118b720e3cad7d58005e.zip |
cleaned out cruft
Diffstat (limited to 'app-text/xpdf')
-rw-r--r-- | app-text/xpdf/files/digest-xpdf-1.01 | 1 | ||||
-rw-r--r-- | app-text/xpdf/files/digest-xpdf-1.01-r1 | 1 | ||||
-rw-r--r-- | app-text/xpdf/files/digest-xpdf-2.01 | 2 | ||||
-rw-r--r-- | app-text/xpdf/files/digest-xpdf-2.01-r1 | 2 | ||||
-rw-r--r-- | app-text/xpdf/xpdf-1.01-r1.ebuild | 70 | ||||
-rw-r--r-- | app-text/xpdf/xpdf-1.01.ebuild | 37 | ||||
-rw-r--r-- | app-text/xpdf/xpdf-2.01-r1.ebuild | 77 | ||||
-rw-r--r-- | app-text/xpdf/xpdf-2.01.ebuild | 78 |
8 files changed, 0 insertions, 268 deletions
diff --git a/app-text/xpdf/files/digest-xpdf-1.01 b/app-text/xpdf/files/digest-xpdf-1.01 deleted file mode 100644 index 7561493bc7d8..000000000000 --- a/app-text/xpdf/files/digest-xpdf-1.01 +++ /dev/null @@ -1 +0,0 @@ -MD5 36d5b3458dfead16e3ec4df6596ec6f9 xpdf-1.01.tar.gz 441968 diff --git a/app-text/xpdf/files/digest-xpdf-1.01-r1 b/app-text/xpdf/files/digest-xpdf-1.01-r1 deleted file mode 100644 index 7561493bc7d8..000000000000 --- a/app-text/xpdf/files/digest-xpdf-1.01-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 36d5b3458dfead16e3ec4df6596ec6f9 xpdf-1.01.tar.gz 441968 diff --git a/app-text/xpdf/files/digest-xpdf-2.01 b/app-text/xpdf/files/digest-xpdf-2.01 deleted file mode 100644 index 6d1b74669005..000000000000 --- a/app-text/xpdf/files/digest-xpdf-2.01 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 90326075b7bdabe85dc011882365824c xpdf-2.01.tar.gz 465004 -MD5 f27f2bb23dcf7d68c402c7ba50eae22c xpdf-2.01-patch1 1038 diff --git a/app-text/xpdf/files/digest-xpdf-2.01-r1 b/app-text/xpdf/files/digest-xpdf-2.01-r1 deleted file mode 100644 index 6d1b74669005..000000000000 --- a/app-text/xpdf/files/digest-xpdf-2.01-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 90326075b7bdabe85dc011882365824c xpdf-2.01.tar.gz 465004 -MD5 f27f2bb23dcf7d68c402c7ba50eae22c xpdf-2.01-patch1 1038 diff --git a/app-text/xpdf/xpdf-1.01-r1.ebuild b/app-text/xpdf/xpdf-1.01-r1.ebuild deleted file mode 100644 index f7aec657d648..000000000000 --- a/app-text/xpdf/xpdf-1.01-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-1.01-r1.ebuild,v 1.6 2003/02/13 09:48:27 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="An X Viewer for PDF Files" -SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${P}.tar.gz" -HOMEPAGE="http://www.foolabs.com/xpdf/xpdf.html" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc " - -DEPEND="virtual/x11 - >=media-libs/freetype-2.0.9 - >=media-libs/t1lib-1.3 - app-text/ghostscript" - -src_compile() { - ./configure --enable-freetype2 \ - --with-freetype2-library=/usr/lib \ - --with-freetype2-includes=/usr/include/freetype2 \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --with-gzip || die - - cat > ${S}/xpdfrc << EOF -# use the Base-14 Type 1 fonts from ghostscript -displayFontT1 Times-Roman /usr/share/ghostscript/fonts/n021003l.pfb -displayFontT1 Times-Italic /usr/share/ghostscript/fonts/n021023l.pfb -displayFontT1 Times-Bold /usr/share/ghostscript/fonts/n021004l.pfb -displayFontT1 Times-BoldItalic /usr/share/ghostscript/fonts/n021024l.pfb -displayFontT1 Helvetica /usr/share/ghostscript/fonts/n019003l.pfb -displayFontT1 Helvetica-Oblique /usr/share/ghostscript/fonts/n019023l.pfb -displayFontT1 Helvetica-Bold /usr/share/ghostscript/fonts/n019004l.pfb -displayFontT1 Helvetica-BoldOblique /usr/share/ghostscript/fonts/n019024l.pfb -displayFontT1 Courier /usr/share/ghostscript/fonts/n022003l.pfb -displayFontT1 Courier-Oblique /usr/share/ghostscript/fonts/n022023l.pfb -displayFontT1 Courier-Bold /usr/share/ghostscript/fonts/n022004l.pfb -displayFontT1 Courier-BoldOblique /usr/share/ghostscript/fonts/n022024l.pfb -displayFontT1 Symbol /usr/share/ghostscript/fonts/s050000l.pfb -displayFontT1 ZapfDingbats /usr/share/ghostscript/fonts/d050000l.pfb -EOF - - make || die -} - - -src_install() { - # don't use builtin make install, as it doesn't compress manpages - into /usr - dodoc README ANNOUNCE CHANGES - doman doc/*.[1-8] - dobin xpdf/pdfimages xpdf/pdfinfo xpdf/pdftopbm - dobin xpdf/pdftops xpdf/pdftotext xpdf/xpdf - insinto /etc - doins 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-1.01.ebuild b/app-text/xpdf/xpdf-1.01.ebuild deleted file mode 100644 index f00f582a2c7d..000000000000 --- a/app-text/xpdf/xpdf-1.01.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-1.01.ebuild,v 1.8 2003/02/13 09:48:38 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="An X Viewer for PDF Files" -SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${P}.tar.gz" -HOMEPAGE="http://www.foolabs.com/xpdf/xpdf.html" -SLOT="0" - -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc " - -DEPEND="virtual/x11 - >=media-libs/freetype-2.0.9 - >=media-libs/t1lib-1.3" - -src_compile() { - ./configure --enable-freetype2 \ - --with-freetype2-library=/usr/lib \ - --with-freetype2-includes=/usr/include/freetype2 \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --with-gzip || die - - make || die -} - - -src_install() { - # don't use builtin make install, as it doesn't compress manpages - into /usr - dodoc README ANNOUNCE CHANGES - doman doc/*.1 - dobin xpdf/pdfimages xpdf/pdfinfo xpdf/pdftopbm - dobin xpdf/pdftops xpdf/pdftotext xpdf/xpdf -} diff --git a/app-text/xpdf/xpdf-2.01-r1.ebuild b/app-text/xpdf/xpdf-2.01-r1.ebuild deleted file mode 100644 index 7f9a1612f706..000000000000 --- a/app-text/xpdf/xpdf-2.01-r1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-2.01-r1.ebuild,v 1.4 2003/02/13 09:48:44 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="An X Viewer for PDF Files" -SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${P}.tar.gz - ftp://ftp.foolabs.com/pub/xpdf/${P}-patch1" -HOMEPAGE="http://www.foolabs.com/xpdf/xpdf.html" -IUSE="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" - -DEPEND="virtual/x11 - virtual/motif - >=media-libs/freetype-2.0.5 - >=media-libs/t1lib-1.3 - app-text/ghostscript" - -src_unpack() { - unpack ${P}.tar.gz - cd ${S}/xpdf - patch -p0 < ${DISTDIR}/${P}-patch1 || die -} - -src_compile() { - ./configure --enable-freetype2 \ - --with-freetype2-includes=/usr/include/freetype2 \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --with-gzip || die - - cat > ${S}/xpdfrc << EOF -# use the Base-14 Type 1 fonts from ghostscript -displayFontT1 Times-Roman /usr/share/ghostscript/fonts/n021003l.pfb -displayFontT1 Times-Italic /usr/share/ghostscript/fonts/n021023l.pfb -displayFontT1 Times-Bold /usr/share/ghostscript/fonts/n021004l.pfb -displayFontT1 Times-BoldItalic /usr/share/ghostscript/fonts/n021024l.pfb -displayFontT1 Helvetica /usr/share/ghostscript/fonts/n019003l.pfb -displayFontT1 Helvetica-Oblique /usr/share/ghostscript/fonts/n019023l.pfb -displayFontT1 Helvetica-Bold /usr/share/ghostscript/fonts/n019004l.pfb -displayFontT1 Helvetica-BoldOblique /usr/share/ghostscript/fonts/n019024l.pfb -displayFontT1 Courier /usr/share/ghostscript/fonts/n022003l.pfb -displayFontT1 Courier-Oblique /usr/share/ghostscript/fonts/n022023l.pfb -displayFontT1 Courier-Bold /usr/share/ghostscript/fonts/n022004l.pfb -displayFontT1 Courier-BoldOblique /usr/share/ghostscript/fonts/n022024l.pfb -displayFontT1 Symbol /usr/share/ghostscript/fonts/s050000l.pfb -displayFontT1 ZapfDingbats /usr/share/ghostscript/fonts/d050000l.pfb -EOF - - make ${MAKEOPTS} || die -} - - -src_install() { - # don't use builtin make install, as it doesn't compress manpages - into /usr - dodoc README ANNOUNCE CHANGES - doman doc/*.[1-8] - dobin xpdf/pdfimages xpdf/pdfinfo xpdf/pdftopbm - dobin xpdf/pdftops xpdf/pdftotext xpdf/xpdf - insinto /etc - doins 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.01.ebuild b/app-text/xpdf/xpdf-2.01.ebuild deleted file mode 100644 index 4cfd9a1fc4b4..000000000000 --- a/app-text/xpdf/xpdf-2.01.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-2.01.ebuild,v 1.3 2003/02/13 09:48:59 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="An X Viewer for PDF Files" -SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${P}.tar.gz - ftp://ftp.foolabs.com/pub/xpdf/${P}-patch1" -HOMEPAGE="http://www.foolabs.com/xpdf/xpdf.html" -IUSE="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc sparc" - -DEPEND="virtual/x11 - x11-libs/lesstif - >=media-libs/freetype-2.0.9 - >=media-libs/t1lib-1.3 - app-text/ghostscript" - -src_unpack() { - unpack ${P}.tar.gz - cd ${S}/xpdf - patch -p0 < ${DISTDIR}/${P}-patch1 || die -} - -src_compile() { - ./configure --enable-freetype2 \ - --with-freetype2-library=/usr/lib \ - --with-freetype2-includes=/usr/include/freetype2 \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --with-gzip || die - - cat > ${S}/xpdfrc << EOF -# use the Base-14 Type 1 fonts from ghostscript -displayFontT1 Times-Roman /usr/share/ghostscript/fonts/n021003l.pfb -displayFontT1 Times-Italic /usr/share/ghostscript/fonts/n021023l.pfb -displayFontT1 Times-Bold /usr/share/ghostscript/fonts/n021004l.pfb -displayFontT1 Times-BoldItalic /usr/share/ghostscript/fonts/n021024l.pfb -displayFontT1 Helvetica /usr/share/ghostscript/fonts/n019003l.pfb -displayFontT1 Helvetica-Oblique /usr/share/ghostscript/fonts/n019023l.pfb -displayFontT1 Helvetica-Bold /usr/share/ghostscript/fonts/n019004l.pfb -displayFontT1 Helvetica-BoldOblique /usr/share/ghostscript/fonts/n019024l.pfb -displayFontT1 Courier /usr/share/ghostscript/fonts/n022003l.pfb -displayFontT1 Courier-Oblique /usr/share/ghostscript/fonts/n022023l.pfb -displayFontT1 Courier-Bold /usr/share/ghostscript/fonts/n022004l.pfb -displayFontT1 Courier-BoldOblique /usr/share/ghostscript/fonts/n022024l.pfb -displayFontT1 Symbol /usr/share/ghostscript/fonts/s050000l.pfb -displayFontT1 ZapfDingbats /usr/share/ghostscript/fonts/d050000l.pfb -EOF - - make || die -} - - -src_install() { - # don't use builtin make install, as it doesn't compress manpages - into /usr - dodoc README ANNOUNCE CHANGES - doman doc/*.[1-8] - dobin xpdf/pdfimages xpdf/pdfinfo xpdf/pdftopbm - dobin xpdf/pdftops xpdf/pdftotext xpdf/xpdf - insinto /etc - doins 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 -} - |