summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-08 20:32:08 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-08 20:32:08 +0200
commit362f2053286cb1cf07bb525adf86038b3692daac (patch)
tree567da5fefb67e278f74eb2ff3a13679e35e5b01a /media-sound
parentmedia-sound/hearnet: Remove last-rited pkg (diff)
downloadgentoo-362f2053286cb1cf07bb525adf86038b3692daac.tar.gz
gentoo-362f2053286cb1cf07bb525adf86038b3692daac.tar.bz2
gentoo-362f2053286cb1cf07bb525adf86038b3692daac.zip
media-sound/imp3sh: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693802 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/imp3sh/Manifest1
-rw-r--r--media-sound/imp3sh/imp3sh-0.2.4.ebuild33
-rw-r--r--media-sound/imp3sh/metadata.xml8
3 files changed, 0 insertions, 42 deletions
diff --git a/media-sound/imp3sh/Manifest b/media-sound/imp3sh/Manifest
deleted file mode 100644
index dd46b16143ea..000000000000
--- a/media-sound/imp3sh/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST imp3sh-0.2.4.tar.gz 344331 BLAKE2B eeb14c8dce737e5eb3b028ce0ce2af757ddb7a6ea67175328407118154db6757c9381a26d707edd4d9eae369bd7c5409bac56e3be254c1ec797e269df34681db SHA512 a5d48413d359bef280a090aef323d9abc9400ce08da86d24194881f6305ee82ceaa5226e19f476885792e9d0cc2a75f3edd4465c6fac7222e2a6e21ef0002a1f
diff --git a/media-sound/imp3sh/imp3sh-0.2.4.ebuild b/media-sound/imp3sh/imp3sh-0.2.4.ebuild
deleted file mode 100644
index 287d97f8f59c..000000000000
--- a/media-sound/imp3sh/imp3sh-0.2.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-DESCRIPTION="flexible playlist manipulation shell and song player/streamer"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses
- media-libs/libvorbis
- media-libs/libogg
- media-libs/libao"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- econf
- emake CCLD=$(tc-getCXX) || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README* CHANGES web/README.imp3web web/imp3web.php EXAMPLE.imp3sh EXTERNAL.players
- # Some docs are liner notes in the actual .c files. UHG.
- dodoc piped-io/imp3sh*.c
-}
diff --git a/media-sound/imp3sh/metadata.xml b/media-sound/imp3sh/metadata.xml
deleted file mode 100644
index c870d0eef0ab..000000000000
--- a/media-sound/imp3sh/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
-</maintainer>
-</pkgmetadata>