From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: x11-libs/vte/
Date: Thu, 8 Oct 2020 02:55:34 +0000 (UTC) [thread overview]
Message-ID: <1602125663.5b9961626b220d65de65524b55bb97f320c77786.gyakovlev@gentoo> (raw)
commit: 5b9961626b220d65de65524b55bb97f320c77786
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 8 02:53:20 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct 8 02:54:23 2020 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=5b996162
x11-libs/vte: sync 0.28.2 with ::gentoo, disable py2.7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
...e-0.28.2-r208.ebuild => vte-0.28.2-r209.ebuild} | 58 ++--------------------
1 file changed, 4 insertions(+), 54 deletions(-)
diff --git a/x11-libs/vte/vte-0.28.2-r208.ebuild b/x11-libs/vte/vte-0.28.2-r209.ebuild
similarity index 60%
rename from x11-libs/vte/vte-0.28.2-r208.ebuild
rename to x11-libs/vte/vte-0.28.2-r209.ebuild
index 194d97a..0728488 100644
--- a/x11-libs/vte/vte-0.28.2-r208.ebuild
+++ b/x11-libs/vte/vte-0.28.2-r209.ebuild
@@ -1,19 +1,17 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-inherit gnome2 python-r1
+inherit gnome2
DESCRIPTION="GNOME terminal widget"
HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE"
LICENSE="LGPL-2+"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips x86"
-IUSE="debug +introspection python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+KEYWORDS="amd64 arm ~arm64 ~mips ppc64 x86"
+IUSE="debug +introspection"
RDEPEND="
>=dev-libs/glib-2.26:2
@@ -25,10 +23,6 @@ RDEPEND="
x11-libs/libXft
introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
- python? (
- ${PYTHON_DEPS}
- dev-python/pygtk:2[${PYTHON_USEDEP}]
- )
"
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
@@ -59,26 +53,7 @@ PATCHES=(
DOCS="AUTHORS ChangeLog HACKING NEWS README"
-src_prepare() {
- prepare_python() {
- mkdir -p "${BUILD_DIR}" || die
- }
- if use python; then
- python_foreach_impl prepare_python
- fi
-
- gnome2_src_prepare
-}
-
src_configure() {
- configure_python() {
- ECONF_SOURCE="${S}" gnome2_src_configure --enable-python
- }
-
- if use python; then
- python_foreach_impl run_in_build_dir configure_python
- fi
-
local myconf=""
if [[ ${CHOST} == *-interix* ]]; then
@@ -99,33 +74,8 @@ src_configure() {
${myconf}
}
-src_compile() {
- gnome2_src_compile
-
- compile_python() {
- cd "${BUILD_DIR}"/python || die
- ln -s "${S}"/src/libvte.la "${BUILD_DIR}"/src/ || die
- mkdir -p "${BUILD_DIR}"/src/.libs || die
- ln -s "${S}"/src/.libs/libvte.so "${BUILD_DIR}"/src/.libs/ || die
- emake CPPFLAGS="${CPPFLAGS} -I${S}/src"
- }
-
- if use python; then
- python_foreach_impl run_in_build_dir compile_python
- fi
-}
-
src_install() {
gnome2_src_install
- install_python() {
- cd "${BUILD_DIR}"/python || die
- emake install DESTDIR="${D}" \
- CPPFLAGS="${CPPFLAGS} -I${S}/src"
- }
- if use python; then
- python_foreach_impl run_in_build_dir install_python
- fi
-
rm -v "${ED}usr/libexec/gnome-pty-helper" || die
}
next reply other threads:[~2020-10-08 2:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-08 2:55 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-08 15:42 [gentoo-commits] proj/musl:master commit in: x11-libs/vte/ Jory Pratt
2021-07-12 0:20 Jory Pratt
2020-08-01 23:59 Jory Pratt
2020-07-17 12:37 Anthony G. Basile
2020-07-17 12:37 Anthony G. Basile
2020-07-17 12:37 Anthony G. Basile
2020-04-21 15:35 Jory Pratt
2019-12-25 19:24 Anthony G. Basile
2019-10-20 22:14 Jory Pratt
2019-05-11 12:55 Anthony G. Basile
2019-05-11 12:55 Anthony G. Basile
2017-05-24 22:11 Aric Belsito
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=1602125663.5b9961626b220d65de65524b55bb97f320c77786.gyakovlev@gentoo \
--to=gyakovlev@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