games-kids/gcompris: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:22 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:44:27 +0000 (02:44 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-kids/gcompris/Manifest
games-kids/gcompris/gcompris-14.12.ebuild [deleted file]
games-kids/gcompris/gcompris-15.10.ebuild [deleted file]

index 5a81912ed99d420d58068877961d14d52e8a52b6..394a6083accfce21b5c73fc308b018a6f0f8a210 100644 (file)
@@ -1,2 +1 @@
-DIST gcompris-14.12.tar.bz2 272767636 BLAKE2B 42e537e2c080adfcfe6bcbde478910dbb32caa0d28d7d01b8831e416d03d8de5ab31c54bde8537d5ca4d9d225b75ba911708551d7048cc94c7a04c86440bb32f SHA512 b0948fcf303b335a231318dd57ef84d83cda7839e82542e5c4b9e794745561c24d64e7e76a96c63d1b0eb5a44377f2bf05b1d89f3bcab75dd2c32075e2ba5258
 DIST gcompris-15.10.tar.bz2 279959562 BLAKE2B f8c9287a881a98bacf9b057e518597552a2f84f8bb9143684c1f7ba8f7803589c44b383c17af5b21715f4c71c78456540c5334cea4247380d28abd161b5ae756 SHA512 1915a6934f3111e871be2777ed88c8d15a3ddb85f0c16d92333b6ebcba0cbbe526e51e84ecc576021cd807a5d69bb9570dba481ddc925da9d4dd35a0075380fc
diff --git a/games-kids/gcompris/gcompris-14.12.ebuild b/games-kids/gcompris/gcompris-14.12.ebuild
deleted file mode 100644 (file)
index 0300906..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite,threads"
-
-inherit autotools eutils python-single-r1 games
-
-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 ~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-ogg:0.10
-               media-plugins/gst-plugins-alsa:0.10
-               media-plugins/gst-plugins-vorbis:0.10 )
-       !gstreamer? (
-               media-libs/sdl-mixer
-               media-libs/libsdl:0 )
-       dev-libs/libxml2
-       dev-libs/popt
-       virtual/libintl
-       dev-db/sqlite:3
-       dev-python/pygtk[${PYTHON_USEDEP}]
-       ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-       gnome-base/gnome-common
-       dev-perl/XML-Parser
-       sys-devel/gettext
-       sys-apps/texinfo
-       app-text/texi2html
-       virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-       media-gfx/tuxpaint
-       sci-electronics/gnucap"
-
-pkg_setup() {
-       python-single-r1_pkg_setup
-       games_pkg_setup
-}
-
-src_prepare() {
-       # Drop DEPRECATED flags, bug #387817
-       sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
-               src/gcompris/Makefile.am || die
-
-       epatch "${FILESDIR}"/${P}-build.patch
-       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="${GAMES_BINDIR}/gcompris-gnuchess" \
-       egamesconf \
-               --datarootdir="${GAMES_DATADIR}" \
-               --datadir="${GAMES_DATADIR}" \
-               --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
-       prepgamesdirs
-}
diff --git a/games-kids/gcompris/gcompris-15.10.ebuild b/games-kids/gcompris/gcompris-15.10.ebuild
deleted file mode 100644 (file)
index 0300906..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite,threads"
-
-inherit autotools eutils python-single-r1 games
-
-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 ~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-ogg:0.10
-               media-plugins/gst-plugins-alsa:0.10
-               media-plugins/gst-plugins-vorbis:0.10 )
-       !gstreamer? (
-               media-libs/sdl-mixer
-               media-libs/libsdl:0 )
-       dev-libs/libxml2
-       dev-libs/popt
-       virtual/libintl
-       dev-db/sqlite:3
-       dev-python/pygtk[${PYTHON_USEDEP}]
-       ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-       gnome-base/gnome-common
-       dev-perl/XML-Parser
-       sys-devel/gettext
-       sys-apps/texinfo
-       app-text/texi2html
-       virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-       media-gfx/tuxpaint
-       sci-electronics/gnucap"
-
-pkg_setup() {
-       python-single-r1_pkg_setup
-       games_pkg_setup
-}
-
-src_prepare() {
-       # Drop DEPRECATED flags, bug #387817
-       sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
-               src/gcompris/Makefile.am || die
-
-       epatch "${FILESDIR}"/${P}-build.patch
-       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="${GAMES_BINDIR}/gcompris-gnuchess" \
-       egamesconf \
-               --datarootdir="${GAMES_DATADIR}" \
-               --datadir="${GAMES_DATADIR}" \
-               --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
-       prepgamesdirs
-}