diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-19 18:40:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-07-19 18:40:31 +0000 |
commit | 7d6f6946fe02d1b8eb70f2f31ce0e0dbe7fa93be (patch) | |
tree | 51ccfd44ebb8077af2b882d92d6495b245266d88 /dev-embedded | |
parent | Version bump to 9.6.1, bug 274494. Added ssl, xml and doc useflag. Fix HOMEPA... (diff) | |
download | gentoo-2-7d6f6946fe02d1b8eb70f2f31ce0e0dbe7fa93be.tar.gz gentoo-2-7d6f6946fe02d1b8eb70f2f31ce0e0dbe7fa93be.tar.bz2 gentoo-2-7d6f6946fe02d1b8eb70f2f31ce0e0dbe7fa93be.zip |
old
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-1.3.1.ebuild | 46 | ||||
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2008.10.ebuild | 35 | ||||
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2009.01.ebuild | 35 |
3 files changed, 0 insertions, 116 deletions
diff --git a/dev-embedded/u-boot-tools/u-boot-tools-1.3.1.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-1.3.1.ebuild deleted file mode 100644 index aab37cf95be1..000000000000 --- a/dev-embedded/u-boot-tools/u-boot-tools-1.3.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-1.3.1.ebuild,v 1.3 2008/10/26 19:44:35 maekke Exp $ - -MY_P="u-boot-${PV}" - -DESCRIPTION="utilities for working with Das U-Boot" -HOMEPAGE="http://www.denx.de/wiki/UBoot" -SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - touch include/config.mk - sed -i 's:linux/string.h:string.h:' lib_generic/sha1.c || die - sed -i 's:linux/mtd/mtd.h:mtd/mtd-user.h:' tools/env/fw_env.c || die - sed -i \ - -e '1i#include <string.h>' \ - -e '1i#include <stdlib.h>' \ - tools/easylogo/easylogo.c || die -} - -src_compile() { - emake HOSTSTRIP=echo BIN_FILES="bmp_logo gen_eth_addr img2srec mkimage" tools || die - emake HOSTSTRIP=echo -C tools/easylogo || die - emake env || die -} - -src_install() { - cd tools - dobin bmp_logo gen_eth_addr img2srec mkimage || die - dobin easylogo/easylogo || die - dobin env/fw_printenv || die - dosym fw_printenv /usr/bin/fw_setenv || die - insinto /etc - doins env/fw_env.config || die -} diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2008.10.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2008.10.ebuild deleted file mode 100644 index 03832a0ca478..000000000000 --- a/dev-embedded/u-boot-tools/u-boot-tools-2008.10.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2008.10.ebuild,v 1.2 2008/11/25 15:26:30 armin76 Exp $ - -MY_P="u-boot-${PV}" - -DESCRIPTION="utilities for working with Das U-Boot" -HOMEPAGE="http://www.denx.de/wiki/U-Boot/WebHome" -SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 arm ~x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${MY_P} - -src_compile() { - touch include/config.{h,mk} - emake HOSTSTRIP=echo BIN_FILES="bmp_logo gen_eth_addr img2srec mkimage" tools || die - emake HOSTSTRIP=echo -C tools/easylogo || die - emake env || die -} - -src_install() { - cd tools - dobin bmp_logo gen_eth_addr img2srec mkimage || die - dobin easylogo/easylogo || die - dobin env/fw_printenv || die - dosym fw_printenv /usr/bin/fw_setenv || die - insinto /etc - doins env/fw_env.config || die -} diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2009.01.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2009.01.ebuild deleted file mode 100644 index 655ecefbb853..000000000000 --- a/dev-embedded/u-boot-tools/u-boot-tools-2009.01.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2009.01.ebuild,v 1.1 2009/03/16 10:53:44 armin76 Exp $ - -MY_P="u-boot-${PV}" - -DESCRIPTION="utilities for working with Das U-Boot" -HOMEPAGE="http://www.denx.de/wiki/U-Boot/WebHome" -SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${MY_P} - -src_compile() { - touch include/config.{h,mk} - emake HOSTSTRIP=echo BIN_FILES="bmp_logo gen_eth_addr img2srec mkimage" tools || die - emake HOSTSTRIP=echo -C tools/easylogo || die - emake env || die -} - -src_install() { - cd tools - dobin bmp_logo gen_eth_addr img2srec mkimage || die - dobin easylogo/easylogo || die - dobin env/fw_printenv || die - dosym fw_printenv /usr/bin/fw_setenv || die - insinto /etc - doins env/fw_env.config || die -} |