diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-21 20:47:17 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-21 20:47:17 +0000 |
commit | 4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (patch) | |
tree | f7640b8b96a04499f1ce44a2cad122d45a8373bd /games-kids/tuxmath | |
parent | 48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff) |
gentoo resync : 21.12.2017
Diffstat (limited to 'games-kids/tuxmath')
-rw-r--r-- | games-kids/tuxmath/Manifest | 3 | ||||
-rw-r--r-- | games-kids/tuxmath/tuxmath-2.0.1.ebuild | 72 | ||||
-rw-r--r-- | games-kids/tuxmath/tuxmath-2.0.3.ebuild | 66 |
3 files changed, 0 insertions, 141 deletions
diff --git a/games-kids/tuxmath/Manifest b/games-kids/tuxmath/Manifest index 9dd759d69155..b6aade9e1937 100644 --- a/games-kids/tuxmath/Manifest +++ b/games-kids/tuxmath/Manifest @@ -1,6 +1,3 @@ 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 -EBUILD tuxmath-2.0.1.ebuild 1456 BLAKE2B fc293d9c449ed3b2311ae7d2dfb3842bab5ab9952a9be6acb273a34136e552fe74cb519745cfad848b9e9032b18b4d5851cff0406de934bffbe15f75072527a3 SHA512 6077f222348f5bdf232accd259883986f964765915e9e60a8fe69e7e511be60ba48f6c18ec6ab2dbfdb6a76220ebe4b9b0c7a41c0597ac9b90bb0b30c42a3789 EBUILD tuxmath-2.0.3-r1.ebuild 1267 BLAKE2B f3019ba58a18dc8b719a671e41049b1248bcb95d829ef5c223515429675a6b8993f99a496d491c230541bceb17657c461a4f791111865c19bdb40a7ec225242a SHA512 e3da9218c8faf5659eb31c4d5886e8bf9d82e677d8d1977a51fa11b058dd67a8b7bab7c01ee361be5975f1c61d2a92a3e9e7f6f6327cdb649c3f410cdde197e7 -EBUILD tuxmath-2.0.3.ebuild 1322 BLAKE2B f019ff5c9b5b4c53df462846eb1616915b3db49aa93155fed11f23629c28d9e3aa4a18822d3f065e8befeffe059b391c233803f3e91ae22dcce6e71edc7a770d SHA512 01f1e2852ac87e026b0f3e5b3e848b0a2cd441a74b8e0a917ca200cf1433a44bcdafa68b71a2bddb2618087f3b461250efa81ebc7c6bc35546ba699c0dd5e902 MISC metadata.xml 330 BLAKE2B 9bce1114f26de1cdca452e5fe280ecda8bd5ed968cf7cfd15338252d748c91ecbf7cde6270e84ff9bee4e7904bd3ab6aa874fcc40d3e748828936eae5a162376 SHA512 6119196d06b8bdee2062eda1fcca6735e17325bbc19991a1c021c864f6d962e44eda75fc016b2995056c452431659b7d1e158723d115ae58e699bbeb50e5fa1b diff --git a/games-kids/tuxmath/tuxmath-2.0.1.ebuild b/games-kids/tuxmath/tuxmath-2.0.1.ebuild deleted file mode 100644 index b320a0d34d35..000000000000 --- a/games-kids/tuxmath/tuxmath-2.0.1.ebuild +++ /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 index 26ad239154cf..000000000000 --- a/games-kids/tuxmath/tuxmath-2.0.3.ebuild +++ /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 -} |