summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus (flow) <flo@freakempire.de>2011-04-13 18:30:15 +0000
committerFlorian Schmaus (flow) <flo@freakempire.de>2011-04-13 18:30:15 +0000
commit7bf538b510c6f510520d0f936a3fa663472ae59f (patch)
treef5ab5e2ce98d0156f4543953291e8fd64f187f53 /app-text
parentdev-python/Chameleon: fixing test dependencies and improving code style (diff)
downloadsunrise-reviewed-7bf538b510c6f510520d0f936a3fa663472ae59f.tar.gz
sunrise-reviewed-7bf538b510c6f510520d0f936a3fa663472ae59f.tar.bz2
sunrise-reviewed-7bf538b510c6f510520d0f936a3fa663472ae59f.zip
app-text/pdfgrep: pdfgrep version bump, thanks to TomJBE
svn path=/sunrise/; revision=11891
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pdfgrep/ChangeLog6
-rw-r--r--app-text/pdfgrep/Manifest6
-rw-r--r--app-text/pdfgrep/pdfgrep-1.2.ebuild (renamed from app-text/pdfgrep/pdfgrep-1.1.ebuild)7
3 files changed, 12 insertions, 7 deletions
diff --git a/app-text/pdfgrep/ChangeLog b/app-text/pdfgrep/ChangeLog
index 167253a87..454f47f4c 100644
--- a/app-text/pdfgrep/ChangeLog
+++ b/app-text/pdfgrep/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for app-text/pdfgrep
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Apr 2011; Florian Schmaus (flow) <flo@freakempire.de>
+ -pdfgrep-1.1.ebuild, +pdfgrep-1.2.ebuild:
+ pdfgrep version bump, thanks to TomJBE
+
16 Nov 2010; Florian Schmaus (flow) <flo@freakempire.de>
+pdfgrep-1.1.ebuild, +metadata.xml:
New Ebuild for bug 254329 thanks to Tommy[D] and c1ipher
diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest
index 82e0d25d1..094a0143f 100644
--- a/app-text/pdfgrep/Manifest
+++ b/app-text/pdfgrep/Manifest
@@ -1,4 +1,4 @@
-DIST pdfgrep-1.1.tar.gz 93911 RMD160 c77affe0e8b6a559eb738508dc9a3486bb8b5b0c SHA1 9ce477ee5017d576834a730d6d0a6321e39287fe SHA256 fdce13b152595a6c3e0d84718404066cea94bdb44feb480786f118814c706c02
-EBUILD pdfgrep-1.1.ebuild 471 RMD160 119485c4c9a527da4906880190c901e081bfb76e SHA1 60df9aa282ba7a213b4f9eb4821f65bc56e16475 SHA256 c0c962bac8569908a690ed0cfaa70797718bfaf82412a6dfcceaf3a69ba7f8b7
-MISC ChangeLog 274 RMD160 e701985d598d8bfe54ea9bf810a80d28cd2fc5c6 SHA1 d1623ff9c6b8c5b033513d5e2ec53d0713dc8616 SHA256 752e133956375f11d071a202411bd2addfad0d639b5ab35f213cd02bd9fbcbae
+DIST pdfgrep-1.2.tar.gz 94153 RMD160 83f6bf428aa800aeb409c14f40dc2317a77d23aa SHA1 b294adc4aadb23f26012b39b3e4ca6955da08532 SHA256 0f7d20c0be171f4c1ac8f5c4bf141c355ad4e1440c99cb40b63f4e06eacb5cdf
+EBUILD pdfgrep-1.2.ebuild 492 RMD160 7e1277c25f38bf4a2fcdbf1551b40c94018268d4 SHA1 58cac82899021f81cb1acd05d3339967f3948c3f SHA256 2c2be6e442e819ae87f0c9cbb672f443cb5f64422edb72f68362e5a9b30a9157
+MISC ChangeLog 419 RMD160 9a4b95eeef89b022e0147a7f2f5c84a89e07cb31 SHA1 f6239495566a5f5fd4ddec9415b440c8ace7cc55 SHA256 f251fa38c8a87101d00b1a53f4ac4abcbc5d60ca855282b73c0fc2b09f1f5e98
MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/app-text/pdfgrep/pdfgrep-1.1.ebuild b/app-text/pdfgrep/pdfgrep-1.2.ebuild
index e7370f36d..f06f93703 100644
--- a/app-text/pdfgrep/pdfgrep-1.1.ebuild
+++ b/app-text/pdfgrep/pdfgrep-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -11,8 +11,9 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="app-text/poppler"
-RDEPEND="${DEPEND}"
+RDEPEND="app-text/poppler"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die