diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-24 09:52:10 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-24 09:52:10 +0000 |
commit | d930359ca86ddefda67ba19001f16f4d5ef46dc1 (patch) | |
tree | d415b163c2c5deb298cd1ad7bdcc1ce266a4d9ac /dev-embedded | |
parent | Synced ebuilds structures between notmuch-0.10.2-r3 and notmuch-0.11-r3 and in (diff) | |
download | gentoo-2-d930359ca86ddefda67ba19001f16f4d5ef46dc1.tar.gz gentoo-2-d930359ca86ddefda67ba19001f16f4d5ef46dc1.tar.bz2 gentoo-2-d930359ca86ddefda67ba19001f16f4d5ef46dc1.zip |
Update to use mirror://.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/msp430-gdb/ChangeLog | 8 | ||||
-rw-r--r-- | dev-embedded/msp430-gdb/msp430-gdb-7.2_p20111205.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-embedded/msp430-gdb/ChangeLog b/dev-embedded/msp430-gdb/ChangeLog index f50ab361e261..297318647f54 100644 --- a/dev-embedded/msp430-gdb/ChangeLog +++ b/dev-embedded/msp430-gdb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-embedded/msp430-gdb -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-gdb/ChangeLog,v 1.3 2011/12/11 08:42:32 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-gdb/ChangeLog,v 1.4 2012/04/24 09:52:10 mgorny Exp $ + + 24 Apr 2012; Michał Górny <mgorny@gentoo.org> + msp430-gdb-7.2_p20111205.ebuild: + Update to use mirror://. 11 Dec 2011; Tim Harder <radhermit@gentoo.org> msp430-gdb-7.2_p20111205.ebuild, metadata.xml: diff --git a/dev-embedded/msp430-gdb/msp430-gdb-7.2_p20111205.ebuild b/dev-embedded/msp430-gdb/msp430-gdb-7.2_p20111205.ebuild index 19c8f6e12760..5cded1fe9518 100644 --- a/dev-embedded/msp430-gdb/msp430-gdb-7.2_p20111205.ebuild +++ b/dev-embedded/msp430-gdb/msp430-gdb-7.2_p20111205.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-gdb/msp430-gdb-7.2_p20111205.ebuild,v 1.3 2011/12/11 08:42:32 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-gdb/msp430-gdb-7.2_p20111205.ebuild,v 1.4 2012/04/24 09:52:10 mgorny Exp $ EAPI="4" @@ -17,7 +17,7 @@ is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; } MY_PV="${PV%_p*}" DESCRIPTION="GNU debugger for MSP430 microcontrollers" HOMEPAGE="http://sources.redhat.com/gdb/" -SRC_URI="http://ftp.gnu.org/gnu/gdb/gdb-${MY_PV}.tar.bz2 +SRC_URI="mirror://gnu/gdb/gdb-${MY_PV}.tar.bz2 ftp://sources.redhat.com/pub/gdb/releases/gdb-${MY_PV}.tar.bz2 http://dev.gentoo.org/~radhermit/distfiles/${P}.patch.bz2" |