summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-04-20 22:57:33 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-04-20 22:57:33 +0000
commit3b24fd792800cefd2756e29368101743a3c3b406 (patch)
tree948390faf20cc4f4cdda797e4ed272427d75d412 /net-mail/ripmime/ripmime-1.4.0.5.ebuild
parentqfix bug (diff)
downloadhistorical-3b24fd792800cefd2756e29368101743a3c3b406.tar.gz
historical-3b24fd792800cefd2756e29368101743a3c3b406.tar.bz2
historical-3b24fd792800cefd2756e29368101743a3c3b406.zip
Version bump, closes bug #89632.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-mail/ripmime/ripmime-1.4.0.5.ebuild')
-rw-r--r--net-mail/ripmime/ripmime-1.4.0.5.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mail/ripmime/ripmime-1.4.0.5.ebuild b/net-mail/ripmime/ripmime-1.4.0.5.ebuild
new file mode 100644
index 000000000000..a625859a7c46
--- /dev/null
+++ b/net-mail/ripmime/ripmime-1.4.0.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ripmime/ripmime-1.4.0.5.ebuild,v 1.1 2005/04/20 22:57:33 ticho Exp $
+
+DESCRIPTION="extract attachment files out of a MIME-encoded email pack"
+HOMEPAGE="http://pldaniels.com/ripmime/"
+SRC_URI="http://www.pldaniels.com/ripmime/${P}.tar.gz"
+
+LICENSE="Sendmail"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+IUSE=""
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" || die
+}
+
+src_install() {
+ dobin ripmime || die
+ doman ripmime.1
+ dodoc CHANGELOG INSTALL README TODO
+}