diff options
author | Thomas Kahle <tomka@gentoo.org> | 2015-07-31 07:46:01 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2015-07-31 07:46:01 +0000 |
commit | 689d55cc82137895ddd95cc6ab377634ef723701 (patch) | |
tree | b1a67ba42478cf1132b219f21da98ca82c8dadf2 /app-text | |
parent | Add missing USE-dep, bug #542704 (diff) | |
download | gentoo-2-689d55cc82137895ddd95cc6ab377634ef723701.tar.gz gentoo-2-689d55cc82137895ddd95cc6ab377634ef723701.tar.bz2 gentoo-2-689d55cc82137895ddd95cc6ab377634ef723701.zip |
bump to 0.1.4, remove old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdfsandwich/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/pdfsandwich/pdfsandwich-0.1.2.ebuild | 36 | ||||
-rw-r--r-- | app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild (renamed from app-text/pdfsandwich/pdfsandwich-0.1.2-r1.ebuild) | 5 |
3 files changed, 10 insertions, 39 deletions
diff --git a/app-text/pdfsandwich/ChangeLog b/app-text/pdfsandwich/ChangeLog index e09ef748337b..07e0d87c6449 100644 --- a/app-text/pdfsandwich/ChangeLog +++ b/app-text/pdfsandwich/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/pdfsandwich # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.10 2015/06/09 12:34:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.11 2015/07/31 07:46:01 tomka Exp $ + +*pdfsandwich-0.1.4 (31 Jul 2015) + + 31 Jul 2015; Thomas Kahle <tomka@gentoo.org> +pdfsandwich-0.1.4.ebuild, + -pdfsandwich-0.1.2-r1.ebuild, -pdfsandwich-0.1.2.ebuild: + bump to 0.1.4, remove old 09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Updating remote-id in metadata.xml diff --git a/app-text/pdfsandwich/pdfsandwich-0.1.2.ebuild b/app-text/pdfsandwich/pdfsandwich-0.1.2.ebuild deleted file mode 100644 index a4fe952993cc..000000000000 --- a/app-text/pdfsandwich/pdfsandwich-0.1.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.2.ebuild,v 1.1 2014/07/29 13:19:03 tomka Exp $ - -EAPI=4 - -DESCRIPTION="generator of sandwich OCR pdf files" -HOMEPAGE="http://www.tobias-elze.de/pdfsandwich" -SRC_URI="mirror://sourceforge/pdfsandwich/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND=">=app-text/tesseract-3.00 - media-gfx/exact-image - app-text/unpaper - app-text/ghostscript-gpl" -DEPEND="sys-apps/gawk - >=dev-lang/ocaml-3.10[ocamlopt]" - -src_prepare() { - sed -i "/^OCAMLOPTFLAGS/s/$/ -ccopt \"\$(CFLAGS) \$(LDFLAGS)\"/" Makefile || die -} - -src_install() { - emake DESTDIR="${D}" install -} - -pkg_postinst() { - elog "pdfsandwich relies on the tesseract library for OCR." - elog "Consequently language support is determined by tesseract's" - elog "language support which in turn is controlled via the LINGUAS" - elog "variable in make.conf." -} diff --git a/app-text/pdfsandwich/pdfsandwich-0.1.2-r1.ebuild b/app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild index 4bb1820f9c3a..f465fb413fed 100644 --- a/app-text/pdfsandwich/pdfsandwich-0.1.2-r1.ebuild +++ b/app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.2-r1.ebuild,v 1.1 2014/08/07 11:19:37 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild,v 1.1 2015/07/31 07:46:01 tomka Exp $ EAPI=5 @@ -26,6 +26,7 @@ DEPEND="sys-apps/gawk src_prepare() { sed -i "/^OCAMLOPTFLAGS/s/$/ -ccopt \"\$(CFLAGS) \$(LDFLAGS)\"/" Makefile || die + sed -i "s/install -s/install/" Makefile || die } src_install() { |