diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-08-13 16:27:31 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-08-13 16:27:31 +0200 |
commit | 44d28178916f7240c29feec17dd22f0e045de865 (patch) | |
tree | 13f475cc420ef0476b54d7c7f980798bfe833674 /x11-plugins/purple-libnotify-plus | |
parent | dev-libs/angelscript: version bump to 2.30.1 (diff) | |
download | gentoo-44d28178916f7240c29feec17dd22f0e045de865.tar.gz gentoo-44d28178916f7240c29feec17dd22f0e045de865.tar.bz2 gentoo-44d28178916f7240c29feec17dd22f0e045de865.zip |
x11-plugins/purple-libnotify-plus: version bump to 2.99.1
Diffstat (limited to 'x11-plugins/purple-libnotify-plus')
-rw-r--r-- | x11-plugins/purple-libnotify-plus/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/x11-plugins/purple-libnotify-plus/Manifest b/x11-plugins/purple-libnotify-plus/Manifest index 4c8922dfdea0..cc5d060aa17f 100644 --- a/x11-plugins/purple-libnotify-plus/Manifest +++ b/x11-plugins/purple-libnotify-plus/Manifest @@ -1 +1,2 @@ DIST purple-libnotify-plus-1.99.2.tar.xz 229108 SHA256 0974d7a8e9e3730ad53ec37e3227fed2d0f69ba98028940e4f76a2e88b55172c SHA512 f0f0a1995ef0f146d964f8f8893274b8e5782d7008c3fb776846a9b02ddf785618da1ce70414c7aa35a6f58c96ba769981674be81a8794bc6d66c120785bc5ab WHIRLPOOL bfbf3fc934ae855b7a2d7d7ad94799b175fa636f53429c0e1a33667ad3c23130c22c7a50336b4e3843d745689fb604a70042ebbe5500e7c5b654a6d62996db20 +DIST purple-libnotify-plus-2.99.1.tar.gz 20168 SHA256 305335b359ced2266996d5968f3b2a44e89b7971dc79c39f10dcd498bac7ca8a SHA512 436c2363c05b21f0a980e020fe09f3f285e8c9a4d131377f20ec13ecf5ce6ef1bea8ca6ae16de6154657e5d4a9b0229204e7f48a6807d36e516b95248daf11bf WHIRLPOOL 20bf23705481c533dcc4adc2528970514ceb44062836f852ff367a7e9557d9e677a7395891434616c3f62b7de520d4c76584f3fdd8f4945863c6c88e72e45c7c diff --git a/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild new file mode 100644 index 000000000000..846473663530 --- /dev/null +++ b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools eutils + +DESCRIPTION="Provide libnotify interface to Pidgin and Finch, inspired by Pidgin-libnotify and Guifications" +HOMEPAGE="http://purple-libnotify-plus.sardemff7.net/" +SRC_URI="https://github.com/sardemff7/purple-libnotify-plus/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + net-im/pidgin + >=net-im/purple-events-0.99.1 + x11-libs/gdk-pixbuf + >=x11-libs/libnotify-0.7.0" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_prepare() { + eautoreconf +} |