x11-plugins/purple-libnotify-plus: Clean up old
authorHarri Nieminen <moikkis@gmail.com>
Tue, 17 Apr 2018 08:41:51 +0000 (11:41 +0300)
committerDavid Seifert <soap@gentoo.org>
Tue, 17 Apr 2018 20:26:45 +0000 (22:26 +0200)
Package-Manager: Portage-2.3.29, Repoman-2.3.9

x11-plugins/purple-libnotify-plus/Manifest
x11-plugins/purple-libnotify-plus/purple-libnotify-plus-1.99.2.ebuild [deleted file]

index c7574d5388afa966a6cd276747f7f55a3eea4c0f..72d8e1a414986ffa2f19181125cf60973ead0bf9 100644 (file)
@@ -1,2 +1 @@
-DIST purple-libnotify-plus-1.99.2.tar.xz 229108 BLAKE2B 374dac4a80bdcc54e1a715c0b750d5029ae6e14331ec4015fb22469a9bbb4b70397d4f054dba476b48eeba6c118a8c83605ceede77b0387cb0b94463b1267c3f SHA512 f0f0a1995ef0f146d964f8f8893274b8e5782d7008c3fb776846a9b02ddf785618da1ce70414c7aa35a6f58c96ba769981674be81a8794bc6d66c120785bc5ab
 DIST purple-libnotify-plus-2.99.1.tar.gz 20168 BLAKE2B bab24be1a541ae50fbbbacb0fa507f0e6000c3e74f1fa75ccceb809de88012f7492ec29ae96cf303cb38463e3af0c916aaead9365d5dce18904b34844e1e8c64 SHA512 436c2363c05b21f0a980e020fe09f3f285e8c9a4d131377f20ec13ecf5ce6ef1bea8ca6ae16de6154657e5d4a9b0229204e7f48a6807d36e516b95248daf11bf
diff --git a/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-1.99.2.ebuild b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-1.99.2.ebuild
deleted file mode 100644 (file)
index 2b90c33..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Provide libnotify interface to Pidgin and Finch"
-HOMEPAGE="http://purple-libnotify-plus.sardemff7.net/"
-SRC_URI="mirror://github/sardemff7/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-       net-im/pidgin
-       net-im/purple-events
-       x11-libs/gdk-pixbuf
-       x11-libs/libnotify"
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-src_configure() {
-       econf --disable-silent-rules
-}