diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-06-30 16:09:09 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-06-30 16:09:09 +0000 |
commit | e5c726bb39d538d1ac019bc3fc4acf1b6c9bead7 (patch) | |
tree | 5725879abfa6a4d9cca51ce73de0df508676f5fc /gnome-extra/seahorse-nautilus | |
parent | Apply patch to allow old python versions to use tk-8.6, bug 454342. Also fix ... (diff) | |
download | gentoo-2-e5c726bb39d538d1ac019bc3fc4acf1b6c9bead7.tar.gz gentoo-2-e5c726bb39d538d1ac019bc3fc4acf1b6c9bead7.tar.bz2 gentoo-2-e5c726bb39d538d1ac019bc3fc4acf1b6c9bead7.zip |
Apply team policy.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-extra/seahorse-nautilus')
-rw-r--r-- | gnome-extra/seahorse-nautilus/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/seahorse-nautilus/seahorse-nautilus-3.8.0.ebuild | 14 |
2 files changed, 12 insertions, 8 deletions
diff --git a/gnome-extra/seahorse-nautilus/ChangeLog b/gnome-extra/seahorse-nautilus/ChangeLog index e95c74f6b051..0e4198eb0307 100644 --- a/gnome-extra/seahorse-nautilus/ChangeLog +++ b/gnome-extra/seahorse-nautilus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/seahorse-nautilus # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/seahorse-nautilus/ChangeLog,v 1.4 2013/03/29 22:51:31 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/seahorse-nautilus/ChangeLog,v 1.5 2013/06/30 16:09:09 eva Exp $ + + 30 Jun 2013; Gilles Dartiguelongue <eva@gentoo.org> + seahorse-nautilus-3.8.0.ebuild: + Apply team policy. 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -seahorse-nautilus-3.4.0.ebuild: diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.8.0.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.8.0.ebuild index fb017e83ca0f..a575c650c9d4 100644 --- a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.8.0.ebuild +++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.8.0.ebuild,v 1.1 2013/03/28 17:29:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.8.0.ebuild,v 1.2 2013/06/30 16:09:09 eva Exp $ EAPI="5" GCONF_DEBUG="no" # --disable-debug disables all assertions @@ -38,15 +38,15 @@ DEPEND="${COMMON_DEPEND} " src_prepare() { - DOCS="AUTHORS NEWS README THANKS" # ChangeLog is not used - # No point in making libnotify optional - nautilus depends on it - G2CONF="${G2CONF} - --disable-gpg-check - --enable-libnotify" - # Do not let configure mangle CFLAGS sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure || die "sed failed" gnome2_src_prepare } + +src_configure() { + gnome2_src_configure \ + --disable-gpg-check \ + --enable-libnotify +}
\ No newline at end of file |