summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-05-10 15:11:14 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-05-10 15:11:14 +0000
commit7412ce9ea9173774c38a6966e6092ed611342ae4 (patch)
treea65abd75986fe3a7693010063f6ac0f020dd6415 /gnome-extra/gnome-audio/gnome-audio-2.22.2.ebuild
parentFix compile with new ffmpeg header locations, Bug #218101. (diff)
downloadgentoo-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/gnome-audio-2.22.2.ebuild')
-rw-r--r--gnome-extra/gnome-audio/gnome-audio-2.22.2.ebuild23
1 files changed, 23 insertions, 0 deletions
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
+}