diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-09 09:38:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-09 09:38:50 +0200 |
commit | 242ab80a6037c38528f612b859ae792541f3d31a (patch) | |
tree | 75b85cd97bda38acc23a5333bc029a4bf8e7a261 /media-sound | |
parent | net-misc/pssh: Remove last-rited pkg (diff) | |
download | gentoo-242ab80a6037c38528f612b859ae792541f3d31a.tar.gz gentoo-242ab80a6037c38528f612b859ae792541f3d31a.tar.bz2 gentoo-242ab80a6037c38528f612b859ae792541f3d31a.zip |
media-sound/codecgraph: Remove last-rited pkg
Closes: https://bugs.gentoo.org/734574
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/codecgraph/Manifest | 1 | ||||
-rw-r--r-- | media-sound/codecgraph/codecgraph-20120114-r2.ebuild | 33 | ||||
-rw-r--r-- | media-sound/codecgraph/files/20120114-makefile-prefix.diff | 18 | ||||
-rw-r--r-- | media-sound/codecgraph/metadata.xml | 12 |
4 files changed, 0 insertions, 64 deletions
diff --git a/media-sound/codecgraph/Manifest b/media-sound/codecgraph/Manifest deleted file mode 100644 index dfb1d290906f..000000000000 --- a/media-sound/codecgraph/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST codecgraph-20120114.tar.gz 94168 BLAKE2B 8c7a30d86197f53a8feb39c56257e7ba6b55eddee92963f04c35d8ed018f0369d83885f092c2d4ae040a77c166f65a29fa523018dcf6e29ddc437e6c50420b6b SHA512 85053ea83707c817e5d190a981458b271814602fda36757dd4dd14ded3a992abc613f4023dbb9eac7d10589f32fa1489fc68c98e80b235588fcde5390bdc099c diff --git a/media-sound/codecgraph/codecgraph-20120114-r2.ebuild b/media-sound/codecgraph/codecgraph-20120114-r2.ebuild deleted file mode 100644 index dfe7a09d932a..000000000000 --- a/media-sound/codecgraph/codecgraph-20120114-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="Generates a graph based on the ALSA description of an HD Audio codec" -HOMEPAGE="http://helllabs.org/codecgraph/" -SRC_URI="http://helllabs.org/codecgraph/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - media-gfx/graphviz" -DEPEND="${RDEPEND} - media-gfx/imagemagick" - -PATCHES=( "${FILESDIR}/${PV}-makefile-prefix.diff" ) - -src_configure() { - python_fix_shebang *.py -} - -src_install() { - default - dodoc codecs.txt IDEAS -} diff --git a/media-sound/codecgraph/files/20120114-makefile-prefix.diff b/media-sound/codecgraph/files/20120114-makefile-prefix.diff deleted file mode 100644 index 2636fad59e57..000000000000 --- a/media-sound/codecgraph/files/20120114-makefile-prefix.diff +++ /dev/null @@ -1,18 +0,0 @@ -diff -uNr codecgraph-20120114.ORIG/Makefile codecgraph-20120114/Makefile ---- codecgraph-20120114.ORIG/Makefile 2012-04-20 11:46:16.585852026 +0100 -+++ codecgraph-20120114/Makefile 2012-04-20 11:46:50.730851052 +0100 -@@ -1,4 +1,4 @@ --PREFIX = /usr/local -+PREFIX = /usr - DOTTY = dot - - samples = \ -@@ -87,7 +87,7 @@ - install: - install -m755 -D codecgraph $(DESTDIR)$(PREFIX)/bin/codecgraph - install -m755 -D codecgraph.py $(DESTDIR)$(PREFIX)/bin/codecgraph.py -- install -m644 -D codecgraph.1 $(DESTDIR)$(PREFIX)/man/man1/codecgraph.1 -+ install -m644 -D codecgraph.1 $(DESTDIR)$(PREFIX)/share/man/man1/codecgraph.1 - - thumbs: png - for p in $(pngfiles);do \ diff --git a/media-sound/codecgraph/metadata.xml b/media-sound/codecgraph/metadata.xml deleted file mode 100644 index 5f92e8882156..000000000000 --- a/media-sound/codecgraph/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>chainsaw@gentoo.org</email> - <name>Tony Vroon</name> -</maintainer> -<maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> -</maintainer> -</pkgmetadata> |