diff options
author | Hallgrimur H. Gunnarsson <hhg@gentoo.org> | 2003-11-18 20:36:38 +0000 |
---|---|---|
committer | Hallgrimur H. Gunnarsson <hhg@gentoo.org> | 2003-11-18 20:36:38 +0000 |
commit | 8964e592f5ad6f31675d0a3272d9cd53a9f38454 (patch) | |
tree | 881c3e7f72b8d06c5928b6947d06de24e06e4472 | |
parent | Marked stable on x86 (diff) | |
download | gentoo-2-8964e592f5ad6f31675d0a3272d9cd53a9f38454.tar.gz gentoo-2-8964e592f5ad6f31675d0a3272d9cd53a9f38454.tar.bz2 gentoo-2-8964e592f5ad6f31675d0a3272d9cd53a9f38454.zip |
Marked stable on x86
-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 cb4458777314..7258e38ffce3 100644 --- a/net-irc/muh/ChangeLog +++ b/net-irc/muh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/muh # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.2 2003/10/02 00:44:59 hhg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.3 2003/11/18 20:36:24 hhg Exp $ + + 18 Nov 2003; Hallgrimur H. Gunnarsson <hhg@gentoo.org> muh-2.1_rc1.ebuild: + Marked stable on x86 02 Oct 2003; Hallgrimur H. Gunnarsson <hhg@gentoo.org> muh-2.1_rc1.ebuild: added a notice about the config file -- suggested by Ævar Arnfjörð Bjarmason diff --git a/net-irc/muh/Manifest b/net-irc/muh/Manifest index 08d77b849352..24c776997304 100644 --- a/net-irc/muh/Manifest +++ b/net-irc/muh/Manifest @@ -1,4 +1,4 @@ -MD5 1365a7fbf13ae07e81d22074153158d9 muh-2.1_rc1.ebuild 877 +MD5 a7fd6a206524816d27cdff899edf9653 muh-2.1_rc1.ebuild 877 MD5 da7dbee115397b6e308fe911595bd5ea metadata.xml 328 -MD5 a03d44dea08ab04e1a31783459f4e278 ChangeLog 640 +MD5 8c1a92a60eea4f095dabecd129b09c3d ChangeLog 640 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 1884d5c7ebc9..57278366a2db 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-2003 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.2 2003/10/02 00:44:59 hhg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.3 2003/11/18 20:36:24 hhg 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 ~arm" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" src_compile() { econf || die "configure failed" |