summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2014-06-01 20:18:30 +0000
committerNaohiro Aota <naota@gentoo.org>2014-06-01 20:18:30 +0000
commit0fad48d77061a31366507f1163d843a492cf40af (patch)
tree018fb0a103dc0816faeca6a098e4c61e559b2fd1 /app-dicts
parentfix logroate script wrt #505596 (diff)
downloadgentoo-2-0fad48d77061a31366507f1163d843a492cf40af.tar.gz
gentoo-2-0fad48d77061a31366507f1163d843a492cf40af.tar.bz2
gentoo-2-0fad48d77061a31366507f1163d843a492cf40af.zip
Drop old file
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ipadic/ChangeLog8
-rw-r--r--app-dicts/ipadic/ipadic-2.7.0-r1.ebuild31
2 files changed, 5 insertions, 34 deletions
diff --git a/app-dicts/ipadic/ChangeLog b/app-dicts/ipadic/ChangeLog
index f814615e835b..a9995ee2e955 100644
--- a/app-dicts/ipadic/ChangeLog
+++ b/app-dicts/ipadic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/ipadic
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.26 2012/06/09 19:09:20 armin76 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.27 2014/06/01 20:18:30 naota Exp $
+
+ 01 Jun 2014; Naohiro Aota <naota@gentoo.org> -ipadic-2.7.0-r1.ebuild:
+ Drop old file
09 Jun 2012; Raúl Porcel <armin76@gentoo.org> ipadic-2.7.0.ebuild,
ipadic-2.7.0-r1.ebuild, ipadic-2.7.0-r2.ebuild:
@@ -97,4 +100,3 @@
ChangeLog,Manifest,files/digest-ipadic-2.6.0:
Initial import. Ebuild submitted by MATSUU Takuto <matsuu@7501.net>
-
diff --git a/app-dicts/ipadic/ipadic-2.7.0-r1.ebuild b/app-dicts/ipadic/ipadic-2.7.0-r1.ebuild
deleted file mode 100644
index dbc952b8748a..000000000000
--- a/app-dicts/ipadic/ipadic-2.7.0-r1.ebuild
+++ /dev/null
@@ -1,31 +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-r1.ebuild,v 1.2 2012/06/09 19:09:20 armin76 Exp $
-
-EAPI="2"
-inherit autotools eutils
-
-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"
-IUSE=""
-
-DEPEND=">=app-text/chasen-2.3.1"
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-gentoo.patch"
- eautoreconf
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die
-
- insinto /etc
- doins chasenrc || die
- dodoc AUTHORS ChangeLog NEWS README || die
-}