Portage is a package management system used by Gentoo Linux
# 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.8 2008/07/20 14:02:05 chainsaw Exp $
*conspire-0.20 (19 Jul 2008)
19 Jul 2008;
-conspire-0.20_beta2.ebuild, -conspire-0.20_beta4.ebuild,
+conspire-0.20.ebuild:
Version bump, closes bug #232325 by Daniel Pielmeier
*conspire-0.20_beta4 (13 Jul 2008)
13 Jul 2008;
Version bump, fixes bug #229277 filed by Daniel Pielmeier
*conspire-0.20_beta2 (22 Jun 2008)
22 Jun 2008;
Version bump. This beta boasts a shiny new treeview and STARTTLS support.
*conspire-0.20_beta1 (08 Jun 2008)
08 Jun 2008;
conspire-0.13.1.ebuild, +conspire-0.20_beta1.ebuild:
Version bump. Properly separate out DEPENDs.
26 Feb 2008; Raúl Porcel
Add ~ia64/~sparc
*conspire-0.13.1 (26 Feb 2008)
26 Feb 2008; Tony Vroon
+conspire-0.13.1.ebuild:
Version bump. Mark 0.12.0 stable on X86.
25 Feb 2008; Tony Vroon
Add ~AMD64 keyword. Tested on a Core 2 Duo T7700.
*conspire-0.12.0 (01 Feb 2008)
01 Feb 2008; Tony Vroon
+conspire-0.12.0.ebuild:
Initial commit, ebuild by me.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST conspire-0.12.0.tbz2 1144684 RMD160 1de8f6699b21215af184fd07c9ca3830cee1e88a SHA1 a7d48264bdd63756d5e034ab02b7632b9617a532 SHA256 0cf94142b9b22f881a1a73da4939e4724ec272056ef2d172157882846bde5e2b
DIST conspire-0.13.1.tbz2 1173038 RMD160 d7d7b007a52a2b0780bc651be6e02882c201e170 SHA1 21b8ca276e8e7802aa896072e103f243f7f0c511 SHA256 dfddb3b406ed88e8d97c92e82c13f1039d2255d517d21ddd9b92c08066b245a1
DIST conspire-0.20.tbz2 1150730 RMD160 5731688fcd487eb508a884e1e04106f955222b5c SHA1 0c68cc683568ac28a24e6294619ff0c893a3451b SHA256 8029f3ce87c6392e4305ae49a826832e14342b224a315f8020d9804eb30f2065
EBUILD conspire-0.12.0.ebuild 1028 RMD160 83870dfedd883f817bdee7ec8b9222bfb80c60ee SHA1 377af2c9c756e8e169bc4e7bba20fa0422cb2b6a SHA256 e779e87375496c59735fda983b90847861e8c1043748d6b07addfd9dc4a0dc74
EBUILD conspire-0.13.1.ebuild 1043 RMD160 ebc0ba487c1f71d7a41a9caceeb26f36cdcbe248 SHA1 ae092c6ae324cde567e79d335a237f20a23be66f SHA256 0d785ea71a323937a6b754bcc67ec7d8e8ff9e81bed559aa8bb4a60896ecd64b
EBUILD conspire-0.20.ebuild 1146 RMD160 b812fdf081bd71c83fa3f175ee6a78cde20bee87 SHA1 9c47e9a24cef8f02e1d245f560f83a302f3ba8a7 SHA256 757143d0c3e7811791a492028ceb1ee1bc9078ccfc0bfa971c5d3081c78cbf4b
MISC ChangeLog 1608 RMD160 a334f0dfb19a4b2a1452fcdfebff274a7b554cff SHA1 40a4432d0e59824f5155b39a5fa96ea915a97166 SHA256 2fe2620941656003292a78c69d0293c3f63d0cebe43483da6e271ea9a8a43b92
MISC metadata.xml 250 RMD160 bbb8dc8eb566565cca20e2b1946b628de99d67b9 SHA1 d25f4394511b1f01d39ef163eada07751c158862 SHA256 304cf815927a5988355b9fd06d13eea56178bff87b2fe5262f9d0b6640c3050d
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkiDRYcACgkQp5vW4rUFj5oSWACcCrU9BvjMAIqBDaCXY20Txw3Q
Vq8An1YeHq+yefSGcshuhlyuSU8yz+jx
=ovID
-----END PGP SIGNATURE-----
# 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.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/"
SRC_URI="http://distfiles.atheme.org/${P}.tbz2"
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
>=sys-apps/dbus-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) \
--enable-spell=libsexy \
--enable-regex \
|| die
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc NEWS TODO
}
# 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.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/"
SRC_URI="http://distfiles.atheme.org/${P}.tbz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
IUSE="python gnutls ipv6 nls mmx socks5"
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
>=sys-apps/dbus-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) \
--enable-spell=libsexy \
--enable-regex \
|| die
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc NEWS TODO
}
# 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.ebuild,v 1.1 2008/07/20 14:02:05 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/libnotify
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
}