summaryrefslogtreecommitdiff
path: root/x11-libs/goocanvas
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /x11-libs/goocanvas
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'x11-libs/goocanvas')
-rw-r--r--x11-libs/goocanvas/Manifest2
-rw-r--r--x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild (renamed from x11-libs/goocanvas/goocanvas-2.0.4.ebuild)20
2 files changed, 4 insertions, 18 deletions
diff --git a/x11-libs/goocanvas/Manifest b/x11-libs/goocanvas/Manifest
index d58dcdb3e769..7108b94c1429 100644
--- a/x11-libs/goocanvas/Manifest
+++ b/x11-libs/goocanvas/Manifest
@@ -2,5 +2,5 @@ AUX goocanvas-1.0.0-gold.patch 848 BLAKE2B 5d808bc92fa4acedd0be7610e8b75030a3593
DIST goocanvas-1.0.0.tar.bz2 570552 BLAKE2B 00b1a3d59448cc2f40dd20b0c97977cfc477a6656f32e2106b3f3bd5c42b8b625e270d9f96de44f30caf83b744b331699e7c6385b5269bf7b22e3bb25a879948 SHA512 fef4364b57dc777b6dcceb026f940121a24a8a3792e8d37d320eb47b7747ab0d54d8d7911b4ff77c21ca2b251937c9312da04221bbc246a07bbf4062689de644
DIST goocanvas-2.0.4.tar.xz 584272 BLAKE2B 027ab47c1e9c241f74509001426367e86025ec8ea5901cf64c2014f8c32b83ce60870ca754dd15e8982a7023b77d3856b39dbbbdd636de6da47d361cb15a940e SHA512 e57dfd59d9b9cb64deadfeac193c11a89347c7f0e966377cfb98afcc2b46be13fe05d253a96e63dc7e6981c75e6e871040b83d8d0aee95cb62b79965d6be5688
EBUILD goocanvas-1.0.0.ebuild 1266 BLAKE2B 6a55137d0ae30995f922cd70525420f3bf7fb351ef0091728ded8d59646e30f825e7f82d3e5f96eb06cd8d8b0dcacadcb90f1f5c108c1de009a20c73f453a06d SHA512 584d3fccd213dff57f61b25d57a37fdbdf5c3c6ade0ef400cccd83cc8b724aa76d02d482643412b5fa42117658d3c85233ff6d0174fdbbcd8999b9d2d28ef2b4
-EBUILD goocanvas-2.0.4.ebuild 1621 BLAKE2B 80a626c3d7bb409b262c5e7757d4c3095fc7b5a68f76f777a98a2a95ae4bf692bd6a6d8ca791ac01c967b9d28fa1afcf0762da8d647102dea51fd7092a475eb1 SHA512 e773c3f8fc4d2f19efadea630557d278e1a7159d2d1c239ab5828cb8843b378c5bdeb94eabfd018b2e6037d36d16d736f706cf0323895dfc60193774a70ef220
+EBUILD goocanvas-2.0.4-r1.ebuild 1220 BLAKE2B 35c7574ee407549c50c6629a000230dc42d0e2a2605b4f5a319ab65425c2fe073a7af7706403c589cdf4bdb2c1076cb580d585303bd4d7ea28501ba95df08aa3 SHA512 0865ed79174460fd99aeb0cfdf3d4f8d502a231b56df84c530ab445b5c86450019474a44c77bfe3f06b0d4a1e5a37d4e0e9eae2e6f9bfb0259be2e6925d5d85c
MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506
diff --git a/x11-libs/goocanvas/goocanvas-2.0.4.ebuild b/x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild
index ebee51dd3a38..ecf7cebb1173 100644
--- a/x11-libs/goocanvas/goocanvas-2.0.4.ebuild
+++ b/x11-libs/goocanvas/goocanvas-2.0.4-r1.ebuild
@@ -2,9 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit gnome2 python-r1
+inherit gnome2
DESCRIPTION="Canvas widget for GTK+ using the cairo 2D library for drawing"
HOMEPAGE="https://wiki.gnome.org/GooCanvas"
@@ -12,18 +11,13 @@ HOMEPAGE="https://wiki.gnome.org/GooCanvas"
LICENSE="LGPL-2"
SLOT="2.0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE="examples +introspection python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="examples +introspection"
-# python only enables python specific binding override
RDEPEND="
>=x11-libs/gtk+-3.0.0:3
>=dev-libs/glib-2.28.0:2
>=x11-libs/cairo-1.10.0
introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
- python? (
- ${PYTHON_DEPS}
- >=dev-python/pygobject-2.90.4:3[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}
dev-util/glib-utils
@@ -37,7 +31,7 @@ src_prepare() {
sed -e 's/^\(SUBDIRS =.*\)demo\(.*\)$/\1\2/' \
-i Makefile.am Makefile.in || die "sed failed"
- # Python bindings are built/installed manually.
+ # Python bindings are built/installed manually, but not at all anymore (py2).
sed -e "/SUBDIRS = python/d" -i bindings/Makefile.am bindings/Makefile.in
gnome2_src_prepare
@@ -54,14 +48,6 @@ src_configure() {
src_install() {
gnome2_src_install
- if use python; then
- sub_install() {
- python_moduleinto $(python -c "import gi;print gi._overridesdir")
- python_domodule bindings/python/GooCanvas.py
- }
- python_foreach_impl sub_install
- fi
-
if use examples; then
insinto "/usr/share/doc/${P}/examples/"
doins demo/*.[ch] demo/*.png