* [gentoo-commits] repo/gentoo:master commit in: dev-games/t4k-common/
@ 2019-04-22 20:15 James Le Cuirot
0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2019-04-22 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 735d1f57763941757952ddff9e31281b31c2530c
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sun Apr 21 06:48:13 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 20:15:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735d1f57
dev-games/t4k-common: update HOMEPAGE, SRC_URI, metadata
Bug: https://bugs.gentoo.org/683184
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11759
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-games/t4k-common/Manifest | 2 +-
dev-games/t4k-common/metadata.xml | 3 +++
dev-games/t4k-common/t4k-common-0.1.1.ebuild | 8 ++++----
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-games/t4k-common/Manifest b/dev-games/t4k-common/Manifest
index 486bc2ce1cc..6d4292f4cbb 100644
--- a/dev-games/t4k-common/Manifest
+++ b/dev-games/t4k-common/Manifest
@@ -1 +1 @@
-DIST t4k_common-0.1.1.tar.gz 629215 BLAKE2B e85619ae0526aa51dc2075e5b845eaf778772cc7b354cb2a8d6737602695dbeea798de980ddefce1ec951b3700059a936bef291f140acf6424001e6647fe8643 SHA512 ddf9c0ccf1b6a4ab9f009794262fef86587e31e5110e5a8041214d7c94c607b9f4ca5ec21f04254bfc00a625ab75a04a69b3dcaff9ec13dbb92d5d82b6e375cf
+DIST t4k-common-0.1.1.tar.gz 622239 BLAKE2B f2ddbb3b8815ad05001f99b8cfd49fda3c1f59e9dc340bf9739c2072e9f4a2faf069bf9f774f95818a0cb59302e557d3d6408530e8ff82adb6b9fd84b36e2641 SHA512 d7fdb469452637187adcb4b5d2907c05687765b1b75cd3a28b75222b2a0358f1962e1a245d88129b4dbede845fde8ff718cf9a7b0f97a12cb21a8791073fbe3d
diff --git a/dev-games/t4k-common/metadata.xml b/dev-games/t4k-common/metadata.xml
index 26079e608be..9abddaa683a 100644
--- a/dev-games/t4k-common/metadata.xml
+++ b/dev-games/t4k-common/metadata.xml
@@ -5,4 +5,7 @@
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">tux4kids/t4kcommon</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-games/t4k-common/t4k-common-0.1.1.ebuild b/dev-games/t4k-common/t4k-common-0.1.1.ebuild
index ed40644465c..2b12a55927c 100644
--- a/dev-games/t4k-common/t4k-common-0.1.1.ebuild
+++ b/dev-games/t4k-common/t4k-common-0.1.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils
DESCRIPTION="A library of code shared between tuxmath and tuxtype"
-HOMEPAGE="http://tux4kids.alioth.debian.org/tuxmath/download.php"
-SRC_URI="http://alioth.debian.org/frs/download.php/3540/t4k_common-${PV}.tar.gz"
+HOMEPAGE="https://github.com/tux4kids/t4kcommon"
+SRC_URI="https://github.com/tux4kids/t4kcommon/archive/upstream/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -28,7 +28,7 @@ RDEPEND="dev-libs/libxml2:2
DEPEND="${RDEPEND}
virtual/pkgconfig"
-S=${WORKDIR}/t4k_common-${PV}
+S=${WORKDIR}/t4kcommon-upstream-${PV}
src_prepare() {
epatch "${FILESDIR}"/${P}-libpng.patch
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-games/t4k-common/
@ 2021-06-13 12:55 Ionen Wolkens
0 siblings, 0 replies; 2+ messages in thread
From: Ionen Wolkens @ 2021-06-13 12:55 UTC (permalink / raw
To: gentoo-commits
commit: 28137c7c6970f69c1cecd1ef3f0874f2f8fd836f
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 12:00:18 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 12:52:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28137c7c
dev-games/t4k-common: drop last stable 0.1.1
Broken and its only rdep currently depends on ~arch 0.1.1-r1, no
sense in keeping stable keywords for this.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-games/t4k-common/t4k-common-0.1.1.ebuild | 59 ----------------------------
1 file changed, 59 deletions(-)
diff --git a/dev-games/t4k-common/t4k-common-0.1.1.ebuild b/dev-games/t4k-common/t4k-common-0.1.1.ebuild
deleted file mode 100644
index e0a6d5009ab..00000000000
--- a/dev-games/t4k-common/t4k-common-0.1.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A library of code shared between tuxmath and tuxtype"
-HOMEPAGE="https://github.com/tux4kids/t4kcommon"
-SRC_URI="https://github.com/tux4kids/t4kcommon/archive/upstream/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="svg"
-
-RDEPEND="
- dev-libs/libxml2:2
- media-libs/libsdl
- media-libs/sdl-image
- media-libs/sdl-mixer
- media-libs/sdl-net
- media-libs/sdl-ttf
- media-libs/sdl-pango
- svg? (
- gnome-base/librsvg:2
- media-libs/libpng:0
- x11-libs/cairo
- )"
-DEPEND="${RDEPEND}"
-# need sys-devel/gettext for AM_ICONV in iconv.m4
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig"
-
-S="${WORKDIR}/t4kcommon-upstream-${PV}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-libpng.patch
- "${FILESDIR}"/${P}-fno-common.patch
- "${FILESDIR}"/${P}-ICONV_CONST.patch
-)
-
-src_prepare() {
- default
- rm m4/iconv.m4 || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-static \
- $(usex svg "" --without-rsvg)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-13 12:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-22 20:15 [gentoo-commits] repo/gentoo:master commit in: dev-games/t4k-common/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2021-06-13 12:55 Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox