diff options
author | 2004-06-05 17:37:02 +0000 | |
---|---|---|
committer | 2004-06-05 17:37:02 +0000 | |
commit | e94b9dcdfaa4a6fb9fe4704f4c75604dc8eb2834 (patch) | |
tree | 63f469e29bce529f61bd078fc95829cf1d403aa7 /net-irc | |
parent | Stable on alpha. (diff) | |
download | historical-e94b9dcdfaa4a6fb9fe4704f4c75604dc8eb2834.tar.gz historical-e94b9dcdfaa4a6fb9fe4704f4c75604dc8eb2834.tar.bz2 historical-e94b9dcdfaa4a6fb9fe4704f4c75604dc8eb2834.zip |
Stable on alpha.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/muh/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/muh/Manifest | 4 | ||||
-rw-r--r-- | net-irc/muh/muh-2.1_rc1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/muh/ChangeLog b/net-irc/muh/ChangeLog index 5f8acf517c51..08b529282553 100644 --- a/net-irc/muh/ChangeLog +++ b/net-irc/muh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/muh # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.4 2004/05/29 16:16:27 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.5 2004/06/05 17:37:02 kloeri Exp $ + + 05 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> muh-2.1_rc1.ebuild: + Stable on alpha. 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> muh-2.1_rc1.ebuild: Masked muh-2.1_rc1.ebuild stable for ppc diff --git a/net-irc/muh/Manifest b/net-irc/muh/Manifest index 365e9740531b..7e5f24fbc6fc 100644 --- a/net-irc/muh/Manifest +++ b/net-irc/muh/Manifest @@ -1,4 +1,4 @@ -MD5 26152cb193901da4bcd9bd454d117945 ChangeLog 768 +MD5 ac70f7ee0da6a2819f7d11b9a20f0b30 muh-2.1_rc1.ebuild 873 MD5 da7dbee115397b6e308fe911595bd5ea metadata.xml 328 -MD5 597fd066b221a8ef0518e2d10e9f5b78 muh-2.1_rc1.ebuild 877 +MD5 d2bd6763511b18c8e262b673fa4b7187 ChangeLog 858 MD5 23e0c42c9152a26274c01bbf269cf489 files/digest-muh-2.1_rc1 62 diff --git a/net-irc/muh/muh-2.1_rc1.ebuild b/net-irc/muh/muh-2.1_rc1.ebuild index 850a4df69ed0..10dccfc691ce 100644 --- a/net-irc/muh/muh-2.1_rc1.ebuild +++ b/net-irc/muh/muh-2.1_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.5 2004/05/29 16:16:27 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.6 2004/06/05 17:37:02 kloeri Exp $ MY_P=${P/_/} S=${WORKDIR}/${MY_P} @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/muh/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~sparc ~alpha ~hppa ~mips " +KEYWORDS="x86 ppc ~sparc alpha ~hppa ~mips" src_compile() { econf || die "configure failed" |