commit: 21c15dee7fb4b65378d10fe5f619764426ba6d20
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 21:06:39 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 20:58:53 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=21c15dee
x11-libs/vte: 0.34.9 → 0.36.0
---
.../vte/{vte-9999.ebuild => vte-0.36.0.ebuild} | 22 ++++------------------
x11-libs/vte/vte-9999.ebuild | 2 +-
2 files changed, 5 insertions(+), 19 deletions(-)
diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-0.36.0.ebuild
similarity index 74%
copy from x11-libs/vte/vte-9999.ebuild
copy to x11-libs/vte/vte-0.36.0.ebuild
index 2362447..56784ee 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-0.36.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,9 +6,6 @@ EAPI="5"
GCONF_DEBUG="yes"
inherit eutils gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="Library providing a virtual terminal emulator widget"
HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
@@ -16,14 +13,9 @@
HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
LICENSE="LGPL-2+"
SLOT="2.90"
IUSE="debug glade +introspection"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
- IUSE="${IUSE} doc"
-else
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc
~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux
~x64-solaris ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux
~x64-solaris ~x86-solaris"
-PDEPEND="x11-libs/gnome-pty-helper"
+PDEPEND="=x11-libs/gnome-pty-helper-${PV}"
RDEPEND="
>=dev-libs/glib-2.31.13:2
>=x11-libs/gtk+-3.1.9:3[introspection?]
@@ -43,11 +35,6 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- doc? ( >=dev-util/gtk-doc-1.13 )"
-fi
-
src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=663779
epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch"
@@ -73,8 +60,7 @@ src_configure() {
--disable-static \
$(use_enable debug) \
$(use_enable glade glade-catalogue) \
- $(use_enable introspection) \
- ${myconf}
+ $(use_enable introspection)
}
src_install() {
diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index 2362447..ad73e0b 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $