aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2015-06-20 18:17:21 +0000
committerDmitry Podgorny <pasis.ua@gmail.com>2015-06-20 18:36:37 +0000
commit193bd1b965fb923a2630c59fa8f8266362b1ca2e (patch)
tree32aa2c3c2beacf08b65db915f366d309f9517a9f
parent4069ba07b931c3be270a33dfa15f8b8451165644 (diff)
downloadprofanity-193bd1b965fb923a2630c59fa8f8266362b1ca2e.tar.gz
profanity-193bd1b965fb923a2630c59fa8f8266362b1ca2e.tar.xz
net-im/profanity-0.4.6: version bump
-rw-r--r--net-im/profanity/Manifest2
-rw-r--r--net-im/profanity/files/profanity-fix-libstrophe-check.patch50
-rw-r--r--net-im/profanity/profanity-0.4.6.ebuild (renamed from net-im/profanity/profanity-0.4.4.ebuild)6
3 files changed, 2 insertions, 56 deletions
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.6.ebuild
index 55226d6..ba999cd 100644
--- a/net-im/profanity/profanity-0.4.4.ebuild
+++ b/net-im/profanity/profanity-0.4.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -24,10 +24,6 @@ RDEPEND=">=dev-libs/glib-2.26:2
libnotify? ( x11-libs/libnotify )"
DEPEND="${RDEPEND}"
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-fix-libstrophe-check.patch
-}
-
src_configure() {
econf \
$(use_enable libnotify notifications) \