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 | 93d0b62cf8c594a2043318423d0587630d03c5b6 (patch) | |
tree | 89bd3a996b0d105927f5898fdb9029ae0c674730 /net-irc/bobotpp | |
parent | Cleanup of latest ebuild (double brackets tests, don't install COPYING). Avoi... (diff) | |
download | historical-93d0b62cf8c594a2043318423d0587630d03c5b6.tar.gz historical-93d0b62cf8c594a2043318423d0587630d03c5b6.tar.bz2 historical-93d0b62cf8c594a2043318423d0587630d03c5b6.zip |
Version bump.
Package-Manager: portage-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/Manifest | 16 | ||||
-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 |
4 files changed, 56 insertions, 8 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/Manifest b/net-irc/bobotpp/Manifest index 841828990bfb..e08005f3ac11 100644 --- a/net-irc/bobotpp/Manifest +++ b/net-irc/bobotpp/Manifest @@ -1,17 +1,19 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 80dd4cba92911844de390ed76871d8a3 ChangeLog 1480 MD5 28c4e3cd3c5839456b9b775c2bb45489 bobotpp-2.1.6.ebuild 1194 -MD5 b8cde6edd6787bc468bedd18bbf55cfc ChangeLog 1359 -MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 71c3c2ce65ad60544df9b3017a5dcd47 bobotpp-2.1.7.ebuild 1307 +MD5 2e7b185269ae3789818a13341a3538d4 bobotpp-2.1.8.ebuild 1196 +MD5 1c03e827030d1211151ffcc7fa9d5261 files/2.1.7-ifdef-scripts-fix.patch 452 MD5 50c917808fc70d1bdf66c88c169ef853 files/digest-bobotpp-2.1.6 65 MD5 470cb884861677a99c3b453a331b8c30 files/digest-bobotpp-2.1.7 65 -MD5 1c03e827030d1211151ffcc7fa9d5261 files/2.1.7-ifdef-scripts-fix.patch 452 +MD5 2a5dcbd4e077f3f50a26367f16a9b648 files/digest-bobotpp-2.1.8 65 +MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFCngEmI1lqEGTUzyQRAie6AKCTiJpy/e5+c3txc2tjUfsPoH5JRwCdGQo+ -aQbSrB0L5C5jdZum/sexhJI= -=Uq7p +iD8DBQFDGEy8I1lqEGTUzyQRAspKAJ9HvuUKdSPLYkA63OGeOLgBtLHaSwCg2FoH +bMoMVcGoeT+LgJkJrI+m6ZY= +=od/C -----END PGP SIGNATURE----- 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 |