diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-02-26 19:37:24 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-02-26 19:37:24 +0000 |
commit | c612c6f87c8213498db1c5debcc2e50dd6431830 (patch) | |
tree | 5877fccdb78e1629fe758e57fb6999440d93f1a4 /net-voip | |
parent | Adjust HOMEPAGE for bug 165707. (diff) | |
download | gentoo-2-c612c6f87c8213498db1c5debcc2e50dd6431830.tar.gz gentoo-2-c612c6f87c8213498db1c5debcc2e50dd6431830.tar.bz2 gentoo-2-c612c6f87c8213498db1c5debcc2e50dd6431830.zip |
Version bump.
(Portage version: 2.1.2-r11)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/telepathy-gabble/ChangeLog | 9 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/files/digest-telepathy-gabble-0.5.2 | 3 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/files/digest-telepathy-gabble-0.5.4 | 3 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/files/telepathy-gabble-0.5.2-debug-fix.patch | 44 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.5.4.ebuild (renamed from net-voip/telepathy-gabble/telepathy-gabble-0.5.2.ebuild) | 12 |
5 files changed, 12 insertions, 59 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog index 8617e0bb260e..cc0207718109 100644 --- a/net-voip/telepathy-gabble/ChangeLog +++ b/net-voip/telepathy-gabble/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-voip/telepathy-gabble # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.15 2007/02/11 11:09:24 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.16 2007/02/26 19:37:24 peper Exp $ + +*telepathy-gabble-0.5.4 (26 Feb 2007) + + 26 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> + -files/telepathy-gabble-0.5.2-debug-fix.patch, + -telepathy-gabble-0.5.2.ebuild, +telepathy-gabble-0.5.4.ebuild: + Version bump. *telepathy-gabble-0.5.3 (11 Feb 2007) diff --git a/net-voip/telepathy-gabble/files/digest-telepathy-gabble-0.5.2 b/net-voip/telepathy-gabble/files/digest-telepathy-gabble-0.5.2 deleted file mode 100644 index d2418e9658e3..000000000000 --- a/net-voip/telepathy-gabble/files/digest-telepathy-gabble-0.5.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 713de31300452d2350d170bd7bd10eee telepathy-gabble-0.5.2.tar.gz 663033 -RMD160 86feaf7ca78d274c0acd243fc9c3795c06d0f192 telepathy-gabble-0.5.2.tar.gz 663033 -SHA256 b06d97aaf412646183319d78efb19a02d1558e42b6e7ac82767409455b1a6bd5 telepathy-gabble-0.5.2.tar.gz 663033 diff --git a/net-voip/telepathy-gabble/files/digest-telepathy-gabble-0.5.4 b/net-voip/telepathy-gabble/files/digest-telepathy-gabble-0.5.4 new file mode 100644 index 000000000000..ca1717afcb6d --- /dev/null +++ b/net-voip/telepathy-gabble/files/digest-telepathy-gabble-0.5.4 @@ -0,0 +1,3 @@ +MD5 4772c7fc3b70681ee82cc76589718ad2 telepathy-gabble-0.5.4.tar.gz 672978 +RMD160 f53cede5eb2a6b2532913796b8ae8407e08f090a telepathy-gabble-0.5.4.tar.gz 672978 +SHA256 686761de26aaa1117fe1939a8a5ed2f9bb1dfc4e6009490777076b93af637441 telepathy-gabble-0.5.4.tar.gz 672978 diff --git a/net-voip/telepathy-gabble/files/telepathy-gabble-0.5.2-debug-fix.patch b/net-voip/telepathy-gabble/files/telepathy-gabble-0.5.2-debug-fix.patch deleted file mode 100644 index c4ebac4a76fc..000000000000 --- a/net-voip/telepathy-gabble/files/telepathy-gabble-0.5.2-debug-fix.patch +++ /dev/null @@ -1,44 +0,0 @@ -Wed Feb 7 13:05:23 GMT 2007 Robert McQueen <robert.mcqueen@collabora.co.uk> - * fix debug headers putting G_BEGIN_DECLS inside #ifdef ENABLE_DEBUG, but G_END_DECLS outside -diff -rN -u old-telepathy-gabble/lib/telepathy-glib/internal-debug.h new-telepathy-gabble/lib/telepathy-glib/internal-debug.h ---- old-telepathy-gabble/lib/telepathy-glib/internal-debug.h 2007-02-07 13:22:06.972650000 +0000 -+++ new-telepathy-gabble/lib/telepathy-glib/internal-debug.h 2007-02-07 13:22:07.304670750 +0000 -@@ -24,6 +24,8 @@ - void _tp_debug (TpDebugFlags flag, const gchar *format, ...) - G_GNUC_PRINTF (2, 3); - -+G_END_DECLS -+ - #ifdef DEBUG_FLAG - - #define DEBUG(format, ...) \ -@@ -47,6 +49,4 @@ - - #endif /* ENABLE_DEBUG */ - --G_END_DECLS -- --#endif -+#endif /* __DEBUG_H__ */ -diff -rN -u old-telepathy-gabble/src/debug.h new-telepathy-gabble/src/debug.h ---- old-telepathy-gabble/src/debug.h 2007-02-07 13:22:06.968649750 +0000 -+++ new-telepathy-gabble/src/debug.h 2007-02-07 13:22:06.984650750 +0000 -@@ -32,6 +32,8 @@ - void gabble_debug (GabbleDebugFlags flag, const gchar *format, ...) - G_GNUC_PRINTF (2, 3); - -+G_END_DECLS -+ - #ifdef DEBUG_FLAG - - #define DEBUG(format, ...) \ -@@ -62,7 +64,5 @@ - - #endif /* ENABLE_DEBUG */ - --G_END_DECLS -- --#endif -+#endif /* __DEBUG_H__ */ - - diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.5.2.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.5.4.ebuild index eaf77f119205..150ca98b99d7 100644 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.5.2.ebuild +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.5.4.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.5.2.ebuild,v 1.1 2007/02/07 13:35:59 peper Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.5.4.ebuild,v 1.1 2007/02/26 19:37:24 peper Exp $ DESCRIPTION="A Jabber/XMPP connection manager, this handles single and multi user chats and voice calls." HOMEPAGE="http://telepathy.freedesktop.org" @@ -19,14 +17,6 @@ DEPEND=">=dev-libs/glib-2.4 >=net-libs/loudmouth-1.1.1" RDEPEND="${DEPEND}" -src_unpack() { - unpack ${A} - cd "${S}" - - # Fix compilation with debug disabled(already in gabble repo) - epatch "${FILESDIR}/${P}-debug-fix.patch" -} - src_compile() { econf \ $(use_enable debug) \ |