diff options
author | 2011-09-07 07:42:05 +0000 | |
---|---|---|
committer | 2011-09-07 07:42:05 +0000 | |
commit | f191f9dd159ecb0b163faf4cdfcca345a5e3e395 (patch) | |
tree | 64e6abb87c01e00d367209b61ec15747cf9f126e /app-text/yagf/yagf-0.8.7.ebuild | |
parent | Add complete port of HPN+LPK patches, also adjust the HOMEDIR setting for src... (diff) | |
download | gentoo-2-f191f9dd159ecb0b163faf4cdfcca345a5e3e395.tar.gz gentoo-2-f191f9dd159ecb0b163faf4cdfcca345a5e3e395.tar.bz2 gentoo-2-f191f9dd159ecb0b163faf4cdfcca345a5e3e395.zip |
Version bump, bug #381101 reported by Anton Kochkov.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-text/yagf/yagf-0.8.7.ebuild')
-rw-r--r-- | app-text/yagf/yagf-0.8.7.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-text/yagf/yagf-0.8.7.ebuild b/app-text/yagf/yagf-0.8.7.ebuild new file mode 100644 index 000000000000..ed5fd4f4ade5 --- /dev/null +++ b/app-text/yagf/yagf-0.8.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/yagf/yagf-0.8.7.ebuild,v 1.1 2011/09/07 07:42:05 pva Exp $ + +EAPI="4" +inherit cmake-utils + +DESCRIPTION="Graphical front-end for cuneiform OCR tool" +HOMEPAGE="http://symmetrica.net/cuneiform-linux/yagf-en.html" +SRC_URI="http://symmetrica.net/cuneiform-linux/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="scanner" + +DEPEND="x11-libs/qt-gui:4 + app-text/aspell" +RDEPEND="${DEPEND} + app-text/cuneiform + scanner? ( media-gfx/xsane )" + +DOCS="AUTHORS ChangeLog DESCRIPTION README" + +CMAKE_IN_SOURCE_BUILD=1 |