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 | |
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')
-rw-r--r-- | sys-firmware/ipxe/ChangeLog | 6 | ||||
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.0.0_p20130225.ebuild | 4 | ||||
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.0.0_p20130624.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-firmware/ipxe/ChangeLog b/sys-firmware/ipxe/ChangeLog index 6025deadd9e2..c8164d99dc23 100644 --- a/sys-firmware/ipxe/ChangeLog +++ b/sys-firmware/ipxe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-firmware/ipxe # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ChangeLog,v 1.8 2013/06/27 22:13:57 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ChangeLog,v 1.9 2013/06/27 22:18:30 cardoe Exp $ + + 27 Jun 2013; Doug Goldstein <cardoe@gentoo.org> ipxe-1.0.0_p20130225.ebuild, + ipxe-1.0.0_p20130624.ebuild: + Use filename pointers to give a meaningful name to the tarball. 27 Jun 2013; Doug Goldstein <cardoe@gentoo.org> ipxe-1.0.0_p20130624.ebuild: Simplify generating our configs for VMWare. 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" diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20130624.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20130624.ebuild index 1af52437fdea..b5aa7c81f70d 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20130624.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20130624.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_p20130624.ebuild,v 1.3 2013/06/27 22:13:57 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130624.ebuild,v 1.4 2013/06/27 22:18:30 cardoe Exp $ EAPI=5 @@ -9,7 +9,7 @@ GIT_SHORT="936134e" 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" |