From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/
Date: Sun, 1 May 2011 15:14:21 +0000 (UTC) [thread overview]
Message-ID: <c503a0a1dcad3df62f147cc6cc7ee07b33c3edba.nirbheek@gentoo> (raw)
commit: c503a0a1dcad3df62f147cc6cc7ee07b33c3edba
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun May 1 15:14:01 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun May 1 15:14:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c503a0a1
x11-libs/vte: moved to the tree
---
x11-libs/vte/vte-0.28.0-r300.ebuild | 64 -----------------------------------
x11-libs/vte/vte-0.28.0.ebuild | 63 ----------------------------------
x11-libs/vte/vte-9999.ebuild | 2 +-
3 files changed, 1 insertions(+), 128 deletions(-)
diff --git a/x11-libs/vte/vte-0.28.0-r300.ebuild b/x11-libs/vte/vte-0.28.0-r300.ebuild
deleted file mode 100644
index c4d7c35..0000000
--- a/x11-libs/vte/vte-0.28.0-r300.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.1 2010/11/19 22:00:44 pacho Exp $
-
-EAPI="3"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME terminal widget"
-HOMEPAGE="http://git.gnome.org/browse/vte"
-
-LICENSE="LGPL-2"
-SLOT="2.90"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-fi
-IUSE="debug doc glade +introspection"
-
-PDEPEND="x11-libs/gnome-pty-helper"
-RDEPEND=">=dev-libs/glib-2.26:2
- >=x11-libs/gtk+-3.0:3[introspection?]
- >=x11-libs/pango-1.22.0
-
- sys-libs/ncurses
- x11-libs/libX11
- x11-libs/libXft
-
- glade? ( >=dev-util/glade-3.9:3 )
- introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.9
- sys-devel/gettext
- doc? ( >=dev-util/gtk-doc-1.13 )"
-
-pkg_setup() {
- # Python bindings are via gobject-introspection
- # Ex: from gi.repository import Vte
- G2CONF="${G2CONF}
- --disable-gnome-pty-helper
- --disable-deprecation
- --disable-maintainer-mode
- --disable-static
- $(use_enable debug)
- $(use_enable glade glade-catalogue)
- $(use_enable introspection)
- --with-gtk=3.0"
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-fix-gdk-targets.patch"
-
- [[ ${PV} != 9999 ]] && eautoreconf
-
- gnome2_src_prepare
-}
diff --git a/x11-libs/vte/vte-0.28.0.ebuild b/x11-libs/vte/vte-0.28.0.ebuild
deleted file mode 100644
index 1fd8b8c..0000000
--- a/x11-libs/vte/vte-0.28.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.1 2010/11/19 22:00:44 pacho Exp $
-
-EAPI="3"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-PYTHON_DEPEND="python? 2:2.4"
-
-inherit gnome2 python
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME terminal widget"
-HOMEPAGE="http://git.gnome.org/browse/vte"
-
-LICENSE="LGPL-2"
-SLOT="0"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-fi
-IUSE="debug doc glade +introspection python"
-
-PDEPEND="x11-libs/gnome-pty-helper"
-RDEPEND=">=dev-libs/glib-2.26:2
- >=x11-libs/gtk+-2.20:2[introspection?]
- >=x11-libs/pango-1.22.0
-
- sys-libs/ncurses
- x11-libs/libX11
- x11-libs/libXft
-
- glade? ( <dev-util/glade-3.9:3 )
- introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
- python? ( >=dev-python/pygtk-2.4:2 )"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.9
- sys-devel/gettext
- doc? ( >=dev-util/gtk-doc-1.13 )"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-gnome-pty-helper
- --disable-deprecation
- --disable-maintainer-mode
- --disable-static
- $(use_enable debug)
- $(use_enable glade glade-catalogue)
- $(use_enable introspection)
- $(use_enable python)
- --with-gtk=2.0"
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
- use python && python_set_active_version 2
-}
-
-src_install() {
- gnome2_src_install
- use python && python_clean_installation_image
-}
diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild
index 5bd381d..c8d89ff 100644
--- a/x11-libs/vte/vte-9999.ebuild
+++ b/x11-libs/vte/vte-9999.ebuild
@@ -56,7 +56,7 @@ pkg_setup() {
}
src_prepare() {
- epatch "${FILESDIR}/${PN}-0.27.90-fix-gdk-targets.patch"
+ epatch "${FILESDIR}/${PN}-0.28.0-fix-gdk-targets.patch"
[[ ${PV} != 9999 ]] && eautoreconf
next reply other threads:[~2011-05-01 15:14 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-01 15:14 Nirbheek Chauhan [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-09-13 7:38 [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/ Mart Raudsepp
2018-09-13 7:38 Mart Raudsepp
2018-04-15 19:00 Ole Reifschneider
2018-01-12 15:03 Dennis Lamm
2016-05-11 6:35 Remi Cardona
2016-03-25 0:56 Ole Reifschneider
2015-10-18 12:26 Ole Reifschneider
2015-10-11 20:46 Ole Reifschneider
2015-05-12 18:44 Gilles Dartiguelongue
2015-04-26 13:53 Ole Reifschneider
2014-12-15 23:28 Gilles Dartiguelongue
2014-11-23 22:49 Gilles Dartiguelongue
2014-11-04 0:11 Gilles Dartiguelongue
2014-10-13 21:51 Gilles Dartiguelongue
2014-04-24 21:36 Gilles Dartiguelongue
2014-04-15 22:05 Gilles Dartiguelongue
2013-12-22 22:27 Gilles Dartiguelongue
2012-09-25 15:46 Alexandre Rostovtsev
2012-09-22 18:03 Nirbheek Chauhan
2011-10-21 22:24 Alexandre Restovtsev
2011-10-18 7:37 Alexandre Restovtsev
2011-04-07 22:17 Gilles Dartiguelongue
2011-04-06 15:19 Gilles Dartiguelongue
2011-03-19 23:22 Nirbheek Chauhan
2011-03-06 13:01 Nirbheek Chauhan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c503a0a1dcad3df62f147cc6cc7ee07b33c3edba.nirbheek@gentoo \
--to=nirbheek@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox