diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-01 18:40:09 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-01 18:40:09 +0000 |
commit | 130ad4eef0673899f7599dc43cde447be71d9a55 (patch) | |
tree | ea50833e0f0006844f328f570799a8b5142ed8e0 /net-irc/bobotpp | |
parent | 0.3.6 and 0.3.7 stable on x86, amd64. Removed older ebuilds. (diff) | |
download | historical-130ad4eef0673899f7599dc43cde447be71d9a55.tar.gz historical-130ad4eef0673899f7599dc43cde447be71d9a55.tar.bz2 historical-130ad4eef0673899f7599dc43cde447be71d9a55.zip |
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-irc/bobotpp')
-rw-r--r-- | net-irc/bobotpp/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/bobotpp/Manifest | 17 | ||||
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.1.6.ebuild | 4 | ||||
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.1.7.ebuild | 49 | ||||
-rw-r--r-- | net-irc/bobotpp/files/2.1.7-ifdef-scripts-fix.patch | 13 | ||||
-rw-r--r-- | net-irc/bobotpp/files/digest-bobotpp-2.1.7 | 1 |
6 files changed, 88 insertions, 5 deletions
diff --git a/net-irc/bobotpp/ChangeLog b/net-irc/bobotpp/ChangeLog index e01cb0c20c75..4aba4a7d7c6c 100644 --- a/net-irc/bobotpp/ChangeLog +++ b/net-irc/bobotpp/ChangeLog @@ -1,6 +1,13 @@ # 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.8 2005/05/01 18:06:09 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.9 2005/06/01 18:40:09 swegener Exp $ + +*bobotpp-2.1.7 (01 Jun 2005) + + 01 Jun 2005; Sven Wegener <swegener@gentoo.org> + +files/2.1.7-ifdef-scripts-fix.patch, bobotpp-2.1.6.ebuild, + +bobotpp-2.1.7.ebuild: + Version bump. 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> bobotpp-2.1.6.ebuild: Stable on ppc. diff --git a/net-irc/bobotpp/Manifest b/net-irc/bobotpp/Manifest index 724c7b5b9625..841828990bfb 100644 --- a/net-irc/bobotpp/Manifest +++ b/net-irc/bobotpp/Manifest @@ -1,4 +1,17 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 28c4e3cd3c5839456b9b775c2bb45489 bobotpp-2.1.6.ebuild 1194 +MD5 b8cde6edd6787bc468bedd18bbf55cfc ChangeLog 1359 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 0df232bce91c36939aa85ff802d6eed3 bobotpp-2.1.6.ebuild 1190 -MD5 94855f513f0e39f694b6b6d21a75164f ChangeLog 1173 +MD5 71c3c2ce65ad60544df9b3017a5dcd47 bobotpp-2.1.7.ebuild 1307 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 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCngEmI1lqEGTUzyQRAie6AKCTiJpy/e5+c3txc2tjUfsPoH5JRwCdGQo+ +aQbSrB0L5C5jdZum/sexhJI= +=Uq7p +-----END PGP SIGNATURE----- diff --git a/net-irc/bobotpp/bobotpp-2.1.6.ebuild b/net-irc/bobotpp/bobotpp-2.1.6.ebuild index b38b3b659492..889afc258f84 100644 --- a/net-irc/bobotpp/bobotpp-2.1.6.ebuild +++ b/net-irc/bobotpp/bobotpp-2.1.6.ebuild @@ -1,6 +1,6 @@ # 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.6.ebuild,v 1.3 2005/05/01 18:06:09 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.6.ebuild,v 1.4 2005/06/01 18:40:09 swegener Exp $ DESCRIPTION="A flexible IRC bot scriptable in scheme" HOMEPAGE="http://unknownlamer.org/code/bobot.html" @@ -18,7 +18,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "install failed" + make DESTDIR="${D}" install || die "install failed" dosym bobot++.info /usr/share/info/bobotpp.info || die "dosym failed" diff --git a/net-irc/bobotpp/bobotpp-2.1.7.ebuild b/net-irc/bobotpp/bobotpp-2.1.7.ebuild new file mode 100644 index 000000000000..60f3b3ac9d10 --- /dev/null +++ b/net-irc/bobotpp/bobotpp-2.1.7.ebuild @@ -0,0 +1,49 @@ +# 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.7.ebuild,v 1.1 2005/06/01 18:40:09 swegener Exp $ + +inherit eutils + +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_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/${PV}-ifdef-scripts-fix.patch +} + +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/2.1.7-ifdef-scripts-fix.patch b/net-irc/bobotpp/files/2.1.7-ifdef-scripts-fix.patch new file mode 100644 index 000000000000..e4ea31cf7998 --- /dev/null +++ b/net-irc/bobotpp/files/2.1.7-ifdef-scripts-fix.patch @@ -0,0 +1,13 @@ +--- bobotpp-2.1.7/source/Bot.C.orig 2005-06-01 18:30:21.118726574 +0000 ++++ bobotpp-2.1.7/source/Bot.C 2005-06-01 18:30:39.549118930 +0000 +@@ -79,8 +79,9 @@ + receivedUserhostID(0), + logFileName(DEFAULT_LOGFILENAME), + logs_dir (DEFAULT_LOGDIR), +- configFileName (filename), ++ configFileName (filename) + #ifdef USESCRIPTS ++ , + scriptLogFileName(DEFAULT_SCRIPTLOGFILENAME), + autoexecFileName(DEFAULT_AUTOEXECFILENAME) + #endif diff --git a/net-irc/bobotpp/files/digest-bobotpp-2.1.7 b/net-irc/bobotpp/files/digest-bobotpp-2.1.7 new file mode 100644 index 000000000000..b5196ce13521 --- /dev/null +++ b/net-irc/bobotpp/files/digest-bobotpp-2.1.7 @@ -0,0 +1 @@ +MD5 b57a4adabb45a149063bc9f0c6010707 bobotpp-2.1.7.tar.gz 268874 |