diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 05:26:37 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 05:26:37 +0000 |
commit | 51d6c07f376d0d927c4d874f08b90096f4edf895 (patch) | |
tree | f607cc342222a9599b175ea533198e7477e557c1 /net-mail/ripmime | |
parent | added Network Associate's Evaluation license (diff) | |
download | gentoo-2-51d6c07f376d0d927c4d874f08b90096f4edf895.tar.gz gentoo-2-51d6c07f376d0d927c4d874f08b90096f4edf895.tar.bz2 gentoo-2-51d6c07f376d0d927c4d874f08b90096f4edf895.zip |
repoman'd
Diffstat (limited to 'net-mail/ripmime')
-rw-r--r-- | net-mail/ripmime/ripmime-1.2.16.16.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/ripmime/ripmime-1.2.16.16.ebuild b/net-mail/ripmime/ripmime-1.2.16.16.ebuild index 7d0095447a35..854bc60510c9 100644 --- a/net-mail/ripmime/ripmime-1.2.16.16.ebuild +++ b/net-mail/ripmime/ripmime-1.2.16.16.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/ripmime/ripmime-1.2.16.16.ebuild,v 1.1 2002/07/10 20:48:54 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ripmime/ripmime-1.2.16.16.ebuild,v 1.2 2002/07/17 05:26:37 seemant Exp $ S="${WORKDIR}/${P}" DESCRIPTION="ripMIME extracts attachment files out of a MIME-encoded email pack." SRC_URI="http://www.pldaniels.com/ripmime/${P}.tar.gz" HOMEPAGE="http://www.pldaniels.com/ripmime" -LICENSE="GPL-2" -DEPEND="" -RDEPEND="${DEPEND}" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { emake || die |