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 --- dev-embedded/scratchbox-devkit-perl/Manifest | 2 ++ dev-embedded/scratchbox-devkit-perl/metadata.xml | 5 ++++ .../scratchbox-devkit-perl-1.0.4.ebuild | 28 ++++++++++++++++++++++ .../scratchbox-devkit-perl-1.0.5.ebuild | 28 ++++++++++++++++++++++ 4 files changed, 63 insertions(+) create mode 100644 dev-embedded/scratchbox-devkit-perl/Manifest create mode 100644 dev-embedded/scratchbox-devkit-perl/metadata.xml create mode 100644 dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild create mode 100644 dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.5.ebuild (limited to 'dev-embedded/scratchbox-devkit-perl') diff --git a/dev-embedded/scratchbox-devkit-perl/Manifest b/dev-embedded/scratchbox-devkit-perl/Manifest new file mode 100644 index 000000000000..4e6796f18110 --- /dev/null +++ b/dev-embedded/scratchbox-devkit-perl/Manifest @@ -0,0 +1,2 @@ +DIST scratchbox-devkit-perl-1.0.4-i386.tar.gz 970158 SHA256 e6992dd6a9111b635180863cab8fbebb007456d89c15fda3950371797d5d15bc SHA512 ce57b6fddc725cdcbb10d5ec89667b04cd1f5d0b9593143b88ba2821faa121689e103b26414000349fa764240cc44fdea995e08fe62386925823fa70c808e530 WHIRLPOOL a2b5ea1ba92f8296f60cb0615975c6836aef1ed58357eb9a4cb22f07d8a3356578e95357676557a88d06af4fc111b31577c227f27b2d9ebe490da751ed41f166 +DIST scratchbox-devkit-perl-1.0.5-i386.tar.gz 955873 SHA256 8dc386378f23382a14a107b306a1bb1bdd325de3546185efc956ee39d73f5cb9 SHA512 9da627c76192133a8f49c181cbe149b8031920812d9d65622ff3bdb829dbe9d47a9385cfc39a17cf04499de2d35ecbfa88cc6379ede166f42c765124323888de WHIRLPOOL cb21335ea6e3cddf905b69071d3ee71b01cc4ff61acac97fe1d36501e76bda620960910986c785215c6b9064c7cc46167572bb796d17babb29a30f881cd141ff diff --git a/dev-embedded/scratchbox-devkit-perl/metadata.xml b/dev-embedded/scratchbox-devkit-perl/metadata.xml new file mode 100644 index 000000000000..92114080841c --- /dev/null +++ b/dev-embedded/scratchbox-devkit-perl/metadata.xml @@ -0,0 +1,5 @@ + + + +dev-embedded + diff --git a/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild b/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild new file mode 100644 index 000000000000..34d8d80bba5b --- /dev/null +++ b/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SBOX_GROUP="sbox" + +DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier" +HOMEPAGE="http://www.scratchbox.org/" +SRC_URI="http://scratchbox.org/download/files/sbox-releases/stable/tarball/${P}-i386.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294) +RESTRICT="strip" + +RDEPEND="=dev-embedded/scratchbox-1.0*" +DEPEND="" + +TARGET_DIR="/opt/scratchbox" + +S=${WORKDIR}/scratchbox + +src_install() { + dodir ${TARGET_DIR} + cp -pRP * "${D}/${TARGET_DIR}" +} diff --git a/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.5.ebuild b/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.5.ebuild new file mode 100644 index 000000000000..a04c3d4eaaf7 --- /dev/null +++ b/dev-embedded/scratchbox-devkit-perl/scratchbox-devkit-perl-1.0.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SBOX_GROUP="sbox" + +DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier" +HOMEPAGE="http://www.scratchbox.org/" +SRC_URI="http://scratchbox.org/download/files/sbox-releases/hathor/tarball/${P}-i386.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294) +RESTRICT="strip" + +RDEPEND="=dev-embedded/scratchbox-1.0*" +DEPEND="" + +TARGET_DIR="/opt/scratchbox" + +S=${WORKDIR}/scratchbox + +src_install() { + dodir ${TARGET_DIR} + cp -pRP * "${D}/${TARGET_DIR}" +} -- cgit v1.2.3-18-g5258