Version bump, drop old and regenerate digest in Manifest2 format
authorRaúl Porcel <armin76@gentoo.org>
Mon, 19 Feb 2007 17:02:09 +0000 (17:02 +0000)
committerRaúl Porcel <armin76@gentoo.org>
Mon, 19 Feb 2007 17:02:09 +0000 (17:02 +0000)
Package-Manager: portage-2.1.2-r9

net-irc/bobotpp/ChangeLog
net-irc/bobotpp/bobotpp-2.1.7.ebuild [deleted file]
net-irc/bobotpp/bobotpp-2.2.2.ebuild [moved from net-irc/bobotpp/bobotpp-2.1.8.ebuild with 88% similarity]
net-irc/bobotpp/files/digest-bobotpp-2.1.6
net-irc/bobotpp/files/digest-bobotpp-2.1.7 [deleted file]
net-irc/bobotpp/files/digest-bobotpp-2.1.8 [deleted file]
net-irc/bobotpp/files/digest-bobotpp-2.2.2 [new file with mode: 0644]

index cab9ae3f6db6a74fdd68c1f142f5f265da46d7af..c9f6a21f8f1afc1387ab1d433dddf611884d7c3f 100644 (file)
@@ -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 <armin76@gentoo.org> -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 <peper@gentoo.org> 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 (file)
index f862834..0000000
+++ /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
-}
similarity index 88%
rename from net-irc/bobotpp/bobotpp-2.1.8.ebuild
rename to net-irc/bobotpp/bobotpp-2.2.2.ebuild
index 543ad6d6f6db137ed21501215a329d84b9009a2b..fea7ed345d4fd32af86f625560e826308f3feb42 100644 (file)
@@ -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 )"
index 1840b01c673bfe4eaa462e4e699369a74a9e81f5..926dce46b57508be77d0099dc1d3ea1334980cb3 100644 (file)
@@ -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 (file)
index b5196ce..0000000
+++ /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 (file)
index 756b0b1..0000000
+++ /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 (file)
index 0000000..27b632a
--- /dev/null
@@ -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