diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-05-10 15:11:14 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-05-10 15:11:14 +0000 |
commit | 7412ce9ea9173774c38a6966e6092ed611342ae4 (patch) | |
tree | a65abd75986fe3a7693010063f6ac0f020dd6415 /gnome-extra/gnome-audio | |
parent | Fix compile with new ffmpeg header locations, Bug #218101. (diff) | |
download | gentoo-2-7412ce9ea9173774c38a6966e6092ed611342ae4.tar.gz gentoo-2-7412ce9ea9173774c38a6966e6092ed611342ae4.tar.bz2 gentoo-2-7412ce9ea9173774c38a6966e6092ed611342ae4.zip |
bump to 2.22.2. Fix bug #219698.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'gnome-extra/gnome-audio')
-rw-r--r-- | gnome-extra/gnome-audio/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/gnome-audio/gnome-audio-2.22.2.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/gnome-extra/gnome-audio/ChangeLog b/gnome-extra/gnome-audio/ChangeLog index 6af15e7775ae..37462c264d7b 100644 --- a/gnome-extra/gnome-audio/ChangeLog +++ b/gnome-extra/gnome-audio/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/gnome-audio # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-audio/ChangeLog,v 1.26 2008/04/29 09:09:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-audio/ChangeLog,v 1.27 2008/05/10 15:11:14 eva Exp $ + +*gnome-audio-2.22.2 (10 May 2008) + + 10 May 2008; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-audio-2.22.2.ebuild: + bump to 2.22.2. Fix bug #219698. 29 Apr 2008; Raúl Porcel <armin76@gentoo.org> gnome-audio-2.22.1.ebuild: alpha/ia64/sparc stable wrt #219335 diff --git a/gnome-extra/gnome-audio/gnome-audio-2.22.2.ebuild b/gnome-extra/gnome-audio/gnome-audio-2.22.2.ebuild new file mode 100644 index 000000000000..33bedef253e1 --- /dev/null +++ b/gnome-extra/gnome-audio/gnome-audio-2.22.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-audio/gnome-audio-2.22.2.ebuild,v 1.1 2008/05/10 15:11:14 eva Exp $ + +inherit gnome2 + +DESCRIPTION="Gnome Desktop Sound Effects Package" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +LICENSE="public-domain CCPL-Attribution-ShareAlike-2.0 CCPL-Attribution-3.0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_compile() { :; } + +src_install() { + emake DESTDIR="${D}" install || die "installation failed" + dodoc ChangeLog README +} |