diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-02 12:59:16 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-02 12:59:16 +0000 |
commit | fed0942cb1c986ed50e6ab04f02b5e7b2ee6d2e1 (patch) | |
tree | c92b02cf22691416641f154db0b73ce69f595451 /net-irc/bobotpp | |
parent | Cleanup of latest ebuild (double brackets tests, don't install COPYING). Avoi... (diff) | |
download | gentoo-2-fed0942cb1c986ed50e6ab04f02b5e7b2ee6d2e1.tar.gz gentoo-2-fed0942cb1c986ed50e6ab04f02b5e7b2ee6d2e1.tar.bz2 gentoo-2-fed0942cb1c986ed50e6ab04f02b5e7b2ee6d2e1.zip |
Version bump.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-irc/bobotpp')
-rw-r--r-- | net-irc/bobotpp/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.1.8.ebuild | 40 | ||||
-rw-r--r-- | net-irc/bobotpp/files/digest-bobotpp-2.1.8 | 1 |
3 files changed, 47 insertions, 1 deletions
diff --git a/net-irc/bobotpp/ChangeLog b/net-irc/bobotpp/ChangeLog index 4aba4a7d7c6c..15d583aeb488 100644 --- a/net-irc/bobotpp/ChangeLog +++ b/net-irc/bobotpp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/bobotpp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.9 2005/06/01 18:40:09 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.10 2005/09/02 12:59:16 swegener Exp $ + +*bobotpp-2.1.8 (02 Sep 2005) + + 02 Sep 2005; Sven Wegener <swegener@gentoo.org> +bobotpp-2.1.8.ebuild: + Version bump. *bobotpp-2.1.7 (01 Jun 2005) diff --git a/net-irc/bobotpp/bobotpp-2.1.8.ebuild b/net-irc/bobotpp/bobotpp-2.1.8.ebuild new file mode 100644 index 000000000000..cfcf71380e67 --- /dev/null +++ b/net-irc/bobotpp/bobotpp-2.1.8.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.8.ebuild,v 1.1 2005/09/02 12:59:16 swegener Exp $ + +DESCRIPTION="A flexible IRC bot scriptable in scheme" +HOMEPAGE="http://unknownlamer.org/code/bobot.html" +SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +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 || die "dosym failed" + + dodoc AUTHORS ChangeLog NEWS README SCRIPTING TODO || die "dodoc failed" + dohtml doc/index.html || die "dohtml failed" + + docinto example-config + dodoc examples/{bot.*,scripts.load} || die "dodoc failed" + + docinto example-scripts + dodoc scripts/{boulet,country,eval,hello,log.scm,tamere,uname,uptime} || die "dodoc failed" +} + +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.8 b/net-irc/bobotpp/files/digest-bobotpp-2.1.8 new file mode 100644 index 000000000000..756b0b15d1fd --- /dev/null +++ b/net-irc/bobotpp/files/digest-bobotpp-2.1.8 @@ -0,0 +1 @@ +MD5 07ec5cb04bb06c5b5c978177ddc30cd7 bobotpp-2.1.8.tar.gz 284617 |