diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-08 13:19:22 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-08 13:19:22 +0000 |
commit | d2456a75a42055847a40a0e8dcc6c19dd51ea087 (patch) | |
tree | ae2eac425272f47aaabd15e6693bb3cd67f876c4 /net-irc/bobotpp | |
parent | Version bump. (diff) | |
download | historical-d2456a75a42055847a40a0e8dcc6c19dd51ea087.tar.gz historical-d2456a75a42055847a40a0e8dcc6c19dd51ea087.tar.bz2 historical-d2456a75a42055847a40a0e8dcc6c19dd51ea087.zip |
drop old
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'net-irc/bobotpp')
-rw-r--r-- | net-irc/bobotpp/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.1.6.ebuild | 40 | ||||
-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.6 | 3 |
4 files changed, 5 insertions, 57 deletions
diff --git a/net-irc/bobotpp/ChangeLog b/net-irc/bobotpp/ChangeLog index 84810b5676ba..1b50025cc51d 100644 --- a/net-irc/bobotpp/ChangeLog +++ b/net-irc/bobotpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/bobotpp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.17 2007/04/06 22:04:38 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.18 2007/04/08 13:19:22 armin76 Exp $ + + 08 Apr 2007; Raúl Porcel <armin76@gentoo.org> + -files/2.1.7-ifdef-scripts-fix.patch, -bobotpp-2.1.6.ebuild: + drop old 06 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> bobotpp-2.2.2.ebuild: diff --git a/net-irc/bobotpp/bobotpp-2.1.6.ebuild b/net-irc/bobotpp/bobotpp-2.1.6.ebuild deleted file mode 100644 index 601e4cd321d8..000000000000 --- a/net-irc/bobotpp/bobotpp-2.1.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 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.5 2007/01/10 17:40:16 hkbst 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-scheme/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/2.1.7-ifdef-scripts-fix.patch b/net-irc/bobotpp/files/2.1.7-ifdef-scripts-fix.patch deleted file mode 100644 index e4ea31cf7998..000000000000 --- a/net-irc/bobotpp/files/2.1.7-ifdef-scripts-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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.6 b/net-irc/bobotpp/files/digest-bobotpp-2.1.6 deleted file mode 100644 index 926dce46b575..000000000000 --- a/net-irc/bobotpp/files/digest-bobotpp-2.1.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3b12d28a491970cbc92bfb3f6873d426 bobotpp-2.1.6.tar.gz 246573 -RMD160 7925dce3e263d42e52ce9975ec814b4991bd7d9d bobotpp-2.1.6.tar.gz 246573 -SHA256 216d81b3c66a7c6a6cf6e58e849a4c46cf078c28d0b8d1ae22733cff45782a9d bobotpp-2.1.6.tar.gz 246573 |