diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-25 14:48:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-25 14:48:15 +0000 |
commit | 2f7444baf225d89480436dd902ba463959c6461a (patch) | |
tree | 9b9089d0a54dcf4a0b3593ce299a78777de582b6 /net-irc/conspire | |
parent | old, fails to build with recent glibc anyway (diff) | |
download | gentoo-2-2f7444baf225d89480436dd902ba463959c6461a.tar.gz gentoo-2-2f7444baf225d89480436dd902ba463959c6461a.tar.bz2 gentoo-2-2f7444baf225d89480436dd902ba463959c6461a.zip |
old, fails to build with stable libnotify anyway
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/conspire')
-rw-r--r-- | net-irc/conspire/conspire-0.20.ebuild | 51 | ||||
-rw-r--r-- | net-irc/conspire/files/0.20-de798c3d89ea.diff | 15 |
2 files changed, 0 insertions, 66 deletions
diff --git a/net-irc/conspire/conspire-0.20.ebuild b/net-irc/conspire/conspire-0.20.ebuild deleted file mode 100644 index d1c0379dc0cd..000000000000 --- a/net-irc/conspire/conspire-0.20.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/conspire-0.20.ebuild,v 1.5 2011/03/29 12:49:20 angelos Exp $ - -EAPI=1 -inherit eutils - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="A high quality IRC client which uses a multitude of interfaces" -HOMEPAGE="http://www.nenolod.net/conspire/" -SRC_URI="http://distfiles.atheme.org/${MY_P}.tbz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ia64 ~sparc x86" -IUSE="python gnutls ipv6 nls mmx socks5 dbus" -DEPEND="nls? ( dev-util/intltool ) - dev-util/pkgconfig" -RDEPEND=">=dev-libs/libmowgli-0.6.0 - >=x11-libs/gtk+-2.10:2 - >=dev-libs/glib-2.14:2 - x11-libs/libnotify - x11-libs/libsexy - dbus? ( >=dev-libs/dbus-glib-0.60 ) - python? ( >=dev-lang/python-2.2 )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PV}-de798c3d89ea.diff" -} - -src_compile() { - econf \ - $(use_enable socks5 socks) \ - $(use_enable ipv6) \ - $(use_enable gnutls) \ - $(use_enable python) \ - $(use_enable mmx) \ - $(use_enable nls) \ - $(use_enable dbus) \ - --enable-spell=libsexy \ - --enable-regex \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc NEWS TODO -} diff --git a/net-irc/conspire/files/0.20-de798c3d89ea.diff b/net-irc/conspire/files/0.20-de798c3d89ea.diff deleted file mode 100644 index 2d0d2166e49b..000000000000 --- a/net-irc/conspire/files/0.20-de798c3d89ea.diff +++ /dev/null @@ -1,15 +0,0 @@ - ---- a/src/fe-gtk/xtext.h Mon Mar 24 06:54:42 2008 -0500 -+++ b/src/fe-gtk/xtext.h Tue Jul 22 18:47:41 2008 +0100 -@@ -255,6 +255,6 @@ - xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext); - void gtk_xtext_buffer_free (xtext_buffer *buf); - void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render); --GtkType gtk_xtext_get_type (void); -+GType gtk_xtext_get_type (void); - - #endif - - - - |