From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-text/pdfgrep/Manifest | 2 ++ app-text/pdfgrep/metadata.xml | 19 +++++++++++++++++++ app-text/pdfgrep/pdfgrep-1.3.1.ebuild | 24 ++++++++++++++++++++++++ app-text/pdfgrep/pdfgrep-1.3.2.ebuild | 24 ++++++++++++++++++++++++ 4 files changed, 69 insertions(+) create mode 100644 app-text/pdfgrep/Manifest create mode 100644 app-text/pdfgrep/metadata.xml create mode 100644 app-text/pdfgrep/pdfgrep-1.3.1.ebuild create mode 100644 app-text/pdfgrep/pdfgrep-1.3.2.ebuild (limited to 'app-text/pdfgrep') diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest new file mode 100644 index 000000000000..3bc822464b94 --- /dev/null +++ b/app-text/pdfgrep/Manifest @@ -0,0 +1,2 @@ +DIST pdfgrep-1.3.1.tar.gz 111653 SHA256 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437 SHA512 7a13016a8cf4f8a7387940d7e3862a1fb83f3aa6240084f835e92e958836dff0788db2ae39f35db25d679a2857ddf0b9bcbd7b1aacb10c2a16c3165d56f4efcf WHIRLPOOL 94b69bd0e16d4f0b1b389b09c2330516f25cc772be58e7ad49a2cf1ac0633539bb16a5df595052f468ab89d38ebeeb26b7f2be866555756f423febbf0a600b4b +DIST pdfgrep-1.3.2.tar.gz 114754 SHA256 386b167434443dd299d389a0ef292d708123255cbab0e179e11b65ba51d9b386 SHA512 dd5d26999405e1e84f5639ea48e15d2aab951a766f828e8e7b45409a7e027a5312757ac64952da56b8a37cf0cd0bc6f43cd16d78600dcc6c8fcb4deabecf0a5b WHIRLPOOL d2ca79e647a21767e0296d72dcdb511157352adf1f1d60beec9d15eb46554f3ec6d9c11f1dfda8988d4f6dcf4a814c52a8ffc28f72c2f227e01430354a8b99f9 diff --git a/app-text/pdfgrep/metadata.xml b/app-text/pdfgrep/metadata.xml new file mode 100644 index 000000000000..e77acea2191a --- /dev/null +++ b/app-text/pdfgrep/metadata.xml @@ -0,0 +1,19 @@ + + + + proxy-maintainers + + jlec@gentoo.org + Tree Proxy + + + flo@geekplace.eu + Maintainer, CC him on bugs + + + Removing accents and ligatures before search + + + pdfgrep + + diff --git a/app-text/pdfgrep/pdfgrep-1.3.1.ebuild b/app-text/pdfgrep/pdfgrep-1.3.1.ebuild new file mode 100644 index 000000000000..a45031e5aaab --- /dev/null +++ b/app-text/pdfgrep/pdfgrep-1.3.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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="unac" + +RDEPEND=" + app-text/poppler:=[cxx] + unac? ( app-text/unac )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + econf $(use_with unac) +} diff --git a/app-text/pdfgrep/pdfgrep-1.3.2.ebuild b/app-text/pdfgrep/pdfgrep-1.3.2.ebuild new file mode 100644 index 000000000000..3fb4ddad0dab --- /dev/null +++ b/app-text/pdfgrep/pdfgrep-1.3.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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="unac" + +RDEPEND=" + app-text/poppler:=[cxx] + unac? ( app-text/unac )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + econf $(use_with unac) +} -- cgit v1.2.3-65-gdbad