summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-11 21:00:55 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-11 21:00:55 +0000
commit94d49c3c7d9b94687b71591b6f1d7b30ce8b06f6 (patch)
tree50e4120dde909c2930ef722334e72762680ada5c /app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild
parentMask use test for dev-util/checkstyle (diff)
downloadgentoo-2-94d49c3c7d9b94687b71591b6f1d7b30ce8b06f6.tar.gz
gentoo-2-94d49c3c7d9b94687b71591b6f1d7b30ce8b06f6.tar.bz2
gentoo-2-94d49c3c7d9b94687b71591b6f1d7b30ce8b06f6.zip
Remove pointless call to prepalldocs.
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild')
-rw-r--r--app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild b/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild
index 8d310f2b82f9..58fc0e3d100c 100644
--- a/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild
+++ b/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# 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.16 2005/12/01 08:20:56 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpg-ringmgr/gpg-ringmgr-1.12.ebuild,v 1.17 2007/01/11 21:00:55 vapier Exp $
DESCRIPTION="GPG Keyring Manager to handle large GPG keyrings more easily"
HOMEPAGE="file:///dev/null"
@@ -8,15 +8,15 @@ SRC_URI="mirror://gentoo/${PN}"
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
KEYWORDS="x86 ppc sparc alpha hppa amd64"
+IUSE=""
DEPEND="dev-lang/perl
>=app-crypt/gnupg-1.2.1"
src_unpack() {
mkdir ${P}
- cp ${DISTDIR}/${PN} ${S}
+ cp ${DISTDIR}/${PN} ${S} || die
}
src_compile() {
@@ -25,8 +25,7 @@ src_compile() {
}
src_install() {
- dobin ${PN}
+ dobin ${PN} || die
doman ${PN}.1
dohtml ${PN}.html
- prepalldocs
}