games-kids/tuxmath: 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:51 +0000 (02:44 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-kids/tuxmath/Manifest
games-kids/tuxmath/tuxmath-2.0.1.ebuild [deleted file]
games-kids/tuxmath/tuxmath-2.0.3.ebuild [deleted file]

index b9e44fc8d1c86c8ea49804f0fa2dcd1f7f6aef93..c19bfd87effb9c0a1587d09b3b59c75ea40a85f2 100644 (file)
@@ -1,2 +1 @@
 DIST tuxmath_2.0.3.orig.tar.gz 10396696 BLAKE2B bd060178e1acf62a36da380b9212e72549fde8f6e680d6ca3a4bbee3a0db163ae96a2df2a26d03bad96bf9fc297a6de5c6b0135b4be98ebacc325e1aff5ffbdf SHA512 dd7af90f3b1bd637f2f1639a3877d1a9950c95e60b1a71633998e2b0a654bb8015c4bf83540a9af092fe054d468035d0de5f3ddc7d54b17c3235f794a6108fbe
-DIST tuxmath_w_fonts-2.0.1.tar.gz 10448109 BLAKE2B c5228d6d9714f0cef7c58f0d1df33ca34342de3efa49329316c369d3c920f401e4a7c2f1473afc6965eb3b53ad4ac0f9ed3a3f274cfb343abb6d13a5a4996675 SHA512 04f6c347a5eecca7790b5577a9dcb3ea7bf444e19614b468ba6902e37c25aa7de22c62f7ab34e6bd282326f443496aa1d8320f13c4d12ec7e14c118e519e4dc7
diff --git a/games-kids/tuxmath/tuxmath-2.0.1.ebuild b/games-kids/tuxmath/tuxmath-2.0.1.ebuild
deleted file mode 100644 (file)
index b320a0d..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils games
-
-MY_PN="${PN}_w_fonts"
-DESCRIPTION="Educational arcade game where you have to solve maths problems"
-HOMEPAGE="http://tux4kids.alioth.debian.org/tuxmath/"
-SRC_URI="mirror://sourceforge/tuxmath/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2 OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls svg"
-
-RDEPEND="dev-games/t4k-common[svg?]
-       dev-libs/libxml2:2
-       media-libs/libsdl:0
-       media-libs/sdl-pango
-       media-libs/sdl-image[jpeg,png]
-       media-libs/sdl-mixer[mod]
-       media-libs/sdl-net
-       nls? ( virtual/libintl )
-       svg? (
-               gnome-base/librsvg:2
-               x11-libs/cairo
-       )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
-       sed -i \
-               -e '/\bdoc\b/d' \
-               Makefile.in || die
-       sed -i \
-               -e '/strncat/s/)/ - 1)/' \
-               src/server.c || die
-}
-
-src_configure() {
-       egamesconf \
-               --disable-dependency-tracking \
-               --localedir=/usr/share/locale \
-               $(use_enable nls) \
-               $(usex svg "" "--without-rsvg")
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "install failed"
-       doicon -s scalable data/images/icons/${PN}.svg
-       make_desktop_entry ${PN} "TuxMath"
-       dodoc doc/{README,TODO,changelog}
-       prepgamesdirs
-}
-
-pkg_preinst() {
-       games_pkg_preinst
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}
diff --git a/games-kids/tuxmath/tuxmath-2.0.3.ebuild b/games-kids/tuxmath/tuxmath-2.0.3.ebuild
deleted file mode 100644 (file)
index 26ad239..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils games
-
-MY_PN="${PN}_w_fonts"
-DESCRIPTION="Educational arcade game where you have to solve maths problems"
-HOMEPAGE="http://tux4kids.alioth.debian.org/tuxmath/"
-SRC_URI="mirror://debian/pool/main/t/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2 OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls svg"
-
-RDEPEND="dev-games/t4k-common[svg?]
-       dev-libs/libxml2:2
-       media-libs/libsdl:0[video]
-       media-libs/sdl-pango
-       media-libs/sdl-image[jpeg,png]
-       media-libs/sdl-mixer[mod]
-       media-libs/sdl-net
-       nls? ( virtual/libintl )
-       svg? (
-               gnome-base/librsvg:2
-               x11-libs/cairo
-       )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
-       sed -i -e '/\bdoc\b/d' Makefile.in || die
-}
-
-src_configure() {
-       egamesconf \
-               --localedir=/usr/share/locale \
-               $(use_enable nls) \
-               $(usex svg "" "--without-rsvg")
-}
-
-src_install() {
-       default
-       doicon -s scalable data/images/icons/${PN}.svg
-       make_desktop_entry ${PN} "TuxMath"
-       dodoc doc/{README,TODO,changelog}
-       prepgamesdirs
-}
-
-pkg_preinst() {
-       games_pkg_preinst
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}