summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-03-13 18:45:33 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-03-13 18:45:33 +0000
commit0ae1101ac9a1bdeaa9baaf0cd5eab1ffbb0bcbb6 (patch)
tree66b37363d3f814f863889bbe397699eb36cf3627 /net-irc/muh
parentKeyworded ~sparc wrt #169941 (diff)
downloadgentoo-2-0ae1101ac9a1bdeaa9baaf0cd5eab1ffbb0bcbb6.tar.gz
gentoo-2-0ae1101ac9a1bdeaa9baaf0cd5eab1ffbb0bcbb6.tar.bz2
gentoo-2-0ae1101ac9a1bdeaa9baaf0cd5eab1ffbb0bcbb6.zip
Version bump, drop old
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-irc/muh')
-rw-r--r--net-irc/muh/ChangeLog8
-rw-r--r--net-irc/muh/files/digest-muh-2.23
-rw-r--r--net-irc/muh/files/digest-muh-2.2a3
-rw-r--r--net-irc/muh/muh-2.2a.ebuild (renamed from net-irc/muh/muh-2.2.ebuild)8
4 files changed, 14 insertions, 8 deletions
diff --git a/net-irc/muh/ChangeLog b/net-irc/muh/ChangeLog
index 9fb8f6c31ccf..2c04f2c140b0 100644
--- a/net-irc/muh/ChangeLog
+++ b/net-irc/muh/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-irc/muh
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.11 2007/02/09 04:26:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.12 2007/03/13 18:45:33 armin76 Exp $
+
+*muh-2.2a (13 Mar 2007)
+
+ 13 Mar 2007; Raúl Porcel <armin76@gentoo.org> -muh-2.2.ebuild,
+ +muh-2.2a.ebuild:
+ Version bump, drop old
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-irc/muh/files/digest-muh-2.2 b/net-irc/muh/files/digest-muh-2.2
deleted file mode 100644
index 8ac3f6b8b660..000000000000
--- a/net-irc/muh/files/digest-muh-2.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 0aff5d0e362c3370fe483d4c94f8db45 muh-2.2.tar.gz 131433
-RMD160 4819173b4ef68adc7e9b3b36bf881784f51e27e6 muh-2.2.tar.gz 131433
-SHA256 3f28e493cbb35dbcbdd4a8a2e1945b8dffdc75356dbc470e2f9c0ab037ab7ba4 muh-2.2.tar.gz 131433
diff --git a/net-irc/muh/files/digest-muh-2.2a b/net-irc/muh/files/digest-muh-2.2a
new file mode 100644
index 000000000000..0484f7163f4f
--- /dev/null
+++ b/net-irc/muh/files/digest-muh-2.2a
@@ -0,0 +1,3 @@
+MD5 8b49cf9e06c8e0a603dd2b2884b804ab muh-2.2a.tar.gz 130672
+RMD160 386ec75926b89b99c03e56db81ee7c801190fec5 muh-2.2a.tar.gz 130672
+SHA256 d5743f18edd3dbf044a7844f32ff5dbfcda696141a7d26d182bd4394b6823680 muh-2.2a.tar.gz 130672
diff --git a/net-irc/muh/muh-2.2.ebuild b/net-irc/muh/muh-2.2a.ebuild
index 3d416175174e..79be994ae7a8 100644
--- a/net-irc/muh/muh-2.2.ebuild
+++ b/net-irc/muh/muh-2.2a.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.2.ebuild,v 1.1 2005/11/13 12:32:55 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.2a.ebuild,v 1.1 2007/03/13 18:45:33 armin76 Exp $
DESCRIPTION="Persistent IRC bouncer"
HOMEPAGE="http://mind.riot.org/muh/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-RESTRICT="nomirror"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips"
@@ -19,7 +19,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog TODO
}