diff options
author | 2003-08-05 18:10:56 +0000 | |
---|---|---|
committer | 2003-08-05 18:10:56 +0000 | |
commit | 5eeee38a438bc06e5096986cf99e3fe716eab3a1 (patch) | |
tree | 46af7394558241117a1b186e7efe6e1393a05f4a /app-crypt/gpg-ringmgr | |
parent | update license in header (diff) | |
download | historical-5eeee38a438bc06e5096986cf99e3fe716eab3a1.tar.gz historical-5eeee38a438bc06e5096986cf99e3fe716eab3a1.tar.bz2 historical-5eeee38a438bc06e5096986cf99e3fe716eab3a1.zip |
update license in header
Diffstat (limited to 'app-crypt/gpg-ringmgr')
-rw-r--r-- | app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild | 22 |
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 } |