diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-21 04:21:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-21 04:21:41 +0000 |
commit | fa9d8dabc2562c15069160b880a79e1c330fe070 (patch) | |
tree | 2fa3ec65b6c034cb3f1be9d981e762979eedbf73 | |
parent | remove junk virtuals (diff) | |
download | historical-fa9d8dabc2562c15069160b880a79e1c330fe070.tar.gz historical-fa9d8dabc2562c15069160b880a79e1c330fe070.tar.bz2 historical-fa9d8dabc2562c15069160b880a79e1c330fe070.zip |
security stable #64037
-rw-r--r-- | net-mail/ripmime/Manifest | 14 | ||||
-rw-r--r-- | net-mail/ripmime/ripmime-1.4.0.0.ebuild | 4 |
2 files changed, 14 insertions, 4 deletions
diff --git a/net-mail/ripmime/Manifest b/net-mail/ripmime/Manifest index c9eedd5139c2..05605dee3078 100644 --- a/net-mail/ripmime/Manifest +++ b/net-mail/ripmime/Manifest @@ -1,6 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 c0eb79b3469e3f0283c340360dabe417 ChangeLog 1546 MD5 07aa1897fda73805b9d68a2b82090e5f metadata.xml 218 -MD5 2f191fe640c601fe134b60f33be90d9c ripmime-1.4.0.0.ebuild 602 MD5 2e455086924b980bff0df89415aee623 ripmime-1.3.2.3.ebuild 599 -MD5 7b19e7a488be3dae5b78763a62adda53 files/digest-ripmime-1.4.0.0 67 +MD5 1ee71e5bfc83081173bbd37ba0f764fa ripmime-1.4.0.0.ebuild 599 MD5 32049cc5b4944af4e758213797d23072 files/digest-ripmime-1.3.2.3 67 +MD5 7b19e7a488be3dae5b78763a62adda53 files/digest-ripmime-1.4.0.0 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBT6xzHTu7gpaalycRAiveAJ4zRUHyAVV1ZQ9tP8cNH1v7DZyjTwCgvYgv +ZySlMPl1JUqKAJvtg2Dq++Q= +=5UXg +-----END PGP SIGNATURE----- diff --git a/net-mail/ripmime/ripmime-1.4.0.0.ebuild b/net-mail/ripmime/ripmime-1.4.0.0.ebuild index 337a4296587f..8a4a016fb289 100644 --- a/net-mail/ripmime/ripmime-1.4.0.0.ebuild +++ b/net-mail/ripmime/ripmime-1.4.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.0.ebuild,v 1.3 2004/09/20 13:39:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ripmime/ripmime-1.4.0.0.ebuild,v 1.4 2004/09/21 04:21:41 vapier Exp $ DESCRIPTION="extract attachment files out of a MIME-encoded email pack" HOMEPAGE="http://pldaniels.com/ripmime/" @@ -8,7 +8,7 @@ SRC_URI="http://www.pldaniels.com/ripmime/${P}.tar.gz" LICENSE="Sendmail" SLOT="0" -KEYWORDS="~x86 ppc sparc" +KEYWORDS="x86 ppc sparc" IUSE="" src_compile() { |