diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-09 14:06:43 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-09 14:06:43 +0000 |
commit | 1d87a60cb2c808670919971288e3dd8772d6fd7e (patch) | |
tree | a01307cb3a0ebf6cff4c8ea29ae2e0314b5d9b8b /app-text/poppler | |
parent | Version bump to beta2. (diff) | |
download | gentoo-2-1d87a60cb2c808670919971288e3dd8772d6fd7e.tar.gz gentoo-2-1d87a60cb2c808670919971288e3dd8772d6fd7e.tar.bz2 gentoo-2-1d87a60cb2c808670919971288e3dd8772d6fd7e.zip |
Update tarball to not use screwed one released by upstream. Revbump to force update.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/poppler')
-rw-r--r-- | app-text/poppler/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/poppler/poppler-0.14.0-r1.ebuild (renamed from app-text/poppler/poppler-0.14.0.ebuild) | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/app-text/poppler/ChangeLog b/app-text/poppler/ChangeLog index 1cae1986560f..06b48553c490 100644 --- a/app-text/poppler/ChangeLog +++ b/app-text/poppler/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/poppler # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.234 2010/06/08 23:35:49 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.235 2010/06/09 14:06:42 scarabeus Exp $ + +*poppler-0.14.0-r1 (09 Jun 2010) + + 09 Jun 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -poppler-0.14.0.ebuild, +poppler-0.14.0-r1.ebuild: + Update tarball to not use screwed one released by upstream. Revbump to + force update. *poppler-0.14.0 (08 Jun 2010) diff --git a/app-text/poppler/poppler-0.14.0.ebuild b/app-text/poppler/poppler-0.14.0-r1.ebuild index d34b511608ca..ca4f3a1dc5b5 100644 --- a/app-text/poppler/poppler-0.14.0.ebuild +++ b/app-text/poppler/poppler-0.14.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.14.0.ebuild,v 1.1 2010/06/08 23:35:49 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.14.0-r1.ebuild,v 1.1 2010/06/09 14:06:43 scarabeus Exp $ EAPI="2" @@ -8,7 +8,7 @@ inherit cmake-utils DESCRIPTION="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" +SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" @@ -50,7 +50,7 @@ RDEPEND="${COMMON_DEPEND} cjk? ( >=app-text/poppler-data-0.2.1 ) " -DOCS=(AUTHORS ChangeLog NEWS README README-XPDF TODO) +DOCS=(AUTHORS NEWS README README-XPDF TODO) src_configure() { mycmakeargs=( |