Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
Date: Sun, 01 May 2011 15:14:30
Message-Id: c503a0a1dcad3df62f147cc6cc7ee07b33c3edba.nirbheek@gentoo
1 commit: c503a0a1dcad3df62f147cc6cc7ee07b33c3edba
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 15:14:01 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 15:14:01 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c503a0a1
7
8 x11-libs/vte: moved to the tree
9
10 ---
11 x11-libs/vte/vte-0.28.0-r300.ebuild | 64 -----------------------------------
12 x11-libs/vte/vte-0.28.0.ebuild | 63 ----------------------------------
13 x11-libs/vte/vte-9999.ebuild | 2 +-
14 3 files changed, 1 insertions(+), 128 deletions(-)
15
16 diff --git a/x11-libs/vte/vte-0.28.0-r300.ebuild b/x11-libs/vte/vte-0.28.0-r300.ebuild
17 deleted file mode 100644
18 index c4d7c35..0000000
19 --- a/x11-libs/vte/vte-0.28.0-r300.ebuild
20 +++ /dev/null
21 @@ -1,64 +0,0 @@
22 -# Copyright 1999-2011 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.1 2010/11/19 22:00:44 pacho Exp $
25 -
26 -EAPI="3"
27 -GCONF_DEBUG="yes"
28 -GNOME2_LA_PUNT="yes"
29 -
30 -inherit autotools eutils gnome2
31 -if [[ ${PV} = 9999 ]]; then
32 - inherit gnome2-live
33 -fi
34 -
35 -DESCRIPTION="GNOME terminal widget"
36 -HOMEPAGE="http://git.gnome.org/browse/vte"
37 -
38 -LICENSE="LGPL-2"
39 -SLOT="2.90"
40 -if [[ ${PV} = 9999 ]]; then
41 - KEYWORDS=""
42 -else
43 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
44 -fi
45 -IUSE="debug doc glade +introspection"
46 -
47 -PDEPEND="x11-libs/gnome-pty-helper"
48 -RDEPEND=">=dev-libs/glib-2.26:2
49 - >=x11-libs/gtk+-3.0:3[introspection?]
50 - >=x11-libs/pango-1.22.0
51 -
52 - sys-libs/ncurses
53 - x11-libs/libX11
54 - x11-libs/libXft
55 -
56 - glade? ( >=dev-util/glade-3.9:3 )
57 - introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
58 -DEPEND="${RDEPEND}
59 - >=dev-util/intltool-0.35
60 - >=dev-util/pkgconfig-0.9
61 - sys-devel/gettext
62 - doc? ( >=dev-util/gtk-doc-1.13 )"
63 -
64 -pkg_setup() {
65 - # Python bindings are via gobject-introspection
66 - # Ex: from gi.repository import Vte
67 - G2CONF="${G2CONF}
68 - --disable-gnome-pty-helper
69 - --disable-deprecation
70 - --disable-maintainer-mode
71 - --disable-static
72 - $(use_enable debug)
73 - $(use_enable glade glade-catalogue)
74 - $(use_enable introspection)
75 - --with-gtk=3.0"
76 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
77 -}
78 -
79 -src_prepare() {
80 - epatch "${FILESDIR}/${P}-fix-gdk-targets.patch"
81 -
82 - [[ ${PV} != 9999 ]] && eautoreconf
83 -
84 - gnome2_src_prepare
85 -}
86
87 diff --git a/x11-libs/vte/vte-0.28.0.ebuild b/x11-libs/vte/vte-0.28.0.ebuild
88 deleted file mode 100644
89 index 1fd8b8c..0000000
90 --- a/x11-libs/vte/vte-0.28.0.ebuild
91 +++ /dev/null
92 @@ -1,63 +0,0 @@
93 -# Copyright 1999-2011 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.1 2010/11/19 22:00:44 pacho Exp $
96 -
97 -EAPI="3"
98 -GCONF_DEBUG="yes"
99 -GNOME2_LA_PUNT="yes"
100 -PYTHON_DEPEND="python? 2:2.4"
101 -
102 -inherit gnome2 python
103 -if [[ ${PV} = 9999 ]]; then
104 - inherit gnome2-live
105 -fi
106 -
107 -DESCRIPTION="GNOME terminal widget"
108 -HOMEPAGE="http://git.gnome.org/browse/vte"
109 -
110 -LICENSE="LGPL-2"
111 -SLOT="0"
112 -if [[ ${PV} = 9999 ]]; then
113 - KEYWORDS=""
114 -else
115 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
116 -fi
117 -IUSE="debug doc glade +introspection python"
118 -
119 -PDEPEND="x11-libs/gnome-pty-helper"
120 -RDEPEND=">=dev-libs/glib-2.26:2
121 - >=x11-libs/gtk+-2.20:2[introspection?]
122 - >=x11-libs/pango-1.22.0
123 -
124 - sys-libs/ncurses
125 - x11-libs/libX11
126 - x11-libs/libXft
127 -
128 - glade? ( <dev-util/glade-3.9:3 )
129 - introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
130 - python? ( >=dev-python/pygtk-2.4:2 )"
131 -DEPEND="${RDEPEND}
132 - >=dev-util/intltool-0.35
133 - >=dev-util/pkgconfig-0.9
134 - sys-devel/gettext
135 - doc? ( >=dev-util/gtk-doc-1.13 )"
136 -
137 -pkg_setup() {
138 - G2CONF="${G2CONF}
139 - --disable-gnome-pty-helper
140 - --disable-deprecation
141 - --disable-maintainer-mode
142 - --disable-static
143 - $(use_enable debug)
144 - $(use_enable glade glade-catalogue)
145 - $(use_enable introspection)
146 - $(use_enable python)
147 - --with-gtk=2.0"
148 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
149 - use python && python_set_active_version 2
150 -}
151 -
152 -src_install() {
153 - gnome2_src_install
154 - use python && python_clean_installation_image
155 -}
156
157 diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
158 index 5bd381d..c8d89ff 100644
159 --- a/x11-libs/vte/vte-9999.ebuild
160 +++ b/x11-libs/vte/vte-9999.ebuild
161 @@ -56,7 +56,7 @@ pkg_setup() {
162 }
163
164 src_prepare() {
165 - epatch "${FILESDIR}/${PN}-0.27.90-fix-gdk-targets.patch"
166 + epatch "${FILESDIR}/${PN}-0.28.0-fix-gdk-targets.patch"
167
168 [[ ${PV} != 9999 ]] && eautoreconf