diff options
author | David Holm <dholm@gentoo.org> | 2004-02-22 00:20:32 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-02-22 00:20:32 +0000 |
commit | 0b4020f27332dd54461b70a85ded15ba0e783846 (patch) | |
tree | 44b7667272c7ea0c3ac1a9f3805ccd77444c0e3a /net-mail/base64 | |
parent | Fixing some more DEP/RDEP problems and adding patch to help with scrollkeeper... (diff) | |
download | historical-0b4020f27332dd54461b70a85ded15ba0e783846.tar.gz historical-0b4020f27332dd54461b70a85ded15ba0e783846.tar.bz2 historical-0b4020f27332dd54461b70a85ded15ba0e783846.zip |
Added to ~ppc
Diffstat (limited to 'net-mail/base64')
-rw-r--r-- | net-mail/base64/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/base64/Manifest | 4 | ||||
-rw-r--r-- | net-mail/base64/base64-1.3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/base64/ChangeLog b/net-mail/base64/ChangeLog index 7162e07e97c1..a320b0b94c24 100644 --- a/net-mail/base64/ChangeLog +++ b/net-mail/base64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/base64 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.3 2004/01/27 19:39:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.4 2004/02/22 00:20:32 dholm Exp $ + + 22 Feb 2004; David Holm <dholm@gentoo.org> base64-1.3.ebuild: + Added to ~ppc. 27 Jan 2004; Aron Griffis <agriffis@gentoo.org> base64-1.3.ebuild: add ~alpha and ~ia64 diff --git a/net-mail/base64/Manifest b/net-mail/base64/Manifest index 5821dc074367..0e4f2bd4018a 100644 --- a/net-mail/base64/Manifest +++ b/net-mail/base64/Manifest @@ -1,4 +1,4 @@ -MD5 af40f39027624f1602377d18e1811060 ChangeLog 513 -MD5 cabad58bd9975a3410f491d0c5c67b2c base64-1.3.ebuild 610 +MD5 2ba09084e835092c8e04f510686b95e4 ChangeLog 592 +MD5 74e69e0e22fa87a4e8d21c05ebff3711 base64-1.3.ebuild 612 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 7d61f7a4e8402f683337a7d454f2af9b files/digest-base64-1.3 62 diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild index 12249f8772dc..caa08a003eb9 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 Technologies, Inc. # 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.4 2004/01/27 19:39:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.5 2004/02/22 00:20:32 dholm 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" +KEYWORDS="x86 sparc ~alpha ~ia64 ~ppc" DEPEND="virtual/glibc" S=${WORKDIR}/${P} |