From: Raúl Porcel Date: Mon, 19 Feb 2007 17:02:09 +0000 (+0000) Subject: Version bump, drop old and regenerate digest in Manifest2 format X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e2b245875000cdc5e2fa5d370f1d0867874267ab;p=gentoo.git Version bump, drop old and regenerate digest in Manifest2 format Package-Manager: portage-2.1.2-r9 --- diff --git a/net-irc/bobotpp/ChangeLog b/net-irc/bobotpp/ChangeLog index cab9ae3f6db6..c9f6a21f8f1a 100644 --- a/net-irc/bobotpp/ChangeLog +++ b/net-irc/bobotpp/ChangeLog @@ -1,6 +1,12 @@ # 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.14 2007/01/10 18:45:21 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.15 2007/02/19 17:02:09 armin76 Exp $ + +*bobotpp-2.2.2 (19 Feb 2007) + + 19 Feb 2007; Raúl Porcel -bobotpp-2.1.7.ebuild, + -bobotpp-2.1.8.ebuild, +bobotpp-2.2.2.ebuild: + Version bump, drop old and regenerate digest in Manifest2 format 10 Jan 2007; Piotr Jaroszyński Manifest: Fix Manifest. diff --git a/net-irc/bobotpp/bobotpp-2.1.7.ebuild b/net-irc/bobotpp/bobotpp-2.1.7.ebuild deleted file mode 100644 index f862834f38d4..000000000000 --- a/net-irc/bobotpp/bobotpp-2.1.7.ebuild +++ /dev/null @@ -1,49 +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.7.ebuild,v 1.2 2007/01/10 17:40:39 hkbst 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-scheme/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/bobotpp-2.1.8.ebuild b/net-irc/bobotpp/bobotpp-2.2.2.ebuild similarity index 88% rename from net-irc/bobotpp/bobotpp-2.1.8.ebuild rename to net-irc/bobotpp/bobotpp-2.2.2.ebuild index 543ad6d6f6db..fea7ed345d4f 100644 --- a/net-irc/bobotpp/bobotpp-2.1.8.ebuild +++ b/net-irc/bobotpp/bobotpp-2.2.2.ebuild @@ -1,13 +1,13 @@ # 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.8.ebuild,v 1.2 2007/01/10 17:41:01 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.2.2.ebuild,v 1.1 2007/02/19 17:02:09 armin76 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="~ppc ~x86" IUSE="guile" DEPEND="guile? ( dev-scheme/guile )" diff --git a/net-irc/bobotpp/files/digest-bobotpp-2.1.6 b/net-irc/bobotpp/files/digest-bobotpp-2.1.6 index 1840b01c673b..926dce46b575 100644 --- a/net-irc/bobotpp/files/digest-bobotpp-2.1.6 +++ b/net-irc/bobotpp/files/digest-bobotpp-2.1.6 @@ -1 +1,3 @@ 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 diff --git a/net-irc/bobotpp/files/digest-bobotpp-2.1.7 b/net-irc/bobotpp/files/digest-bobotpp-2.1.7 deleted file mode 100644 index b5196ce13521..000000000000 --- a/net-irc/bobotpp/files/digest-bobotpp-2.1.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 b57a4adabb45a149063bc9f0c6010707 bobotpp-2.1.7.tar.gz 268874 diff --git a/net-irc/bobotpp/files/digest-bobotpp-2.1.8 b/net-irc/bobotpp/files/digest-bobotpp-2.1.8 deleted file mode 100644 index 756b0b15d1fd..000000000000 --- a/net-irc/bobotpp/files/digest-bobotpp-2.1.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 07ec5cb04bb06c5b5c978177ddc30cd7 bobotpp-2.1.8.tar.gz 284617 diff --git a/net-irc/bobotpp/files/digest-bobotpp-2.2.2 b/net-irc/bobotpp/files/digest-bobotpp-2.2.2 new file mode 100644 index 000000000000..27b632ae3448 --- /dev/null +++ b/net-irc/bobotpp/files/digest-bobotpp-2.2.2 @@ -0,0 +1,3 @@ +MD5 ac1f8a8c776c9bacc4030b97dbe8c68a bobotpp-2.2.2.tar.gz 297282 +RMD160 66ffe244a3be13da4cdd18be9624e744ad9482d5 bobotpp-2.2.2.tar.gz 297282 +SHA256 cb2f471d3eb33b351e1ca37f4806b82a1a16cef3ade5c3a1c0ac7a9e0d50c882 bobotpp-2.2.2.tar.gz 297282