public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/opentyrian/
@ 2017-09-05 18:32 Austin English
  0 siblings, 0 replies; 8+ messages in thread
From: Austin English @ 2017-09-05 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     57931659ff17897d8015248fe798e040fd18c905
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 18:30:19 2017 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 18:32:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57931659

games-arcade/opentyrian: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../opentyrian/opentyrian-2.1.20130907-r1.ebuild   | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
new file mode 100644
index 00000000000..5b961968215
--- /dev/null
+++ b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
+HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
+SRC_URI="http://darklomax.org/tyrian/tyrian21.zip
+	 http://www.camanis.net/${PN}/releases/${P}-src.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libsdl
+	media-libs/sdl-net"
+
+# Yes, mercurial is needed to set the build version stamp.
+DEPEND="${RDEPEND}
+	app-arch/unzip
+	dev-vcs/mercurial"
+
+PATCHES=(
+	"${FILESDIR}/${PV}-datapath.diff"
+	"${FILESDIR}/${PV}-cflag-idiocy.diff"
+)
+
+src_compile() {
+	emake DATA_PATH="/usr/share/${PN}" || die "Compilation failed"
+}
+
+src_install() {
+	dobin opentyrian || die "Failed to install game binary"
+	dosym ../../usr/bin/opentyrian /usr/bin/tyrian || die "Failed to symlink"
+	dodoc CREDITS NEWS README || die "Failed to install documentation"
+	domenu linux/opentyrian.desktop || die "Failed to install desktop file"
+	for i in linux/icons/*.png ; do
+		local size=`echo ${i} | sed -e 's:.*-\([0-9]\+\).png:\1:'`
+		insinto /usr/share/icons/hicolor/${size}x${size}/apps
+		newins ${i} opentyrian.png || die "Failed to install program icon"
+	done
+	insinto "/usr/share/${PN}"
+	cd "${WORKDIR}/tyrian21"
+	rm *.exe dpmi16bi.ovl loudness.awe || die "Failed to remove win32 binaries"
+	doins * || die "Failed to install game data"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/opentyrian/
@ 2021-08-19  0:48 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-08-19  0:48 UTC (permalink / raw
  To: gentoo-commits

commit:     3737c602ff7a723945d0eb800fb65e2b3ed329a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 00:46:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 00:46:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3737c602

games-arcade/opentyrian: revbump for changed dependency

Fixes: f2ec3cbe2eed9382c90e01e43c9563b419c38b34
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...pentyrian-2.1.20130907-r2.ebuild => opentyrian-2.1.20130907-r3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/games-arcade/opentyrian/opentyrian-2.1.20130907-r2.ebuild b/games-arcade/opentyrian/opentyrian-2.1.20130907-r3.ebuild
similarity index 100%
rename from games-arcade/opentyrian/opentyrian-2.1.20130907-r2.ebuild
rename to games-arcade/opentyrian/opentyrian-2.1.20130907-r3.ebuild


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/opentyrian/
@ 2021-05-31 17:49 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2021-05-31 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     220c5189e4d14545bcf7abcc71310e018fcd36c6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 17:48:26 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 31 17:48:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220c5189

games-arcade/opentyrian: drop inactive maintainer

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-arcade/opentyrian/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/games-arcade/opentyrian/metadata.xml b/games-arcade/opentyrian/metadata.xml
index 33834cfebd8..d2dabe86cd3 100644
--- a/games-arcade/opentyrian/metadata.xml
+++ b/games-arcade/opentyrian/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>chainsaw@gentoo.org</email>
-    <name>Tony Vroon</name>
-  </maintainer>
   <maintainer type="project">
     <email>games@gentoo.org</email>
     <name>Gentoo Games Project</name>


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/opentyrian/
@ 2020-08-22 18:56 James Le Cuirot
  0 siblings, 0 replies; 8+ messages in thread
From: James Le Cuirot @ 2020-08-22 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e0c35052054c041d724a20ba5fd5079f300c8afe
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Aug 20 11:52:58 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 18:56:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c35052

games-arcade/opentyrian: remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17182
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 .../opentyrian/opentyrian-2.1.20130907-r1.ebuild   | 57 ----------------------
 1 file changed, 57 deletions(-)

diff --git a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
deleted file mode 100644
index d6898a9647f..00000000000
--- a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop gnome2-utils
-
-DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
-HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
-SRC_URI="http://darklomax.org/tyrian/tyrian21.zip
-	 http://www.camanis.net/${PN}/releases/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-	media-libs/sdl-net"
-
-# Yes, mercurial is needed to set the build version stamp.
-DEPEND="${RDEPEND}
-	app-arch/unzip
-	dev-vcs/mercurial"
-
-PATCHES=(
-	"${FILESDIR}/${PV}-datapath.diff"
-	"${FILESDIR}/${PV}-cflag-idiocy.diff"
-)
-
-src_compile() {
-	emake DATA_PATH="/usr/share/${PN}"
-}
-
-src_install() {
-	dobin opentyrian
-	dosym ../../usr/bin/opentyrian /usr/bin/tyrian
-	dodoc CREDITS NEWS README
-	domenu linux/opentyrian.desktop || die "Failed to install desktop file"
-	for i in linux/icons/*.png ; do
-		local size=`echo ${i} | sed -e 's:.*-\([0-9]\+\).png:\1:'`
-		insinto /usr/share/icons/hicolor/${size}x${size}/apps
-		newins ${i} opentyrian.png
-	done
-	insinto "/usr/share/${PN}"
-	cd "${WORKDIR}/tyrian21"
-	rm *.exe dpmi16bi.ovl loudness.awe || die "Failed to remove win32 binaries"
-	doins *
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/opentyrian/
@ 2020-08-22 18:56 James Le Cuirot
  0 siblings, 0 replies; 8+ messages in thread
From: James Le Cuirot @ 2020-08-22 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     5d2f78d167fffec5220f4df32464501eaefecf03
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 18:54:22 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 18:56:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2f78d1

games-arcade/opentyrian: More miscellaneous improvements

* Depend on libsdl[video]
* Delete Windows files earlier
* Respect CC
* Support prefix
* Simplify symlink
* Remove unneeded die
* Clean up icon handling

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 .../opentyrian/opentyrian-2.1.20130907-r2.ebuild   | 32 ++++++++++++++--------
 1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/games-arcade/opentyrian/opentyrian-2.1.20130907-r2.ebuild b/games-arcade/opentyrian/opentyrian-2.1.20130907-r2.ebuild
index fb021768080..74fce946ff8 100644
--- a/games-arcade/opentyrian/opentyrian-2.1.20130907-r2.ebuild
+++ b/games-arcade/opentyrian/opentyrian-2.1.20130907-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop xdg-utils
+inherit desktop toolchain-funcs xdg-utils
 
 DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
 HOMEPAGE="https://github.com/opentyrian/opentyrian"
@@ -14,7 +14,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="media-libs/libsdl
+DEPEND="media-libs/libsdl[video]
 	media-libs/sdl-net"
 RDEPEND="${DEPEND}"
 BDEPEND="app-arch/unzip"
@@ -25,24 +25,32 @@ PATCHES=(
 	"${FILESDIR}/${PV}-gcc10.patch"
 )
 
+src_prepare() {
+	default
+	rm "${WORKDIR}"/tyrian21/{*.exe,dpmi16bi.ovl,loudness.awe} || die "Failed to remove win32 binaries"
+}
+
 src_compile() {
-	emake DATA_PATH="/usr/share/${PN}"
+	emake \
+		CC="$(tc-getCC)" \
+		DATA_PATH="${EPREFIX}/usr/share/${PN}"
 }
 
 src_install() {
 	dobin opentyrian
-	dosym ../../usr/bin/opentyrian /usr/bin/tyrian
+	dosym opentyrian /usr/bin/tyrian
 	dodoc CREDITS NEWS README
-	domenu linux/opentyrian.desktop || die "Failed to install desktop file"
+	domenu linux/opentyrian.desktop
+
+	local size
 	for i in linux/icons/*.png ; do
-		local size=`echo ${i} | sed -e 's:.*-\([0-9]\+\).png:\1:'`
-		insinto /usr/share/icons/hicolor/${size}x${size}/apps
-		newins ${i} opentyrian.png
+		size=${i%.png}
+		size=${size##*-}
+		newicon -s "${size}" "${i}" opentyrian.png
 	done
-	insinto "/usr/share/${PN}"
-	cd "${WORKDIR}/tyrian21"
-	rm *.exe dpmi16bi.ovl loudness.awe || die "Failed to remove win32 binaries"
-	doins *
+
+	insinto /usr/share/"${PN}"
+	doins "${WORKDIR}"/tyrian21/*
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/opentyrian/
@ 2018-08-27 21:23 James Le Cuirot
  0 siblings, 0 replies; 8+ messages in thread
From: James Le Cuirot @ 2018-08-27 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     af520e35560e761d31f6988e8a28b65cefcb291e
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Aug  3 01:22:12 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 21:23:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af520e35

games-arcade/opentyrian: add gnome2-utils

Needed for gnome2_icon_cache_update in pkg_postinst and pkg_postrm.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
index f1b0678fb4e..fc82628bc52 100644
--- a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
+++ b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit desktop
+inherit desktop gnome2-utils
 
 DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
 HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
@@ -47,3 +47,11 @@ src_install() {
 	rm *.exe dpmi16bi.ovl loudness.awe || die "Failed to remove win32 binaries"
 	doins * || die "Failed to install game data"
 }
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/opentyrian/
@ 2018-08-27 21:23 James Le Cuirot
  0 siblings, 0 replies; 8+ messages in thread
From: James Le Cuirot @ 2018-08-27 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     6b5b49103a0a47c7068a22bc9a9c0a744b526507
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Aug  3 01:17:49 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 21:23:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5b4910

games-arcade/opentyrian: eutils->desktop

Only has eutils for the implicit desktop inheritance for domenu.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
index 5b961968215..f1b0678fb4e 100644
--- a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
+++ b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils
+inherit desktop
 
 DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
 HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/opentyrian/
@ 2015-09-01 19:43 Tobias Klausmann
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann @ 2015-09-01 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     de3a6b267d2506af1200a989b5a0e53b46294e52
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 19:32:43 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 19:32:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3a6b26

games-arcade/opentyrian: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 games-arcade/opentyrian/opentyrian-2.1.20130907.ebuild | 2 +-
 games-arcade/opentyrian/opentyrian-20090702.ebuild     | 2 +-
 games-arcade/opentyrian/opentyrian-20091025.ebuild     | 2 +-
 games-arcade/opentyrian/opentyrian-20110517-r1.ebuild  | 2 +-
 games-arcade/opentyrian/opentyrian-20110517.ebuild     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/games-arcade/opentyrian/opentyrian-2.1.20130907.ebuild b/games-arcade/opentyrian/opentyrian-2.1.20130907.ebuild
index 49e8620..81d2c8e 100644
--- a/games-arcade/opentyrian/opentyrian-2.1.20130907.ebuild
+++ b/games-arcade/opentyrian/opentyrian-2.1.20130907.ebuild
@@ -5,7 +5,7 @@
 inherit base games
 
 DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
-HOMEPAGE="https://code.google.com/p/opentyrian/"
+HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
 SRC_URI="http://darklomax.org/tyrian/tyrian21.zip
 	 http://www.camanis.net/${PN}/releases/${P}-src.tar.gz"
 

diff --git a/games-arcade/opentyrian/opentyrian-20090702.ebuild b/games-arcade/opentyrian/opentyrian-20090702.ebuild
index 1872786..18b6395 100644
--- a/games-arcade/opentyrian/opentyrian-20090702.ebuild
+++ b/games-arcade/opentyrian/opentyrian-20090702.ebuild
@@ -5,7 +5,7 @@
 inherit eutils games
 
 DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
-HOMEPAGE="https://code.google.com/p/opentyrian/"
+HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
 SRC_URI="http://darklomax.org/tyrian/tyrian21.zip
 	 mirror://gentoo/${P}.tar.bz2"
 

diff --git a/games-arcade/opentyrian/opentyrian-20091025.ebuild b/games-arcade/opentyrian/opentyrian-20091025.ebuild
index 458cc85..c0324b4 100644
--- a/games-arcade/opentyrian/opentyrian-20091025.ebuild
+++ b/games-arcade/opentyrian/opentyrian-20091025.ebuild
@@ -5,7 +5,7 @@
 inherit eutils games
 
 DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
-HOMEPAGE="https://code.google.com/p/opentyrian/"
+HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
 SRC_URI="http://darklomax.org/tyrian/tyrian21.zip
 	 mirror://gentoo/${P}.tar.bz2"
 

diff --git a/games-arcade/opentyrian/opentyrian-20110517-r1.ebuild b/games-arcade/opentyrian/opentyrian-20110517-r1.ebuild
index 04a4454..58275a8 100644
--- a/games-arcade/opentyrian/opentyrian-20110517-r1.ebuild
+++ b/games-arcade/opentyrian/opentyrian-20110517-r1.ebuild
@@ -5,7 +5,7 @@
 inherit base games
 
 DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
-HOMEPAGE="https://code.google.com/p/opentyrian/"
+HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
 SRC_URI="http://darklomax.org/tyrian/tyrian21.zip
 	 mirror://gentoo/${P}.tar.bz2"
 

diff --git a/games-arcade/opentyrian/opentyrian-20110517.ebuild b/games-arcade/opentyrian/opentyrian-20110517.ebuild
index 312c69c..64e9817 100644
--- a/games-arcade/opentyrian/opentyrian-20110517.ebuild
+++ b/games-arcade/opentyrian/opentyrian-20110517.ebuild
@@ -5,7 +5,7 @@
 inherit base games
 
 DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
-HOMEPAGE="https://code.google.com/p/opentyrian/"
+HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
 SRC_URI="http://darklomax.org/tyrian/tyrian21.zip
 	 mirror://gentoo/${P}.tar.bz2"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-08-19  0:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05 18:32 [gentoo-commits] repo/gentoo:master commit in: games-arcade/opentyrian/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2021-08-19  0:48 Sam James
2021-05-31 17:49 David Seifert
2020-08-22 18:56 James Le Cuirot
2020-08-22 18:56 James Le Cuirot
2018-08-27 21:23 James Le Cuirot
2018-08-27 21:23 James Le Cuirot
2015-09-01 19:43 Tobias Klausmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox