summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2018-04-17 11:41:04 +0300
committerDavid Seifert <soap@gentoo.org>2018-04-17 22:26:42 +0200
commit7201402248d84facb57dc9e8c0408d139a43336d (patch)
tree6f8d394f0d45786e3e8ccc07dca14875856e582d
parentmedia-gfx/quat: Clean up old (diff)
downloadgentoo-7201402248d84facb57dc9e8c0408d139a43336d.tar.gz
gentoo-7201402248d84facb57dc9e8c0408d139a43336d.tar.bz2
gentoo-7201402248d84facb57dc9e8c0408d139a43336d.zip
net-im/purple-events: Clean up old
Package-Manager: Portage-2.3.29, Repoman-2.3.9
-rw-r--r--net-im/purple-events/Manifest1
-rw-r--r--net-im/purple-events/purple-events-0.2.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/net-im/purple-events/Manifest b/net-im/purple-events/Manifest
index 720f906500d0..058dcb143354 100644
--- a/net-im/purple-events/Manifest
+++ b/net-im/purple-events/Manifest
@@ -1,2 +1 @@
-DIST purple-events-0.2.tar.xz 223180 BLAKE2B b521d3750aedc79f814a13fcfa6363131a6ba4932dbff7c6f43f1ba25fb97df44b550bda61e1e7eb3d326e70f827e20d7fe83e5295187898003aa8fd7bebec6d SHA512 2efbeae39d45157f37d6fcc8e45d89980d2adc025d64ec194a5784b0616c8bef80929549a26ce814a4fa8c5cf9fd1621155bcd4fb6d35e6104d318a76b9c4e63
DIST purple-events-0.99.1.tar.gz 24437 BLAKE2B c4952de806deb6357cfcd59b0392319522c26ac267e991de40adcf1ab622b1df4156854951543a6ad8e0f05b160b31bbf38352a1b5f4a980e24fb37fd8f61dca SHA512 105126fd0dbcc74d6a5878308e43ff27df4c9f1ec20601f382419cb8ebbe1a39e44da6327be86d779dbc66f6251699126776fc8389cdf48dc1569ae6bd8fa6fb
diff --git a/net-im/purple-events/purple-events-0.2.ebuild b/net-im/purple-events/purple-events-0.2.ebuild
deleted file mode 100644
index f3af9f56c707..000000000000
--- a/net-im/purple-events/purple-events-0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Allows a fine-grained control over libpurple events"
-HOMEPAGE="http://purple-events.sardemff7.net/"
-SRC_URI="mirror://github/sardemff7/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="net-im/pidgin"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- econf --disable-silent-rules
-}