summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-04-02 06:26:09 +0000
committerTim Harder <radhermit@gentoo.org>2013-04-02 06:26:09 +0000
commitbfab7708502e070d7e7abda9d5417b65b842350a (patch)
treec033a6c72aee6a0a30c591cdf6e5a86409c4f98d
parentVersion bump. (diff)
downloadgentoo-2-bfab7708502e070d7e7abda9d5417b65b842350a.tar.gz
gentoo-2-bfab7708502e070d7e7abda9d5417b65b842350a.tar.bz2
gentoo-2-bfab7708502e070d7e7abda9d5417b65b842350a.zip
Remove old.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
-rw-r--r--media-sound/solfege/ChangeLog6
-rw-r--r--media-sound/solfege/solfege-3.20.7.ebuild54
-rw-r--r--media-sound/solfege/solfege-3.21.0.ebuild57
3 files changed, 5 insertions, 112 deletions
diff --git a/media-sound/solfege/ChangeLog b/media-sound/solfege/ChangeLog
index b357970639df..e95f9661d5e7 100644
--- a/media-sound/solfege/ChangeLog
+++ b/media-sound/solfege/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/solfege
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/solfege/ChangeLog,v 1.91 2013/04/02 06:24:57 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/solfege/ChangeLog,v 1.92 2013/04/02 06:26:09 radhermit Exp $
+
+ 02 Apr 2013; Tim Harder <radhermit@gentoo.org> -solfege-3.20.7.ebuild,
+ -solfege-3.21.0.ebuild:
+ Remove old.
*solfege-3.21.4 (02 Apr 2013)
diff --git a/media-sound/solfege/solfege-3.20.7.ebuild b/media-sound/solfege/solfege-3.20.7.ebuild
deleted file mode 100644
index cc4223f22800..000000000000
--- a/media-sound/solfege/solfege-3.20.7.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/solfege/solfege-3.20.7.ebuild,v 1.1 2013/01/03 08:04:49 radhermit Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
-PYTHON_REQ_USE="sqlite"
-
-inherit python-single-r1
-
-DESCRIPTION="GNU Solfege is a program written to help you practice ear training."
-HOMEPAGE="http://www.solfege.org"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa oss"
-
-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"
-
-src_prepare() {
- sed -i -e '/^CFLAGS/s:-I/usr/src/linux/include::' \
- solfege/soundcard/Makefile || die "sed failed"
-}
-
-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
-}
diff --git a/media-sound/solfege/solfege-3.21.0.ebuild b/media-sound/solfege/solfege-3.21.0.ebuild
deleted file mode 100644
index 93f0827859a2..000000000000
--- a/media-sound/solfege/solfege-3.21.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/solfege/solfege-3.21.0.ebuild,v 1.2 2012/05/05 08:51:00 mgorny Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
-PYTHON_USE_WITH="sqlite"
-
-inherit python
-
-DESCRIPTION="GNU Solfege is a program written to help you practice ear training."
-HOMEPAGE="http://www.solfege.org"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa oss"
-
-RDEPEND=">=dev-python/pygtk-2.12
- gnome-base/librsvg
- alsa? ( dev-python/pyalsa )
- !oss? ( media-sound/timidity++ )"
-DEPEND="dev-lang/swig
- sys-devel/gettext
- sys-apps/texinfo
- virtual/pkgconfig
- dev-libs/libxslt
- app-text/txt2man
- >=app-text/docbook-xsl-stylesheets-1.60"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-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 || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${ED}" nopycompile=YES skipmanual=yes install || die "emake install failed"
- dodoc AUTHORS *hange*og FAQ README
-}