summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/gpa/gpa-0.4.3.ebuild')
-rw-r--r--app-crypt/gpa/gpa-0.4.3.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-crypt/gpa/gpa-0.4.3.ebuild b/app-crypt/gpa/gpa-0.4.3.ebuild
deleted file mode 100644
index be2a46f39ff1..000000000000
--- a/app-crypt/gpa/gpa-0.4.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.4.3.ebuild,v 1.16 2004/03/13 21:50:28 mr_bones_ Exp $
-
-DESCRIPTION="Standard GUI for GnuPG"
-SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/gpa/${P}.tar.gz"
-HOMEPAGE="http://www.gnupg.org/gpa.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc"
-IUSE="nls"
-
-DEPEND="=x11-libs/gtk+-1.2*
- app-crypt/gnupg
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
- use nls || myconf="--disable-nls"
- econf ${myconf}
-
- #didn't work as of 0.4.3 (drobbins, 30 Sep 2002)
- #emake || die
- make || die
-}
-
-src_install() {
- einstall
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO
-}