diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-01-16 04:51:52 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-01-16 04:51:52 +0000 |
commit | b27041899bcc275e92e9f81443fe62199b76d145 (patch) | |
tree | 28dc04fa2288c745fb6ed453b7892382b05f6f11 /dev-embedded | |
parent | Remove old. (diff) | |
download | gentoo-2-b27041899bcc275e92e9f81443fe62199b76d145.tar.gz gentoo-2-b27041899bcc275e92e9f81443fe62199b76d145.tar.bz2 gentoo-2-b27041899bcc275e92e9f81443fe62199b76d145.zip |
Remove old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/u-boot-tools/ChangeLog | 6 | ||||
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2010.06.ebuild | 44 | ||||
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2010.12.ebuild | 38 |
3 files changed, 5 insertions, 83 deletions
diff --git a/dev-embedded/u-boot-tools/ChangeLog b/dev-embedded/u-boot-tools/ChangeLog index 23b414b6058c..c798f5d5fe90 100644 --- a/dev-embedded/u-boot-tools/ChangeLog +++ b/dev-embedded/u-boot-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-embedded/u-boot-tools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.21 2012/01/01 02:44:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.22 2012/01/16 04:51:52 radhermit Exp $ + + 16 Jan 2012; Tim Harder <radhermit@gentoo.org> -u-boot-tools-2010.06.ebuild, + -u-boot-tools-2010.12.ebuild: + Remove old. *u-boot-tools-2011.12 (01 Jan 2012) diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2010.06.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2010.06.ebuild deleted file mode 100644 index f6495ecbd30c..000000000000 --- a/dev-embedded/u-boot-tools/u-boot-tools-2010.06.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 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-2010.06.ebuild,v 1.4 2011/03/07 11:33:22 armin76 Exp $ - -inherit toolchain-funcs - -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="" - -S=${WORKDIR}/${MY_P} - -domake() { - emake \ - HOSTSTRIP=echo \ - HOSTCC="$(tc-getCC)" \ - HOSTCFLAGS="${CFLAGS} ${CPPFLAGS}"' $(HOSTCPPFLAGS)' \ - HOSTLDFLAGS="${LDFLAGS}" \ - "$@" -} - -src_compile() { - rm -f include/config.mk - domake CONFIG_CMD_LOADS=y tools-all || die - touch include/config.mk - domake -C tools/easylogo TOPDIR=$PWD SRCTREE=$PWD obj=$PWD/tools/easylogo/ || die - domake 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-2010.12.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2010.12.ebuild deleted file mode 100644 index 8b8ef83d2eb2..000000000000 --- a/dev-embedded/u-boot-tools/u-boot-tools-2010.12.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 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-2010.12.ebuild,v 1.1 2011/03/14 23:00:56 radhermit Exp $ - -EAPI=4 - -inherit toolchain-funcs - -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="" - -S=${WORKDIR}/${MY_P} - -src_compile() { - emake \ - HOSTSTRIP=echo \ - HOSTCC="$(tc-getCC)" \ - HOSTCFLAGS="${CFLAGS} ${CPPFLAGS}"' $(HOSTCPPFLAGS)' \ - HOSTLDFLAGS="${LDFLAGS}" \ - tools-all -} - -src_install() { - cd tools - dobin bmp_logo gen_eth_addr img2srec mkimage - dobin easylogo/easylogo - dobin env/fw_printenv - dosym fw_printenv /usr/bin/fw_setenv - insinto /etc - doins env/fw_env.config -} |