summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-10-02 13:26:37 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-10-02 13:36:47 +0200
commitc078cdf0ace759558bd9756758058cf23ea31dbc (patch)
tree35b52fa7da08bd51a5350f103b0d1705ebf3af52 /app-dicts
parentmedia-libs/openh264: Stabilize 2.3.1-r3 ppc64, #915064 (diff)
downloadgentoo-c078cdf0ace759558bd9756758058cf23ea31dbc.tar.gz
gentoo-c078cdf0ace759558bd9756758058cf23ea31dbc.tar.bz2
gentoo-c078cdf0ace759558bd9756758058cf23ea31dbc.zip
app-dicts/edictionary: treeclean
Closes: https://bugs.gentoo.org/912363 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/edictionary/Manifest1
-rw-r--r--app-dicts/edictionary/edictionary-2.6-r1.ebuild26
-rw-r--r--app-dicts/edictionary/metadata.xml8
3 files changed, 0 insertions, 35 deletions
diff --git a/app-dicts/edictionary/Manifest b/app-dicts/edictionary/Manifest
deleted file mode 100644
index 2e5a01db7054..000000000000
--- a/app-dicts/edictionary/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST edict-2.6.tar.gz 51300 BLAKE2B dd074c4b4d771921c21cc63e3960951ff6e62e8485ee2a9e967751670562e29ae434d7a2a79886797093f315bdba2134f7d45c024a0657c4a53314d96c66fbce SHA512 03a9977df6d150e7e99805f8dc5f62e1f6d84360d79684210a4cbd8105ccf541777513c99bf77934a9b8e26e4aad8d88b84146b165d9e1a21dff80587f900677
diff --git a/app-dicts/edictionary/edictionary-2.6-r1.ebuild b/app-dicts/edictionary/edictionary-2.6-r1.ebuild
deleted file mode 100644
index a52cefdaa6de..000000000000
--- a/app-dicts/edictionary/edictionary-2.6-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="edict"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Command line dictionary and thesaurus"
-HOMEPAGE="http://edictionary.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-lang/perl"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_install() {
- make prefix="${ED}/usr/bin" install
- dodoc Changelog ReleaseNotes README TODO
-}
diff --git a/app-dicts/edictionary/metadata.xml b/app-dicts/edictionary/metadata.xml
deleted file mode 100644
index f47833bb7f5b..000000000000
--- a/app-dicts/edictionary/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">edictionary</remote-id>
- </upstream>
-</pkgmetadata>