Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/
Date: Sat, 02 Jun 2018 22:38:22
Message-Id: 1527979019.92f18906d9c67db8a50eb9da1aac2c8b42325565.bman@gentoo
1 commit: 92f18906d9c67db8a50eb9da1aac2c8b42325565
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 19:52:29 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 22:36:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f18906
7
8 app-i18n/scim-tomoe: drop EAPI=0 ebuild
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild b/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild
16 deleted file mode 100644
17 index 15c689f259f..00000000000
18 --- a/app-i18n/scim-tomoe/scim-tomoe-0.6.0.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -inherit eutils
27 -
28 -DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM"
29 -HOMEPAGE="http://tomoe.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
31 -
32 -LICENSE="LGPL-2.1"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -DEPEND="|| ( >=app-i18n/scim-1.2.0 >=app-i18n/scim-cvs-1.2.0 )
38 - >=app-i18n/tomoe-gtk-0.6.0"
39 -
40 -src_install() {
41 - emake DESTDIR="${D}" install || die "make install failed"
42 -
43 - dodoc AUTHORS ChangeLog NEWS README TODO
44 -}