* [gentoo-commits] gentoo-x86 commit in app-editors/gedit: ChangeLog gedit-2.30.4.ebuild gedit-2.26.3-r1.ebuild gedit-2.28.4.ebuild
@ 2011-01-24 14:43 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2011-01-24 14:43 UTC (permalink / raw
To: gentoo-commits
eva 11/01/24 14:43:22
Modified: ChangeLog gedit-2.30.4.ebuild
Removed: gedit-2.26.3-r1.ebuild gedit-2.28.4.ebuild
Log:
Bump to EAPI 3 to pin dependencies to appropriate slots. Drop old revisions.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Revision Changes Path
1.323 app-editors/gedit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.323&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.323&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?r1=1.322&r2=1.323
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -r1.322 -r1.323
--- ChangeLog 20 Jan 2011 22:33:50 -0000 1.322
+++ ChangeLog 24 Jan 2011 14:43:22 -0000 1.323
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/gedit
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.322 2011/01/20 22:33:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.323 2011/01/24 14:43:22 eva Exp $
+
+ 24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> -gedit-2.26.3-r1.ebuild,
+ -files/gedit-2.26.3-external_tools_config.patch, -gedit-2.28.4.ebuild,
+ -files/gedit-2.28.4-xml-syntax.patch, gedit-2.30.4.ebuild:
+ Bump to EAPI 3 to pin dependencies to appropriate slots. Drop old revisions.
20 Jan 2011; Pacho Ramos <pacho@gentoo.org> gedit-2.30.4.ebuild:
Needs python2 for compiling ok.
1.6 app-editors/gedit/gedit-2.30.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild?r1=1.5&r2=1.6
Index: gedit-2.30.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gedit-2.30.4.ebuild 20 Jan 2011 22:33:50 -0000 1.5
+++ gedit-2.30.4.ebuild 24 Jan 2011 14:43:22 -0000 1.6
@@ -1,7 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v 1.5 2011/01/20 22:33:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v 1.6 2011/01/24 14:43:22 eva Exp $
+EAPI="3"
GCONF_DEBUG="no"
PYTHON_DEPEND="python? 2:2.5"
@@ -18,17 +19,17 @@
RDEPEND=">=gnome-base/gconf-2
>=x11-libs/libSM-1.0
>=dev-libs/libxml2-2.5.0
- >=dev-libs/glib-2.23.1
- >=x11-libs/gtk+-2.19.0
- >=x11-libs/gtksourceview-2.9.7
+ >=dev-libs/glib-2.23.1:2
+ >=x11-libs/gtk+-2.19.0:2
+ >=x11-libs/gtksourceview-2.9.7:2.0
spell? (
>=app-text/enchant-1.2
>=app-text/iso-codes-0.35
)
python? (
- >=dev-python/pygobject-2.15.4
- >=dev-python/pygtk-2.12
- >=dev-python/pygtksourceview-2.9.2
+ >=dev-python/pygobject-2.15.4:2
+ >=dev-python/pygtk-2.12:2
+ >=dev-python/pygtksourceview-2.9.2:2
)"
DEPEND="${RDEPEND}
@@ -41,14 +42,13 @@
doc? ( >=dev-util/gtk-doc-1 )"
# gnome-common and gtk-doc-am needed to eautoreconf
-DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
-
if [[ "${ARCH}" == "PPC" ]] ; then
# HACK HACK HACK: someone fix this garbage
MAKEOPTS="${MAKEOPTS} -j1"
fi
pkg_setup() {
+ DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
G2CONF="${G2CONF}
--disable-scrollkeeper
--disable-updater
@@ -57,8 +57,8 @@
use python && python_set_active_version 2
}
-src_unpack() {
- gnome2_src_unpack
+src_prepare() {
+ gnome2_src_prepare
# Do not fail if remote mounting is not supported.
epatch "${FILESDIR}/${PN}-2.30.2-tests-skip.patch"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-24 14:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-24 14:43 [gentoo-commits] gentoo-x86 commit in app-editors/gedit: ChangeLog gedit-2.30.4.ebuild gedit-2.26.3-r1.ebuild gedit-2.28.4.ebuild Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox