diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-03-25 10:11:37 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-03-25 10:11:37 +0000 |
commit | 428dca935ab89288b7defb4a6d59003823997071 (patch) | |
tree | 964b2f0f33f7d23ca277ce93c78f40d818249a28 /media-sound/solfege | |
parent | Added instructions on how to fix an error when calling regjar with *.jar but ... (diff) | |
download | gentoo-2-428dca935ab89288b7defb4a6d59003823997071.tar.gz gentoo-2-428dca935ab89288b7defb4a6d59003823997071.tar.bz2 gentoo-2-428dca935ab89288b7defb4a6d59003823997071.zip |
Remove some unused version.
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-sound/solfege')
-rw-r--r-- | media-sound/solfege/files/digest-solfege-2.0.5 | 3 | ||||
-rw-r--r-- | media-sound/solfege/files/digest-solfege-3.0.2 | 3 | ||||
-rw-r--r-- | media-sound/solfege/solfege-2.0.5.ebuild | 76 | ||||
-rw-r--r-- | media-sound/solfege/solfege-3.0.2.ebuild | 47 |
4 files changed, 0 insertions, 129 deletions
diff --git a/media-sound/solfege/files/digest-solfege-2.0.5 b/media-sound/solfege/files/digest-solfege-2.0.5 deleted file mode 100644 index 1f6262df7e61..000000000000 --- a/media-sound/solfege/files/digest-solfege-2.0.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6cf3ebb6088674e8f174b21276b9003c solfege-2.0.5.tar.gz 501368 -RMD160 e3086518b03984f52c44fdb70215e22341126e06 solfege-2.0.5.tar.gz 501368 -SHA256 492888f0ca9aaf6d1195073d078a9915905b461ede6a175221b086d8de6cf93d solfege-2.0.5.tar.gz 501368 diff --git a/media-sound/solfege/files/digest-solfege-3.0.2 b/media-sound/solfege/files/digest-solfege-3.0.2 deleted file mode 100644 index 03aee9111384..000000000000 --- a/media-sound/solfege/files/digest-solfege-3.0.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e0785d17ccebe571c5ff44f1f18392c0 solfege-3.0.2.tar.gz 787820 -RMD160 325f1eac1c892d4572dea1d8a4a0cae64443b501 solfege-3.0.2.tar.gz 787820 -SHA256 af7cd165c7a90de29627d803eda1782c6b30cbb7538f83fce830a68becfc1b01 solfege-3.0.2.tar.gz 787820 diff --git a/media-sound/solfege/solfege-2.0.5.ebuild b/media-sound/solfege/solfege-2.0.5.ebuild deleted file mode 100644 index 238cf5bf7d00..000000000000 --- a/media-sound/solfege/solfege-2.0.5.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/solfege/solfege-2.0.5.ebuild,v 1.7 2006/01/12 23:42:28 compnerd Exp $ - -IUSE="gtkhtml gnome oss" - -inherit python eutils - -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-2" -SLOT="0" -KEYWORDS="-amd64 x86" - -RDEPEND=">=dev-lang/python-2.3 - >=x11-libs/gtk+-2.0 - >=dev-python/pygtk-2.0 - gnome? ( >=dev-python/gnome-python-2.0 ) - gtkhtml? ( =gnome-extra/gtkhtml-2* - >=dev-python/gnome-python-2.0 )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - =dev-lang/swig-1.3* - sys-devel/gettext - sys-apps/texinfo - dev-libs/libxslt - sys-apps/sed - =app-text/docbook-xsl-stylesheets-1.6*" - -pkg_setup() { - # die if user wants gtkhtml but it is not enable in gnome-python - # (can't use a "python -c 'import gtkhtml2'" test because it imports gtk, - # which needs X11, and breaks in console) - use gtkhtml \ - && python_version \ - && [ ! -f ${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0/gtkhtml2.so ] \ - && eerror "Could not find the GTKHtml2 python module, whereas gtkhml is in your flags." \ - && eerror "Please re-emerge \"dev-python/gnome-python\" with \"gtkhtml\" USE flag on." \ - && die "You will have to re-emerge gnome-python." -} - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile.in Makefile.in.orig - sed -e 's:gnome/apps/Applications:applications:' \ - < Makefile.in.orig > Makefile.in - - echo 'Categories=Application;AudioVideo;' >> solfege.desktop - echo 'Comments=The GNU ear training program' >> solfege.desktop -} - -src_compile() { - # Try to figure out where is this damn stylesheet - local xslloc=$( ls /usr/share/sgml/docbook/xsl-stylesheets-1.6*/html/chunk.xsl | tail -n 1 ) - [ -n "$xslloc" ] || die "XSL stylesheet not found" - - econf --enable-docbook-stylesheet=${xslloc} \ - `use_with gnome` \ - `use_with gtkhtml` \ - `use_enable oss oss-sound` \ - || die "Configuration failed." - - emake || die "Compilation failed." -} - -src_install() { -# make DESTDIR=${D} install || die "Installation failed." - einstall || die "Installation failed." - rm -f ${D}usr/bin/${PN}${PV} - dodoc AUTHORS changelog FAQ README TODO -} - diff --git a/media-sound/solfege/solfege-3.0.2.ebuild b/media-sound/solfege/solfege-3.0.2.ebuild deleted file mode 100644 index 9b0517101ac4..000000000000 --- a/media-sound/solfege/solfege-3.0.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/solfege/solfege-3.0.2.ebuild,v 1.2 2006/08/15 22:01:28 wormo Exp $ - -IUSE="alsa oss" - -inherit python eutils - -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-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND=">=dev-lang/python-2.3 - >=x11-libs/gtk+-2.4.0 - >=dev-python/pygtk-2.4.0 - >=dev-python/gnome-python-2.0" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - =dev-lang/swig-1.3* - sys-devel/gettext - sys-apps/texinfo - dev-libs/libxslt - sys-apps/sed" - -src_compile() { - econf `use_enable oss oss-sound` || die "Configuration failed." - emake || die "Compilation failed." -} - -src_install() { - make DESTDIR="${D}" install || die "Installation failed." - - dodoc AUTHORS changelog FAQ README TODO -} - -pkg_postinst() { - einfo "If you plan to play sounds using an external midiplayer, or if you" - einfo "get other error messages that you think might be caused by your" - einfo "sound setup or Solfeges sound code, then you should start the program" - einfo "with the '--no-sound' command line option the first time you run the" - einfo "program, and then configure sound from the preferences window." -} |