From 29aabba0ea759c6a2864ff5631735b67ee38e5e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 5 Feb 2020 18:44:56 +0000 Subject: gentoo resync : 05.02.2020 --- sys-devel/crossdev/Manifest | 4 +++- sys-devel/crossdev/crossdev-20191222.ebuild | 2 +- sys-devel/crossdev/crossdev-20200125.ebuild | 36 +++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 sys-devel/crossdev/crossdev-20200125.ebuild (limited to 'sys-devel/crossdev') diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest index 316c18934bd4..34d02a01e4ba 100644 --- a/sys-devel/crossdev/Manifest +++ b/sys-devel/crossdev/Manifest @@ -1,4 +1,6 @@ DIST crossdev-20191222.tar.xz 27320 BLAKE2B 375e0ccb7bfd5c5c365b9c874a7dbf75207843b68dbe6d4cf9da07b36efb7b3bb1e6c84f85268fea6c71d6afc1e284f9bd1dcfeca5536d0947f8d3a3f5344ca9 SHA512 ad32f2231663f312b2b35bdea81c9ddac584d13f9affd496f36cbed072a97e6f80deb3436dcbea184621a4bd86bb25d52fb0434208226a3d743f0f664cd91fd0 -EBUILD crossdev-20191222.ebuild 841 BLAKE2B b2a8ecc38d94f3fc024114dbdf8614debadfbbfc59b4cf17698a659c6f9a4337579cf1b5b9babe695d1255ddc3230c97d46a12e8f15d9e8b0479b6bfd99958e5 SHA512 21736fc6b900ed7474810693d00c57226a0ff93cb2aa592e3a81de98b01415c243b8a82f0bc6d6c59d6013b4114e2349689facabec3355089b115370e36fefae +DIST crossdev-20200125.tar.xz 27380 BLAKE2B 4871b3ba1130c8d2e4df263aea155f95352417e65dabe64968cf9cc2628f9a1ae32a7e569cdea73a04d32d05396b0a83720bbd712a5f5b703606692e6b61516b SHA512 a4db1d09179b23f032af59c4857c3ab58d7944633b0c612a1f8aa0ecc38201f960cc1da761f34288568bb7f3434fe4da5094b4d4445be047da8838a096f6c606 +EBUILD crossdev-20191222.ebuild 842 BLAKE2B 0ab8c764504f56c4acc7ee9970acab98bdfc523b48683f35992308231e76475f5c49d2ab0f91d7a726f99237c4a5d7171a64316c7377fc3de30b68e06205e200 SHA512 86a14479da2507f3f84e0410094002ff1628fdbb15bf4d3340d3ed85fb3b0eea64c86b1b13e0db1a8ee1fc7b42790d70a0d8c4786878751ce6803e53dcb20c65 +EBUILD crossdev-20200125.ebuild 854 BLAKE2B 08bb7e5ad2dcaa49e31589463f6c554e86cde96f93359a9f4c640414f3167a36c6bac8b0fbf69f06993049f0850064363bbcca1136d288f5b42fa855e74008d6 SHA512 4e8daa0cff8392f375bea77368b93467334d021d78f83ff67f4d9268430bd50bb2e5a70ea5d34c738b8f64aa77eb34c7935833bbcf1a8b3a96678e4098882925 EBUILD crossdev-99999999.ebuild 860 BLAKE2B c5b9a0fe2b7ac3bf31bfeabe620ef2d657378c6e6147dd70152a6d081809e5ad5e23ed29497b507fe6aa6647d46e77780609119b480f9ee3e4ef157184785ca4 SHA512 b805b5c73290d90d3a820847319cdc30be0032ee2e52a85e1526b07f22971c2e9031797780ca940fa0ae19485c466e1d8e3a124754f7184e9498bc6769c7ed01 MISC metadata.xml 380 BLAKE2B ebe1b011d5cc2077d90cc003f1340fe1243abed1aa3d66203eb5594a5e9176e4cdff826e938fcb1c26f020c2d75dc51d3585faf65a23446dac3043e16f8f0caf SHA512 c9ab89db8d3200e469dbfbcfaa3bb920852779bfbc3eadf86a5da7bc67f7b166fc0fb30f03292c2b5f3416d2488bdbef375666f7cb06e210bea0f4cb24581a41 diff --git a/sys-devel/crossdev/crossdev-20191222.ebuild b/sys-devel/crossdev/crossdev-20191222.ebuild index ca3d3ff234d2..989066d5d260 100644 --- a/sys-devel/crossdev/crossdev-20191222.ebuild +++ b/sys-devel/crossdev/crossdev-20191222.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="mirror://gentoo/${P}.tar.xz https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86" fi DESCRIPTION="Gentoo Cross-toolchain generator" diff --git a/sys-devel/crossdev/crossdev-20200125.ebuild b/sys-devel/crossdev/crossdev-20200125.ebuild new file mode 100644 index 000000000000..e37579ff62fd --- /dev/null +++ b/sys-devel/crossdev/crossdev-20200125.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ ${PV} == "99999999" ]] ; then + inherit git-r3 + EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" +else + SRC_URI="mirror://gentoo/${P}.tar.xz + https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" +fi + +DESCRIPTION="Gentoo Cross-toolchain generator" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND=" + >=sys-apps/portage-2.1 + >=app-portage/portage-utils-0.55 + app-shells/bash + sys-apps/gentoo-functions +" +DEPEND="app-arch/xz-utils" + +src_install() { + default + + if [[ "${PV}" == "99999999" ]] ; then + sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die + fi +} -- cgit v1.2.3