summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2008-02-01 13:19:09 +0000
committerTony Vroon <chainsaw@gentoo.org>2008-02-01 13:19:09 +0000
commit24090853f8c5166b2f5d77bd3b8558969fdffa99 (patch)
treeb075c48a3622d0504de42023fcd73d18b6e6d4e9 /net-irc
parentInitial commit. You guessed right, a webcam software using aalib (ascii graph... (diff)
downloadhistorical-24090853f8c5166b2f5d77bd3b8558969fdffa99.tar.gz
historical-24090853f8c5166b2f5d77bd3b8558969fdffa99.tar.bz2
historical-24090853f8c5166b2f5d77bd3b8558969fdffa99.zip
Initial commit, ebuild by me.
Package-Manager: portage-2.1.4
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/conspire/ChangeLog10
-rw-r--r--net-irc/conspire/Manifest14
-rw-r--r--net-irc/conspire/conspire-0.12.0.ebuild38
-rw-r--r--net-irc/conspire/metadata.xml9
4 files changed, 71 insertions, 0 deletions
diff --git a/net-irc/conspire/ChangeLog b/net-irc/conspire/ChangeLog
new file mode 100644
index 000000000000..2eaedc9f9d6c
--- /dev/null
+++ b/net-irc/conspire/ChangeLog
@@ -0,0 +1,10 @@
+# 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.1 2008/02/01 13:19:09 chainsaw Exp $
+
+*conspire-0.12.0 (01 Feb 2008)
+
+ 01 Feb 2008; Tony Vroon <chainsaw@gentoo.org> +metadata.xml,
+ +conspire-0.12.0.ebuild:
+ Initial commit, ebuild by me.
+
diff --git a/net-irc/conspire/Manifest b/net-irc/conspire/Manifest
new file mode 100644
index 000000000000..32b27f2202b2
--- /dev/null
+++ b/net-irc/conspire/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST conspire-0.12.0.tbz2 1144684 RMD160 1de8f6699b21215af184fd07c9ca3830cee1e88a SHA1 a7d48264bdd63756d5e034ab02b7632b9617a532 SHA256 0cf94142b9b22f881a1a73da4939e4724ec272056ef2d172157882846bde5e2b
+EBUILD conspire-0.12.0.ebuild 1034 RMD160 c2b6a6efe29eef85483c983244c74e4e74b4d7f3 SHA1 43c8d22eed4564f7eaadbea1c302a71d74426426 SHA256 134f553a31830ec28e30f6f7529ecb2f721dd6996a702708767b35cc9a963c62
+MISC ChangeLog 362 RMD160 f71a3cce97ee63bea0bb40ddbe296a8afd7d334e SHA1 4615de440115891787e3e5091ac51e6ac14c912d SHA256 e3a61c5577ae0c6044d13d09fccb9e20ac4046f7aed7d0c4d8542bbe3444b27e
+MISC metadata.xml 250 RMD160 bbb8dc8eb566565cca20e2b1946b628de99d67b9 SHA1 d25f4394511b1f01d39ef163eada07751c158862 SHA256 304cf815927a5988355b9fd06d13eea56178bff87b2fe5262f9d0b6640c3050d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.7 (GNU/Linux)
+
+iD8DBQFHoxxSp5vW4rUFj5oRAgjUAKC3s9KP6auAlreu2SO3f+Ja0tBOLACfSi2w
+fY9PZhTgNj4tO2OgCmKcdj4=
+=Zp+X
+-----END PGP SIGNATURE-----
diff --git a/net-irc/conspire/conspire-0.12.0.ebuild b/net-irc/conspire/conspire-0.12.0.ebuild
new file mode 100644
index 000000000000..e21d30d22025
--- /dev/null
+++ b/net-irc/conspire/conspire-0.12.0.ebuild
@@ -0,0 +1,38 @@
+# 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.1 2008/02/01 13:19:09 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"
+IUSE="python gnutls ipv6 nls mmx socks5"
+DEPEND=">=dev-libs/libmowgli-0.6.0
+ >=x11-libs/gtk+-2.10
+ >=dev-libs/glib-2.14
+ x11-libs/libsexy"
+RDEPEND="${DEPEND}
+ >=sys-apps/dbus-0.60
+ nls? ( dev-util/intltool )
+ 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
+}
diff --git a/net-irc/conspire/metadata.xml b/net-irc/conspire/metadata.xml
new file mode 100644
index 000000000000..77c44c0fa7e9
--- /dev/null
+++ b/net-irc/conspire/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-irc</herd>
+<maintainer>
+ <email>chainsaw@gentoo.org</email>
+ <name>Tony Vroon</name>
+</maintainer>
+</pkgmetadata>