mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-26 21:11:54 +01:00
crossdev: pull latest version from upstream Gentoo
BUG=chromium-os:26998 TEST=`cbuildbot chromiumos-sdk` works Change-Id: I25153be568e57596dd8ec90cd833da057e08a49a Reviewed-on: https://gerrit.chromium.org/gerrit/17092 Reviewed-by: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org> Commit-Ready: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
c1f35ac968
commit
4672e0d274
1
sdk_container/src/third_party/portage-stable/sys-devel/crossdev/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/sys-devel/crossdev/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST crossdev-20120305.tar.xz 21216 RMD160 b216663da5b03101b093fe9e01bbe2a206497577 SHA1 84e6dc1e06fd89ee7e631523adfd81c22f7ed555 SHA256 9dd395cd7faf8b3ab7261c9d7b704e08c5900843a57ea207d583254ee5346633
|
||||
35
sdk_container/src/third_party/portage-stable/sys-devel/crossdev/crossdev-20120305.ebuild
vendored
Normal file
35
sdk_container/src/third_party/portage-stable/sys-devel/crossdev/crossdev-20120305.ebuild
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-99999999.ebuild,v 1.5 2011/07/14 04:13:36 vapier Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
if [[ ${PV} == "99999999" ]] ; then
|
||||
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/crossdev.git"
|
||||
inherit git-2
|
||||
SRC_URI=""
|
||||
#KEYWORDS=""
|
||||
else
|
||||
SRC_URI="mirror://gentoo/${P}.tar.xz
|
||||
http://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Gentoo Cross-toolchain generator"
|
||||
HOMEPAGE="http://www.gentoo.org/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=sys-apps/portage-2.1
|
||||
app-shells/bash
|
||||
!sys-devel/crossdev-wrappers"
|
||||
DEPEND="app-arch/xz-utils"
|
||||
|
||||
src_install() {
|
||||
default
|
||||
if [[ "${PV}" == "99999999" ]] ; then
|
||||
sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
|
||||
fi
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user