Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-tomoe/
Date: Sun, 27 Sep 2015 11:32:59
Message-Id: 1443353559.4139400ece1025b5b6d4ec019a8d5fae7b386fe3.mrueg@gentoo
1 commit: 4139400ece1025b5b6d4ec019a8d5fae7b386fe3
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 11:32:39 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 11:32:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4139400e
7
8 app-i18n/scim-tomoe: Remove old
9
10 Package-Manager: portage-2.2.22
11
12 app-i18n/scim-tomoe/scim-tomoe-0.6.0-r1.ebuild | 29 --------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r1.ebuild b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r1.ebuild
16 deleted file mode 100644
17 index 013a4fb..0000000
18 --- a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2008 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit eutils
26 -
27 -DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM"
28 -HOMEPAGE="http://tomoe.sourceforge.net/"
29 -SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
30 -
31 -LICENSE="LGPL-2.1"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -
36 -DEPEND=">=app-i18n/scim-1.2.0
37 - >=app-i18n/libtomoe-gtk-0.6.0"
38 -
39 -src_unpack() {
40 - unpack ${A}
41 - cd "${S}"
42 - epatch "${FILESDIR}"/${P}-gcc43.patch
43 -}
44 -
45 -src_install() {
46 - emake DESTDIR="${D}" install || die "make install failed"
47 -
48 - dodoc AUTHORS ChangeLog NEWS README TODO
49 -}