diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-11-24 14:02:43 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-11-24 14:02:43 +0000 |
commit | 497430e92ae8bbf4ac7e28569711002b71a47be5 (patch) | |
tree | 1c1a59447134610ed2ed774b7789ffbacea21bda /app-crypt | |
parent | Reducing makeopts to -j1 for #345915 (diff) | |
download | gentoo-2-497430e92ae8bbf4ac7e28569711002b71a47be5.tar.gz gentoo-2-497430e92ae8bbf4ac7e28569711002b71a47be5.tar.bz2 gentoo-2-497430e92ae8bbf4ac7e28569711002b71a47be5.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/seahorse/files/seahorse-2.28.0-as-needed.patch | 16 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-2.28.1.ebuild | 82 |
3 files changed, 5 insertions, 99 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index 8d2c938d3469..b178429ccb64 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/seahorse # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.140 2010/10/17 19:12:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.141 2010/11/24 14:02:43 eva Exp $ + + 24 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> + -files/seahorse-2.28.0-as-needed.patch, -seahorse-2.28.1.ebuild: + Clean up old revision. *seahorse-2.32.0 (17 Oct 2010) diff --git a/app-crypt/seahorse/files/seahorse-2.28.0-as-needed.patch b/app-crypt/seahorse/files/seahorse-2.28.0-as-needed.patch deleted file mode 100644 index 1ffef5275c4b..000000000000 --- a/app-crypt/seahorse/files/seahorse-2.28.0-as-needed.patch +++ /dev/null @@ -1,16 +0,0 @@ -Fix linking libgcryptui.so with -Wl,--as-needed in LDFLAGS. Missing DBUS_CFLAGS -in INCLUDES. - -https://bugzilla.gnome.org/show_bug.cgi?id=596691 - ---- ---- libcryptui/Makefile.am -+++ libcryptui/Makefile.am -@@ -70,6 +70,7 @@ - - INCLUDES = -I$(top_builddir) \ - -I$(top_srcdir) \ -+ $(DBUS_CFLAGS) \ - $(LIBCRYPTUI_CFLAGS) \ - -DLIBCRYPTUI_BUILD=1 \ - -DLIBCRYPTUI_API_SUBJECT_TO_CHANGE diff --git a/app-crypt/seahorse/seahorse-2.28.1.ebuild b/app-crypt/seahorse/seahorse-2.28.1.ebuild deleted file mode 100644 index 32640e6e6c9a..000000000000 --- a/app-crypt/seahorse/seahorse-2.28.1.ebuild +++ /dev/null @@ -1,82 +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/seahorse/seahorse-2.28.1.ebuild,v 1.7 2010/10/08 23:36:11 eva Exp $ - -EAPI="2" - -inherit autotools eutils gnome2 - -DESCRIPTION="A GNOME application for managing encryption keys" -HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="avahi debug doc ldap libnotify test" - -RDEPEND=" - >=gnome-base/gconf-2.0 - >=dev-libs/glib-2.10 - >=x11-libs/gtk+-2.10 - >=dev-libs/dbus-glib-0.72 - >=gnome-base/gnome-keyring-2.25.5 - net-libs/libsoup:2.4 - x11-misc/shared-mime-info - - net-misc/openssh - >=app-crypt/gpgme-1.0.0 - || ( - =app-crypt/gnupg-2.0* - =app-crypt/gnupg-1.4* ) - - avahi? ( >=net-dns/avahi-0.6 ) - ldap? ( net-nds/openldap ) - libnotify? ( >=x11-libs/libnotify-0.3.2 )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=app-text/gnome-doc-utils-0.3.2 - >=app-text/scrollkeeper-0.3 - >=dev-util/pkgconfig-0.20 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1.9 )" - -DOCS="AUTHORS ChangeLog NEWS README TODO THANKS" - -pkg_setup() { - G2CONF="${G2CONF} - --enable-pgp - --enable-ssh - --enable-pkcs11 - --disable-static - --disable-scrollkeeper - --disable-update-mime-database - --enable-hkp - $(use_enable avahi sharing) - $(use_enable debug) - $(use_enable ldap) - $(use_enable libnotify) - $(use_enable test tests)" -} - -src_prepare() { - gnome2_src_prepare - - # https://bugzilla.gnome.org/show_bug.cgi?id=596691 - epatch "${FILESDIR}/${PN}-2.28.0-as-needed.patch" - - # Make it libtool-1 compatible - rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed" - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} - -src_install() { - gnome2_src_install - find "${D}" -name "*.la" -delete || die "remove of la files failed" -} - -pkg_postinst() { - einfo "The seahorse-agent tool has been moved to app-crypt/seahorse-plugins" - einfo "Use that if you want seahorse to manage your terminal SSH keys" -} |