diff options
author | Don Seiler <rizzo@gentoo.org> | 2005-03-18 22:04:02 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2005-03-18 22:04:02 +0000 |
commit | 4868aa244e60c32cb0daf50fce6219f84af3fd64 (patch) | |
tree | 49338715725d85073a70a8d4d995e1722089f15b /net-libs/meanwhile | |
parent | Version bump (diff) | |
download | gentoo-2-4868aa244e60c32cb0daf50fce6219f84af3fd64.tar.gz gentoo-2-4868aa244e60c32cb0daf50fce6219f84af3fd64.tar.bz2 gentoo-2-4868aa244e60c32cb0daf50fce6219f84af3fd64.zip |
Don't need these extras. Thanks Mr_Bones_
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs/meanwhile')
-rw-r--r-- | net-libs/meanwhile/meanwhile-0.4.0.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net-libs/meanwhile/meanwhile-0.4.0.ebuild b/net-libs/meanwhile/meanwhile-0.4.0.ebuild index 204c7fe38076..84e2cc6d7f2b 100644 --- a/net-libs/meanwhile/meanwhile-0.4.0.ebuild +++ b/net-libs/meanwhile/meanwhile-0.4.0.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/meanwhile/meanwhile-0.4.0.ebuild,v 1.1 2005/03/18 22:00:26 rizzo Exp $ - -inherit flag-o-matic eutils debug +# $Header: /var/cvsroot/gentoo-x86/net-libs/meanwhile/meanwhile-0.4.0.ebuild,v 1.2 2005/03/18 22:04:02 rizzo Exp $ DESCRIPTION="Meanwhile (Sametime protocol) library" HOMEPAGE="http://meanwhile.sourceforge.net/" @@ -12,11 +10,6 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" IUSE="" -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - src_install() { make install DESTDIR=${D} || die "Install failed" dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO |