From bd6750a4b2b92f30f1311d16df7f8417c1b14ffe Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Fri, 3 Jan 2014 02:45:31 +0200 Subject: net-im/profanity-0.3.1: version bump --- net-im/profanity/Manifest | 2 +- net-im/profanity/profanity-0.3.0.ebuild | 33 --------------------------------- net-im/profanity/profanity-0.3.1.ebuild | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 net-im/profanity/profanity-0.3.0.ebuild create mode 100644 net-im/profanity/profanity-0.3.1.ebuild diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest index 0693109..2367439 100644 --- a/net-im/profanity/Manifest +++ b/net-im/profanity/Manifest @@ -1 +1 @@ -DIST profanity-0.3.0.tar.gz 338573 SHA256 223b004f6702c1fa00ad0898bab68d6df86d9965e4f02ea6e2d839f9f3324562 SHA512 a6957dc20b7888073ee4c66862b3cff6dd8a46d1ee937120089e3064aabf9b2ee022a14e098202e79d66fb5233576b3cf3c78e2949ca154d501a2b0c60d704af WHIRLPOOL 115f595fd43d80a46f92c3da32e85bd56a49b46149d6abb9f5a6e521fab7718638fee5d94e514373e7eb94a53136fffb17bcbe77a16a4e1fc428a2dcf2d50f6a +DIST profanity-0.3.1.tar.gz 398919 SHA256 7ec5fecbfa7ec5c2fae18fc63819eef926bebefd40d5bbf80e10b91e1b0c7ed5 SHA512 f7f142084baa63e01129b5bec96723642f709b58488555de95f4939db203562fa3c83c76c37d06e848b32cf2409261e3cace5a3fe6fb7386818008558e7f2671 WHIRLPOOL df935b165b6b40ad2a819a689f8d7d5b96abe63de26b065c5fc8bf1f6d66d86f73295f61bc0f23472e63c3038fe9ce24e0ce657ec02ce717b2f95d3a55628109 diff --git a/net-im/profanity/profanity-0.3.0.ebuild b/net-im/profanity/profanity-0.3.0.ebuild deleted file mode 100644 index 8e48acf..0000000 --- a/net-im/profanity/profanity-0.3.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 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 xml xscreensaver" - -RDEPEND="dev-libs/glib:2 - >=dev-libs/libstrophe-0.8-r1[xml=] - dev-libs/openssl - net-misc/curl - sys-libs/ncurses - xscreensaver? ( x11-libs/libXScrnSaver ) - libnotify? ( x11-libs/libnotify )" -DEPEND="${RDEPEND}" - -src_configure() { - econf $(use_with xml libxml2) -} - -pkg_postinst() { - elog - elog "User guide is available online:" - elog " http://www.profanity.im/userguide.html" -} diff --git a/net-im/profanity/profanity-0.3.1.ebuild b/net-im/profanity/profanity-0.3.1.ebuild new file mode 100644 index 0000000..8e48acf --- /dev/null +++ b/net-im/profanity/profanity-0.3.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 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 xml xscreensaver" + +RDEPEND="dev-libs/glib:2 + >=dev-libs/libstrophe-0.8-r1[xml=] + dev-libs/openssl + net-misc/curl + sys-libs/ncurses + xscreensaver? ( x11-libs/libXScrnSaver ) + libnotify? ( x11-libs/libnotify )" +DEPEND="${RDEPEND}" + +src_configure() { + econf $(use_with xml libxml2) +} + +pkg_postinst() { + elog + elog "User guide is available online:" + elog " http://www.profanity.im/userguide.html" +} -- cgit v1.2.1