* [gentoo-commits] repo/gentoo:master commit in: sys-boot/raincoat/
@ 2016-11-30 23:44 Patrice Clement
0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2016-11-30 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 73cd6dc86b71b653801212c5faf75408539d880a
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sat Nov 26 07:47:22 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 23:44:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cd6dc8
sys-boot/raincoat: update HOMEPAGE.
Gentoo-Bug: https://bugs.gentoo.org/545402
Closes: https://github.com/gentoo/gentoo/pull/2916
sys-boot/raincoat/raincoat-0.11.ebuild | 6 +++---
sys-boot/raincoat/raincoat-0.5.ebuild | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sys-boot/raincoat/raincoat-0.11.ebuild b/sys-boot/raincoat/raincoat-0.11.ebuild
index d512878..6381c38 100644
--- a/sys-boot/raincoat/raincoat-0.11.ebuild
+++ b/sys-boot/raincoat/raincoat-0.11.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils
DESCRIPTION="Flash the Xbox boot chip"
-HOMEPAGE="http://www.xbox-linux.org/"
-SRC_URI="mirror://sourceforge/xbox-linux/${P}.tbz2"
+HOMEPAGE="https://sourceforge.net/projects/xbox-linux/"
+SRC_URI="https://sourceforge.net/projects/xbox-linux/files/Other/Raincoat/${P}.tbz2"
LICENSE="GPL-2"
SLOT="0"
diff --git a/sys-boot/raincoat/raincoat-0.5.ebuild b/sys-boot/raincoat/raincoat-0.5.ebuild
index e3ee3b7..d934571 100644
--- a/sys-boot/raincoat/raincoat-0.5.ebuild
+++ b/sys-boot/raincoat/raincoat-0.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="Flash the Xbox boot chip"
-HOMEPAGE="http://www.xbox-linux.org/"
+HOMEPAGE="https://sourceforge.net/projects/xbox-linux/"
SRC_URI="http://xbox-linux.org/down/raincoat-0.5+.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/raincoat/
@ 2017-12-21 9:07 Michael Palimaka
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2017-12-21 9:07 UTC (permalink / raw
To: gentoo-commits
commit: 99bd02db0003441e2c732d1ee973652223252e88
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 08:54:32 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 09:07:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bd02db
sys-boot/raincoat: remove 0.5
Package-Manager: Portage-2.3.14, Repoman-2.3.6
sys-boot/raincoat/Manifest | 1 -
sys-boot/raincoat/raincoat-0.5.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/sys-boot/raincoat/Manifest b/sys-boot/raincoat/Manifest
index 5a487ee0e77..095cfdfd0b0 100644
--- a/sys-boot/raincoat/Manifest
+++ b/sys-boot/raincoat/Manifest
@@ -1,2 +1 @@
DIST raincoat-0.11.tbz2 240759 BLAKE2B 00601d7eb4596f790746bbab356b3ee28a11634d37dc2d2cb0e85b34ee9309484957c96d33c2d8478a849b834d8d9197cae717ee0ce4263a24e792bc57139349 SHA512 acd56386f8b0de2b2e268b62304e5b1323a96865394993fb76004c92c09992185b6fe6c7bf2d001ff5e5f2cc7e067d9962229aceb17838f7661890f5b4c4b2f1
-DIST raincoat-0.5+.tar.gz 220761 BLAKE2B 55cd84ef1044e12b55279fe705b047e3ee4cb87c89b86424c73c16bc62a5a3af22d0dc33a6dd248d211d65dc14e54fc48ca0ef252eccab90d072a7ad79b56da2 SHA512 5e99b2ef2ec6a2cfdd6a26115f607e122df5a973c677cdf0f971fd1a82b2a01888feabce670b7956a6cd1e03b56fda462b305416c68175170dba1b3bf340da12
diff --git a/sys-boot/raincoat/raincoat-0.5.ebuild b/sys-boot/raincoat/raincoat-0.5.ebuild
deleted file mode 100644
index 7d5836dcf4d..00000000000
--- a/sys-boot/raincoat/raincoat-0.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Flash the Xbox boot chip"
-HOMEPAGE="https://sourceforge.net/projects/xbox-linux/"
-SRC_URI="http://xbox-linux.org/down/raincoat-0.5+.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /etc
- insinto /etc
- doins raincoat.conf
- dobin raincoat || die
- dodoc README
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-21 9:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-21 9:07 [gentoo-commits] repo/gentoo:master commit in: sys-boot/raincoat/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2016-11-30 23:44 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox