diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-07-20 14:02:05 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-07-20 14:02:05 +0000 |
commit | c2307fe56ccdae12c1f005aac365d55d182179b7 (patch) | |
tree | a6dff491f58e3fe5dfd9366f7c4af58879138009 /net-irc | |
parent | Fix pixman libtool failure and add sse useflag and patch from bug #232126 (diff) | |
download | gentoo-2-c2307fe56ccdae12c1f005aac365d55d182179b7.tar.gz gentoo-2-c2307fe56ccdae12c1f005aac365d55d182179b7.tar.bz2 gentoo-2-c2307fe56ccdae12c1f005aac365d55d182179b7.zip |
Version bump, closes bug #232325 by Daniel Pielmeier <daniel.pielmeier@googlemail.com>.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-03465-g5b664cb x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/conspire/ChangeLog | 10 | ||||
-rw-r--r-- | net-irc/conspire/conspire-0.20.ebuild (renamed from net-irc/conspire/conspire-0.20_beta4.ebuild) | 2 | ||||
-rw-r--r-- | net-irc/conspire/conspire-0.20_beta1.ebuild | 40 | ||||
-rw-r--r-- | net-irc/conspire/conspire-0.20_beta2.ebuild | 40 |
4 files changed, 10 insertions, 82 deletions
diff --git a/net-irc/conspire/ChangeLog b/net-irc/conspire/ChangeLog index f213d135ff32..43ebe8a947d1 100644 --- a/net-irc/conspire/ChangeLog +++ b/net-irc/conspire/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-irc/conspire # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/ChangeLog,v 1.7 2008/07/13 22:58:15 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/ChangeLog,v 1.8 2008/07/20 14:02:05 chainsaw Exp $ + +*conspire-0.20 (19 Jul 2008) + + 19 Jul 2008; <chainsaw@gentoo.org> -conspire-0.20_beta1.ebuild, + -conspire-0.20_beta2.ebuild, -conspire-0.20_beta4.ebuild, + +conspire-0.20.ebuild: + Version bump, closes bug #232325 by Daniel Pielmeier + <daniel.pielmeier@googlemail.com>. *conspire-0.20_beta4 (13 Jul 2008) diff --git a/net-irc/conspire/conspire-0.20_beta4.ebuild b/net-irc/conspire/conspire-0.20.ebuild index 42523a88742f..76eb8da61fc4 100644 --- a/net-irc/conspire/conspire-0.20_beta4.ebuild +++ b/net-irc/conspire/conspire-0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/conspire-0.20_beta4.ebuild,v 1.1 2008/07/13 22:58:15 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/conspire-0.20.ebuild,v 1.1 2008/07/20 14:02:05 chainsaw Exp $ MY_P="${P/_/-}" S="${WORKDIR}/${MY_P}" diff --git a/net-irc/conspire/conspire-0.20_beta1.ebuild b/net-irc/conspire/conspire-0.20_beta1.ebuild deleted file mode 100644 index 1232e710db41..000000000000 --- a/net-irc/conspire/conspire-0.20_beta1.ebuild +++ /dev/null @@ -1,40 +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/conspire/conspire-0.20_beta1.ebuild,v 1.1 2008/06/08 03:50:11 chainsaw Exp $ - -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 )" -RDEPEND=">=dev-libs/libmowgli-0.6.0 - >=x11-libs/gtk+-2.10 - >=dev-libs/glib-2.14 - x11-libs/libsexy - dbus? ( >=dev-libs/dbus-glib-0.60 ) - python? ( >=dev-lang/python-2.2 )" - -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/conspire-0.20_beta2.ebuild b/net-irc/conspire/conspire-0.20_beta2.ebuild deleted file mode 100644 index e31450459066..000000000000 --- a/net-irc/conspire/conspire-0.20_beta2.ebuild +++ /dev/null @@ -1,40 +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/conspire/conspire-0.20_beta2.ebuild,v 1.1 2008/06/22 20:30:22 chainsaw Exp $ - -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 )" -RDEPEND=">=dev-libs/libmowgli-0.6.0 - >=x11-libs/gtk+-2.10 - >=dev-libs/glib-2.14 - x11-libs/libsexy - dbus? ( >=dev-libs/dbus-glib-0.60 ) - python? ( >=dev-lang/python-2.2 )" - -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 -} |