diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-06-27 22:18:30 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-06-27 22:18:30 +0000 |
commit | 1e24d434a16c93e933a771845bdfa214aca991e1 (patch) | |
tree | 5db86656c3303caaad02d4cba1e3f5de35c54a08 /sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild | |
parent | Used patch instead of sed, fix bug #474646 (diff) | |
download | gentoo-2-1e24d434a16c93e933a771845bdfa214aca991e1.tar.gz gentoo-2-1e24d434a16c93e933a771845bdfa214aca991e1.tar.bz2 gentoo-2-1e24d434a16c93e933a771845bdfa214aca991e1.zip |
Use filename pointers to give a meaningful name to the tarball.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild')
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild index 00ab7821c85e..3aa1fcb679d5 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild,v 1.2 2013/06/27 22:10:51 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild,v 1.3 2013/06/27 22:18:30 cardoe Exp $ EAPI=5 @@ -9,7 +9,7 @@ GIT_SHORT="09c5109" DESCRIPTION="Open source network boot (PXE) firmware" HOMEPAGE="http://ipxe.org" -SRC_URI="https://git.ipxe.org/ipxe.git/snapshot/${GIT_REV}.tar.bz2" +SRC_URI="https://git.ipxe.org/ipxe.git/snapshot/${GIT_REV}.tar.bz2 -> ${P}-${GIT_SHORT}.tar.bz2" LICENSE="GPL-2" SLOT="0" |