summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-05 18:11:29 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-05 18:11:29 +0000
commitaeff2be515c5d4899cd1f360ab6164c2b3d66aaf (patch)
tree04309e2954db7ac096685c44481f105dc9f9a770 /app-crypt/gpg-ringmgr
parentupdate license in header (diff)
downloadgentoo-2-aeff2be515c5d4899cd1f360ab6164c2b3d66aaf.tar.gz
gentoo-2-aeff2be515c5d4899cd1f360ab6164c2b3d66aaf.tar.bz2
gentoo-2-aeff2be515c5d4899cd1f360ab6164c2b3d66aaf.zip
update license in header
Diffstat (limited to 'app-crypt/gpg-ringmgr')
-rw-r--r--app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild22
1 files changed, 4 insertions, 18 deletions
diff --git a/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild b/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild
index b0616b39631e..69c938d57046 100644
--- a/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild
+++ b/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild
@@ -1,31 +1,20 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild,v 1.2 2003/06/29 22:18:39 aliz Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild,v 1.3 2003/08/05 18:10:37 vapier Exp $
DESCRIPTION="GPG Keyring Manager to handle large GPG keyrings more easily"
-
HOMEPAGE="http://www.ualberta.ca/~rbpark/gpg-ringmgr.html"
-
SRC_URI="http://www.ualberta.ca/~rbpark/projects/${PN}"
LICENSE="GPL-2"
-
SLOT="0"
-
-#This should work everywhere
KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa"
DEPEND="dev-lang/perl
- >=app-crypt/gnupg-1.2.1"
-
-RDEPEND="${DEPEND}"
-
-IUSE=""
-
-S=${WORKDIR}/${P}
+ >=app-crypt/gnupg-1.2.1"
src_unpack() {
- cd ${WORKDIR} && mkdir ${P}
+ mkdir ${P}
cp ${DISTDIR}/${PN} ${S}
}
@@ -35,11 +24,8 @@ src_compile() {
}
src_install() {
- # base install
dobin ${PN}
- # now we all all the docs
doman ${PN}.1
dohtml ${PN}.html
- # prepalldocs rocks! I saw it in net-fs/samba/samba-2.2.8
prepalldocs
}