commit:     59bf90d33ecfcc937a19c471b2050a166a7284eb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 23:04:53 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 22 23:06:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bf90d3

media-sound/solfege: Drop 3.22.2

Dropping stable keywords, 3.23 is last (unstable) release from 2016.

Closes: https://bugs.gentoo.org/708132
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/solfege/Manifest              |  1 -
 media-sound/solfege/solfege-3.22.2.ebuild | 56 -------------------------------
 2 files changed, 57 deletions(-)

diff --git a/media-sound/solfege/Manifest b/media-sound/solfege/Manifest
index ce0e3617261..5edb377bace 100644
--- a/media-sound/solfege/Manifest
+++ b/media-sound/solfege/Manifest
@@ -1,2 +1 @@
-DIST solfege-3.22.2.tar.gz 6890977 BLAKE2B 
e9e4c34a3ebf91470442d294fd97b51e8845b4634dbb9dd0ba786d8c855d177a4fd00e63f0e872c45d52a0bb7be32d7efbd17ab77448c8f8bf9903ca4a626a7b
 SHA512 
7767d5747b324558fb5ebc82767fd592636acbea78d083992ae100a6b288bb3cc233745e9f12c66f5059a8531a85be2ec82aa856d9251206c737a090b1d42a26
 DIST solfege-3.23.4.tar.gz 5148412 BLAKE2B 
8543aaa659f753af87f7b911401ee38713aa51afcf3dc33d4bfacbc880c8088aff78a81ce03369ba0b58d14a4b6965d78d97486ac2c3481f066591db0f29743d
 SHA512 
e489dec514b4f387ebac7627d83d1a7766718d10a26c3ec6257d3f4b27a082501df16a27c8a16023b34a06cd4832fabaa1c73bcded52c502fc68ab57b303eeea

diff --git a/media-sound/solfege/solfege-3.22.2.ebuild 
b/media-sound/solfege/solfege-3.22.2.ebuild
deleted file mode 100644
index 4b2a288d34e..00000000000
--- a/media-sound/solfege/solfege-3.22.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit python-single-r1
-
-DESCRIPTION="GNU Solfege is a program written to help you practice ear 
training"
-HOMEPAGE="https://www.gnu.org/software/solfege/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa oss"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-python/pygtk-2.12
-       gnome-base/librsvg
-       alsa? ( dev-python/pyalsa )
-       !oss? ( media-sound/timidity++ )"
-DEPEND="${PYTHON_DEPS}
-       dev-lang/swig
-       sys-devel/gettext
-       sys-apps/texinfo
-       virtual/pkgconfig
-       dev-libs/libxslt
-       app-text/txt2man
-       >=app-text/docbook-xsl-stylesheets-1.60"
-
-RESTRICT="test"
-
-src_prepare() {
-       sed -i -e '/^CFLAGS/s:-I/usr/src/linux/include::' \
-               solfege/soundcard/Makefile || die
-}
-
-src_configure() {
-       local xslloc=$( xmlcatalog /etc/xml/catalog 
http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl | sed 
's@file://@@' )
-
-       econf \
-               --enable-docbook-stylesheet=${xslloc} \
-               $(use_enable oss oss-sound)
-}
-
-src_compile() {
-       emake skipmanual=yes
-}
-
-src_install() {
-       emake DESTDIR="${ED}" nopycompile=YES skipmanual=yes install
-       dodoc AUTHORS *hange*og FAQ README
-}

Reply via email to