diff options
author | 2014-11-21 10:00:39 +0000 | |
---|---|---|
committer | 2014-11-21 10:00:39 +0000 | |
commit | 9a3c59b451119868e925533d990823bd47ec8ae0 (patch) | |
tree | 63e73a01bde5e80a847cfb17a2d89e4151b75e13 /x11-misc | |
parent | Append -j1 to MAKEOPTS rather than trying to inject by hand. (diff) | |
download | gentoo-2-9a3c59b451119868e925533d990823bd47ec8ae0.tar.gz gentoo-2-9a3c59b451119868e925533d990823bd47ec8ae0.tar.bz2 gentoo-2-9a3c59b451119868e925533d990823bd47ec8ae0.zip |
Bump to latest eapi as this was one of the last eapi0 consumers of gnome2.eclass (#530022 ACKed by vapier)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/e16menuedit2/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild | 22 |
2 files changed, 19 insertions, 11 deletions
diff --git a/x11-misc/e16menuedit2/ChangeLog b/x11-misc/e16menuedit2/ChangeLog index 5f529f7eb5a2..27609e3ee07b 100644 --- a/x11-misc/e16menuedit2/ChangeLog +++ b/x11-misc/e16menuedit2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/e16menuedit2 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16menuedit2/ChangeLog,v 1.9 2012/12/28 18:07:01 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16menuedit2/ChangeLog,v 1.10 2014/11/21 10:00:39 pacho Exp $ + + 21 Nov 2014; Pacho Ramos <pacho@gentoo.org> e16menuedit2-0.0.3.ebuild: + Bump to latest eapi as this was one of the last eapi0 consumers of + gnome2.eclass (#530022 ACKed by vapier) 28 Dec 2012; Ulrich Müller <ulm@gentoo.org> e16menuedit2-0.0.3.ebuild: Fix LICENSE, see COPYING file, bug 448652. diff --git a/x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild b/x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild index 8021287e2bc1..7c4263499e4c 100644 --- a/x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild +++ b/x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild @@ -1,6 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild,v 1.11 2012/12/28 18:07:01 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild,v 1.12 2014/11/21 10:00:39 pacho Exp $ + +EAPI=5 +GCONF_DEBUG="yes" inherit gnome2 eutils @@ -13,16 +16,17 @@ SLOT="0" KEYWORDS="amd64 arm ~ppc sh sparc x86" IUSE="" -RDEPEND=">=x11-wm/enlightenment-0.16 +RDEPEND=" + >=x11-wm/enlightenment-0.16 >=gnome-base/libglade-2.4 - =x11-libs/gtk+-2*" + x11-libs/gtk+:2 +" DEPEND="${RDEPEND} - virtual/pkgconfig" + virtual/pkgconfig +" -src_unpack() { - gnome2_src_unpack +src_prepare() { epatch "${FILESDIR}"/${P}-no-docs.patch sed -i '1i#include <glib/gstdio.h>' src/e16menuedit2.c + gnome2_src_prepare } - -DOCS="AUTHORS ChangeLog NEWS README TODO" |