diff options
author | 2014-12-23 10:03:47 +0000 | |
---|---|---|
committer | 2014-12-23 10:03:47 +0000 | |
commit | 3154f569d3418085df6242089a3b379a032d273b (patch) | |
tree | 79c01eeb9f36b0a8d63e33a4d0fdd20e20649a52 /app-text | |
parent | version bump (diff) | |
download | gentoo-2-3154f569d3418085df6242089a3b379a032d273b.tar.gz gentoo-2-3154f569d3418085df6242089a3b379a032d273b.tar.bz2 gentoo-2-3154f569d3418085df6242089a3b379a032d273b.zip |
remove old
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ocrad/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ocrad/files/ocrad-0.17-gcc43.patch | 92 | ||||
-rw-r--r-- | app-text/ocrad/ocrad-0.17.ebuild | 36 | ||||
-rw-r--r-- | app-text/ocrad/ocrad-0.21.ebuild | 30 |
4 files changed, 5 insertions, 159 deletions
diff --git a/app-text/ocrad/ChangeLog b/app-text/ocrad/ChangeLog index e6a3ba3e9ae0..fb94fe2135f0 100644 --- a/app-text/ocrad/ChangeLog +++ b/app-text/ocrad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ocrad # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ocrad/ChangeLog,v 1.45 2014/12/23 10:02:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ocrad/ChangeLog,v 1.46 2014/12/23 10:03:47 aballier Exp $ + + 23 Dec 2014; Alexis Ballier <aballier@gentoo.org> -ocrad-0.17.ebuild, + -ocrad-0.21.ebuild, -files/ocrad-0.17-gcc43.patch: + remove old *ocrad-0.24 (23 Dec 2014) diff --git a/app-text/ocrad/files/ocrad-0.17-gcc43.patch b/app-text/ocrad/files/ocrad-0.17-gcc43.patch deleted file mode 100644 index 40119aed8643..000000000000 --- a/app-text/ocrad/files/ocrad-0.17-gcc43.patch +++ /dev/null @@ -1,92 +0,0 @@ ---- a/textblock.cc -+++ b/textblock.cc -@@ -18,6 +18,7 @@ - #include <algorithm> - #include <cstdio> - #include <vector> -+#include <string> - - #include "common.h" - #include "rational.h" ---- a/page_image_layout.cc -+++ b/page_image_layout.cc -@@ -18,6 +18,8 @@ - #include <algorithm> - #include <cstdio> - #include <vector> -+#include <cstdlib> -+#include <string> - - #include "common.h" - #include "rational.h" ---- a/track.cc -+++ b/track.cc -@@ -17,6 +17,7 @@ - - #include <algorithm> - #include <vector> -+#include <cstdio> - - #include "common.h" - #include "rectangle.h" ---- a/textline.cc -+++ b/textline.cc -@@ -19,6 +19,7 @@ - #include <cctype> - #include <cstdio> - #include <vector> -+#include <string> - - #include "common.h" - #include "rational.h" ---- a/common.cc -+++ b/common.cc -@@ -17,6 +17,7 @@ - - #include <algorithm> - #include <cstdio> -+#include <cstring> - #include <cstdlib> - #include "common.h" - ---- a/textpage.cc -+++ b/textpage.cc -@@ -18,6 +18,7 @@ - #include <cstdio> - #include <string> - #include <vector> -+#include <algorithm> - - #include "common.h" - #include "rectangle.h" ---- a/textline_r2.cc -+++ b/textline_r2.cc -@@ -18,6 +18,7 @@ - #include <cctype> - #include <cstdio> - #include <vector> -+#include <cstdlib> - - #include "common.h" - #include "rectangle.h" ---- a/page_image.cc -+++ b/page_image.cc -@@ -19,6 +19,8 @@ - #include <cctype> - #include <cstdio> - #include <vector> -+#include <climits> -+#include <string> - - #include "common.h" - #include "rational.h" ---- a/character_r12.cc -+++ b/character_r12.cc -@@ -17,6 +17,7 @@ - - #include <cstdio> - #include <vector> -+#include <cstdlib> - #include "common.h" - #include "rectangle.h" - #include "ucs.h" diff --git a/app-text/ocrad/ocrad-0.17.ebuild b/app-text/ocrad/ocrad-0.17.ebuild deleted file mode 100644 index 6b8e13ac2ab2..000000000000 --- a/app-text/ocrad/ocrad-0.17.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ocrad/ocrad-0.17.ebuild,v 1.6 2010/01/31 20:43:27 jer Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="GNU Ocrad is an OCR (Optical Character Recognition) program" -HOMEPAGE="http://www.gnu.org/software/ocrad/ocrad.html" -SRC_URI="http://savannah.nongnu.org/download/ocrad/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gcc43.patch -} - -src_compile() { - econf CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - doman doc/ocrad.1 - doinfo doc/ocrad.info - dodoc AUTHORS NEWS README TODO - insinto /usr/share/doc/${PF} - doins -r examples -} diff --git a/app-text/ocrad/ocrad-0.21.ebuild b/app-text/ocrad/ocrad-0.21.ebuild deleted file mode 100644 index 6095e265ccd3..000000000000 --- a/app-text/ocrad/ocrad-0.21.ebuild +++ /dev/null @@ -1,30 +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/ocrad/ocrad-0.21.ebuild,v 1.2 2014/02/27 21:14:33 ssuominen Exp $ - -EAPI=5 -inherit unpacker toolchain-funcs - -DESCRIPTION="GNU Ocrad is an OCR (Optical Character Recognition) program" -HOMEPAGE="http://www.gnu.org/software/ocrad/ocrad.html" -SRC_URI="http://savannah.nongnu.org/download/ocrad/${P}.tar.lz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="" -DEPEND="$(unpacker_src_uri_depends)" - -DOCS="AUTHORS NEWS README TODO" - -src_configure() { - econf CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_install() { - default - doman doc/${PN}.1 - doinfo doc/${PN}.info -} |