summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2018-04-16 19:10:10 +0200
committerMike Gilbert <floppym@gentoo.org>2018-04-16 14:27:33 -0400
commit922d5f8267b0584bc5f95019cc213b62c9026bc5 (patch)
tree913d4f40f6c6f45e108984d49183c549d40aa8f9 /dev-db/m17n-db
parentRevert "virtual/w3m: www-client/w3mmee is broken and being removed (#586258)". (diff)
downloadgentoo-922d5f8267b0584bc5f95019cc213b62c9026bc5.tar.gz
gentoo-922d5f8267b0584bc5f95019cc213b62c9026bc5.tar.bz2
gentoo-922d5f8267b0584bc5f95019cc213b62c9026bc5.zip
dev-db/m17n-db: Delete old versions (<1.7.0).
Diffstat (limited to 'dev-db/m17n-db')
-rw-r--r--dev-db/m17n-db/Manifest2
-rw-r--r--dev-db/m17n-db/m17n-db-1.6.3.ebuild26
-rw-r--r--dev-db/m17n-db/m17n-db-1.6.4.ebuild26
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-db/m17n-db/Manifest b/dev-db/m17n-db/Manifest
index 644892650cc8..cb31ec794aee 100644
--- a/dev-db/m17n-db/Manifest
+++ b/dev-db/m17n-db/Manifest
@@ -1,3 +1 @@
-DIST m17n-db-1.6.3.tar.gz 1384587 BLAKE2B 2b2e66120894d1ea80deb65123553d1f168999dd7efc8824e033a6549108ee9b84dabb40e14f8516e25324d9b3c0da205a4e2a0453c12acd3959dc15211abe29 SHA512 4a808b7f8298b9c15c479e7e2dbe26dfe39b0756da5f7a5f968700950d5e41527ce935bc6ced6e65d5e0d57c5f8402dba7f6001144f805129def8237d272625f
-DIST m17n-db-1.6.4.tar.gz 1390344 BLAKE2B a54194565093cea04ca19d9f49f442b5df080e72a0380bcc0210c921e13efcdf27eaecd4860f1755220a6c9a37e7474f54c9646eef70e07263a1462f96120161 SHA512 54016284335630fca5403e540863aaff5f135429c5716c35404fc38d40544c03a213ad26af5ea7eb82567b11f4645608f66cde95036187e6e23ce0dae17e2324
DIST m17n-db-1.7.0.tar.gz 1939608 BLAKE2B 1b79e6ad32336a9ce34e14a52907b4064c410f70e356797ef59b1c9b8c83180453d820475b4dfb486eb1eb1d063607274b561a5120a60db0e0cfccad53d67eca SHA512 02c3cb347e9f5c840a723de9ed85be84fc9fb5f86d4963f0d1c6b669045d37d10e5efcf5ac0e0c3cb7249fb391b0dd32bd50fbc3332455aaf0b49d96fc09b2f2
diff --git a/dev-db/m17n-db/m17n-db-1.6.3.ebuild b/dev-db/m17n-db/m17n-db-1.6.3.ebuild
deleted file mode 100644
index 7a14bf3921e9..000000000000
--- a/dev-db/m17n-db/m17n-db-1.6.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Database for the m17n library"
-HOMEPAGE="https://savannah.nongnu.org/projects/m17n"
-SRC_URI="mirror://nongnu/m17n/${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() {
- default
-
- docinto FORMATS
- dodoc FORMATS/*
-
- docinto UNIDATA
- dodoc UNIDATA/*
-}
diff --git a/dev-db/m17n-db/m17n-db-1.6.4.ebuild b/dev-db/m17n-db/m17n-db-1.6.4.ebuild
deleted file mode 100644
index 68c3d2fe9f5e..000000000000
--- a/dev-db/m17n-db/m17n-db-1.6.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Database for the m17n library"
-HOMEPAGE="https://savannah.nongnu.org/projects/m17n"
-SRC_URI="mirror://nongnu/m17n/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sh sparc x86"
-IUSE=""
-
-DEPEND="sys-devel/gettext"
-RDEPEND="virtual/libintl"
-
-src_install() {
- default
-
- docinto FORMATS
- dodoc FORMATS/*
-
- docinto UNIDATA
- dodoc UNIDATA/*
-}