summaryrefslogtreecommitdiff
path: root/app-dicts/mecab-ipadic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-dicts/mecab-ipadic
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/mecab-ipadic')
-rw-r--r--app-dicts/mecab-ipadic/Manifest3
-rw-r--r--app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild22
-rw-r--r--app-dicts/mecab-ipadic/metadata.xml14
3 files changed, 0 insertions, 39 deletions
diff --git a/app-dicts/mecab-ipadic/Manifest b/app-dicts/mecab-ipadic/Manifest
deleted file mode 100644
index 0469aae179de..000000000000
--- a/app-dicts/mecab-ipadic/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST mecab-ipadic-2.7.0-20070801.tar.gz 12208105 BLAKE2B 448aed0389a18be5cb8161c600827190353b884cbbce4b86b122098b9ce15a2d838da93b37c608bf66dcbac7ec84c11aef1b87ba7907d1a4cf5bcfcf4a491da1 SHA512 35ea662cb62f1967849f7ed5781bd6dafef0fe20d63e88d9a0057666e57ed23d5a0e6fb8d0701a0cc4da43a1050c1b02463bb862decc71c36b7fc2acdc158d86
-EBUILD mecab-ipadic-2.7.0.20070801.ebuild 518 BLAKE2B 9d4ea7fed7d5603163b682933ee8fc1d7a6200d6924e020d1e8914233ec9a51d9bfc4c82f77a0defc3168e59df122f42f2bb1e38e7c2669bbcf8216551dec176 SHA512 c1302f4faa35ced7675f8df78ca02e31b8e97585fb2eb6dcc3bdce84fa60e79948d5bdb60aa9ff096c8279f3a05ad6d7a6257c42cbf014cc46033803930c9f97
-MISC metadata.xml 401 BLAKE2B 38623c00dbd106c4b81eb7a4957b97f2eaffc0c9b535b6d8c820c59b2826ee073da1f7ee4925c4a92c3e026a05df7bcc84140768f3b28585a58f542869676df2 SHA512 743955c4b8873cc0ed6883156a4a07711269bb338063898f99d4c6346cb77a3a42b6222b7f6f00529db51a6f632ad1c66a58603c59a2fc4691b698277eeb4658
diff --git a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild
deleted file mode 100644
index c1b211621986..000000000000
--- a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-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"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="unicode"
-
-DEPEND="app-text/mecab[unicode=]"
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- econf $(use_with unicode charset UTF-8)
-}
diff --git a/app-dicts/mecab-ipadic/metadata.xml b/app-dicts/mecab-ipadic/metadata.xml
deleted file mode 100644
index ad11001c7070..000000000000
--- a/app-dicts/mecab-ipadic/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>hattya@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">mecab</remote-id>
- </upstream>
-</pkgmetadata>