summaryrefslogtreecommitdiff
path: root/dev-db/m17n-db/m17n-db-1.5.5.ebuild
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-07-05 20:50:44 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-07-05 20:50:44 +0900
commit43c21f4d5d6a80fd1b91f90903397f7051b636d2 (patch)
tree6a415580e7ff9348eb7c96cfe94f13fc2eaf84f4 /dev-db/m17n-db/m17n-db-1.5.5.ebuild
parent8ade5dd99100cf468f81683927a22224228aeeba (diff)
downloadgentoo-43c21f4d5d6a80fd1b91f90903397f7051b636d2.tar.gz
gentoo-43c21f4d5d6a80fd1b91f90903397f7051b636d2.tar.bz2
gentoo-43c21f4d5d6a80fd1b91f90903397f7051b636d2.zip
dev-db/m17n-db: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-db/m17n-db/m17n-db-1.5.5.ebuild')
-rw-r--r--dev-db/m17n-db/m17n-db-1.5.5.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-db/m17n-db/m17n-db-1.5.5.ebuild b/dev-db/m17n-db/m17n-db-1.5.5.ebuild
deleted file mode 100644
index 84f6f27eb0a9..000000000000
--- a/dev-db/m17n-db/m17n-db-1.5.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Database for the m17n library"
-HOMEPAGE="https://savannah.nongnu.org/projects/m17n"
-SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND="sys-devel/gettext"
-RDEPEND="virtual/libintl"
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog NEWS README || die
- docinto FORMATS; dodoc FORMATS/* || die
- docinto UNIDATA; dodoc UNIDATA/* || die
-}