diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-02-09 04:38:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-02-09 04:38:58 +0000 |
commit | f3de06820e560d8936b63b8a8b37aa2d82f144b8 (patch) | |
tree | 569235c9672bdfbe2e3bbbed0bed0e8acb6696b7 /sys-devel/gdb/gdb-7.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-f3de06820e560d8936b63b8a8b37aa2d82f144b8.tar.gz gentoo-2-f3de06820e560d8936b63b8a8b37aa2d82f144b8.tar.bz2 gentoo-2-f3de06820e560d8936b63b8a8b37aa2d82f144b8.zip |
Update HOMEPAGE/SRC_URI to use sourceware.org #455152 by wbrana.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-devel/gdb/gdb-7.1.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-7.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/gdb/gdb-7.1.ebuild b/sys-devel/gdb/gdb-7.1.ebuild index acfdae5baa39..c771001a7849 100644 --- a/sys-devel/gdb/gdb-7.1.ebuild +++ b/sys-devel/gdb/gdb-7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.1.ebuild,v 1.3 2012/04/27 01:12:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.1.ebuild,v 1.4 2013/02/09 04:38:58 vapier Exp $ inherit flag-o-matic eutils @@ -14,9 +14,9 @@ is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; } PATCH_VER="1" DESCRIPTION="GNU debugger" -HOMEPAGE="http://sources.redhat.com/gdb/" +HOMEPAGE="http://sourceware.org/gdb/" SRC_URI="mirror://gnu/gdb/${P}.tar.bz2 - ftp://sources.redhat.com/pub/gdb/releases/${P}.tar.bz2 + ftp://sourceware.org/pub/gdb/releases/${P}.tar.bz2 ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.lzma}" LICENSE="GPL-2 LGPL-2" |