diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-03-22 21:51:22 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-03-22 21:51:22 +0000 |
commit | f7f350df41665d9e305c6017849e8818492e4c90 (patch) | |
tree | cf50f518e7e76ef7570f0686326628bf87aacdd8 /sys-apps/dmidecode | |
parent | Keyword ~x86-linux (diff) | |
download | gentoo-2-f7f350df41665d9e305c6017849e8818492e4c90.tar.gz gentoo-2-f7f350df41665d9e305c6017849e8818492e4c90.tar.bz2 gentoo-2-f7f350df41665d9e305c6017849e8818492e4c90.zip |
Fixed download URL (bug #359947)
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/dmidecode')
-rw-r--r-- | sys-apps/dmidecode/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/dmidecode/ChangeLog b/sys-apps/dmidecode/ChangeLog index fdb92e0a92c6..297e78c17403 100644 --- a/sys-apps/dmidecode/ChangeLog +++ b/sys-apps/dmidecode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/dmidecode # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.30 2011/03/22 10:02:29 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.31 2011/03/22 21:51:22 polynomial-c Exp $ + + 22 Mar 2011; Lars Wendler <polynomial-c@gentoo.org> dmidecode-2.11.ebuild: + non-maintainer commit: Fixed download URL. Thanks to Fabio Coatti who + reported this in bug #359947 *dmidecode-2.11 (22 Mar 2011) diff --git a/sys-apps/dmidecode/dmidecode-2.11.ebuild b/sys-apps/dmidecode/dmidecode-2.11.ebuild index be2a9024f251..8cb675334019 100644 --- a/sys-apps/dmidecode/dmidecode-2.11.ebuild +++ b/sys-apps/dmidecode/dmidecode-2.11.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.11.ebuild,v 1.1 2011/03/22 10:02:30 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.11.ebuild,v 1.2 2011/03/22 21:51:22 polynomial-c Exp $ inherit flag-o-matic toolchain-funcs DESCRIPTION="DMI (Desktop Management Interface) table related utilities" HOMEPAGE="http://www.nongnu.org/dmidecode/" -SRC_URI="http://savannah.nongnu.org/releases/${PN}/${P}.tar.bz2" +SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |