diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-04-01 15:50:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-04-01 15:50:30 +0000 |
commit | d76a5b5685e18d2fa94ebc92150d4dc90b987ae4 (patch) | |
tree | d5b054590fb5f549810cf156fe981d1ff4d6b9df /net-mail/base64 | |
parent | first ebuild (diff) | |
download | gentoo-2-d76a5b5685e18d2fa94ebc92150d4dc90b987ae4.tar.gz gentoo-2-d76a5b5685e18d2fa94ebc92150d4dc90b987ae4.tar.bz2 gentoo-2-d76a5b5685e18d2fa94ebc92150d4dc90b987ae4.zip |
stable on ia64
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail/base64')
-rw-r--r-- | net-mail/base64/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/base64/base64-1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/base64/ChangeLog b/net-mail/base64/ChangeLog index fcb3d3889a80..1323d544bb5b 100644 --- a/net-mail/base64/ChangeLog +++ b/net-mail/base64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/base64 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.10 2004/12/29 03:25:22 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.11 2005/04/01 15:49:34 agriffis Exp $ + + 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> base64-1.3.ebuild: + stable on ia64 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild index 0a7c7b299003..2ffbb0a3e49b 100644 --- a/net-mail/base64/base64-1.3.ebuild +++ b/net-mail/base64/base64-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.11 2004/07/15 01:30:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.12 2005/04/01 15:49:34 agriffis Exp $ IUSE="" DESCRIPTION="Command line program that encodes/decodes files in base64" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.fourmilab.ch/webtools/base64/" SRC_URI="http://www.fourmilab.ch/webtools/base64/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 sparc alpha ~ia64 ~ppc ~amd64" +KEYWORDS="x86 sparc alpha ia64 ~ppc ~amd64" DEPEND="virtual/libc" src_compile() { |