diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-11-20 10:18:45 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-11-20 10:18:45 +0000 |
commit | 66e58db99b466fc180b77a302cc634a3554f8c0e (patch) | |
tree | 0850c4533c993550358c7f1a4a86bb05c3f10b44 /media-sound/decibel-audio-player | |
parent | ppc64 stable wrt #370685 (diff) | |
download | gentoo-2-66e58db99b466fc180b77a302cc634a3554f8c0e.tar.gz gentoo-2-66e58db99b466fc180b77a302cc634a3554f8c0e.tar.bz2 gentoo-2-66e58db99b466fc180b77a302cc634a3554f8c0e.zip |
ppc/ppc64 stable wrt #372169, drop old
(Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/decibel-audio-player')
3 files changed, 7 insertions, 41 deletions
diff --git a/media-sound/decibel-audio-player/ChangeLog b/media-sound/decibel-audio-player/ChangeLog index 374d6c59a282..f12c875f623e 100644 --- a/media-sound/decibel-audio-player/ChangeLog +++ b/media-sound/decibel-audio-player/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/decibel-audio-player # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.23 2011/09/18 16:34:00 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.24 2011/11/20 10:18:45 xarthisius Exp $ + + 20 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> + -decibel-audio-player-1.00.ebuild, decibel-audio-player-1.04.ebuild: + ppc/ppc64 stable wrt #372169, drop old 19 Sep 2011; Andreas Schuerch <nativemad@gentoo.org> decibel-audio-player-1.04.ebuild: diff --git a/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild b/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild deleted file mode 100644 index 34e60c522ca1..000000000000 --- a/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild,v 1.9 2010/05/09 17:35:40 armin76 Exp $ - -DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use." -HOMEPAGE="http://decibel.silent-blade.org" -SRC_URI="http://decibel.silent-blade.org/uploads/Main/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="aac cdda gnome-keyring libnotify musepack" - -RDEPEND="media-libs/mutagen - dev-python/dbus-python - dev-python/gnome-python - dev-python/gst-python - >=media-plugins/gst-plugins-meta-0.10-r2 - aac? ( media-plugins/gst-plugins-faad ) - cdda? ( || ( media-plugins/gst-plugins-cdio - media-plugins/gst-plugins-cdparanoia ) - dev-python/cddb-py ) - gnome-keyring? ( dev-python/gnome-keyring-python ) - libnotify? ( dev-python/notify-python ) - musepack? ( media-plugins/gst-plugins-musepack )" -DEPEND="sys-devel/gettext" - -src_install() { - emake DESTDIR="${D}" prefix=/usr \ - install || die "emake install failed" - dodoc doc/ChangeLog || die "dodoc failed" -} - -pkg_postinst() { - elog "Please read the Decibel guide at" - elog "http://www.gentoo.org/proj/en/desktop/sound/decibel.xml; it contains" - elog "information on how to enable various features and audio formats." -} diff --git a/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild b/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild index 1cae7a8786d7..bec228aba3ee 100644 --- a/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild +++ b/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v 1.3 2011/09/18 16:34:00 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v 1.4 2011/11/20 10:18:45 xarthisius Exp $ DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use." HOMEPAGE="http://decibel.silent-blade.org" @@ -8,7 +8,7 @@ SRC_URI="http://decibel.silent-blade.org/uploads/Main/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="aac cdda gnome gnome-keyring libnotify musepack wavpack" RDEPEND="media-libs/mutagen |