diff options
author | 2008-06-08 03:50:11 +0000 | |
---|---|---|
committer | 2008-06-08 03:50:11 +0000 | |
commit | d3cb2db209863cfaa023ec21e41224a3e025caa1 (patch) | |
tree | 465e151443417807f2dd3007cbe8e458faf616fd /net-irc/conspire | |
parent | amd64 stable, bug #224387 (diff) | |
download | gentoo-2-d3cb2db209863cfaa023ec21e41224a3e025caa1.tar.gz gentoo-2-d3cb2db209863cfaa023ec21e41224a3e025caa1.tar.bz2 gentoo-2-d3cb2db209863cfaa023ec21e41224a3e025caa1.zip |
Version bump. Properly separate out DEPENDs.
(Portage version: 2.1.5.4)
Diffstat (limited to 'net-irc/conspire')
-rw-r--r-- | net-irc/conspire/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/conspire/conspire-0.12.0.ebuild | 7 | ||||
-rw-r--r-- | net-irc/conspire/conspire-0.13.1.ebuild | 9 | ||||
-rw-r--r-- | net-irc/conspire/conspire-0.20_beta1.ebuild | 40 |
4 files changed, 54 insertions, 10 deletions
diff --git a/net-irc/conspire/ChangeLog b/net-irc/conspire/ChangeLog index cf8e69705534..f201427b9cfb 100644 --- a/net-irc/conspire/ChangeLog +++ b/net-irc/conspire/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2008/02/26 15:18:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/ChangeLog,v 1.5 2008/06/08 03:50:11 chainsaw Exp $ + +*conspire-0.20_beta1 (08 Jun 2008) + + 08 Jun 2008; <chainsaw@gentoo.org> conspire-0.12.0.ebuild, + conspire-0.13.1.ebuild, +conspire-0.20_beta1.ebuild: + Version bump. Properly separate out DEPENDs. 26 Feb 2008; Raúl Porcel <armin76@gentoo.org> conspire-0.13.1.ebuild: Add ~ia64/~sparc diff --git a/net-irc/conspire/conspire-0.12.0.ebuild b/net-irc/conspire/conspire-0.12.0.ebuild index e1b6d0d2bc63..c0bcaa907d49 100644 --- a/net-irc/conspire/conspire-0.12.0.ebuild +++ b/net-irc/conspire/conspire-0.12.0.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.12.0.ebuild,v 1.3 2008/02/26 01:16:28 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/conspire-0.12.0.ebuild,v 1.4 2008/06/08 03:50:11 chainsaw Exp $ DESCRIPTION="A high quality IRC client which uses a multitude of interfaces" HOMEPAGE="http://www.nenolod.net/conspire/" @@ -9,13 +9,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~amd64" IUSE="python gnutls ipv6 nls mmx socks5" +DEPEND="nls? ( dev-util/intltool )" DEPEND=">=dev-libs/libmowgli-0.6.0 >=x11-libs/gtk+-2.10 >=dev-libs/glib-2.14 - x11-libs/libsexy" -RDEPEND="${DEPEND} + x11-libs/libsexy >=sys-apps/dbus-0.60 - nls? ( dev-util/intltool ) python? ( >=dev-lang/python-2.2 )" src_compile() { diff --git a/net-irc/conspire/conspire-0.13.1.ebuild b/net-irc/conspire/conspire-0.13.1.ebuild index 3b10dcbcffa3..87c637d4f15f 100644 --- a/net-irc/conspire/conspire-0.13.1.ebuild +++ b/net-irc/conspire/conspire-0.13.1.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.13.1.ebuild,v 1.2 2008/02/26 15:18:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/conspire-0.13.1.ebuild,v 1.3 2008/06/08 03:50:11 chainsaw Exp $ DESCRIPTION="A high quality IRC client which uses a multitude of interfaces" HOMEPAGE="http://www.nenolod.net/conspire/" @@ -9,13 +9,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~sparc ~x86" IUSE="python gnutls ipv6 nls mmx socks5" -DEPEND=">=dev-libs/libmowgli-0.6.0 +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" -RDEPEND="${DEPEND} + x11-libs/libsexy >=sys-apps/dbus-0.60 - nls? ( dev-util/intltool ) python? ( >=dev-lang/python-2.2 )" src_compile() { diff --git a/net-irc/conspire/conspire-0.20_beta1.ebuild b/net-irc/conspire/conspire-0.20_beta1.ebuild new file mode 100644 index 000000000000..1232e710db41 --- /dev/null +++ b/net-irc/conspire/conspire-0.20_beta1.ebuild @@ -0,0 +1,40 @@ +# 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 +} |