diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-02 04:27:33 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-02 04:27:33 +0000 |
commit | 44928b85ba10db130fd64b5e87e06feb29798de7 (patch) | |
tree | aa0f91df801ff003acdf0ffbd123d30e86ac31d1 /app-text/gocr | |
parent | Version bump. (diff) | |
download | gentoo-2-44928b85ba10db130fd64b5e87e06feb29798de7.tar.gz gentoo-2-44928b85ba10db130fd64b5e87e06feb29798de7.tar.bz2 gentoo-2-44928b85ba10db130fd64b5e87e06feb29798de7.zip |
Remove old.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'app-text/gocr')
-rw-r--r-- | app-text/gocr/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gocr/files/gocr-0.45-makefile.patch | 22 | ||||
-rw-r--r-- | app-text/gocr/gocr-0.45.ebuild | 54 | ||||
-rw-r--r-- | app-text/gocr/gocr-0.48.ebuild | 49 |
4 files changed, 5 insertions, 126 deletions
diff --git a/app-text/gocr/ChangeLog b/app-text/gocr/ChangeLog index 01f57b8b5b3a..859c3ee876a6 100644 --- a/app-text/gocr/ChangeLog +++ b/app-text/gocr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gocr # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.67 2012/04/01 15:16:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.68 2012/09/02 04:27:33 radhermit Exp $ + + 02 Sep 2012; Tim Harder <radhermit@gentoo.org> -gocr-0.45.ebuild, + -files/gocr-0.45-makefile.patch, -gocr-0.48.ebuild: + Remove old. 01 Apr 2012; Raúl Porcel <armin76@gentoo.org> gocr-0.49.ebuild: alpha/sparc/x86 stable wrt #408165 diff --git a/app-text/gocr/files/gocr-0.45-makefile.patch b/app-text/gocr/files/gocr-0.45-makefile.patch deleted file mode 100644 index b2166140f5d3..000000000000 --- a/app-text/gocr/files/gocr-0.45-makefile.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Nru gocr-0.44.orig/src/Makefile.in gocr-0.44/src/Makefile.in ---- gocr-0.44.orig/src/Makefile.in 2006-12-13 17:00:05.000000000 +0100 -+++ gocr-0.44/src/Makefile.in 2007-03-29 15:55:06.000000000 +0200 -@@ -45,7 +45,8 @@ - CPPFLAGS=@CPPFLAGS@ - # to see the config.h - CFLAGS=@CFLAGS@ $(CPPFLAGS) -I../include $(DEFS) --LDFLAGS=@LDFLAGS@ @LIBS@ -L. -+LDFLAGS=@LDFLAGS@ -+LIBADD=@LIBS@ - DESTDIR=@prefix@ - - .c.o: $(INCLUDEFILES) -@@ -57,7 +58,7 @@ - - $(PROGRAM): $(LIBPGMASCLIB) gocr.o - # make it conform to ld --as-needed -- $(CC) -o $@ gocr.o ./lib$(PGMASCLIB).a $(LDFLAGS) -+ $(CC) $(LDFLAGS) gocr.o ./lib$(PGMASCLIB).a $(LIBADD) -o $@ - if test -r $(PROGRAM); then cp $@ ../bin; fi - - gocr.o: gocr.h Makefile diff --git a/app-text/gocr/gocr-0.45.ebuild b/app-text/gocr/gocr-0.45.ebuild deleted file mode 100644 index 13001826b542..000000000000 --- a/app-text/gocr/gocr-0.45.ebuild +++ /dev/null @@ -1,54 +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/gocr/gocr-0.45.ebuild,v 1.10 2010/06/11 19:29:29 aballier Exp $ - -inherit eutils - -DESCRIPTION="An OCR (Optical Character Recognition) reader" -HOMEPAGE="http://jocr.sourceforge.net" -SRC_URI="mirror://sourceforge/jocr/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -IUSE="doc scanner tk" - -DEPEND=">=media-libs/netpbm-9.12 - doc? ( >=media-gfx/transfig-3.2 app-text/ghostscript-gpl ) - tk? ( dev-lang/tk )" -RDEPEND="${DEPEND} - tk? ( - media-gfx/xli - scanner? ( media-gfx/xsane ) - )" - -DOCS="AUTHORS BUGS CREDITS HISTORY RE* TODO" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-makefile.patch" -} - -src_compile() { - local mymakes="src man" - - use doc && mymakes="${mymakes} doc examples" - - econf || die "econf failed" - emake ${mymakes} || die "make ${mymakes} failed" -} - -src_install() { - emake DESTDIR="${D}" prefix="/usr" exec_prefix="/usr" install || die "make install failed" - # remove the tk frontend if tk is not selected - use tk || rm "${D}"/usr/bin/gocr.tcl - # and install the documentation and examples - if use doc ; then - DOCS="${DOCS} doc/gocr.html doc/examples.txt doc/unicode.txt" - insinto /usr/share/doc/${P}/examples - doins "${S}"/examples/*.{fig,tex,pcx} - fi - # and then install all the docs - dodoc ${DOCS} -} diff --git a/app-text/gocr/gocr-0.48.ebuild b/app-text/gocr/gocr-0.48.ebuild deleted file mode 100644 index 7aceb2b06151..000000000000 --- a/app-text/gocr/gocr-0.48.ebuild +++ /dev/null @@ -1,49 +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/gocr/gocr-0.48.ebuild,v 1.2 2010/06/11 19:29:29 aballier Exp $ - -EAPI=3 - -inherit base eutils - -DESCRIPTION="An OCR (Optical Character Recognition) reader" -HOMEPAGE="http://jocr.sourceforge.net" -SRC_URI="http://www-e.uni-magdeburg.de/jschulen/ocr/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="doc scanner tk" - -DEPEND=">=media-libs/netpbm-9.12 - doc? ( >=media-gfx/transfig-3.2 app-text/ghostscript-gpl ) - tk? ( dev-lang/tk )" -RDEPEND="${DEPEND} - tk? ( - media-gfx/xli - scanner? ( media-gfx/xsane ) - )" - -DOCS="AUTHORS BUGS CREDITS HISTORY RE* TODO" - -src_compile() { - local mymakes="src man" - - use doc && mymakes="${mymakes} doc examples" - - emake ${mymakes} || die "make ${mymakes} failed" -} - -src_install() { - emake DESTDIR="${D}" prefix="${EPREFIX}/usr" exec_prefix="${EPREFIX}/usr" install || die "make install failed" - # remove the tk frontend if tk is not selected - use tk || rm "${ED}"/usr/bin/gocr.tcl - # and install the documentation and examples - if use doc ; then - DOCS="${DOCS} doc/gocr.html doc/examples.txt doc/unicode.txt" - insinto /usr/share/doc/${PF}/examples - doins "${S}"/examples/*.{fig,tex,pcx} - fi - # and then install all the docs - dodoc ${DOCS} -} |