diff options
author | Harri Nieminen <moikkis@gmail.com> | 2018-04-17 11:41:51 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-17 22:26:45 +0200 |
commit | aa6babd7c6f7692a0f9a2a8192aeb49460b44dc8 (patch) | |
tree | 84a37021d20faec342c0c6268f51415283e16a3c /x11-plugins | |
parent | net-im/purple-events: Clean up old (diff) | |
download | gentoo-aa6babd7c6f7692a0f9a2a8192aeb49460b44dc8.tar.gz gentoo-aa6babd7c6f7692a0f9a2a8192aeb49460b44dc8.tar.bz2 gentoo-aa6babd7c6f7692a0f9a2a8192aeb49460b44dc8.zip |
x11-plugins/purple-libnotify-plus: Clean up old
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/purple-libnotify-plus/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/purple-libnotify-plus/purple-libnotify-plus-1.99.2.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-plugins/purple-libnotify-plus/Manifest b/x11-plugins/purple-libnotify-plus/Manifest index c7574d5388af..72d8e1a41498 100644 --- a/x11-plugins/purple-libnotify-plus/Manifest +++ b/x11-plugins/purple-libnotify-plus/Manifest @@ -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 index 2b90c33aa593..000000000000 --- a/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-1.99.2.ebuild +++ /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 -} |