From 5048a39c0b82632e388f76207e56ce0bd7594ee0 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Mon, 30 Jun 2014 11:06:24 +0300 Subject: net-im/profanity-0.4.2: version bump --- net-im/profanity/Manifest | 2 +- net-im/profanity/profanity-0.4.1.ebuild | 41 --------------------------------- net-im/profanity/profanity-0.4.2.ebuild | 41 +++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 net-im/profanity/profanity-0.4.1.ebuild create mode 100644 net-im/profanity/profanity-0.4.2.ebuild diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest index e11e25e..bcf4b7b 100644 --- a/net-im/profanity/Manifest +++ b/net-im/profanity/Manifest @@ -1 +1 @@ -DIST profanity-0.4.1.tar.gz 425965 SHA256 9923335a758f19350bf5dfc610a6fede56e15245fa173ef866d544d975b2f214 SHA512 285a606d918d1c0ae7960d93bf6b2b7a5e51fa3f0be7016bc153d555731387e34368e6d2953e9c049eea1212528c116d071dc724e9fcf42546d1856482883660 WHIRLPOOL c70227afe1ed291594fdf5924d7db03f0453c5ca77eb697e5001e944a5d853841f4c969f2a4bbeaebb06badd727e8432c923c28713cdaa9991799b31cdf48ed9 +DIST profanity-0.4.2.tar.gz 426043 SHA256 9b65095a6bf971c423d7512433fcae95c25f2de1355fbd6d8e4794a9c72c9021 SHA512 4d1c78d6b5beaf6627cf82c2ca572fa89027cb56db5eb65d421fd6ab7b8653650d99006c88bf77713dbbc02a6da6755b6a1edd8450a210819ddcd8e07eb7c57e WHIRLPOOL 1ce1ab4465e08f9557e2e87c4e57284f8820a6ced8635ff6cd5e5a4fc55f35629ab067dd0fe376117a4c3557e97178c140a397ec7574d5d194ce85ab59795709 diff --git a/net-im/profanity/profanity-0.4.1.ebuild b/net-im/profanity/profanity-0.4.1.ebuild deleted file mode 100644 index 519ed93..0000000 --- a/net-im/profanity/profanity-0.4.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -DESCRIPTION="Ncurses based jabber client inspired by irssi" -HOMEPAGE="http://www.profanity.im/" -SRC_URI="http://www.profanity.im/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libnotify otr +themes xml xscreensaver" - -RDEPEND="dev-libs/glib:2 - >=dev-libs/libstrophe-0.8-r1[xml=] - dev-libs/openssl - >=net-libs/gnutls-2.8.0 - net-misc/curl - sys-libs/ncurses - net-libs/libotr - xscreensaver? ( x11-libs/libXScrnSaver ) - libnotify? ( x11-libs/libnotify )" -DEPEND="${RDEPEND}" - -src_configure() { - econf \ - $(use_enable libnotify notifications) \ - $(use_enable otr) \ - $(use_with themes) \ - $(use_with xml libxml2) \ - $(use_with xscreensaver) -} - -pkg_postinst() { - elog - elog "User guide is available online:" - elog " http://www.profanity.im/userguide.html" - elog -} diff --git a/net-im/profanity/profanity-0.4.2.ebuild b/net-im/profanity/profanity-0.4.2.ebuild new file mode 100644 index 0000000..7cc0a2b --- /dev/null +++ b/net-im/profanity/profanity-0.4.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +DESCRIPTION="Ncurses based jabber client inspired by irssi" +HOMEPAGE="http://www.profanity.im/" +SRC_URI="http://www.profanity.im/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="libnotify otr +themes xml xscreensaver" + +RDEPEND="dev-libs/glib:2 + >=dev-libs/libstrophe-0.8-r1[xml=] + dev-libs/openssl + >=net-libs/gnutls-2.8.0 + net-misc/curl + sys-libs/ncurses + otr? ( net-libs/libotr ) + xscreensaver? ( x11-libs/libXScrnSaver ) + libnotify? ( x11-libs/libnotify )" +DEPEND="${RDEPEND}" + +src_configure() { + econf \ + $(use_enable libnotify notifications) \ + $(use_enable otr) \ + $(use_with themes) \ + $(use_with xml libxml2) \ + $(use_with xscreensaver) +} + +pkg_postinst() { + elog + elog "User guide is available online:" + elog " http://www.profanity.im/userguide.html" + elog +} -- cgit v1.2.1