summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-08-13 15:56:30 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-08-13 15:57:30 +0200
commit2e34b73ba6abbcab3f262dd9069e8a9f8338c2b2 (patch)
tree7ea42bf07fba14d2b84b97f77017e1590e4ef7bc /net-im
parentmedia-gfx/kpovmodeler: update SRC_URI. (diff)
downloadgentoo-2e34b73ba6abbcab3f262dd9069e8a9f8338c2b2.tar.gz
gentoo-2e34b73ba6abbcab3f262dd9069e8a9f8338c2b2.tar.bz2
gentoo-2e34b73ba6abbcab3f262dd9069e8a9f8338c2b2.zip
net-im/purple-events: version bump to 0.99.1
Diffstat (limited to 'net-im')
-rw-r--r--net-im/purple-events/Manifest1
-rw-r--r--net-im/purple-events/purple-events-0.99.1.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/net-im/purple-events/Manifest b/net-im/purple-events/Manifest
index e52151fb9454..0981de8e6761 100644
--- a/net-im/purple-events/Manifest
+++ b/net-im/purple-events/Manifest
@@ -1 +1,2 @@
DIST purple-events-0.2.tar.xz 223180 SHA256 f0908efb74fb56acaf42e1155878c610ba8271a44509e91ae4e02bd1214aa24c SHA512 2efbeae39d45157f37d6fcc8e45d89980d2adc025d64ec194a5784b0616c8bef80929549a26ce814a4fa8c5cf9fd1621155bcd4fb6d35e6104d318a76b9c4e63 WHIRLPOOL 0f59c66b3c7bb8ce8059b2266038775ba8d5b25ec0a03c309dd497591e91c523dc8c0bb2faa6dd463dcb05bbe03984c9a6dc196ebb06a93a6f5fc49098a3d02d
+DIST purple-events-0.99.1.tar.gz 24437 SHA256 178ea872947155e26222ad0ddce3d22ab97707f27d5ed5e867e9367cd80f3872 SHA512 105126fd0dbcc74d6a5878308e43ff27df4c9f1ec20601f382419cb8ebbe1a39e44da6327be86d779dbc66f6251699126776fc8389cdf48dc1569ae6bd8fa6fb WHIRLPOOL e38a449a41adc6fbea94b03ccd32554777a396fd79d39d61734592f438ca655eb33da20db27d54dcb0ba95091613082dd22aba363b7bc6fba402940d90a3746f
diff --git a/net-im/purple-events/purple-events-0.99.1.ebuild b/net-im/purple-events/purple-events-0.99.1.ebuild
new file mode 100644
index 000000000000..e86026565e01
--- /dev/null
+++ b/net-im/purple-events/purple-events-0.99.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+DESCRIPTION="Allows a fine-grained control over libpurple events"
+HOMEPAGE="http://purple-events.sardemff7.net/"
+SRC_URI="https://github.com/sardemff7/purple-events/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+IUSE=""
+
+RDEPEND="net-im/pidgin"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_prepare() {
+ eautoreconf
+}
+
+src_install() {
+ default
+ prune_libtool_files
+}