diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-04-23 10:12:51 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-04-23 10:12:51 +0000 |
commit | 7bebfea83428a9192f01e9d8a9f7105441afe9c9 (patch) | |
tree | efffa3da3fedac566afd658ed5f63ecf856183a0 /app-text | |
parent | add use samba again, bug #89956 (diff) | |
download | historical-7bebfea83428a9192f01e9d8a9f7105441afe9c9.tar.gz historical-7bebfea83428a9192f01e9d8a9f7105441afe9c9.tar.bz2 historical-7bebfea83428a9192f01e9d8a9f7105441afe9c9.zip |
version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/poppler/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/poppler/Manifest | 12 | ||||
-rw-r--r-- | app-text/poppler/files/digest-poppler-0.3.0 | 1 | ||||
-rw-r--r-- | app-text/poppler/poppler-0.3.0.ebuild | 26 |
4 files changed, 40 insertions, 6 deletions
diff --git a/app-text/poppler/ChangeLog b/app-text/poppler/ChangeLog index 2c188faabc4c..bbe0518d1971 100644 --- a/app-text/poppler/ChangeLog +++ b/app-text/poppler/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/poppler # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.1 2005/03/14 19:26:05 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.2 2005/04/23 10:12:51 lanius Exp $ + +*poppler-0.3.0 (23 Apr 2005) + + 23 Apr 2005; Heinrich Wendel <lanius@gentoo.org> +poppler-0.3.0.ebuild: + version bump *poppler-0.1.2 (14 Mar 2005) diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest index ffbaceadb95d..4066db956035 100644 --- a/app-text/poppler/Manifest +++ b/app-text/poppler/Manifest @@ -2,13 +2,15 @@ Hash: SHA1 MD5 d84feb81f606ed2ba254f77b583ddfc8 poppler-0.1.2.ebuild 744 -MD5 7440c8f1871617aecafe7a657d9a7ff3 ChangeLog 327 +MD5 26f1aa86c9caf7dd34a0ff9d234b9367 poppler-0.3.0.ebuild 795 +MD5 388031f25eec1c96778018628d71b0ee ChangeLog 447 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 48c104ee9c6569d88662f2508078a83e files/digest-poppler-0.1.2 65 +MD5 9fcae20e4d0c670e6f53602e516991aa files/digest-poppler-0.3.0 65 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCNeeRevY57Fted3ERAgC5AKCYF5pn1FIt3erwPQL7NtrRIl/1sgCeNFx8 -s3oPjkVwga3iOROjaOg4oTQ= -=qqdc +iD8DBQFCaiAUevY57Fted3ERAqheAJ922EwoXa/X2IoMgrRtKU1h50MUXwCgtP1Y +lvcICEMrbRjt3IlOszsMuhA= +=3Ru4 -----END PGP SIGNATURE----- diff --git a/app-text/poppler/files/digest-poppler-0.3.0 b/app-text/poppler/files/digest-poppler-0.3.0 new file mode 100644 index 000000000000..c571051ce72b --- /dev/null +++ b/app-text/poppler/files/digest-poppler-0.3.0 @@ -0,0 +1 @@ +MD5 4efb701e536d55849d610f3ff45654b1 poppler-0.3.0.tar.gz 720769 diff --git a/app-text/poppler/poppler-0.3.0.ebuild b/app-text/poppler/poppler-0.3.0.ebuild new file mode 100644 index 000000000000..7f66578acb41 --- /dev/null +++ b/app-text/poppler/poppler-0.3.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.3.0.ebuild,v 1.1 2005/04/23 10:12:51 lanius Exp $ + +DESCRIPTION="Poppler is a PDF rendering library based on the xpdf-3.0 code base." +HOMEPAGE="http://poppler.freedesktop.org" +SRC_URI="http://poppler.freedesktop.org/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~mips" +IUSE="gtk" + +# cairo is in packages.mask +# qt does not compile + +DEPEND=">=media-libs/freetype-2.0.5 + >=media-libs/t1lib-1.3 + virtual/ghostscript + dev-util/pkgconfig + gtk? ( =x11-libs/gtk+-2* )" + +src_install() { + make DESTDIR=${D} install || die + dodoc README AUTHORS ChangeLog NEWS README-XPDF TODO +} |