diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-13 15:22:37 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-13 15:22:37 +0000 |
commit | 71f4d7c9ff49d029d56c565e7f58533cbfadd5ae (patch) | |
tree | 1af0c6626d43a86f0931c61c4d4cd03d71703133 /app-crypt | |
parent | Respect LDFLAGS #336969. (diff) | |
download | historical-71f4d7c9ff49d029d56c565e7f58533cbfadd5ae.tar.gz historical-71f4d7c9ff49d029d56c565e7f58533cbfadd5ae.tar.bz2 historical-71f4d7c9ff49d029d56c565e7f58533cbfadd5ae.zip |
Delete older ebuilds.
Package-Manager: portage-2.2_rc81_p6/cvs/Linux x86_64
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpgme/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/gpgme/files/gpgme-1.2.0-fix_implicit_declaration.patch | 28 | ||||
-rw-r--r-- | app-crypt/gpgme/gpgme-1.1.8-r1.ebuild | 40 | ||||
-rw-r--r-- | app-crypt/gpgme/gpgme-1.2.0.ebuild | 46 |
4 files changed, 6 insertions, 115 deletions
diff --git a/app-crypt/gpgme/ChangeLog b/app-crypt/gpgme/ChangeLog index d2a61f4f5eb9..e5351acebe76 100644 --- a/app-crypt/gpgme/ChangeLog +++ b/app-crypt/gpgme/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/gpgme # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v 1.181 2010/08/30 14:02:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v 1.182 2010/09/13 15:22:37 arfrever Exp $ + + 13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -gpgme-1.1.8-r1.ebuild, -gpgme-1.2.0.ebuild, + -files/gpgme-1.2.0-fix_implicit_declaration.patch: + Delete. 30 Aug 2010; Raúl Porcel <armin76@gentoo.org> gpgme-1.3.0.ebuild: alpha/ia64/sparc stable wrt #320037 diff --git a/app-crypt/gpgme/files/gpgme-1.2.0-fix_implicit_declaration.patch b/app-crypt/gpgme/files/gpgme-1.2.0-fix_implicit_declaration.patch deleted file mode 100644 index c57b2f07fed3..000000000000 --- a/app-crypt/gpgme/files/gpgme-1.2.0-fix_implicit_declaration.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- assuan/assuan-socket.c -+++ assuan/assuan-socket.c -@@ -35,6 +35,7 @@ - #include <assert.h> - - #include "assuan-defs.h" -+#include "priv-io.h" - - /* Hacks for Slowaris. */ - #ifndef PF_LOCAL ---- src/priv-io.h -+++ src/priv-io.h -@@ -22,6 +22,7 @@ - #ifndef IO_H - #define IO_H - -+#include <sys/socket.h> - - /* A single file descriptor passed to spawn. For child fds, dup_to - specifies the fd it should become in the child, but only 0, 1 and 2 -@@ -50,6 +51,7 @@ - - /* These function are either defined in posix-io.c or w32-io.c. */ - void _gpgme_io_subsystem_init (void); -+int _gpgme_io_connect (int fd, struct sockaddr *addr, int addrlen); - int _gpgme_io_read (int fd, void *buffer, size_t count); - int _gpgme_io_write (int fd, const void *buffer, size_t count); - int _gpgme_io_pipe (int filedes[2], int inherit_idx); diff --git a/app-crypt/gpgme/gpgme-1.1.8-r1.ebuild b/app-crypt/gpgme/gpgme-1.1.8-r1.ebuild deleted file mode 100644 index a186e658f1cc..000000000000 --- a/app-crypt/gpgme/gpgme-1.1.8-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-1.1.8-r1.ebuild,v 1.9 2009/12/27 17:10:30 armin76 Exp $ - -EAPI=2 -inherit libtool eutils - -DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use" -HOMEPAGE="http://www.gnupg.org/related_software/gpgme" -SRC_URI="mirror://gnupg/gpgme/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2" -SLOT="1" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="pth" - -DEPEND=">=dev-libs/libgpg-error-1.4 - app-crypt/gnupg - pth? ( >=dev-libs/pth-1.2 )" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-et_EE.patch - # We need to call elibtoolize so that we get sane .so versioning on - # fbsd. - elibtoolize -} - -src_configure() { - econf \ - --includedir=/usr/include/gpgme \ - --with-gpg=/usr/bin/gpg \ - --with-gpgsm=/usr/bin/gpgsm \ - $(use_with pth) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} diff --git a/app-crypt/gpgme/gpgme-1.2.0.ebuild b/app-crypt/gpgme/gpgme-1.2.0.ebuild deleted file mode 100644 index 1107ac0ff717..000000000000 --- a/app-crypt/gpgme/gpgme-1.2.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-1.2.0.ebuild,v 1.11 2010/04/01 21:30:45 abcd Exp $ - -EAPI="3" - -inherit libtool eutils - -DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use" -HOMEPAGE="http://www.gnupg.org/related_software/gpgme" -SRC_URI="mirror://gnupg/gpgme/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="1" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="common-lisp pth" - -DEPEND=">=dev-libs/libgpg-error-1.4 - app-crypt/gnupg - pth? ( >=dev-libs/pth-1.2 )" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-1.1.8-et_EE.patch" - epatch "${FILESDIR}/${P}-fix_implicit_declaration.patch" - - # Call elibtoolize to get sane .so versioning on FreeBSD. - elibtoolize -} - -src_configure() { - econf \ - --includedir="${EPREFIX}/usr/include/gpgme" \ - --with-gpg="${EPREFIX}/usr/bin/gpg" \ - --with-gpgsm="${EPREFIX}/usr/bin/gpgsm" \ - $(use_with pth) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS TODO - - if ! use common-lisp; then - rm -fr "${ED}usr/share/common-lisp" - fi -} |