From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC802138359 for ; Fri, 9 Oct 2020 07:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FB17E07FA; Fri, 9 Oct 2020 07:39:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE38BE07FA for ; Fri, 9 Oct 2020 07:39:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03D6B340E7F for ; Fri, 9 Oct 2020 07:39:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A506639E for ; Fri, 9 Oct 2020 07:39:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1602229130.242ab80a6037c38528f612b859ae792541f3d31a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/codecgraph/, media-sound/codecgraph/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/codecgraph/Manifest media-sound/codecgraph/codecgraph-20120114-r2.ebuild media-sound/codecgraph/files/20120114-makefile-prefix.diff media-sound/codecgraph/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ media-sound/codecgraph/files/ media-sound/codecgraph/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 242ab80a6037c38528f612b859ae792541f3d31a X-VCS-Branch: master Date: Fri, 9 Oct 2020 07:39:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97f90a13-9c24-43c9-93a0-bbdb2e410b0c X-Archives-Hash: 0c9dbecb961c61735bb123bbced87e7f commit: 242ab80a6037c38528f612b859ae792541f3d31a Author: Michał Górny gentoo org> AuthorDate: Fri Oct 9 07:38:50 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 9 07:38:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242ab80a media-sound/codecgraph: Remove last-rited pkg Closes: https://bugs.gentoo.org/734574 Signed-off-by: Michał Górny gentoo.org> media-sound/codecgraph/Manifest | 1 - .../codecgraph/codecgraph-20120114-r2.ebuild | 33 ---------------------- .../codecgraph/files/20120114-makefile-prefix.diff | 18 ------------ media-sound/codecgraph/metadata.xml | 12 -------- profiles/package.mask | 1 - 5 files changed, 65 deletions(-) diff --git a/media-sound/codecgraph/Manifest b/media-sound/codecgraph/Manifest deleted file mode 100644 index dfb1d290906..00000000000 --- 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 dfe7a09d932..00000000000 --- 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 2636fad59e5..00000000000 --- 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 5f92e888215..00000000000 --- a/media-sound/codecgraph/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - chainsaw@gentoo.org - Tony Vroon - - - sound@gentoo.org - Gentoo Sound project - - diff --git a/profiles/package.mask b/profiles/package.mask index f59915c3f85..d0511ffa50d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -509,7 +509,6 @@ dev-util/mpatch dev-vcs/cvs2svn dev-vcs/gitstats games-strategy/0ad -media-sound/codecgraph # Arfrever Frehtes Taifersar Arahesis (2020-09-01) # Mismatched version (bug #695022). Masked to force upgrade to 2.0.4_pre20200306162733.