summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-20 19:34:15 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-20 19:34:15 +0000
commit68904254cda272bcf21fde9371c9ab052b1c6bc9 (patch)
treed4785c8e054c7000d34f0ea8f67a9048a58da235 /app-i18n
parentRemove old. (diff)
downloadgentoo-2-68904254cda272bcf21fde9371c9ab052b1c6bc9.tar.gz
gentoo-2-68904254cda272bcf21fde9371c9ab052b1c6bc9.tar.bz2
gentoo-2-68904254cda272bcf21fde9371c9ab052b1c6bc9.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/tomoe/ChangeLog7
-rw-r--r--app-i18n/tomoe/tomoe-0.6.0.ebuild43
2 files changed, 5 insertions, 45 deletions
diff --git a/app-i18n/tomoe/ChangeLog b/app-i18n/tomoe/ChangeLog
index d1131cddefa1..ce8c2cd0869d 100644
--- a/app-i18n/tomoe/ChangeLog
+++ b/app-i18n/tomoe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/tomoe
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/ChangeLog,v 1.19 2014/12/27 13:47:52 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/ChangeLog,v 1.20 2015/04/20 19:34:15 mrueg Exp $
+
+ 20 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -tomoe-0.6.0.ebuild:
+ Remove old.
27 Dec 2014; Michał Górny <mgorny@gentoo.org> tomoe-0.6.0-r2.ebuild:
Fix unsetting PYTHON.
diff --git a/app-i18n/tomoe/tomoe-0.6.0.ebuild b/app-i18n/tomoe/tomoe-0.6.0.ebuild
deleted file mode 100644
index e0458ae18633..000000000000
--- a/app-i18n/tomoe/tomoe-0.6.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/tomoe-0.6.0.ebuild,v 1.5 2012/05/03 19:24:32 jdhore Exp $
-
-DESCRIPTION="Japanese handwriting recognition engine"
-HOMEPAGE="http://tomoe.sourceforge.jp/"
-SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="doc hyperestraier mysql ruby subversion"
-
-RDEPEND=">=dev-libs/glib-2.4
- ruby? ( dev-ruby/ruby-glib2 )
- hyperestraier? ( app-text/hyperestraier )
- subversion? (
- >=dev-libs/apr-1
- dev-vcs/subversion
- )
- mysql? ( dev-db/mysql )"
-# python? ( dev-python/pygobject )
-# unihan? ( app-dicts/unihan )
-
-DEPEND="${DEPEND}
- virtual/pkgconfig
- doc? ( dev-util/gtk-doc )"
-
-RESTRICT="test"
-
-src_compile() {
- econf \
- $(use_with ruby) \
- $(use_enable doc gtk-doc) || die
-# $(use_with python) \
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dodoc AUTHORS ChangeLog NEWS TODO
-}