diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-25 08:25:58 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-25 08:25:58 +0000 |
commit | 7e536554b9591ad5ede6e7f137c2a5e5267461bc (patch) | |
tree | 462f233533f154fbb0afb5cf2d447d896d6e1bfb /dev-embedded | |
parent | Remove old. (diff) | |
download | gentoo-2-7e536554b9591ad5ede6e7f137c2a5e5267461bc.tar.gz gentoo-2-7e536554b9591ad5ede6e7f137c2a5e5267461bc.tar.bz2 gentoo-2-7e536554b9591ad5ede6e7f137c2a5e5267461bc.zip |
Remove old.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/msp430-libc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-embedded/msp430-libc/msp430-libc-20110612.ebuild | 43 | ||||
-rw-r--r-- | dev-embedded/msp430-libc/msp430-libc-20111205.ebuild | 43 | ||||
-rw-r--r-- | dev-embedded/msp430-libc/msp430-libc-20111224.ebuild | 43 | ||||
-rw-r--r-- | dev-embedded/msp430-libc/msp430-libc-20120119.ebuild | 43 |
5 files changed, 6 insertions, 173 deletions
diff --git a/dev-embedded/msp430-libc/ChangeLog b/dev-embedded/msp430-libc/ChangeLog index 013f0eb47048..44151b3b3998 100644 --- a/dev-embedded/msp430-libc/ChangeLog +++ b/dev-embedded/msp430-libc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-embedded/msp430-libc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-libc/ChangeLog,v 1.6 2012/03/01 22:31:35 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-libc/ChangeLog,v 1.7 2012/03/25 08:25:58 radhermit Exp $ + + 25 Mar 2012; Tim Harder <radhermit@gentoo.org> -msp430-libc-20110612.ebuild, + -msp430-libc-20111205.ebuild, -msp430-libc-20111224.ebuild, + -msp430-libc-20120119.ebuild: + Remove old. *msp430-libc-20120224 (01 Mar 2012) diff --git a/dev-embedded/msp430-libc/msp430-libc-20110612.ebuild b/dev-embedded/msp430-libc/msp430-libc-20110612.ebuild deleted file mode 100644 index d6333d3191c7..000000000000 --- a/dev-embedded/msp430-libc/msp430-libc-20110612.ebuild +++ /dev/null @@ -1,43 +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/msp430-libc/msp430-libc-20110612.ebuild,v 1.1 2011/09/15 05:32:01 radhermit Exp $ - -EAPI="4" - -CHOST="msp430" -CTARGET="msp430" - -DESCRIPTION="C library for MSP430 microcontrollers" -HOMEPAGE="http://mspgcc.sourceforge.net" -SRC_URI="mirror://sourceforge/mspgcc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="crosscompile_opts_headers-only" - -DEPEND=">=sys-devel/crossdev-0.9.1" -[[ ${CATEGORY/cross-} != ${CATEGORY} ]] \ - && RDEPEND="!dev-embedded/msp430-libc" \ - || RDEPEND="" - -S="${WORKDIR}/${P}/src" - -pkg_setup() { - ebegin "Checking for msp430-gcc" - if type -p msp430-gcc > /dev/null ; then - eend 0 - else - eend 1 - - eerror - eerror "Failed to locate 'msp430-gcc' in \$PATH. You can install a MSP430 toolchain using:" - eerror " $ crossdev -t msp430" - eerror - die "MSP430 toolchain not found" - fi -} - -src_install() { - emake PREFIX="${D}"/usr install -} diff --git a/dev-embedded/msp430-libc/msp430-libc-20111205.ebuild b/dev-embedded/msp430-libc/msp430-libc-20111205.ebuild deleted file mode 100644 index 612cbebc7774..000000000000 --- a/dev-embedded/msp430-libc/msp430-libc-20111205.ebuild +++ /dev/null @@ -1,43 +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/msp430-libc/msp430-libc-20111205.ebuild,v 1.1 2011/12/05 22:14:11 radhermit Exp $ - -EAPI="4" - -CHOST="msp430" -CTARGET="msp430" - -DESCRIPTION="C library for MSP430 microcontrollers" -HOMEPAGE="http://mspgcc.sourceforge.net" -SRC_URI="mirror://sourceforge/mspgcc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="crosscompile_opts_headers-only" - -DEPEND="sys-devel/crossdev" -[[ ${CATEGORY/cross-} != ${CATEGORY} ]] \ - && RDEPEND="!dev-embedded/msp430-libc" \ - || RDEPEND="" - -S="${WORKDIR}/${P}/src" - -pkg_setup() { - ebegin "Checking for msp430-gcc" - if type -p msp430-gcc > /dev/null ; then - eend 0 - else - eend 1 - - eerror - eerror "Failed to locate 'msp430-gcc' in \$PATH. You can install a MSP430 toolchain using:" - eerror " $ crossdev -t msp430" - eerror - die "MSP430 toolchain not found" - fi -} - -src_install() { - emake PREFIX="${D}"/usr install -} diff --git a/dev-embedded/msp430-libc/msp430-libc-20111224.ebuild b/dev-embedded/msp430-libc/msp430-libc-20111224.ebuild deleted file mode 100644 index a268d2ec2a8c..000000000000 --- a/dev-embedded/msp430-libc/msp430-libc-20111224.ebuild +++ /dev/null @@ -1,43 +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/msp430-libc/msp430-libc-20111224.ebuild,v 1.1 2011/12/25 05:36:21 radhermit Exp $ - -EAPI="4" - -CHOST="msp430" -CTARGET="msp430" - -DESCRIPTION="C library for MSP430 microcontrollers" -HOMEPAGE="http://mspgcc.sourceforge.net" -SRC_URI="mirror://sourceforge/mspgcc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="crosscompile_opts_headers-only" - -DEPEND="sys-devel/crossdev" -[[ ${CATEGORY/cross-} != ${CATEGORY} ]] \ - && RDEPEND="!dev-embedded/msp430-libc" \ - || RDEPEND="" - -S="${WORKDIR}/${P}/src" - -pkg_setup() { - ebegin "Checking for msp430-gcc" - if type -p msp430-gcc > /dev/null ; then - eend 0 - else - eend 1 - - eerror - eerror "Failed to locate 'msp430-gcc' in \$PATH. You can install a MSP430 toolchain using:" - eerror " $ crossdev -t msp430" - eerror - die "MSP430 toolchain not found" - fi -} - -src_install() { - emake PREFIX="${D}"/usr install -} diff --git a/dev-embedded/msp430-libc/msp430-libc-20120119.ebuild b/dev-embedded/msp430-libc/msp430-libc-20120119.ebuild deleted file mode 100644 index ba37469086c1..000000000000 --- a/dev-embedded/msp430-libc/msp430-libc-20120119.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-libc/msp430-libc-20120119.ebuild,v 1.1 2012/01/22 19:24:06 radhermit Exp $ - -EAPI="4" - -CHOST="msp430" -CTARGET="msp430" - -DESCRIPTION="C library for MSP430 microcontrollers" -HOMEPAGE="http://mspgcc.sourceforge.net" -SRC_URI="mirror://sourceforge/mspgcc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="crosscompile_opts_headers-only" - -DEPEND="sys-devel/crossdev" -[[ ${CATEGORY/cross-} != ${CATEGORY} ]] \ - && RDEPEND="!dev-embedded/msp430-libc" \ - || RDEPEND="" - -S="${WORKDIR}/${P}/src" - -pkg_setup() { - ebegin "Checking for msp430-gcc" - if type -p msp430-gcc > /dev/null ; then - eend 0 - else - eend 1 - - eerror - eerror "Failed to locate 'msp430-gcc' in \$PATH. You can install a MSP430 toolchain using:" - eerror " $ crossdev -t msp430" - eerror - die "MSP430 toolchain not found" - fi -} - -src_install() { - emake PREFIX="${D}"/usr install -} |