summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-23 00:04:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-23 00:06:21 +0100
commit59bf90d33ecfcc937a19c471b2050a166a7284eb (patch)
treea03a45fcb236313508251d1759b10fb36ad4c2d0 /media-sound/solfege
parentmedia-sound/solfege: 3.23.4 version bump (diff)
downloadgentoo-59bf90d33ecfcc937a19c471b2050a166a7284eb.tar.gz
gentoo-59bf90d33ecfcc937a19c471b2050a166a7284eb.tar.bz2
gentoo-59bf90d33ecfcc937a19c471b2050a166a7284eb.zip
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@gentoo.org>
Diffstat (limited to 'media-sound/solfege')
-rw-r--r--media-sound/solfege/Manifest1
-rw-r--r--media-sound/solfege/solfege-3.22.2.ebuild56
2 files changed, 0 insertions, 57 deletions
diff --git a/media-sound/solfege/Manifest b/media-sound/solfege/Manifest
index ce0e3617261e..5edb377bace7 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 4b2a288d34e1..000000000000
--- 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
-}