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-forensics/libbfio/Manifest | 3 +++ .../libbfio/libbfio-0.0.20120425_alpha.ebuild | 28 ++++++++++++++++++++++ .../libbfio/libbfio-0.0.20130609_alpha.ebuild | 24 +++++++++++++++++++ app-forensics/libbfio/libbfio-0.0.20130721.ebuild | 24 +++++++++++++++++++ app-forensics/libbfio/metadata.xml | 9 +++++++ 5 files changed, 88 insertions(+) create mode 100644 app-forensics/libbfio/Manifest create mode 100644 app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild create mode 100644 app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild create mode 100644 app-forensics/libbfio/libbfio-0.0.20130721.ebuild create mode 100644 app-forensics/libbfio/metadata.xml (limited to 'app-forensics/libbfio') diff --git a/app-forensics/libbfio/Manifest b/app-forensics/libbfio/Manifest new file mode 100644 index 000000000000..bd5416b2ad62 --- /dev/null +++ b/app-forensics/libbfio/Manifest @@ -0,0 +1,3 @@ +DIST libbfio-alpha-20120425.tar.gz 1569560 SHA256 5b645f9a1da7dc96fcb0ca778c7a5c9f4bcefa95bbdda0786883007cd1497070 SHA512 058d5018202c404d789531f308b66d9e72924f4ce9d6365477c84a327a3fe2a4efb9cd0cc173f29dbf2d18cf366772e5577ffea6d0953b752865cbdf4da48c20 WHIRLPOOL 76adf2d5baaa27d86eb5024d9a1e2394323809f8f1f5fa4e3e72f703ccbadf8f81c4778b0ddfec1aa935d81133a5cea279ed33e36b1569ed1f89948a6fa5eca7 +DIST libbfio-alpha-20130609.tar.gz 1858612 SHA256 bf90af77d6894ff91d9973c33c0a5a63accea454b9e601275c7c52f578203dd4 SHA512 b2f46c7631aa8dca63d6e915c69ba6136f0f777f138708c4751e24f3e96a2399721182ce281e032b617b17ce631876cefb8ef686b9bd1cb866f9f1033d1dd18b WHIRLPOOL 438f9c48d2da78649bb9a0a5d12f5d66a2b695dd5816bc5bd5e063f02df171abd05c46e16db70da664de830202f988ca4c009e1cd747365a834728a60e414d52 +DIST libbfio-alpha-20130721.tar.gz 1899281 SHA256 153a31fde7b6e5af1ba991acf32ddb59ff1c11e390e6b4eb3b46da708f1313c1 SHA512 9a9e8f913e145d5dcf5ee94351b4023a8d35492f5c9c3863f4caf0850e45f1b9c79ee3ec7e0565f85f91d11ff25d134f2c770b176e3e1888b78c984fe4b8c2a8 WHIRLPOOL b4e9c66d2d2753aaaf2ac0719f5a9f4f874a46aa9f5c75d523a6c33a2571827c628840b868083e6ff440d55f88c64e99fab6574fd8d1adea16063e34afd7612c diff --git a/app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild b/app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild new file mode 100644 index 000000000000..5f7cd0969d4d --- /dev/null +++ b/app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit versionator + +MY_DATE="$(get_version_component_range 3)" + +DESCRIPTION="Library for providing a basic file input/output abstraction layer" +HOMEPAGE="http://code.google.com/p/libbfio/" +SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${PN}-alpha-${MY_DATE}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="unicode" + +S="${WORKDIR}/${PN}-${MY_DATE}" + +src_configure() { + econf $(use_enable unicode wide-character-type) +} + +src_install() { + emake install DESTDIR="${D}" || die "Failed to install" +} diff --git a/app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild b/app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild new file mode 100644 index 000000000000..1c8afe4f255f --- /dev/null +++ b/app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit versionator + +MY_DATE="$(get_version_component_range 3)" + +DESCRIPTION="Library for providing a basic file input/output abstraction layer" +HOMEPAGE="http://code.google.com/p/libbfio/" +SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${PN}-alpha-${MY_DATE}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="unicode" + +S="${WORKDIR}/${PN}-${MY_DATE}" + +src_configure() { + econf $(use_enable unicode wide-character-type) +} diff --git a/app-forensics/libbfio/libbfio-0.0.20130721.ebuild b/app-forensics/libbfio/libbfio-0.0.20130721.ebuild new file mode 100644 index 000000000000..1a1b288c1021 --- /dev/null +++ b/app-forensics/libbfio/libbfio-0.0.20130721.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit versionator + +MY_DATE="$(get_version_component_range 3)" + +DESCRIPTION="Library for providing a basic file input/output abstraction layer" +HOMEPAGE="http://code.google.com/p/libbfio/" +SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${PN}-alpha-${MY_DATE}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="unicode" + +S="${WORKDIR}/${PN}-${MY_DATE}" + +src_configure() { + econf $(use_enable unicode wide-character-type) +} diff --git a/app-forensics/libbfio/metadata.xml b/app-forensics/libbfio/metadata.xml new file mode 100644 index 000000000000..af67b19a8a02 --- /dev/null +++ b/app-forensics/libbfio/metadata.xml @@ -0,0 +1,9 @@ + + + + +zerochaos@gentoo.org +Rick Farina + + + -- cgit v1.2.3-65-gdbad