diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-08-20 13:11:18 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-08-20 13:11:18 +0000 |
commit | 53d0f3b243810b37012b971cd66414fde8e68438 (patch) | |
tree | d034108e11a3855bea1e2dd93d452bdaa34edf45 /media-plugins/gmpc-libnotify | |
parent | Added sys-devel/flex to DEPEND (bug #379889) (diff) | |
download | historical-53d0f3b243810b37012b971cd66414fde8e68438.tar.gz historical-53d0f3b243810b37012b971cd66414fde8e68438.tar.bz2 historical-53d0f3b243810b37012b971cd66414fde8e68438.zip |
Version bump
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/gmpc-libnotify')
-rw-r--r-- | media-plugins/gmpc-libnotify/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/media-plugins/gmpc-libnotify/ChangeLog b/media-plugins/gmpc-libnotify/ChangeLog index 291c8f68082f..692384b12851 100644 --- a/media-plugins/gmpc-libnotify/ChangeLog +++ b/media-plugins/gmpc-libnotify/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gmpc-libnotify # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog,v 1.19 2011/03/19 16:41:35 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog,v 1.20 2011/08/20 12:57:11 angelos Exp $ + +*gmpc-libnotify-11.8.16 (20 Aug 2011) + + 20 Aug 2011; Christoph Mende <angelos@gentoo.org> + +gmpc-libnotify-11.8.16.ebuild: + Version bump 19 Mar 2011; Christoph Mende <angelos@gentoo.org> gmpc-libnotify-0.20.0.ebuild: diff --git a/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild b/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild new file mode 100644 index 000000000000..7e585dd4dd73 --- /dev/null +++ b/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild,v 1.1 2011/08/20 12:57:11 angelos Exp $ + +EAPI=4 + +DESCRIPTION="This plugin sends an announcement to the notification daemon on song change" +HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_LIBNOTIFY" +SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="nls" + +RDEPEND=">=media-sound/gmpc-${PV} + dev-libs/libxml2 + x11-libs/libnotify" +DEPEND="${RDEPEND} + dev-util/pkgconfig + nls? ( dev-util/intltool + sys-devel/gettext )" + +src_configure() { + econf $(use_enable nls) +} + +src_install() { + default + find "${ED}" -name "*.la" -exec rm {} + || die +} |