diff options
-rw-r--r-- | net-irc/bobotpp/ChangeLog | 10 | ||||
-rw-r--r-- | net-irc/bobotpp/Manifest | 12 | ||||
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.1.4.ebuild | 6 | ||||
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.1.5.ebuild | 40 | ||||
-rw-r--r-- | net-irc/bobotpp/files/digest-bobotpp-2.1.5 | 1 |
5 files changed, 59 insertions, 10 deletions
diff --git a/net-irc/bobotpp/ChangeLog b/net-irc/bobotpp/ChangeLog index 29a2c474e49a..003b494281a5 100644 --- a/net-irc/bobotpp/ChangeLog +++ b/net-irc/bobotpp/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2004/12/05 01:43:19 swegener Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.5 2005/01/24 14:13:00 swegener Exp $ + +*bobotpp-2.1.5 (24 Jan 2005) + + 24 Jan 2005; Sven Wegener <swegener@gentoo.org> bobotpp-2.1.4.ebuild, + +bobotpp-2.1.5.ebuild: + Version bump. 05 Dec 2004; Sven Wegener <swegener@gentoo.org> bobotpp-2.1.4.ebuild: Added more error checking. diff --git a/net-irc/bobotpp/Manifest b/net-irc/bobotpp/Manifest index 3b1512bc1258..243d00eb738e 100644 --- a/net-irc/bobotpp/Manifest +++ b/net-irc/bobotpp/Manifest @@ -1,14 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 4d500bd3db14f2930da5c707d9712c39 bobotpp-2.1.4.ebuild 1198 -MD5 30e5fd6e8c49a17db914109ba69f8e11 ChangeLog 650 +MD5 0f0d055a5125dc5da8f348354976eb15 bobotpp-2.1.4.ebuild 1193 +MD5 52c8aaae095d8383a1b6444b221356e0 bobotpp-2.1.5.ebuild 1194 +MD5 cdb0436a14cacb3a64186ec2a287da3b ChangeLog 794 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 af1adc0f464cb81a7384e051a207ce7e files/digest-bobotpp-2.1.4 65 +MD5 0f94b3501a3f8ed2480a95ab68b89661 files/digest-bobotpp-2.1.5 65 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBsme9I1lqEGTUzyQRAo3bAKDUAqCune31HI/xB6wd6q3RvgSC9wCeIT7E -GxoBBP5Z+6kfLxt+so2w9Nw= -=InRC +iD8DBQFB9QJ1I1lqEGTUzyQRAuMsAJ9nP8kNS7MaZRPMHOUlwBIf5lmnPwCZAaZy +/8lGio/83b2x/ch6P7GXxjA= +=9vsQ -----END PGP SIGNATURE----- diff --git a/net-irc/bobotpp/bobotpp-2.1.4.ebuild b/net-irc/bobotpp/bobotpp-2.1.4.ebuild index 05ac83572206..277d9982c72d 100644 --- a/net-irc/bobotpp/bobotpp-2.1.4.ebuild +++ b/net-irc/bobotpp/bobotpp-2.1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.4.ebuild,v 1.4 2004/12/05 01:43:19 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.4.ebuild,v 1.5 2005/01/24 14:13:00 swegener Exp $ DESCRIPTION="A flexible IRC bot scriptable in scheme" -HOMEPAGE="http://savannah.nongnu.org/projects/bobotpp/" +HOMEPAGE="http://unknownlamer.org/code/bobot.html" SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-irc/bobotpp/bobotpp-2.1.5.ebuild b/net-irc/bobotpp/bobotpp-2.1.5.ebuild new file mode 100644 index 000000000000..46a0de358216 --- /dev/null +++ b/net-irc/bobotpp/bobotpp-2.1.5.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.5.ebuild,v 1.1 2005/01/24 14:13:00 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.5 b/net-irc/bobotpp/files/digest-bobotpp-2.1.5 new file mode 100644 index 000000000000..e504aadab4eb --- /dev/null +++ b/net-irc/bobotpp/files/digest-bobotpp-2.1.5 @@ -0,0 +1 @@ +MD5 4dab1cfe50ea270f5295236f969c6d40 bobotpp-2.1.5.tar.gz 246135 |