diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-31 14:35:37 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-31 14:35:37 +0000 |
commit | 6b6c61a736de43344521093eb6710b6ef8496e73 (patch) | |
tree | 8314c36dcdb8eed0f15de78e9f2343e97417c8d5 | |
parent | Version bump. (diff) | |
download | gentoo-2-6b6c61a736de43344521093eb6710b6ef8496e73.tar.gz gentoo-2-6b6c61a736de43344521093eb6710b6ef8496e73.tar.bz2 gentoo-2-6b6c61a736de43344521093eb6710b6ef8496e73.zip |
Cosmetic fixes.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
-rw-r--r-- | net-libs/libzapojit/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libzapojit/libzapojit-0.0.3.ebuild | 14 |
2 files changed, 10 insertions, 9 deletions
diff --git a/net-libs/libzapojit/ChangeLog b/net-libs/libzapojit/ChangeLog index 9e7f496497c1..411ff7ce5aa2 100644 --- a/net-libs/libzapojit/ChangeLog +++ b/net-libs/libzapojit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libzapojit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v 1.9 2013/03/28 17:54:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v 1.10 2013/03/31 14:35:37 eva Exp $ + + 31 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> libzapojit-0.0.3.ebuild: + Cosmetic fixes. *libzapojit-0.0.3 (28 Mar 2013) diff --git a/net-libs/libzapojit/libzapojit-0.0.3.ebuild b/net-libs/libzapojit/libzapojit-0.0.3.ebuild index 50b2a6e0588e..e5931de411a6 100644 --- a/net-libs/libzapojit/libzapojit-0.0.3.ebuild +++ b/net-libs/libzapojit/libzapojit-0.0.3.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild,v 1.1 2013/03/28 17:54:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild,v 1.2 2013/03/31 14:35:37 eva Exp $ EAPI="5" GCONF_DEBUG="no" -#GNOME2_LA_PUNT="yes" inherit gnome2 @@ -34,15 +33,14 @@ DEPEND="${RDEPEND} # gnome-base/gnome-common:3 src_configure() { - G2CONF="${G2CONF} - --enable-compile-warnings=minimum - --disable-static - $(use_enable introspection)" - gnome2_src_configure + gnome2_src_configure \ + --enable-compile-warnings=minimum \ + --disable-static \ + $(use_enable introspection) } src_install() { gnome2_src_install # Drop self-installed documentation - rm -r "${ED}"/usr/share/doc/libzapojit/ || die + rm -r "${ED}"/usr/share/doc/${PN}/ || die } |