diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-11-23 13:58:20 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-11-23 13:58:20 +0000 |
commit | b0cc1a7d476177243044f1d7709eae3a3d338e2d (patch) | |
tree | 03dbfb85c30f8f7079be2dfd54da6c7b7ef6128f /media-sound/qsynth | |
parent | Remove old version, sync amarok-1.4.9999 to the current amarok release ebuild. (diff) | |
download | historical-b0cc1a7d476177243044f1d7709eae3a3d338e2d.tar.gz historical-b0cc1a7d476177243044f1d7709eae3a3d338e2d.tar.bz2 historical-b0cc1a7d476177243044f1d7709eae3a3d338e2d.zip |
Remove old version.
Package-Manager: portage-2.1.4_rc1
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r-- | media-sound/qsynth/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/qsynth/files/digest-qsynth-0.2.6 | 3 | ||||
-rw-r--r-- | media-sound/qsynth/qsynth-0.2.6.ebuild | 31 |
3 files changed, 4 insertions, 35 deletions
diff --git a/media-sound/qsynth/ChangeLog b/media-sound/qsynth/ChangeLog index d0b834048a19..65b6345d85ee 100644 --- a/media-sound/qsynth/ChangeLog +++ b/media-sound/qsynth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/qsynth # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.34 2007/11/23 12:33:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.35 2007/11/23 13:58:19 flameeyes Exp $ + + 23 Nov 2007; Diego Pettenò <flameeyes@gentoo.org> -qsynth-0.2.6.ebuild: + Remove old version. 23 Nov 2007; Raúl Porcel <armin76@gentoo.org> qsynth-0.3.1-r1.ebuild: sparc stable wrt #199695 diff --git a/media-sound/qsynth/files/digest-qsynth-0.2.6 b/media-sound/qsynth/files/digest-qsynth-0.2.6 deleted file mode 100644 index 03f800c2bffb..000000000000 --- a/media-sound/qsynth/files/digest-qsynth-0.2.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b7600cc92e668f25c82d0b049dde2bc4 qsynth-0.2.6.tar.gz 138469 -RMD160 bb77863ef18a639c61608e16dfa24266f1c7b990 qsynth-0.2.6.tar.gz 138469 -SHA256 5dde207f589ddf59019d86c2fc50877efddf2b467d77068c4322e39550dabf5a qsynth-0.2.6.tar.gz 138469 diff --git a/media-sound/qsynth/qsynth-0.2.6.ebuild b/media-sound/qsynth/qsynth-0.2.6.ebuild deleted file mode 100644 index 6cf1c1a1b37e..000000000000 --- a/media-sound/qsynth/qsynth-0.2.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.6.ebuild,v 1.5 2007/11/19 06:23:03 drac Exp $ - -inherit qt3 eutils - -DESCRIPTION="A Qt application to control FluidSynth" -HOMEPAGE="http://qsynth.sf.net/" -SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -IUSE="debug" -KEYWORDS="amd64 ppc sparc x86" - -DEPEND="$(qt_min_version 3) - media-sound/fluidsynth" - -src_compile() { - econf \ - $(use_enable debug) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install () { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README TODO - - make_desktop_entry qsynth Qsynth qsynth -} |