summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-07 01:23:16 +0000
committerSam James <sam@gentoo.org>2021-01-07 01:23:16 +0000
commit0eb20630161d9e7fa2da3cff7300a64b66c9fa1a (patch)
tree6d0996d09373e8b5ec0fcf38dcfce8590631f75d
parentapp-editors/curses-hexedit: cleanup old (diff)
downloadgentoo-0eb20630.tar.gz
gentoo-0eb20630.tar.bz2
gentoo-0eb20630.zip
app-dicts/libydpdict: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-dicts/libydpdict/Manifest1
-rw-r--r--app-dicts/libydpdict/libydpdict-1.0.2.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/app-dicts/libydpdict/Manifest b/app-dicts/libydpdict/Manifest
index dd74924755fa..fc148dd3d9b3 100644
--- a/app-dicts/libydpdict/Manifest
+++ b/app-dicts/libydpdict/Manifest
@@ -1,2 +1 @@
-DIST libydpdict-1.0.2.tar.gz 297184 BLAKE2B 1e7e4aa905c5e3468b914ed48a1307edcfce8f563a2e5a622a2a47442b12025265b3c60350898b9dbc080af345635a85516444240699476af1ae59c5c58682bf SHA512 ccf2335e627a820a580c4cc95e04eca372f88232c4ca4d86bd5c8c5f9af1756f4642addaf39fa2702d3abe816d31f650d86cb480dbaf5f66f0a20b66cf5181b5
DIST libydpdict-1.0.4.tar.gz 20550 BLAKE2B a68573a74db3b7ef5aa4565b85f17830800c4551db9d2d6cd80f0517e8c5f1adb7e1d6caad3768e5e9e7665a68eb2ac0eb7b261a7f69a5280c4c65f5787c9359 SHA512 09178c620410c5f43f52a4ffc691fc656e7d1a92fd5724ca31c6f99397d4e702d440dc0bf191e56dd83439c3067ac7638ee7ce071bc26399e8306cadbe705fdd
diff --git a/app-dicts/libydpdict/libydpdict-1.0.2.ebuild b/app-dicts/libydpdict/libydpdict-1.0.2.ebuild
deleted file mode 100644
index deac724709f1..000000000000
--- a/app-dicts/libydpdict/libydpdict-1.0.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Library for handling the Collins Dictionary database"
-HOMEPAGE="http://toxygen.net/ydpdict/"
-SRC_URI="http://toxygen.net/ydpdict/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS
-}