summaryrefslogtreecommitdiff
path: root/x11-plugins/purple-libnotify-plus
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-19 14:14:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-19 14:14:48 +0100
commit5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (patch)
tree8f255dfacbacb657e3ac3654d01c1e11e651c066 /x11-plugins/purple-libnotify-plus
parent8aebb228036d5e2863b7eaa6e319ab41c1669269 (diff)
gentoo resync : 19.04.2018
Diffstat (limited to 'x11-plugins/purple-libnotify-plus')
-rw-r--r--x11-plugins/purple-libnotify-plus/Manifest2
-rw-r--r--x11-plugins/purple-libnotify-plus/purple-libnotify-plus-1.99.2.ebuild27
2 files changed, 0 insertions, 29 deletions
diff --git a/x11-plugins/purple-libnotify-plus/Manifest b/x11-plugins/purple-libnotify-plus/Manifest
index f8aa4efb50b5..f8b35b437739 100644
--- a/x11-plugins/purple-libnotify-plus/Manifest
+++ b/x11-plugins/purple-libnotify-plus/Manifest
@@ -1,5 +1,3 @@
-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
-EBUILD purple-libnotify-plus-1.99.2.ebuild 560 BLAKE2B 59f1fb0faec58e58649658b612b292407b5ce761ad7ba38a391ced56abbf2428a5bf23e0b09842a4956af34814e0fc9a79cc46c3d45fcc3cb634f8062543b824 SHA512 2d6199191f02cd249ee3a8696da1e37686ad551424a63e506365362b8d4f382dd5848425b0660ce52d34ae13c79101e36a672a64727f7f5cdc1791534943214e
EBUILD purple-libnotify-plus-2.99.1.ebuild 628 BLAKE2B 1e263008e2ffd7b3b5843c12f8055086f731fd8dcb5a33cbc5ab4f789aa31a0d2a8b56a616f86a74614f0c6b7ead0185d61ddd499dfcb9c8e1dd51b3aba55301 SHA512 6c55ce73a66e73cc86ff7f82b61234c2b622a79cc6935ed3c56daeee7b944298f09691a4b25c471bcedfc29e992cce4c1a9f61cf32e3d31992927c0f3cdb2437
MISC metadata.xml 379 BLAKE2B ff40230bd8d4f1cc11aabbd3a427bd8ea23fbd19373c2320a79a058aadacbfd1dc08947b9769cb62c0cc7a589073a8687dbd392d84a370adb5bb35d8cc1a2bc6 SHA512 2ff2be4e0e736cebc98ced17254e597a83137134cb38d2357151e2ff96e5a52ddad3cb4cbec5ec976d888d2e4449a4fdccb4899e054506fa6a8e813066bb4829
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
-}