diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-20 20:43:30 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-20 20:43:30 +0000 |
commit | 0270bbf4e32b8247807c3756f3c75c9e57206712 (patch) | |
tree | 0b2b97e3b90609d808ae560cbb1ab7d01b36bef1 /x11-libs/vte | |
parent | Cleanup; add blocker for >=qt-4.7 (does not build, bug 338461) (diff) | |
download | gentoo-2-0270bbf4e32b8247807c3756f3c75c9e57206712.tar.gz gentoo-2-0270bbf4e32b8247807c3756f3c75c9e57206712.tar.bz2 gentoo-2-0270bbf4e32b8247807c3756f3c75c9e57206712.zip |
Assign glib/gtk+ dependencies to slot 2. Force maintainer mode to off. Clean unneeded files for python module.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.26.1.ebuild | 12 |
2 files changed, 14 insertions, 4 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 763c27b78b68..e55475fd3c93 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/vte # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.262 2010/10/17 14:52:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.263 2010/10/20 20:43:30 eva Exp $ + + 20 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> vte-0.26.1.ebuild: + Assign glib/gtk+ dependencies to slot 2. Force maintainer mode to off. + Clean unneeded files for python module. 17 Oct 2010; Raúl Porcel <armin76@gentoo.org> vte-0.24.3.ebuild: alpha/ia64/sh/sparc stable wrt #324077 diff --git a/x11-libs/vte/vte-0.26.1.ebuild b/x11-libs/vte/vte-0.26.1.ebuild index 41cf37bf7ddf..a6835cd9a086 100644 --- a/x11-libs/vte/vte-0.26.1.ebuild +++ b/x11-libs/vte/vte-0.26.1.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/x11-libs/vte/vte-0.26.1.ebuild,v 1.1 2010/10/13 21:27:00 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.1.ebuild,v 1.2 2010/10/20 20:43:30 eva Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -16,8 +16,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug doc glade +introspection python" -RDEPEND=">=dev-libs/glib-2.22.0 - >=x11-libs/gtk+-2.20.0 +RDEPEND=">=dev-libs/glib-2.22:2 + >=x11-libs/gtk+-2.20:2 >=x11-libs/pango-1.22.0 sys-libs/ncurses glade? ( dev-util/glade:3 ) @@ -35,6 +35,7 @@ DOCS="AUTHORS ChangeLog HACKING NEWS README" pkg_setup() { G2CONF="${G2CONF} + --disable-maintainer-mode --disable-deprecation --disable-static $(use_enable debug) @@ -46,3 +47,8 @@ pkg_setup() { DOCS="AUTHORS ChangeLog HACKING NEWS README" use python && python_set_active_version 2 } + +src_install() { + gnome2_src_install + python_clean_installation_image +} |