summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-13 16:35:24 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-13 16:35:24 +0000
commita9bac2b460a42e55e528dac00bf22d3519d0b7b5 (patch)
treeb54c3c5065724ced1ff986fec59b098239ad018c /media-plugins/gmpc-libnotify
parentRemoved old (diff)
downloadgentoo-2-a9bac2b460a42e55e528dac00bf22d3519d0b7b5.tar.gz
gentoo-2-a9bac2b460a42e55e528dac00bf22d3519d0b7b5.tar.bz2
gentoo-2-a9bac2b460a42e55e528dac00bf22d3519d0b7b5.zip
Removed old
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gmpc-libnotify')
-rw-r--r--media-plugins/gmpc-libnotify/ChangeLog6
-rw-r--r--media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild22
-rw-r--r--media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild32
3 files changed, 5 insertions, 55 deletions
diff --git a/media-plugins/gmpc-libnotify/ChangeLog b/media-plugins/gmpc-libnotify/ChangeLog
index a826352919e8..772b59b8b1de 100644
--- a/media-plugins/gmpc-libnotify/ChangeLog
+++ b/media-plugins/gmpc-libnotify/ChangeLog
@@ -1,6 +1,10 @@
# 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.17 2011/02/20 17:40:14 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog,v 1.18 2011/03/13 16:35:24 angelos Exp $
+
+ 13 Mar 2011; <angelos@gentoo.org> -gmpc-libnotify-0.18.0.ebuild,
+ -gmpc-libnotify-0.19.0.ebuild:
+ Removed old
20 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
gmpc-libnotify-0.20.0.ebuild:
diff --git a/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild b/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild
deleted file mode 100644
index c0992c4de76f..000000000000
--- a/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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-0.18.0.ebuild,v 1.6 2011/02/05 13:10:49 ssuominen Exp $
-
-DESCRIPTION="This plugin sends an announcement to the notification daemon on song change"
-HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Libnotify"
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=media-sound/gmpc-${PV}
- dev-libs/libxml2
- <x11-libs/libnotify-0.7"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install () {
- emake DESTDIR="${D}" install || die
-}
diff --git a/media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild b/media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild
deleted file mode 100644
index b86ef458445c..000000000000
--- a/media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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-0.19.0.ebuild,v 1.2 2011/02/05 13:10:49 ssuominen Exp $
-
-EAPI=2
-
-DESCRIPTION="This plugin sends an announcement to the notification daemon on song change"
-HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/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-0.7"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( dev-util/intltool
- sys-devel/gettext )"
-
-src_configure() {
- econf \
- $(use_enable nls) \
- --disable-dependency-tracking
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}