From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-cdr/b5i2iso/Manifest | 1 + app-cdr/b5i2iso/b5i2iso-0.2.ebuild | 24 ++++++++++++++++++++++++ app-cdr/b5i2iso/metadata.xml | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 app-cdr/b5i2iso/Manifest create mode 100644 app-cdr/b5i2iso/b5i2iso-0.2.ebuild create mode 100644 app-cdr/b5i2iso/metadata.xml (limited to 'app-cdr/b5i2iso') diff --git a/app-cdr/b5i2iso/Manifest b/app-cdr/b5i2iso/Manifest new file mode 100644 index 000000000000..de4b486415ae --- /dev/null +++ b/app-cdr/b5i2iso/Manifest @@ -0,0 +1 @@ +DIST b5i2iso.tar.bz2 7503 SHA256 5fbf0522fa4c1e1c606ceb58c0711c5294ac4eb641ad5d8d599d7c2fe9999d31 SHA512 2ec6ce30225370898aee9876937b70ee38ed68b6515bef13eb010f1ef1970894995461d5dc5f44ac24d2e7e682774e4fc3c6d2bdde8f744129a3f6103b50f9e4 WHIRLPOOL 9ad871dcaae09cbbee3bb255b1ac32043bad73e0df586c9141b7a8e098587a90576fed29c364f839735577caf60605c5a355bc774009ef962d3edc721abbcc00 diff --git a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2.ebuild new file mode 100644 index 000000000000..0b38ede8eb67 --- /dev/null +++ b/app-cdr/b5i2iso/b5i2iso-0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit toolchain-funcs + +DESCRIPTION="BlindWrite image to ISO image file converter" +HOMEPAGE="http://developer.berlios.de/projects/b5i2iso/" +SRC_URI="mirror://berlios/${PN}/${PN}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +S=${WORKDIR}/${PN} + +src_compile() { + $(tc-getCC) ${LDFLAGS} ${CFLAGS} src/${PN}.c -o ${PN} || die +} + +src_install() { + dobin ${PN} || die +} diff --git a/app-cdr/b5i2iso/metadata.xml b/app-cdr/b5i2iso/metadata.xml new file mode 100644 index 000000000000..bb93fa2613e7 --- /dev/null +++ b/app-cdr/b5i2iso/metadata.xml @@ -0,0 +1,5 @@ + + + + media-optical + -- cgit v1.2.3