From 193bd1b965fb923a2630c59fa8f8266362b1ca2e Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sat, 20 Jun 2015 18:17:21 +0000 Subject: net-im/profanity-0.4.6: version bump --- net-im/profanity/Manifest | 2 +- .../files/profanity-fix-libstrophe-check.patch | 50 ---------------------- net-im/profanity/profanity-0.4.4.ebuild | 45 ------------------- net-im/profanity/profanity-0.4.6.ebuild | 41 ++++++++++++++++++ 4 files changed, 42 insertions(+), 96 deletions(-) delete mode 100644 net-im/profanity/files/profanity-fix-libstrophe-check.patch delete mode 100644 net-im/profanity/profanity-0.4.4.ebuild create mode 100644 net-im/profanity/profanity-0.4.6.ebuild diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest index c356fe9..cfb91cb 100644 --- a/net-im/profanity/Manifest +++ b/net-im/profanity/Manifest @@ -1 +1 @@ -DIST profanity-0.4.4.tar.gz 384555 SHA256 2fafc730702dc5254244ee7c0dbbfed600ffe9d27afd095b32e28500754cca4d SHA512 3d5556885cb4a97162faa84cb7f9f5c6657a804d9a8ec71829428780fda8548b8e3ecb6b6005fd3db35b2f250bc8d2ca338af0ba1321ca6ac163b90716a66c5a WHIRLPOOL 2cf4c5ddd4131f258c54346211610f83c91bac57c4d40dfe4b9a65f2a14bbfc5a4dd2b26791ac5908859f6e525e1c4a8ca3db25dd42fddef2aa7937940bdce2e +DIST profanity-0.4.6.tar.gz 431828 SHA256 9672667e419958dd75d40cc0f253087ba1ae7df0c3c855eaa780831ad8282a9f SHA512 1188a8b3287822c199895ac662a3913049cc1932fe492bc839afee09c3f38949f045f8707ad32bb6accc7188f5b3eb75ce61f88263210699bdcff9abd3c979c3 WHIRLPOOL 140b2c7871d768a4ad25ac2f7b7719fc72e1aa53e508adda510d18ff51780b07d59b1072d50b6afdf23100f5b10cf8101ee8b6eb8dbb44554fbdab9bfefbfa70 diff --git a/net-im/profanity/files/profanity-fix-libstrophe-check.patch b/net-im/profanity/files/profanity-fix-libstrophe-check.patch deleted file mode 100644 index e408cc2..0000000 --- a/net-im/profanity/files/profanity-fix-libstrophe-check.patch +++ /dev/null @@ -1,50 +0,0 @@ ---- a/configure 2014-08-25 00:30:09.000000000 +0300 -+++ b/configure 2014-09-07 15:01:08.948292323 +0300 -@@ -4601,9 +4601,9 @@ - # TODO: autodetect of XML parser libstrophe linked with - CFLAGS_RESTORE="$CFLAGS" - CFLAGS="$CFLAGS $AM_CPPFLAGS" --{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for parser_new in -lstrophe" >&5 --$as_echo_n "checking for parser_new in -lstrophe... " >&6; } --if ${ac_cv_lib_strophe_parser_new+:} false; then : -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmpp_ctx_new in -lstrophe" >&5 -+$as_echo_n "checking for xmpp_ctx_new in -lstrophe... " >&6; } -+if ${ac_cv_lib_strophe_xmpp_ctx_new+:} false; then : - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS -@@ -4617,27 +4617,27 @@ - #ifdef __cplusplus - extern "C" - #endif --char parser_new (); -+char xmpp_ctx_new (); - int - main () - { --return parser_new (); -+return xmpp_ctx_new (); - ; - return 0; - } - _ACEOF - if ac_fn_c_try_link "$LINENO"; then : -- ac_cv_lib_strophe_parser_new=yes -+ ac_cv_lib_strophe_xmpp_ctx_new=yes - else -- ac_cv_lib_strophe_parser_new=no -+ ac_cv_lib_strophe_xmpp_ctx_new=no - fi - rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_strophe_parser_new" >&5 --$as_echo "$ac_cv_lib_strophe_parser_new" >&6; } --if test "x$ac_cv_lib_strophe_parser_new" = xyes; then : -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_strophe_xmpp_ctx_new" >&5 -+$as_echo "$ac_cv_lib_strophe_xmpp_ctx_new" >&6; } -+if test "x$ac_cv_lib_strophe_xmpp_ctx_new" = xyes; then : - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBSTROPHE 1 - _ACEOF diff --git a/net-im/profanity/profanity-0.4.4.ebuild b/net-im/profanity/profanity-0.4.4.ebuild deleted file mode 100644 index 55226d6..0000000 --- a/net-im/profanity/profanity-0.4.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -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_prepare() { - epatch "${FILESDIR}"/${PN}-fix-libstrophe-check.patch -} - -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.6.ebuild b/net-im/profanity/profanity-0.4.6.ebuild new file mode 100644 index 0000000..ba999cd --- /dev/null +++ b/net-im/profanity/profanity-0.4.6.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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 +} -- cgit v1.2.1