summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-09-12 06:01:11 +0000
committerPeter Volkov <pva@gentoo.org>2011-09-12 06:01:11 +0000
commit6af136f94ea369c8f0e34e5f60e8c44ea1e6a39a (patch)
tree9903f21af0f5879be62995a74263d477f7d55bf6 /app-text/cuneiform
parenthandle newer cxx behavior with gcc-4.7+, and newer libquadmath/fortran with g... (diff)
downloadgentoo-2-6af136f94ea369c8f0e34e5f60e8c44ea1e6a39a.tar.gz
gentoo-2-6af136f94ea369c8f0e34e5f60e8c44ea1e6a39a.tar.bz2
gentoo-2-6af136f94ea369c8f0e34e5f60e8c44ea1e6a39a.zip
Drop old.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-text/cuneiform')
-rw-r--r--app-text/cuneiform/ChangeLog6
-rw-r--r--app-text/cuneiform/cuneiform-0.8.0.ebuild39
-rw-r--r--app-text/cuneiform/cuneiform-1.0.0.ebuild39
3 files changed, 5 insertions, 79 deletions
diff --git a/app-text/cuneiform/ChangeLog b/app-text/cuneiform/ChangeLog
index 982c6abe9016..162cfd3da857 100644
--- a/app-text/cuneiform/ChangeLog
+++ b/app-text/cuneiform/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/cuneiform
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cuneiform/ChangeLog,v 1.4 2011/04/29 09:11:06 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/cuneiform/ChangeLog,v 1.5 2011/09/12 06:01:11 pva Exp $
+
+ 12 Sep 2011; Peter Volkov <pva@gentoo.org> -cuneiform-0.8.0.ebuild,
+ -cuneiform-1.0.0.ebuild:
+ Drop old.
*cuneiform-1.1.0 (29 Apr 2011)
diff --git a/app-text/cuneiform/cuneiform-0.8.0.ebuild b/app-text/cuneiform/cuneiform-0.8.0.ebuild
deleted file mode 100644
index d002235250ac..000000000000
--- a/app-text/cuneiform/cuneiform-0.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cuneiform/cuneiform-0.8.0.ebuild,v 1.1 2009/09/04 10:17:06 pva Exp $
-
-EAPI="2"
-inherit cmake-utils versionator
-
-PV_MAJ=$(get_version_component_range 1-2)
-MY_P=${PN}-linux-${PV}
-
-DESCRIPTION="An enterprise quality OCR engine developed in USSR/Russia in the 90's."
-HOMEPAGE="https://launchpad.net/cuneiform-linux"
-SRC_URI="http://launchpad.net/${PN}-linux/${PV_MAJ}/${PV_MAJ}/+download/${MY_P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="debug +imagemagick"
-
-RDEPEND="imagemagick? ( media-gfx/imagemagick )"
-DEPEND=">=dev-util/cmake-2.6.2
- ${RDEPEND}"
-
-DOCS="readme.txt"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare(){
- # respect LDFLAGS
- sed -i 's:\(set[(]CMAKE_SHARED_LINKER_FLAGS "[^"]*\):\1 $ENV{LDFLAGS}:' \
- "${S}/cuneiform_src/CMakeLists.txt" || die "failed to sed for LDFLAGS"
- # Fix automagic dependencies / linking
- if ! use imagemagick; then
- sed -i "s:find_package(ImageMagick COMPONENTS Magick++):#DONOTFIND:" \
- "${S}/cuneiform_src/CMakeLists.txt" \
- || die "Sed for ImageMagick automagic dependency failed."
- fi
-}
diff --git a/app-text/cuneiform/cuneiform-1.0.0.ebuild b/app-text/cuneiform/cuneiform-1.0.0.ebuild
deleted file mode 100644
index 78e9607a6f26..000000000000
--- a/app-text/cuneiform/cuneiform-1.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cuneiform/cuneiform-1.0.0.ebuild,v 1.1 2011/01/15 22:22:28 pva Exp $
-
-EAPI="2"
-inherit cmake-utils versionator
-
-PV_MAJ=$(get_version_component_range 1-2)
-MY_P=${PN}-linux-${PV}
-
-DESCRIPTION="An enterprise quality OCR engine developed in USSR/Russia in the 90's."
-HOMEPAGE="https://launchpad.net/cuneiform-linux"
-SRC_URI="http://launchpad.net/${PN}-linux/${PV_MAJ}/${PV_MAJ}/+download/${MY_P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="debug +imagemagick"
-
-RDEPEND="imagemagick? ( media-gfx/imagemagick )"
-DEPEND=">=dev-util/cmake-2.6.2
- ${RDEPEND}"
-
-DOCS="readme.txt"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare(){
- # respect LDFLAGS
- sed -i 's:\(set[(]CMAKE_SHARED_LINKER_FLAGS "[^"]*\):\1 $ENV{LDFLAGS}:' \
- "${S}/cuneiform_src/CMakeLists.txt" || die "failed to sed for LDFLAGS"
- # Fix automagic dependencies / linking
- if ! use imagemagick; then
- sed -i "s:find_package(ImageMagick COMPONENTS Magick++):#DONOTFIND:" \
- "${S}/cuneiform_src/CMakeLists.txt" \
- || die "Sed for ImageMagick automagic dependency failed."
- fi
-}