summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-03 05:01:43 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-03 05:01:43 +0000
commitc4ed0b0c028155dc550c86e84bb41a5d73aabae0 (patch)
treea7037fa82cb2bec0e889ec462197d7c8062f18c3 /app-editors
parentBump to 3.2.1 from the gnome overlay. Drop old. Drop alpha, arm, ia64, ppc, p... (diff)
downloadhistorical-c4ed0b0c028155dc550c86e84bb41a5d73aabae0.tar.gz
historical-c4ed0b0c028155dc550c86e84bb41a5d73aabae0.tar.bz2
historical-c4ed0b0c028155dc550c86e84bb41a5d73aabae0.zip
Bump to 3.2.1 from the gnome overlay. Drop old. Move to EAPI4 and make sure to optimize the python files that the commander plugin installs in /usr/share.
Package-Manager: portage-2.2.0_alpha72/cvs/Linux x86_64
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gedit-plugins/ChangeLog10
-rw-r--r--app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild (renamed from app-editors/gedit-plugins/gedit-plugins-3.0.7.ebuild)19
2 files changed, 18 insertions, 11 deletions
diff --git a/app-editors/gedit-plugins/ChangeLog b/app-editors/gedit-plugins/ChangeLog
index c5bd05ff9f97..0f7abe23a9ef 100644
--- a/app-editors/gedit-plugins/ChangeLog
+++ b/app-editors/gedit-plugins/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-editors/gedit-plugins
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.20 2011/10/21 13:02:47 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.21 2011/11/03 05:01:43 tetromino Exp $
+
+*gedit-plugins-3.2.1-r1 (03 Nov 2011)
+
+ 03 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ -gedit-plugins-3.0.7.ebuild, +gedit-plugins-3.2.1-r1.ebuild:
+ Bump to 3.2.1 from the gnome overlay. Drop old. Move to EAPI4 and make sure
+ to optimize the python files that the commander plugin installs in
+ /usr/share.
21 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
gedit-plugins-2.32.0.ebuild:
diff --git a/app-editors/gedit-plugins/gedit-plugins-3.0.7.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild
index 0e98c8ab49a7..d7c7866b7e26 100644
--- a/app-editors/gedit-plugins/gedit-plugins-3.0.7.ebuild
+++ b/app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild
@@ -1,9 +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-plugins/gedit-plugins-3.0.7.ebuild,v 1.2 2011/09/27 17:25:55 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild,v 1.1 2011/11/03 05:01:43 tetromino Exp $
-EAPI="3"
-GNOME_TARBALL_SUFFIX="xz"
+EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes" # plugins are dlopened
PYTHON_DEPEND="python? 2:2.6"
@@ -22,18 +21,18 @@ SLOT="0"
IUSE_plugins="charmap synctex terminal"
IUSE="+python ${IUSE_plugins}"
-RDEPEND=">=app-editors/gedit-3.0.0[python?]
+RDEPEND=">=app-editors/gedit-3.2.0[python?]
>=dev-libs/glib-2.26.0:2
>=dev-libs/libpeas-0.7.3[gtk,python?]
>=x11-libs/gtk+-3.0.0:3
>=x11-libs/gtksourceview-3.0.0:3.0
python? (
- dev-libs/gobject-introspection
- x11-libs/gdk-pixbuf:2[introspection]
+ >=app-editors/gedit-3.0.0[introspection]
+ || ( dev-python/pygobject:2[introspection] dev-python/pygobject:3 )
>=x11-libs/gtk+-3.0.0:3[introspection]
>=x11-libs/gtksourceview-3.0.0:3.0[introspection]
x11-libs/pango[introspection]
- >=app-editors/gedit-3.0.0[introspection]
+ x11-libs/gdk-pixbuf:2[introspection]
)
charmap? ( >=gnome-extra/gucharmap-3.0.0:2.90[introspection] )
synctex? ( >=dev-python/dbus-python-0.82 )
@@ -83,16 +82,16 @@ src_prepare() {
}
src_test() {
- emake check || die "make check failed"
+ emake check
}
pkg_postinst() {
gnome2_pkg_postinst
python_need_rebuild
- python_mod_optimize /usr/$(get_libdir)/gedit/plugins
+ python_mod_optimize /usr/{$(get_libdir),share}/gedit/plugins
}
pkg_postrm() {
gnome2_pkg_postrm
- python_mod_cleanup /usr/$(get_libdir)/gedit/plugins
+ python_mod_cleanup /usr/{$(get_libdir),share}/gedit/plugins
}