diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-embedded/scratchbox-devkit-apt-https | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-embedded/scratchbox-devkit-apt-https')
4 files changed, 71 insertions, 0 deletions
diff --git a/dev-embedded/scratchbox-devkit-apt-https/Manifest b/dev-embedded/scratchbox-devkit-apt-https/Manifest new file mode 100644 index 000000000000..7717a6bcbb65 --- /dev/null +++ b/dev-embedded/scratchbox-devkit-apt-https/Manifest @@ -0,0 +1,5 @@ +DIST scratchbox-devkit-apt-https-1.0.10-i386.tar.gz 2991367 BLAKE2B 88a9e24f2bdef094ef97d8f7e5b309eb10752c8660a6195a20356f3b78233c24017f180cd2bd5a666d1dd995ea929d89e4941cf0a486e95bf972a6bae5f98e97 SHA512 fc5a499e34828136ce72f806540708c6de25ea11ab64c245609785117eabb7df5f845e5371cc5f0c480b3396a15382519aef88663e218120e7e0f924b841de53 +DIST scratchbox-devkit-apt-https-1.0.11-i386.tar.gz 2991247 BLAKE2B 9fef4f9290f32c8c228ef126a6cd3340e8abae75970255a53b72cc07d7fa5f4fa8eb691f2b31b70bd920927947c7d6e194c2de11863d43dda301a64f78f90644 SHA512 d60b530a74a68798160bef4fbbc76f747c68f5cc8b0ba9244c847f9f3d93c816de6ce4ec8892353659bdf4fbe8d53d271a096b5884fd1b69ef68d2dc24fb4374 +EBUILD scratchbox-devkit-apt-https-1.0.10.ebuild 700 BLAKE2B 40730a91dcd5c5d2a4c651d6d4c197c55bf700740beba02f38ef0f1bbfac2fdc5097791707eb9054b2c0c6feae90417d3ded1c42a205ec00bffa4d1c5f191097 SHA512 c8a2d3fdd6d309711088919bd95e08b7b023219cd0cd926fa80215e14451c9ff36ad6bcecb7ac16b3200d18e77fb2878e0ce96640138a3ad540c49dce2e3c1f6 +EBUILD scratchbox-devkit-apt-https-1.0.11.ebuild 700 BLAKE2B 20c68115e3fa13b9e83a42622b1af97f8a2d6cb871a574b78731198bbbef08b7845e129fcb9e6a1b5cf7d55c0f6eb18ecd16f3d71eb00653d7d7f8cbfcb37ff2 SHA512 5e1a7b14fd271eb6ba41ce6cbbde87feced214b041b77d31a6783030139ab382af2bb60ca462a1f1fa351dc0c80affe0a148adfbae3c30426319f0dc9a346753 +MISC metadata.xml 247 BLAKE2B e46b8f2d053251af5cb591bb2ee5e35089c4e8174ee2e7a3c504db23f844b65083d4a3e5198da3977ad3e98b67cab2e0de686a3c62009b487c1e64785a8ff65d SHA512 15df289e0f962f564551f61ada3cfef0311f6af639887def780bf5ad3be105515c8d24c950ff340ed35d89b9cd994af3540322b684c5dec3b43ec6bb0041aa4e diff --git a/dev-embedded/scratchbox-devkit-apt-https/metadata.xml b/dev-embedded/scratchbox-devkit-apt-https/metadata.xml new file mode 100644 index 000000000000..71b1461e1146 --- /dev/null +++ b/dev-embedded/scratchbox-devkit-apt-https/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>embedded@gentoo.org</email> + <name>Embedded Gentoo</name> +</maintainer> +</pkgmetadata> diff --git a/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild new file mode 100644 index 000000000000..e6e8abc0847b --- /dev/null +++ b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=0 + +SBOX_GROUP="sbox" + +DESCRIPTION="A cross-compilation toolkit for embedded Linux application development" +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-apt-https/scratchbox-devkit-apt-https-1.0.11.ebuild b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.11.ebuild new file mode 100644 index 000000000000..33d2d0caa82f --- /dev/null +++ b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.11.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=0 + +SBOX_GROUP="sbox" + +DESCRIPTION="A cross-compilation toolkit for embedded Linux application development" +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}" +} |