diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-07 16:36:01 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-07 16:36:01 +0000 |
commit | ab9c68d7226bb8c67495333eee371099f8d1d8c5 (patch) | |
tree | b9f518c9398e92f735e5165bb37a318799dc0aaa /net-irc | |
parent | Marked stable on x86. (diff) | |
download | historical-ab9c68d7226bb8c67495333eee371099f8d1d8c5.tar.gz historical-ab9c68d7226bb8c67495333eee371099f8d1d8c5.tar.bz2 historical-ab9c68d7226bb8c67495333eee371099f8d1d8c5.zip |
Removed default src_install.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/muh/Manifest | 10 | ||||
-rw-r--r-- | net-irc/muh/muh-2.1_rc1.ebuild | 11 | ||||
-rw-r--r-- | net-irc/muh/muh-2.2_beta1.ebuild | 6 |
3 files changed, 17 insertions, 10 deletions
diff --git a/net-irc/muh/Manifest b/net-irc/muh/Manifest index 56789c8be874..96087578ef72 100644 --- a/net-irc/muh/Manifest +++ b/net-irc/muh/Manifest @@ -1,6 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 b9baebcb1839125a8552a1a44faf9cbd ChangeLog 1227 MD5 23e0c42c9152a26274c01bbf269cf489 files/digest-muh-2.1_rc1 62 MD5 45e5d28a6140d65317c16041e8962e74 files/digest-muh-2.2_beta1 64 MD5 da7dbee115397b6e308fe911595bd5ea metadata.xml 328 MD5 8dbc3e3f09f5a1b40a3f5cb45bba4343 muh-2.1_rc1.ebuild 787 MD5 8174fb46013b9f228c08ccb5f6023020 muh-2.2_beta1.ebuild 907 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCzVoLI1lqEGTUzyQRAkt1AJ99pCGdRzpbxzE1bdwM1W6KmBAM7wCgpps2 ++BW/Rxfi6r+Lpid2puknDmc= +=2v3E +-----END PGP SIGNATURE----- diff --git a/net-irc/muh/muh-2.1_rc1.ebuild b/net-irc/muh/muh-2.1_rc1.ebuild index 6950c6824029..901b5d49cdee 100644 --- a/net-irc/muh/muh-2.1_rc1.ebuild +++ b/net-irc/muh/muh-2.1_rc1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.8 2004/08/08 00:09:39 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.9 2005/07/07 16:36:01 swegener Exp $ MY_P=${P/_/} -S=${WORKDIR}/${MY_P} + DESCRIPTION="Persistent IRC bouncer" HOMEPAGE="http://mind.riot.org/muh/" IUSE="" @@ -14,10 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc ~sparc alpha ~hppa ~mips" -src_compile() { - econf || die "configure failed" - emake || die "compile failed" -} +S="${WORKDIR}"/${MY_P} src_install() { einstall install || die "install failed" diff --git a/net-irc/muh/muh-2.2_beta1.ebuild b/net-irc/muh/muh-2.2_beta1.ebuild index 88ec17947113..6820a2417be6 100644 --- a/net-irc/muh/muh-2.2_beta1.ebuild +++ b/net-irc/muh/muh-2.2_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.2_beta1.ebuild,v 1.3 2004/08/08 00:09:39 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.2_beta1.ebuild,v 1.4 2005/07/07 16:36:01 swegener Exp $ MY_P=${P/_/} @@ -15,7 +15,7 @@ IUSE="ipv6" DEPEND="" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}"/${MY_P} src_compile() { econf $(use_enable ipv6) || die "econf failed" |