diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-07-05 18:24:57 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-07-05 18:24:57 +0000 |
commit | 0f7301af74cf94f9acaf305d206bc7263b3b337f (patch) | |
tree | 7ce015c36d216325c1834f023c41496bc9be47d0 /app-editors | |
parent | Fix manifest (diff) | |
download | gentoo-2-0f7301af74cf94f9acaf305d206bc7263b3b337f.tar.gz gentoo-2-0f7301af74cf94f9acaf305d206bc7263b3b337f.tar.bz2 gentoo-2-0f7301af74cf94f9acaf305d206bc7263b3b337f.zip |
Version bump with translation updates and fixes. Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gedit/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/gedit/gedit-2.30.3.ebuild (renamed from app-editors/gedit/gedit-2.30.2.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog index dbb25febd94b..e40e0889914b 100644 --- a/app-editors/gedit/ChangeLog +++ b/app-editors/gedit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/gedit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.305 2010/07/05 12:57:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.306 2010/07/05 18:24:57 pacho Exp $ + +*gedit-2.30.3 (05 Jul 2010) + + 05 Jul 2010; Pacho Ramos <pacho@gentoo.org> -gedit-2.30.2.ebuild, + +gedit-2.30.3.ebuild: + Version bump with translation updates and fixes. Remove old. 05 Jul 2010; Pacho Ramos <pacho@gentoo.org> gedit-2.30.2.ebuild: Fix RDEPEND on glib per bug #325911 (by Arsen Shnurkov) diff --git a/app-editors/gedit/gedit-2.30.2.ebuild b/app-editors/gedit/gedit-2.30.3.ebuild index 88c840f2e05d..96a646b23d07 100644 --- a/app-editors/gedit/gedit-2.30.2.ebuild +++ b/app-editors/gedit/gedit-2.30.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.2.ebuild,v 1.3 2010/07/05 12:57:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.3.ebuild,v 1.1 2010/07/05 18:24:57 pacho Exp $ GCONF_DEBUG="no" @@ -17,7 +17,7 @@ IUSE="doc python spell" RDEPEND=">=gnome-base/gconf-2 >=x11-libs/libSM-1.0 >=dev-libs/libxml2-2.5.0 - >=dev-libs/glib-2.23.1 + >=dev-libs/glib-2.22 >=x11-libs/gtk+-2.16.0 >=x11-libs/gtksourceview-2.9.7 spell? ( @@ -59,7 +59,7 @@ src_unpack() { gnome2_src_unpack # Do not fail if remote mounting is not supported. - epatch "${FILESDIR}/${P}-tests-skip.patch" + epatch "${FILESDIR}/${PN}-2.30.2-tests-skip.patch" # disable pyc compiling mv "${S}"/py-compile "${S}"/py-compile.orig |