diff options
author | Brian Harring <ferringb@gentoo.org> | 2005-08-30 05:16:47 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2005-08-30 05:16:47 +0000 |
commit | 1df71a7fa071e0fac40b305dcc36912df166c073 (patch) | |
tree | 653b875f7dff51118756f2f564b37e2283b68db4 /bin/quickpkg | |
parent | re-adding the unpack function to stable someone yanked... :) (diff) | |
download | portage-idfetch-1df71a7fa071e0fac40b305dcc36912df166c073.tar.gz portage-idfetch-1df71a7fa071e0fac40b305dcc36912df166c073.tar.bz2 portage-idfetch-1df71a7fa071e0fac40b305dcc36912df166c073.zip |
header changes, $Header: -> $Id:
svn path=/main/branches/2.0/; revision=1951
Diffstat (limited to 'bin/quickpkg')
-rwxr-xr-x | bin/quickpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/quickpkg b/bin/quickpkg index f5baa4cb..caa5ce0d 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-src/portage/bin/quickpkg,v 1.13.2.6 2005/08/10 22:08:48 vapier Exp $ +# $Id: /var/cvsroot/gentoo-src/portage/bin/quickpkg,v 1.13.2.6 2005/08/10 22:08:48 vapier Exp $ # This script tries to quickly create a Gentoo binary package using the # VDB_PATH/category/pkg/* files |