summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-07-13 19:13:35 +0000
committerSven Wegener <swegener@gentoo.org>2004-07-13 19:13:35 +0000
commit84a86aabe9809e0edc34ab35b0f7ed1f9d435e6b (patch)
tree8432a24e0d717d6b25e9b8a05f227c2fd2791f0f /net-irc
parentmore cruft in app-portage (diff)
downloadhistorical-84a86aabe9809e0edc34ab35b0f7ed1f9d435e6b.tar.gz
historical-84a86aabe9809e0edc34ab35b0f7ed1f9d435e6b.tar.bz2
historical-84a86aabe9809e0edc34ab35b0f7ed1f9d435e6b.zip
Initial import, ebuild written by me.
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/bobotpp/ChangeLog10
-rw-r--r--net-irc/bobotpp/Manifest14
-rw-r--r--net-irc/bobotpp/bobotpp-2.1.4.ebuild40
-rw-r--r--net-irc/bobotpp/files/digest-bobotpp-2.1.41
-rw-r--r--net-irc/bobotpp/metadata.xml5
5 files changed, 70 insertions, 0 deletions
diff --git a/net-irc/bobotpp/ChangeLog b/net-irc/bobotpp/ChangeLog
new file mode 100644
index 000000000000..08eaeee135d6
--- /dev/null
+++ b/net-irc/bobotpp/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-irc/bobotpp
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.1 2004/07/13 19:13:35 swegener Exp $
+
+*bobotpp-2.1.4 (13 Jul 2004)
+
+ 13 Jul 2004; Sven Wegener <swegener@gentoo.org> +metadata.xml,
+ +bobotpp-2.1.4.ebuild:
+ Initial import, ebuild written by me.
+
diff --git a/net-irc/bobotpp/Manifest b/net-irc/bobotpp/Manifest
new file mode 100644
index 000000000000..7b5ecd464cec
--- /dev/null
+++ b/net-irc/bobotpp/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 c7f9d402933623caa5c7e02aeeaa992c bobotpp-2.1.4.ebuild 1083
+MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
+MD5 deb16d0ba936aa2feb765cfd83b8f378 ChangeLog 366
+MD5 af1adc0f464cb81a7384e051a207ce7e files/digest-bobotpp-2.1.4 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.4 (GNU/Linux)
+
+iD8DBQFA9DS104iMKjbTpdgRAt/sAKCIJdAOjk0fPoXQA7htAOeIudUqFACfb2mV
+czCXrhvXxnsBU3cFA7hSIkc=
+=J33e
+-----END PGP SIGNATURE-----
diff --git a/net-irc/bobotpp/bobotpp-2.1.4.ebuild b/net-irc/bobotpp/bobotpp-2.1.4.ebuild
new file mode 100644
index 000000000000..f55983a3f309
--- /dev/null
+++ b/net-irc/bobotpp/bobotpp-2.1.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.4.ebuild,v 1.1 2004/07/13 19:13:35 swegener Exp $
+
+DESCRIPTION="A flexible IRC bot scriptable in scheme"
+HOMEPAGE="http://savannah.nongnu.org/projects/bobotpp/"
+SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="guile"
+
+DEPEND="guile? ( dev-util/guile )"
+
+src_compile() {
+ econf $(use_enable guile scripting) || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+
+ dosym bobot++.info /usr/share/info/bobotpp.info
+
+ dodoc AUTHORS ChangeLog NEWS README SCRIPTING TODO
+ dohtml doc/index.html
+
+ docinto example-config
+ dodoc examples/{bot.*,scripts.load}
+
+ docinto example-scripts
+ dodoc scripts/{boulet,country,eval,hello,log.scm,tamere,uname,uptime}
+}
+
+pkg_postinst() {
+ einfo
+ einfo "You can find a sample configuration file set in"
+ einfo "/usr/share/doc/${PF}/example-config"
+ einfo
+}
diff --git a/net-irc/bobotpp/files/digest-bobotpp-2.1.4 b/net-irc/bobotpp/files/digest-bobotpp-2.1.4
new file mode 100644
index 000000000000..544e890ccc2c
--- /dev/null
+++ b/net-irc/bobotpp/files/digest-bobotpp-2.1.4
@@ -0,0 +1 @@
+MD5 95da5bfd58c29dc33563c07a001e344b bobotpp-2.1.4.tar.gz 235408
diff --git a/net-irc/bobotpp/metadata.xml b/net-irc/bobotpp/metadata.xml
new file mode 100644
index 000000000000..6ef15e900f17
--- /dev/null
+++ b/net-irc/bobotpp/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-irc</herd>
+</pkgmetadata>