summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-04-14 07:59:05 +0000
committerJustin Lecher <jlec@gentoo.org>2011-04-14 07:59:05 +0000
commit49ae0b03d2eb72cf7a67e625088c06a9f2bf7aea (patch)
treeaa627cbede7945cda97b62fac6b98a689b59c378 /app-text
parentnet-misc/flexget: Add missing SRC_URI variable (diff)
downloadsunrise-reviewed-49ae0b03d2eb72cf7a67e625088c06a9f2bf7aea.tar.gz
sunrise-reviewed-49ae0b03d2eb72cf7a67e625088c06a9f2bf7aea.tar.bz2
sunrise-reviewed-49ae0b03d2eb72cf7a67e625088c06a9f2bf7aea.zip
app-text/ pdfgrep: app-text/pdfgrep moved to tree
svn path=/sunrise/; revision=11893
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pdfgrep/ChangeLog12
-rw-r--r--app-text/pdfgrep/Manifest4
-rw-r--r--app-text/pdfgrep/metadata.xml6
-rw-r--r--app-text/pdfgrep/pdfgrep-1.2.ebuild21
4 files changed, 0 insertions, 43 deletions
diff --git a/app-text/pdfgrep/ChangeLog b/app-text/pdfgrep/ChangeLog
deleted file mode 100644
index 454f47f4c..000000000
--- a/app-text/pdfgrep/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for app-text/pdfgrep
-# 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
deleted file mode 100644
index 094a0143f..000000000
--- a/app-text/pdfgrep/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-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/metadata.xml b/app-text/pdfgrep/metadata.xml
deleted file mode 100644
index e6233b5dc..000000000
--- a/app-text/pdfgrep/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/app-text/pdfgrep/pdfgrep-1.2.ebuild b/app-text/pdfgrep/pdfgrep-1.2.ebuild
deleted file mode 100644
index f06f93703..000000000
--- a/app-text/pdfgrep/pdfgrep-1.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="A tool similar to grep which searches text in PDFs"
-HOMEPAGE="http://pdfgrep.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-text/poppler"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README AUTHORS NEWS || die
-} \ No newline at end of file