summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-02-04 03:07:29 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-02-04 03:07:29 +0000
commit7e6121bc1712aa7ece61b97c2db7ac08091518f7 (patch)
tree40e69048a1de86431a81c463720c4ea18d8f4f05 /net-mail/base64/base64-1.3.ebuild
parentRemove old versions. (diff)
downloadgentoo-2-7e6121bc1712aa7ece61b97c2db7ac08091518f7.tar.gz
gentoo-2-7e6121bc1712aa7ece61b97c2db7ac08091518f7.tar.bz2
gentoo-2-7e6121bc1712aa7ece61b97c2db7ac08091518f7.zip
Removed after a month in p.mask, see bug #152815
Diffstat (limited to 'net-mail/base64/base64-1.3.ebuild')
-rw-r--r--net-mail/base64/base64-1.3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild
deleted file mode 100644
index 8d7cbda3bd67..000000000000
--- a/net-mail/base64/base64-1.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.3.ebuild,v 1.14 2006/03/09 08:47:41 gmsoft 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
-}