diff options
author | 2009-09-27 18:11:42 +0000 | |
---|---|---|
committer | 2009-09-27 18:11:42 +0000 | |
commit | 3de12d2548fbbfcdcae3698c2acf63bcc40bed87 (patch) | |
tree | 44768091230b393bec7dfc70f51f0965d80d9479 /net-irc/telepathy-idle | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-3de12d2548fbbfcdcae3698c2acf63bcc40bed87.tar.gz gentoo-2-3de12d2548fbbfcdcae3698c2acf63bcc40bed87.tar.bz2 gentoo-2-3de12d2548fbbfcdcae3698c2acf63bcc40bed87.zip |
Version bump
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/telepathy-idle')
-rw-r--r-- | net-irc/telepathy-idle/ChangeLog | 10 | ||||
-rw-r--r-- | net-irc/telepathy-idle/files/telepathy-idle-0.1.2-glibc-2.10.patch | 60 | ||||
-rw-r--r-- | net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild | 25 | ||||
-rw-r--r-- | net-irc/telepathy-idle/telepathy-idle-0.1.2.ebuild | 32 | ||||
-rw-r--r-- | net-irc/telepathy-idle/telepathy-idle-0.1.5.ebuild (renamed from net-irc/telepathy-idle/telepathy-idle-0.1.4.ebuild) | 6 |
5 files changed, 10 insertions, 123 deletions
diff --git a/net-irc/telepathy-idle/ChangeLog b/net-irc/telepathy-idle/ChangeLog index 6b5be975447b..4d1421ffb111 100644 --- a/net-irc/telepathy-idle/ChangeLog +++ b/net-irc/telepathy-idle/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-irc/telepathy-idle # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v 1.10 2009/08/12 02:18:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v 1.11 2009/09/27 18:11:42 tester Exp $ + +*telepathy-idle-0.1.5 (27 Sep 2009) + + 27 Sep 2009; Olivier Crête <tester@gentoo.org> + -telepathy-idle-0.1.1.ebuild, -telepathy-idle-0.1.2.ebuild, + -files/telepathy-idle-0.1.2-glibc-2.10.patch, + -telepathy-idle-0.1.4.ebuild, +telepathy-idle-0.1.5.ebuild: + Version bump 12 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> telepathy-idle-0.1.4.ebuild: diff --git a/net-irc/telepathy-idle/files/telepathy-idle-0.1.2-glibc-2.10.patch b/net-irc/telepathy-idle/files/telepathy-idle-0.1.2-glibc-2.10.patch deleted file mode 100644 index 32264d5eac80..000000000000 --- a/net-irc/telepathy-idle/files/telepathy-idle-0.1.2-glibc-2.10.patch +++ /dev/null @@ -1,60 +0,0 @@ -From 1380db9f7a3feab144452f990b79728c9f2e3dbf Mon Sep 17 00:00:00 2001 -From: Will Thompson <will.thompson@collabora.co.uk> -Date: Sat, 20 Jun 2009 18:22:15 +0100 -Subject: [PATCH] Define _GNU_SOURCE not __USE_GNU to get strnlen(3). - -__USE_GNU is a glibc-internal macro that we should not be using; this -was causing a build failure in openSUSE, which has a glibc from the -future. - -idle-connection.c doesn't actually use strnlen. - -Based on a patch by Vincent Untz, which didn't compile for me: it seemed -like string.h was getting #included before the #define, and thus strnlen -wasn't exposed. Making the #define the first thing in idle-parser.c -fixed this. ---- - src/idle-connection.c | 2 -- - src/idle-parser.c | 5 +++-- - 2 files changed, 3 insertions(+), 4 deletions(-) - -diff --git a/src/idle-connection.c b/src/idle-connection.c -index 7080ae3..10613b4 100644 ---- a/src/idle-connection.c -+++ b/src/idle-connection.c -@@ -22,8 +22,6 @@ - - #include <config.h> - --/* strnlen */ --#define __USE_GNU - #include <string.h> - #include <time.h> - -diff --git a/src/idle-parser.c b/src/idle-parser.c -index b5d561a..93c330d 100644 ---- a/src/idle-parser.c -+++ b/src/idle-parser.c -@@ -18,6 +18,9 @@ - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - -+/* For strnlen(), which is a GNU extension. */ -+#define _GNU_SOURCE -+ - #include "idle-parser.h" - - #include "idle-connection.h" -@@ -26,9 +29,7 @@ - #include <glib.h> - #include <glib-object.h> - --#define __USE_GNU - #include <string.h> --#undef __USE_GNU - #include <stdio.h> - - #define IDLE_DEBUG_FLAG IDLE_DEBUG_PARSER --- -1.6.3.1 - diff --git a/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild deleted file mode 100644 index 213f452eea9b..000000000000 --- a/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild,v 1.3 2008/01/12 15:59:16 coldwind Exp $ - -DESCRIPTION="Full-featured IRC connection manager for Telepathy." -HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components" -SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/dbus-glib - >=dev-libs/glib-2.8.6 - dev-libs/openssl - net-libs/telepathy-glib - sys-apps/dbus" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS || die -} diff --git a/net-irc/telepathy-idle/telepathy-idle-0.1.2.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.1.2.ebuild deleted file mode 100644 index 160fb8d0ff55..000000000000 --- a/net-irc/telepathy-idle/telepathy-idle-0.1.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.2.ebuild,v 1.6 2009/08/07 12:29:42 ssuominen Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="Full-featured IRC connection manager for Telepathy." -HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components" -SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~arm ~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="" - -RDEPEND="dev-libs/dbus-glib - >=dev-libs/glib-2.8.6:2 - dev-libs/openssl - net-libs/telepathy-glib - sys-apps/dbus" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-glibc-2.10.patch -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS || die -} diff --git a/net-irc/telepathy-idle/telepathy-idle-0.1.4.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.1.5.ebuild index 8652712ff2bb..7c3e9438599d 100644 --- a/net-irc/telepathy-idle/telepathy-idle-0.1.4.ebuild +++ b/net-irc/telepathy-idle/telepathy-idle-0.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.4.ebuild,v 1.3 2009/08/12 02:18:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.5.ebuild,v 1.1 2009/09/27 18:11:42 tester Exp $ EAPI=2 inherit eutils @@ -23,10 +23,6 @@ DEPEND="${RDEPEND} dev-util/pkgconfig test? ( dev-python/twisted-words )" -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.1.2-glibc-2.10.patch -} - src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS || die |