diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-05-01 21:45:16 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-05-01 21:45:16 +0000 |
commit | b10a929d5308e47677a8c230f1322b818385705e (patch) | |
tree | 7686f40f429a20af96f6d1ccbe574299e1eafbb1 /net-mail/base64 | |
parent | Stable on alpha and amd64 wrt Bug #131825. (diff) | |
download | gentoo-2-b10a929d5308e47677a8c230f1322b818385705e.tar.gz gentoo-2-b10a929d5308e47677a8c230f1322b818385705e.tar.bz2 gentoo-2-b10a929d5308e47677a8c230f1322b818385705e.zip |
Version bump. Closes bug #131538, reported by Christian Faulhammer <v-li at gmx.de>.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'net-mail/base64')
-rw-r--r-- | net-mail/base64/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/base64/base64-1.4.ebuild | 22 | ||||
-rw-r--r-- | net-mail/base64/files/digest-base64-1.3 | 2 | ||||
-rw-r--r-- | net-mail/base64/files/digest-base64-1.4 | 3 |
4 files changed, 34 insertions, 1 deletions
diff --git a/net-mail/base64/ChangeLog b/net-mail/base64/ChangeLog index 9dcbe64c43d8..9c33f072129e 100644 --- a/net-mail/base64/ChangeLog +++ b/net-mail/base64/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/base64 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.13 2006/03/09 08:47:41 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.14 2006/05/01 21:45:16 ticho Exp $ + +*base64-1.4 (01 May 2006) + + 01 May 2006; Andrej Kacian <ticho@gentoo.org> +base64-1.4.ebuild: + Version bump. Closes bug #131538, reported by Christian Faulhammer <v-li at + gmx.de>. 09 Mar 2006; Guy Martin <gmsoft@gentoo.org> base64-1.3.ebuild: Stable on hppa. diff --git a/net-mail/base64/base64-1.4.ebuild b/net-mail/base64/base64-1.4.ebuild new file mode 100644 index 000000000000..29fd697b4bee --- /dev/null +++ b/net-mail/base64/base64-1.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.4.ebuild,v 1.1 2006/05/01 21:45:16 ticho Exp $ + +IUSE="" +DESCRIPTION="Command line program that encodes/decodes files in base64" +HOMEPAGE="http://www.fourmilab.ch/webtools/base64/" +SRC_URI="http://www.fourmilab.ch/webtools/base64/${P}.tar.gz" +LICENSE="as-is" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +DEPEND="virtual/libc" + +src_compile() { + econf || die "econf failed" + emake || die +} + +src_install() { + dobin base64 + doman base64.1 +} diff --git a/net-mail/base64/files/digest-base64-1.3 b/net-mail/base64/files/digest-base64-1.3 index 5374850bfc7e..944e306fc857 100644 --- a/net-mail/base64/files/digest-base64-1.3 +++ b/net-mail/base64/files/digest-base64-1.3 @@ -1 +1,3 @@ MD5 66d81725ba4d03227af2ce3792e50d5d base64-1.3.tar.gz 177250 +RMD160 53b4df64ffcb9ac9ab82e672f1a309add8db58f9 base64-1.3.tar.gz 177250 +SHA256 4cb7034e14346470e1e67dffa6eafa911609dfbef5a6ee72fbc14b8c7593cdfe base64-1.3.tar.gz 177250 diff --git a/net-mail/base64/files/digest-base64-1.4 b/net-mail/base64/files/digest-base64-1.4 new file mode 100644 index 000000000000..b143d598d0ff --- /dev/null +++ b/net-mail/base64/files/digest-base64-1.4 @@ -0,0 +1,3 @@ +MD5 77f0ff05296e1bd446ff02cea279309a base64-1.4.tar.gz 207478 +RMD160 f878810531d2c028ba5fae5647d315345db3d325 base64-1.4.tar.gz 207478 +SHA256 522eb415f4afd9b7adf906a425f83d61447fc7e4682615757153a0a31d720ea7 base64-1.4.tar.gz 207478 |