diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-04-22 15:50:48 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-04-22 15:50:48 +0000 |
commit | 16f0fc7bd31e6b310a30be291394cc02076276fb (patch) | |
tree | 868764b50403e08b2008433bd7553c38dca5c7c1 /net-irc | |
parent | disabled junit tests, fixes #89784. marked stable on amd64 (diff) | |
download | gentoo-2-16f0fc7bd31e6b310a30be291394cc02076276fb.tar.gz gentoo-2-16f0fc7bd31e6b310a30be291394cc02076276fb.tar.bz2 gentoo-2-16f0fc7bd31e6b310a30be291394cc02076276fb.zip |
Marked stable on x86. Removed old ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bobotpp/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.1.4.ebuild | 40 | ||||
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.1.6.ebuild | 4 | ||||
-rw-r--r-- | net-irc/bobotpp/files/digest-bobotpp-2.1.4 | 1 |
4 files changed, 7 insertions, 44 deletions
diff --git a/net-irc/bobotpp/ChangeLog b/net-irc/bobotpp/ChangeLog index c8bc30db462b..1b373cefa859 100644 --- a/net-irc/bobotpp/ChangeLog +++ b/net-irc/bobotpp/ChangeLog @@ -1,6 +1,10 @@ # 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.6 2005/03/11 19:38:32 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.7 2005/04/22 15:50:48 swegener Exp $ + + 22 Apr 2005; Sven Wegener <swegener@gentoo.org> -bobotpp-2.1.4.ebuild, + bobotpp-2.1.6.ebuild: + Marked stable on x86. Removed old ebuild. *bobotpp-2.1.6 (11 Mar 2005) diff --git a/net-irc/bobotpp/bobotpp-2.1.4.ebuild b/net-irc/bobotpp/bobotpp-2.1.4.ebuild deleted file mode 100644 index 277d9982c72d..000000000000 --- a/net-irc/bobotpp/bobotpp-2.1.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.5 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/bobotpp-2.1.6.ebuild b/net-irc/bobotpp/bobotpp-2.1.6.ebuild index a987187e55ce..6ecf94a0de90 100644 --- a/net-irc/bobotpp/bobotpp-2.1.6.ebuild +++ b/net-irc/bobotpp/bobotpp-2.1.6.ebuild @@ -1,13 +1,13 @@ # 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.1 2005/03/11 19:38:32 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.6.ebuild,v 1.2 2005/04/22 15:50:48 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" +KEYWORDS="x86 ~ppc" IUSE="guile" DEPEND="guile? ( dev-util/guile )" diff --git a/net-irc/bobotpp/files/digest-bobotpp-2.1.4 b/net-irc/bobotpp/files/digest-bobotpp-2.1.4 deleted file mode 100644 index 544e890ccc2c..000000000000 --- a/net-irc/bobotpp/files/digest-bobotpp-2.1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 95da5bfd58c29dc33563c07a001e344b bobotpp-2.1.4.tar.gz 235408 |