public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
Date: Fri,  5 Aug 2016 16:35:33 +0000 (UTC)	[thread overview]
Message-ID: <1470414921.02a3fb525f9f376ec2833006930b97edb68a9c91.wizardedit@gentoo> (raw)

commit:     02a3fb525f9f376ec2833006930b97edb68a9c91
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 15:55:11 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 16:35:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a3fb52

games-kids/gcompris: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-kids/gcompris/gcompris-15.10-r1.ebuild | 93 ++++++++++++++++++++++++++++
 1 file changed, 93 insertions(+)

diff --git a/games-kids/gcompris/gcompris-15.10-r1.ebuild b/games-kids/gcompris/gcompris-15.10-r1.ebuild
new file mode 100644
index 0000000..aca94df
--- /dev/null
+++ b/games-kids/gcompris/gcompris-15.10-r1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite,threads"
+
+inherit autotools eutils python-single-r1
+
+DESCRIPTION="full featured educational application for children from 2 to 10"
+HOMEPAGE="http://gcompris.net/"
+SRC_URI="http://gcompris.net/download/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="gstreamer"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="x11-libs/gtk+:2
+	gnome-base/librsvg[gtk(+)]
+	gstreamer? (
+		media-libs/gstreamer:0.10
+		media-libs/gst-plugins-good:0.10
+		media-plugins/gst-plugins-alsa:0.10
+		media-plugins/gst-plugins-ogg:0.10
+		media-plugins/gst-plugins-vorbis:0.10 )
+	!gstreamer? (
+		media-libs/sdl-mixer
+		media-libs/libsdl:0 )
+	dev-db/sqlite:3
+	dev-libs/libxml2
+	dev-libs/popt
+	dev-python/pygtk[${PYTHON_USEDEP}]
+	virtual/libintl"
+DEPEND="${RDEPEND}
+	app-text/texi2html
+	dev-perl/XML-Parser
+	gnome-base/gnome-common
+	sys-apps/texinfo
+	sys-devel/gettext
+	virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+	media-gfx/tuxpaint
+	sci-electronics/gnucap"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-build.patch
+)
+
+pkg_setup() {
+	python-single-r1_pkg_setup
+}
+
+src_prepare() {
+	default
+
+	# Drop DEPRECATED flags, bug #387817
+	sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
+		src/gcompris/Makefile.am || die
+
+	cp /usr/share/gettext/config.rpath .
+	eautoreconf
+
+	sed -i \
+		-e 's#^itlocaledir =.*$#itlocaledir = @localedir@#' \
+		po/Makefile.in.in || die
+
+	# Fix desktop files
+	sed -i \
+		-e '/Encoding/d' \
+		gcompris.desktop.in \
+		gcompris-edit.desktop.in || die
+}
+
+src_configure() {
+	GNUCHESS="/usr/bin/gcompris-gnuchess" \
+	econf \
+		--datarootdir="/usr/share" \
+		--datadir="/usr/share" \
+		--localedir=/usr/share/locale \
+		--infodir=/usr/share/info \
+		--with-python="${PYTHON}" \
+		$(use_enable !gstreamer sdlmixer) \
+		--enable-sqlite \
+		--enable-py-build-only
+}
+
+src_install() {
+	default
+	prune_libtool_files --modules
+}


             reply	other threads:[~2016-08-05 16:35 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-05 16:35 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-06 22:58 [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/ Andreas Sturmlechner
2025-02-06 22:58 Andreas Sturmlechner
2022-12-26 10:17 Andreas Sturmlechner
2022-12-26 10:17 Andreas Sturmlechner
2021-01-25 16:48 Andreas Sturmlechner
2021-01-02 20:31 Andreas Sturmlechner
2020-01-06 12:44 Andreas Sturmlechner
2019-12-22 21:48 Andreas Sturmlechner
2019-12-08 12:04 Andreas Sturmlechner
2019-07-05 20:27 Andreas Sturmlechner
2019-07-05 20:27 Andreas Sturmlechner
2019-03-10 16:44 Virgil Dupras
2018-12-24 14:14 Andreas Sturmlechner
2018-12-24 13:36 Virgil Dupras
2018-12-24 13:36 Virgil Dupras
2018-10-12 16:58 Virgil Dupras
2018-10-12 16:58 Virgil Dupras
2016-03-14 22:12 Agostino Sarubbo

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=1470414921.02a3fb525f9f376ec2833006930b97edb68a9c91.wizardedit@gentoo \
    --to=wizardedit@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