summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2013-08-03 11:31:39 +0000
committerAkinori Hattori <hattya@gentoo.org>2013-08-03 11:31:39 +0000
commit5bd49e4eb4df53984a74fa775758032c6fce5e1f (patch)
treeefc70c223ce5f5d907bbd5f2f704729ac4fd2df2 /app-dicts
parentamd64 stable (diff)
downloadgentoo-2-5bd49e4eb4df53984a74fa775758032c6fce5e1f.tar.gz
gentoo-2-5bd49e4eb4df53984a74fa775758032c6fce5e1f.tar.bz2
gentoo-2-5bd49e4eb4df53984a74fa775758032c6fce5e1f.zip
remove old ebuilds
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/mecab-ipadic/ChangeLog9
-rw-r--r--app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20060707.ebuild35
-rw-r--r--app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild35
3 files changed, 6 insertions, 73 deletions
diff --git a/app-dicts/mecab-ipadic/ChangeLog b/app-dicts/mecab-ipadic/ChangeLog
index 3b054840e1e0..e73fc09668d9 100644
--- a/app-dicts/mecab-ipadic/ChangeLog
+++ b/app-dicts/mecab-ipadic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/mecab-ipadic
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/ChangeLog,v 1.27 2012/05/17 16:37:30 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/ChangeLog,v 1.28 2013/08/03 11:31:38 hattya Exp $
+
+ 03 Aug 2013; Akinori Hattori <hattya@gentoo.org>
+ -mecab-ipadic-2.7.0.20060707.ebuild, -mecab-ipadic-2.7.0.20070610.ebuild:
+ remove old ebuilds
17 May 2012; Alexis Ballier <aballier@gentoo.org>
mecab-ipadic-2.7.0.20070801.ebuild:
@@ -118,4 +122,3 @@
16 May 2006; Akinori Hattori <hattya@gentoo.org>
+mecab-ipadic-2.7.0.20060408.ebuild:
Initial revision
-
diff --git a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20060707.ebuild b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20060707.ebuild
deleted file mode 100644
index 89841f881564..000000000000
--- a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20060707.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20060707.ebuild,v 1.9 2009/12/27 17:17:04 armin76 Exp $
-
-IUSE="unicode"
-
-MY_P=${PN}-${PV%.*}-${PV/*.}
-
-DESCRIPTION="IPA dictionary for MeCab"
-HOMEPAGE="http://mecab.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mecab/${MY_P}.tar.gz"
-
-LICENSE="ipadic"
-KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86"
-SLOT="0"
-S=${WORKDIR}/${MY_P}
-
-DEPEND=">=app-text/mecab-0.90"
-
-src_compile() {
-
- local myconf
-
- use unicode && myconf="${myconf} --with-charset=utf8"
-
- econf ${myconf} || die
- emake || die
-
-}
-
-src_install() {
-
- emake DESTDIR="${D}" install || die
-
-}
diff --git a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild
deleted file mode 100644
index b32662b34160..000000000000
--- a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild,v 1.8 2009/12/27 17:17:04 armin76 Exp $
-
-IUSE="unicode"
-
-MY_P="${PN}-${PV%.*}-${PV/*.}"
-
-DESCRIPTION="IPA dictionary for MeCab"
-HOMEPAGE="http://mecab.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mecab/${MY_P}.tar.gz"
-
-LICENSE="ipadic"
-KEYWORDS="amd64 ~arm ia64 ppc ppc64 sparc x86"
-SLOT="0"
-S="${WORKDIR}/${MY_P}"
-
-DEPEND=">=app-text/mecab-0.90"
-
-src_compile() {
-
- local myconf
-
- use unicode && myconf="${myconf} --with-charset=utf8"
-
- econf ${myconf} || die
- emake || die
-
-}
-
-src_install() {
-
- emake DESTDIR="${D}" install || die
-
-}