diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-07-20 21:47:56 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-07-20 21:47:56 +0000 |
commit | a528377e66e2979484cec530a7b4fa83a3d74243 (patch) | |
tree | 3d2fd804503192355d900f4720da2382bb4a5d13 /gnustep-libs | |
parent | net-analyzer/snmp-5.2.1.2 (diff) | |
download | historical-a528377e66e2979484cec530a7b4fa83a3d74243.tar.gz historical-a528377e66e2979484cec530a7b4fa83a3d74243.tar.bz2 historical-a528377e66e2979484cec530a7b4fa83a3d74243.zip |
Version bump
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/popplerkit/ChangeLog | 8 | ||||
-rw-r--r-- | gnustep-libs/popplerkit/Manifest | 6 | ||||
-rw-r--r-- | gnustep-libs/popplerkit/files/digest-popplerkit-0.0.0.20050720 | 1 | ||||
-rw-r--r-- | gnustep-libs/popplerkit/popplerkit-0.0.0.20050720.ebuild | 25 |
4 files changed, 37 insertions, 3 deletions
diff --git a/gnustep-libs/popplerkit/ChangeLog b/gnustep-libs/popplerkit/ChangeLog index 744aca1e4c9b..488b83f5ea7b 100644 --- a/gnustep-libs/popplerkit/ChangeLog +++ b/gnustep-libs/popplerkit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-libs/popplerkit # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/ChangeLog,v 1.2 2005/07/16 11:30:52 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/ChangeLog,v 1.3 2005/07/20 21:47:56 fafhrd Exp $ + +*popplerkit-0.0.0.20050720 (20 Jul 2005) + + 20 Jul 2005; Armando Di Cianno <fafhrd@gentoo.org> + +popplerkit-0.0.0.20050720.ebuild: + Version bump 16 Jul 2005; David Holm <dholm@gentoo.org> popplerkit-0.0.0.20050609.ebuild: diff --git a/gnustep-libs/popplerkit/Manifest b/gnustep-libs/popplerkit/Manifest index 8945b874f08f..53a7b20971a5 100644 --- a/gnustep-libs/popplerkit/Manifest +++ b/gnustep-libs/popplerkit/Manifest @@ -1,4 +1,6 @@ -MD5 1ad2d27892181c505b4fc8fb0593d567 ChangeLog 491 -MD5 507ce759661d43d884b41cf09908d146 metadata.xml 311 MD5 45949c698ca16294a8e9736363d75183 popplerkit-0.0.0.20050609.ebuild 727 +MD5 3ab9af6524fa49c56ca93ebf1e710c43 popplerkit-0.0.0.20050720.ebuild 728 +MD5 cbe5f0a42621f6facafb8844e2afb02f ChangeLog 640 +MD5 507ce759661d43d884b41cf09908d146 metadata.xml 311 MD5 a61417e4f30e97600665ead375ffff09 files/digest-popplerkit-0.0.0.20050609 72 +MD5 aaccf7a056ea60fcb3145ec5a133cb6c files/digest-popplerkit-0.0.0.20050720 72 diff --git a/gnustep-libs/popplerkit/files/digest-popplerkit-0.0.0.20050720 b/gnustep-libs/popplerkit/files/digest-popplerkit-0.0.0.20050720 new file mode 100644 index 000000000000..48bb6a105bba --- /dev/null +++ b/gnustep-libs/popplerkit/files/digest-popplerkit-0.0.0.20050720 @@ -0,0 +1 @@ +MD5 b6f055e3574b94b7d05c2d793a573c98 PopplerKit-20050720.tar.gz 1724697 diff --git a/gnustep-libs/popplerkit/popplerkit-0.0.0.20050720.ebuild b/gnustep-libs/popplerkit/popplerkit-0.0.0.20050720.ebuild new file mode 100644 index 000000000000..71d5c9597a07 --- /dev/null +++ b/gnustep-libs/popplerkit/popplerkit-0.0.0.20050720.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/popplerkit-0.0.0.20050720.ebuild,v 1.1 2005/07/20 21:47:56 fafhrd Exp $ + +inherit gnustep + +MY_PN=PopplerKit +MY_PV=${PV/0.0.0.} +S=${WORKDIR}/${MY_PN} + +DESCRIPTION="PopplerKit is a GNUstep/Cocoa framework for accessing and rendering PDF content." +HOMEPAGE="http://home.gna.org/gsimageapps/" +SRC_URI="http://download.gna.org/gsimageapps/${MY_PN}/${MY_PN}-${MY_PV}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~ppc ~x86" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND} + >=app-text/poppler-0.3.3" +RDEPEND="${GS_RDEPEND} + >=app-text/poppler-0.3.3" + +egnustep_install_domain "Local" + |