public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gtkimageview/
Date: Sun,  9 Oct 2016 12:02:00 +0000 (UTC)	[thread overview]
Message-ID: <1476013500.63c2feb7f522e0615263d2a6d7ffe1b497bf7698.pacho@gentoo> (raw)

commit:     63c2feb7f522e0615263d2a6d7ffe1b497bf7698
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 11:45:00 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 11:45:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c2feb7

media-gfx/gtkimageview: tests are severely broken and not meant to be run (#483952), stop relying on userpriv (#516580), update eapi, don't rebuild gtk-doc.

Package-Manager: portage-2.3.1

 media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild | 51 +++++++-----------------
 1 file changed, 14 insertions(+), 37 deletions(-)

diff --git a/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild b/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild
index 19d3b30..77eebb3 100644
--- a/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild
+++ b/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-
+EAPI=6
 GNOME2_LA_PUNT="yes"
-VIRTUALX_REQUIRED=test
 
-inherit autotools gnome2 virtualx
+inherit autotools gnome2
 
 DESCRIPTION="A simple image viewer widget for GTK"
 HOMEPAGE="https://projects.gnome.org/gtkimageview/"
@@ -16,57 +14,36 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="doc examples static-libs"
+IUSE="examples static-libs"
 
-# tests do not work with userpriv
-RESTRICT="test? ( userpriv )"
+# tests are severely broken, bug #483952
+RESTRICT="test"
 
 RDEPEND="x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
 	gnome-base/gnome-common
 	dev-util/gtk-doc-am
-	doc? ( >=dev-util/gtk-doc-1.8 )"
-
-pkg_setup() {
-	DOCS="README"
-	G2CONF="$(use_enable static-libs static)"
-}
+"
 
 src_prepare() {
 	gnome2_src_prepare
 
 	# Prevent excessive build failures due to gcc changes
-	sed -e '/CFLAGS/s/-Werror //g' -i configure.in || die "sed 1 failed"
-
-	# Prevent excessive build failures due to glib/gtk changes
-	sed '/DEPRECATED_FLAGS/d' -i configure.in || die "sed 2 failed"
+	sed -e '/CFLAGS/s/-Werror //g' -i configure.in || die
 
 	# Gold linker fix
 	sed -e '/libtest.la/s:$: -lm:g' -i tests/Makefile.am || die
 
-	if use doc; then
-		sed "/^TARGET_DIR/i \GTKDOC_REBASE=${EPREFIX}/usr/bin/gtkdoc-rebase" \
-			-i gtk-doc.make || die "sed 3 failed"
-	else
-		sed "/^TARGET_DIR/i \GTKDOC_REBASE=true" \
-			-i gtk-doc.make || die "sed 4 failed"
-	fi
+	# Don't rebuild gtk-doc
+	sed "/^TARGET_DIR/i \GTKDOC_REBASE=true" -i gtk-doc.make || die
 
+	mv configure.in configure.ac || die
 	AT_NOELIBTOOLIZE=yes eautoreconf
 }
 
-src_test() {
-	# the tests are only built, but not run by default
-	local failed="0"
-	Xemake check
-	cd "${S}"/tests
-	for test in ./test-* ; do
-		if [[ -x ${test} ]] ; then
-			VIRTUALX_COMMAND="${test}"
-			virtualmake || failed=$((${failed}+1))
-		fi
-	done
-	[[ ${failed} -gt 0 ]] && die "${failed} tests failed"
+src_configure() {
+	gnome2_src_configure \
+		$(use_enable static-libs static)
 }
 
 src_install() {


             reply	other threads:[~2016-10-09 12:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-09 12:02 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-30  6:02 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gtkimageview/ Alexis Ballier
2018-04-02  6:23 Matt Turner
2020-02-09 12:24 Mart Raudsepp
2021-04-01 23:04 Sam James

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=1476013500.63c2feb7f522e0615263d2a6d7ffe1b497bf7698.pacho@gentoo \
    --to=pacho@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