From ed523b6131c3e70e94d2c2a09f50d93809c5be1a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 10 Dec 2009 01:59:02 +0000 Subject: Version bump and merge crossdev-wrappers. (Portage version: 2.2_rc55/cvs/Linux x86_64) --- sys-devel/crossdev/ChangeLog | 7 ++++++- sys-devel/crossdev/crossdev-20091209.ebuild | 30 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 sys-devel/crossdev/crossdev-20091209.ebuild diff --git a/sys-devel/crossdev/ChangeLog b/sys-devel/crossdev/ChangeLog index 04ce0888bcb2..9b135c04ec90 100644 --- a/sys-devel/crossdev/ChangeLog +++ b/sys-devel/crossdev/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/crossdev # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.63 2009/11/23 04:56:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.64 2009/12/10 01:59:02 vapier Exp $ + +*crossdev-20091209 (10 Dec 2009) + + 10 Dec 2009; Mike Frysinger +crossdev-20091209.ebuild: + Version bump and merge crossdev-wrappers. *crossdev-99999999 (23 Nov 2009) diff --git a/sys-devel/crossdev/crossdev-20091209.ebuild b/sys-devel/crossdev/crossdev-20091209.ebuild new file mode 100644 index 000000000000..2f4aa8a9029c --- /dev/null +++ b/sys-devel/crossdev/crossdev-20091209.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20091209.ebuild,v 1.1 2009/12/10 01:59:02 vapier Exp $ + +if [[ ${PV} == "99999999" ]] ; then + EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/crossdev.git" + inherit git + SRC_URI="" + #KEYWORDS="" +else + SRC_URI="mirror://gentoo/${P}.tar.lzma + http://dev.gentoo.org/~vapier/dist/${P}.tar.lzma" + 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="" + +src_install() { + emake install DESTDIR="${D}" || die +} -- cgit v1.2.3-65-gdbad