summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-06-27 22:23:27 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-06-27 22:23:27 +0000
commit138ee94e975be7fd2d0a97000be7d27e232e17b6 (patch)
tree9e9c11e74e42c28efaebbcec31dc649b6b246c31 /dev-db/m17n-db
parentRemove old. (diff)
downloadgentoo-2-138ee94e975be7fd2d0a97000be7d27e232e17b6.tar.gz
gentoo-2-138ee94e975be7fd2d0a97000be7d27e232e17b6.tar.bz2
gentoo-2-138ee94e975be7fd2d0a97000be7d27e232e17b6.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-db/m17n-db')
-rw-r--r--dev-db/m17n-db/ChangeLog8
-rw-r--r--dev-db/m17n-db/m17n-db-1.5.3.ebuild23
-rw-r--r--dev-db/m17n-db/m17n-db-1.5.4.ebuild23
3 files changed, 6 insertions, 48 deletions
diff --git a/dev-db/m17n-db/ChangeLog b/dev-db/m17n-db/ChangeLog
index 304677c20cd4..4b9743de493f 100644
--- a/dev-db/m17n-db/ChangeLog
+++ b/dev-db/m17n-db/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/m17n-db
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v 1.67 2013/02/24 18:07:09 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v 1.68 2015/06/27 22:23:27 mrueg Exp $
+
+ 27 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -m17n-db-1.5.3.ebuild,
+ -m17n-db-1.5.4.ebuild:
+ Remove old.
24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> m17n-db-1.6.4.ebuild:
Stable for sh, wrt bug #455768
diff --git a/dev-db/m17n-db/m17n-db-1.5.3.ebuild b/dev-db/m17n-db/m17n-db-1.5.3.ebuild
deleted file mode 100644
index b462da714a5b..000000000000
--- a/dev-db/m17n-db/m17n-db-1.5.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/m17n-db-1.5.3.ebuild,v 1.4 2012/12/03 06:54:07 naota Exp $
-
-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
- docinto FORMATS; dodoc FORMATS/*
- docinto UNIDATA; dodoc UNIDATA/*
-}
diff --git a/dev-db/m17n-db/m17n-db-1.5.4.ebuild b/dev-db/m17n-db/m17n-db-1.5.4.ebuild
deleted file mode 100644
index ac0062ac1140..000000000000
--- a/dev-db/m17n-db/m17n-db-1.5.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/m17n-db-1.5.4.ebuild,v 1.2 2012/12/03 06:54:07 naota Exp $
-
-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
- docinto FORMATS; dodoc FORMATS/*
- docinto UNIDATA; dodoc UNIDATA/*
-}