summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 15:31:25 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 15:31:25 +0000
commit75a4f10e807076790e201c5f969644e5a2f5c256 (patch)
treeee9d1bb093e6be51af347a9db499163e87b4d968 /app-crypt/gpgme
parentadded ppc to keywords (diff)
downloadgentoo-2-75a4f10e807076790e201c5f969644e5a2f5c256.tar.gz
gentoo-2-75a4f10e807076790e201c5f969644e5a2f5c256.tar.bz2
gentoo-2-75a4f10e807076790e201c5f969644e5a2f5c256.zip
repoman'd
Diffstat (limited to 'app-crypt/gpgme')
-rw-r--r--app-crypt/gpgme/files/digest-gpgme-0.3.61
-rw-r--r--app-crypt/gpgme/gpgme-0.3.6-r1.ebuild18
-rw-r--r--app-crypt/gpgme/gpgme-0.3.6.ebuild35
3 files changed, 6 insertions, 48 deletions
diff --git a/app-crypt/gpgme/files/digest-gpgme-0.3.6 b/app-crypt/gpgme/files/digest-gpgme-0.3.6
deleted file mode 100644
index ff5a55c768ec..000000000000
--- a/app-crypt/gpgme/files/digest-gpgme-0.3.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6bcac658003d0517870aa65f53f9065f gpgme-0.3.6.tar.gz 604834
diff --git a/app-crypt/gpgme/gpgme-0.3.6-r1.ebuild b/app-crypt/gpgme/gpgme-0.3.6-r1.ebuild
index 2a3ea021ce42..0e179e9f6c3b 100644
--- a/app-crypt/gpgme/gpgme-0.3.6-r1.ebuild
+++ b/app-crypt/gpgme/gpgme-0.3.6-r1.ebuild
@@ -1,24 +1,21 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-0.3.6-r1.ebuild,v 1.1 2002/07/16 22:37:49 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-0.3.6-r1.ebuild,v 1.2 2002/07/25 15:31:24 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications."
SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/${P}.tar.gz"
HOMEPAGE="http://www.gnupg.org/gpgme.html"
-DEPEND="virtual/glibc
- nls? ( >=sys-devel/gettext-0.10.35 )
- >=sys-libs/zlib-1.1.3 >=app-crypt/gnupg-1.0.6"
-
-RDEPEND=">=app-crypt/gnupg-1.0.6"
-
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
-src_compile() {
+DEPEND=">=sys-libs/zlib-1.1.3
+ >=app-crypt/gnupg-1.0.6"
+RDEPEND="nls? ( sys-devel/gettext )"
+src_compile() {
local myconf
use nls || myconf="--disable-nls"
@@ -27,12 +24,9 @@ src_compile() {
${myconf} || die
emake || die
-
}
src_install () {
-
make DESTDIR=${D} install || die
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README README-alpha THANKS TODO
-
}
diff --git a/app-crypt/gpgme/gpgme-0.3.6.ebuild b/app-crypt/gpgme/gpgme-0.3.6.ebuild
deleted file mode 100644
index 4c17bef0a7cc..000000000000
--- a/app-crypt/gpgme/gpgme-0.3.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-0.3.6.ebuild,v 1.3 2002/07/11 06:30:11 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications."
-SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/${P}.tar.gz"
-HOMEPAGE="http://www.gnupg.org/gpgme.html"
-
-DEPEND="virtual/glibc
- nls? ( >=sys-devel/gettext-0.10.35 )
- >=sys-libs/zlib-1.1.3 >=app-crypt/gnupg-1.0.6"
-
-RDEPEND=">=app-crypt/gnupg-1.0.6"
-
-src_compile() {
-
- local myconf
- if [ -z "`use nls`" ]; then
- myconf="--disable-nls"
- fi
-
- try ./configure --prefix=/usr --mandir=/usr/share/man \
- --infodir=/usr/share/info --host=${CHOST} ${myconf}
-
- emake || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README README-alpha THANKS TODO
-
-}