summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-07-05 20:39:17 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-07-05 20:39:17 +0900
commit9b1017078c9177bff891a66d7d2172711a38be72 (patch)
treeb612737a8bd9d7ff5f141c501c054877de3d6018 /dev-db/m17n-contrib/m17n-contrib-1.1.13.ebuild
parentnet-libs/c-client: Un-<pkg/> since net-mail/topal is gone (diff)
downloadgentoo-9b1017078c9177bff891a66d7d2172711a38be72.tar.gz
gentoo-9b1017078c9177bff891a66d7d2172711a38be72.tar.bz2
gentoo-9b1017078c9177bff891a66d7d2172711a38be72.zip
dev-db/m17n-contrib: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-db/m17n-contrib/m17n-contrib-1.1.13.ebuild')
-rw-r--r--dev-db/m17n-contrib/m17n-contrib-1.1.13.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-db/m17n-contrib/m17n-contrib-1.1.13.ebuild b/dev-db/m17n-contrib/m17n-contrib-1.1.13.ebuild
deleted file mode 100644
index 3d4eed0b53a0..000000000000
--- a/dev-db/m17n-contrib/m17n-contrib-1.1.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Contribution 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="amd64 x86"
-IUSE=""
-
-DEPEND=""
-# Strict version to avoid collision
-RDEPEND=">=dev-db/m17n-db-1.6.3"
-
-src_configure() {
- # force the script not to test for m17n presence, trust Portage
- # dependency handling.
- export HAVE_M17N_DB=yes
-
- econf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog NEWS README
-}