summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-05-03 11:29:42 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-05-03 11:29:42 +0000
commit9f910dfadc58f05b6aebbad1702b99771d684c74 (patch)
treeb18198a36c32f86e212b57832689829abbc9d08e /app-text
parentBump eapi to latest. (diff)
downloadgentoo-2-9f910dfadc58f05b6aebbad1702b99771d684c74.tar.gz
gentoo-2-9f910dfadc58f05b6aebbad1702b99771d684c74.tar.bz2
gentoo-2-9f910dfadc58f05b6aebbad1702b99771d684c74.zip
Bump eapi and use git-2 eclass.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xpdf/ChangeLog5
-rw-r--r--app-text/xpdf/xpdf-9999.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/xpdf/ChangeLog b/app-text/xpdf/ChangeLog
index b2d70577dcd6..97cf30ca0c2b 100644
--- a/app-text/xpdf/ChangeLog
+++ b/app-text/xpdf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/xpdf
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/ChangeLog,v 1.192 2011/02/17 13:50:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/ChangeLog,v 1.193 2011/05/03 11:29:42 scarabeus Exp $
+
+ 03 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> xpdf-9999.ebuild:
+ Bump eapi and use git-2 eclass.
17 Feb 2011; Alexis Ballier <aballier@gentoo.org> xpdf-3.02-r4.ebuild,
+files/xpdf-3.02-poppler-0.16.patch:
diff --git a/app-text/xpdf/xpdf-9999.ebuild b/app-text/xpdf/xpdf-9999.ebuild
index 5617b48665af..2f317acdd109 100644
--- a/app-text/xpdf/xpdf-9999.ebuild
+++ b/app-text/xpdf/xpdf-9999.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-9999.ebuild,v 1.1 2011/01/15 15:04:22 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-9999.ebuild,v 1.2 2011/05/03 11:29:42 scarabeus Exp $
-EAPI=3
+EAPI=4
EGIT_REPO_URI="https://github.com/rbrito/xpdf-poppler.git"
-inherit autotools autotools-utils git
+inherit autotools autotools-utils git-2
DESCRIPTION="An X Viewer for PDF Files - Poppler fork"
HOMEPAGE="https://github.com/rbrito/xpdf-poppler"