From dea8563c5f2a398c72bab446e0c0d5f5b1c61bab Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Thu, 24 Sep 2015 14:29:56 +0300 Subject: net-im/profanity-0.4.7: version bump --- net-im/profanity/Manifest | 2 +- net-im/profanity/profanity-0.4.6.ebuild | 41 ------------------------------ net-im/profanity/profanity-0.4.7.ebuild | 44 +++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 42 deletions(-) delete mode 100644 net-im/profanity/profanity-0.4.6.ebuild create mode 100644 net-im/profanity/profanity-0.4.7.ebuild diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest index cfb91cb..d4bb5f2 100644 --- a/net-im/profanity/Manifest +++ b/net-im/profanity/Manifest @@ -1 +1 @@ -DIST profanity-0.4.6.tar.gz 431828 SHA256 9672667e419958dd75d40cc0f253087ba1ae7df0c3c855eaa780831ad8282a9f SHA512 1188a8b3287822c199895ac662a3913049cc1932fe492bc839afee09c3f38949f045f8707ad32bb6accc7188f5b3eb75ce61f88263210699bdcff9abd3c979c3 WHIRLPOOL 140b2c7871d768a4ad25ac2f7b7719fc72e1aa53e508adda510d18ff51780b07d59b1072d50b6afdf23100f5b10cf8101ee8b6eb8dbb44554fbdab9bfefbfa70 +DIST profanity-0.4.7.tar.gz 463291 SHA256 b02c4e029fe84941050ccab6c8cdf5f15df23de5d1384b4d1ec66da6faee11dd SHA512 805adddbdf41334a2903707ce871f39c36c70639dc4c872cfd36769af36aa3597b05aa9ba719452bcbe8011cc73ac717cee7016c928083cd46c922732ca10568 WHIRLPOOL f58b903bbc8fa4cff734e66ce0e9744c8e7df85cafcb2398b616b63333c36c65c5925a301444da544b8bf7d154f0a221792b1c910b5534c81fb9a956d5341923 diff --git a/net-im/profanity/profanity-0.4.6.ebuild b/net-im/profanity/profanity-0.4.6.ebuild deleted file mode 100644 index a455650..0000000 --- a/net-im/profanity/profanity-0.4.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils - -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.26:2 - >=dev-libs/libstrophe-0.8-r1[xml=] - 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 -} diff --git a/net-im/profanity/profanity-0.4.7.ebuild b/net-im/profanity/profanity-0.4.7.ebuild new file mode 100644 index 0000000..5eef3a0 --- /dev/null +++ b/net-im/profanity/profanity-0.4.7.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit eutils + +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 pgp +themes xml xscreensaver" + +RDEPEND=">=dev-libs/glib-2.26:2 + >=dev-libs/libstrophe-0.8-r1[xml=] + net-misc/curl + sys-libs/ncurses + sys-libs/readline + pgp? ( app-crypt/gpgme ) + 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_enable pgp) \ + $(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