diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-02-01 13:19:09 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-02-01 13:19:09 +0000 |
commit | f924e805f52cc434600559b9060fe9b8c03327b0 (patch) | |
tree | 914b481e238e20ad2548c0cce5bfbead904a1cb1 /net-irc | |
parent | Initial commit. You guessed right, a webcam software using aalib (ascii graph... (diff) | |
download | gentoo-2-f924e805f52cc434600559b9060fe9b8c03327b0.tar.gz gentoo-2-f924e805f52cc434600559b9060fe9b8c03327b0.tar.bz2 gentoo-2-f924e805f52cc434600559b9060fe9b8c03327b0.zip |
Initial commit, ebuild by me.
(Portage version: 2.1.4)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/conspire/ChangeLog | 10 | ||||
-rw-r--r-- | net-irc/conspire/Manifest | 4 | ||||
-rw-r--r-- | net-irc/conspire/conspire-0.12.0.ebuild | 38 | ||||
-rw-r--r-- | net-irc/conspire/metadata.xml | 9 |
4 files changed, 61 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..41f146bb8b85 --- /dev/null +++ b/net-irc/conspire/Manifest @@ -0,0 +1,4 @@ +DIST conspire-0.12.0.tbz2 1144684 RMD160 1de8f6699b21215af184fd07c9ca3830cee1e88a SHA1 a7d48264bdd63756d5e034ab02b7632b9617a532 SHA256 0cf94142b9b22f881a1a73da4939e4724ec272056ef2d172157882846bde5e2b +EBUILD conspire-0.12.0.ebuild 931 RMD160 c06dc38894c0e968fb64b9ca96f58aebeac5a012 SHA1 5d32fbf638840ac111ab1226a7cbc836bc77a1f8 SHA256 7d70a71060c6442f091cc82fdaa60889575b0082db01a2e0753e16ebbcb2bd0d +MISC ChangeLog 272 RMD160 8ad90bcbdbe11e4f0fcc57a26ec59d6066cafc20 SHA1 bf0d6ea751fb0b82db9a69c153d1e9fb8d5c11d6 SHA256 8c4500ad57bf5c73a76c43c26064027beff73cfed0e38746c12eeec3445c4bbd +MISC metadata.xml 250 RMD160 bbb8dc8eb566565cca20e2b1946b628de99d67b9 SHA1 d25f4394511b1f01d39ef163eada07751c158862 SHA256 304cf815927a5988355b9fd06d13eea56178bff87b2fe5262f9d0b6640c3050d 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> |