diff options
author | 2015-03-29 04:02:49 +0000 | |
---|---|---|
committer | 2015-03-29 04:02:49 +0000 | |
commit | 9ba74c1af3014b1f5c4103ba4c25c085b8cc4c89 (patch) | |
tree | 9f68175894ddd53a75696ceb50cfe1a61b3eeed3 /x11-plugins | |
parent | Remove old. (diff) | |
download | gentoo-2-9ba74c1af3014b1f5c4103ba4c25c085b8cc4c89.tar.gz gentoo-2-9ba74c1af3014b1f5c4103ba4c25c085b8cc4c89.tar.bz2 gentoo-2-9ba74c1af3014b1f5c4103ba4c25c085b8cc4c89.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-libnotify/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild | 40 |
2 files changed, 5 insertions, 43 deletions
diff --git a/x11-plugins/pidgin-libnotify/ChangeLog b/x11-plugins/pidgin-libnotify/ChangeLog index 71d3b0b0f7cb..75f159265258 100644 --- a/x11-plugins/pidgin-libnotify/ChangeLog +++ b/x11-plugins/pidgin-libnotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/pidgin-libnotify -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.29 2012/05/05 05:11:58 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.30 2015/03/29 04:02:49 mrueg Exp $ + + 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -pidgin-libnotify-0.14.ebuild: + Remove old. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> pidgin-libnotify-0.14.ebuild, pidgin-libnotify-0.14-r1.ebuild: @@ -115,4 +118,3 @@ 03 Jul 2007; Olivier Crête <tester@gentoo.org> +metadata.xml, +pidgin-libnotify-0.13.ebuild: New version, this is the continuation of gaim-libnotify - diff --git a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild b/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild deleted file mode 100644 index dc265ea4bde7..000000000000 --- a/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v 1.9 2012/05/05 05:11:58 jdhore Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="pidgin-libnotify provides popups for pidgin via a libnotify interface" -HOMEPAGE="http://gaim-libnotify.sourceforge.net/" -SRC_URI="mirror://sourceforge/gaim-libnotify/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="nls debug" - -RDEPEND=">=x11-libs/libnotify-0.3.2 - net-im/pidgin[gtk] - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch \ - "${FILESDIR}"/pidgin-libnotify-showbutton.patch \ - "${FILESDIR}"/${P}-libnotify-0.7.patch -} - -src_configure() { - econf \ - --disable-static \ - $(use_enable debug) \ - $(use_enable nls) -} - -src_install() { - emake install DESTDIR="${D}" || die - find "${D}" -name '*.la' -delete - dodoc AUTHORS ChangeLog NEWS README TODO VERSION || die -} |