diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /sys-boot/raincoat | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sys-boot/raincoat')
-rw-r--r-- | sys-boot/raincoat/Manifest | 2 | ||||
-rw-r--r-- | sys-boot/raincoat/files/raincoat-0.11-build.patch | 13 | ||||
-rw-r--r-- | sys-boot/raincoat/metadata.xml | 6 | ||||
-rw-r--r-- | sys-boot/raincoat/raincoat-0.11.ebuild | 26 | ||||
-rw-r--r-- | sys-boot/raincoat/raincoat-0.5.ebuild | 26 |
5 files changed, 73 insertions, 0 deletions
diff --git a/sys-boot/raincoat/Manifest b/sys-boot/raincoat/Manifest new file mode 100644 index 000000000000..cf114ac4cc3d --- /dev/null +++ b/sys-boot/raincoat/Manifest @@ -0,0 +1,2 @@ +DIST raincoat-0.11.tbz2 240759 SHA256 3d0b2ae95880ea7053b58a9852381ef81b7d0839153e9a164e78531b22cc24bc +DIST raincoat-0.5+.tar.gz 220761 SHA256 b7a357204b482021282f7ea05a9413162491ae240d4bb932ff249a8604ec57bc diff --git a/sys-boot/raincoat/files/raincoat-0.11-build.patch b/sys-boot/raincoat/files/raincoat-0.11-build.patch new file mode 100644 index 000000000000..a83e73dd523f --- /dev/null +++ b/sys-boot/raincoat/files/raincoat-0.11-build.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index 96f8662..db2b78c 100755 +--- a/Makefile ++++ b/Makefile +@@ -2,7 +2,7 @@ all: raincoat + + raincoat: src/raincoat.c src/BootFlash.c src/boot.h src/BootFlash.h + mkdir -p bin +- gcc -static -O2 -Wall -Werror -o ./bin/raincoat src/raincoat.c src/BootFlash.c ++ $(CC) -static $(CFLAGS) $(CPPFLAGS) -Wall -o ./bin/raincoat src/raincoat.c src/BootFlash.c $(LDFLAGS) + + clean: + rm -f src/*.o diff --git a/sys-boot/raincoat/metadata.xml b/sys-boot/raincoat/metadata.xml new file mode 100644 index 000000000000..c2b9aa28ca4f --- /dev/null +++ b/sys-boot/raincoat/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xbox</herd> + <longdescription>Flash the Xbox boot chip</longdescription> +</pkgmetadata> diff --git a/sys-boot/raincoat/raincoat-0.11.ebuild b/sys-boot/raincoat/raincoat-0.11.ebuild new file mode 100644 index 000000000000..d5128782f353 --- /dev/null +++ b/sys-boot/raincoat/raincoat-0.11.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-build.patch +} + +src_install() { + dodir /etc /usr/bin + emake install DESTDIR="${D}" || die + dodoc docs/README +} diff --git a/sys-boot/raincoat/raincoat-0.5.ebuild b/sys-boot/raincoat/raincoat-0.5.ebuild new file mode 100644 index 000000000000..e3ee3b764519 --- /dev/null +++ b/sys-boot/raincoat/raincoat-0.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 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/" +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 +} |