summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-13 00:21:11 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-13 00:21:11 +0000
commit504c81825203786357ea7f232ecf0528fa06d7b8 (patch)
tree193d10965a237c518577832615187e01150a3626 /app-dicts
parentRemove old. (diff)
downloadgentoo-2-504c81825203786357ea7f232ecf0528fa06d7b8.tar.gz
gentoo-2-504c81825203786357ea7f232ecf0528fa06d7b8.tar.bz2
gentoo-2-504c81825203786357ea7f232ecf0528fa06d7b8.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ipadic/ChangeLog5
-rw-r--r--app-dicts/ipadic/ipadic-2.7.0.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/app-dicts/ipadic/ChangeLog b/app-dicts/ipadic/ChangeLog
index 1734e211b5c6..84fb2d91881d 100644
--- a/app-dicts/ipadic/ChangeLog
+++ b/app-dicts/ipadic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/ipadic
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.28 2015/03/02 09:32:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.29 2015/04/13 00:21:11 mrueg Exp $
+
+ 13 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -ipadic-2.7.0.ebuild:
+ Remove old.
02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> ipadic-2.7.0-r2.ebuild:
Stable for ppc, wrt bug #512080
diff --git a/app-dicts/ipadic/ipadic-2.7.0.ebuild b/app-dicts/ipadic/ipadic-2.7.0.ebuild
deleted file mode 100644
index 01244bbd0ecf..000000000000
--- a/app-dicts/ipadic/ipadic-2.7.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.7.0.ebuild,v 1.17 2012/06/09 19:09:20 armin76 Exp $
-
-IUSE=""
-
-DESCRIPTION="Japanese dictionary for ChaSen"
-HOMEPAGE="http://chasen.aist-nara.ac.jp/chasen/distribution.html.en"
-SRC_URI="http://chasen.aist-nara.ac.jp/stable/ipadic/${P}.tar.gz"
-
-LICENSE="ipadic"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-SLOT="0"
-
-DEPEND=">=app-text/chasen-2.3.1"
-
-src_compile() {
- sed -i -e "/^install-data-am:/s/install-data-local//" Makefile.in || die
- econf || die
- # bug #299613
- emake -j1 || die
-}
-
-src_install () {
- make DESTDIR="${D}" install || die
-
- insinto /etc
- doins chasenrc
- dodoc AUTHORS ChangeLog NEWS README || die
-}