diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:13:03 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:13:03 +0000 |
commit | 578832d6287cfa55a86e04b4c2e8377ff260c0d8 (patch) | |
tree | 173b9cea83b7cab8866b081db05c4e3aa517de7a /dev-lang/cxx | |
parent | repoman: fix leading whitespace (diff) | |
download | gentoo-2-578832d6287cfa55a86e04b4c2e8377ff260c0d8.tar.gz gentoo-2-578832d6287cfa55a86e04b4c2e8377ff260c0d8.tar.bz2 gentoo-2-578832d6287cfa55a86e04b4c2e8377ff260c0d8.zip |
repoman: fix leading whitespace
Diffstat (limited to 'dev-lang/cxx')
-rw-r--r-- | dev-lang/cxx/Manifest | 2 | ||||
-rw-r--r-- | dev-lang/cxx/cxx-6.5.9.31-r1.ebuild | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-lang/cxx/Manifest b/dev-lang/cxx/Manifest index 8d56da1c3cc6..2a49d34ab480 100644 --- a/dev-lang/cxx/Manifest +++ b/dev-lang/cxx/Manifest @@ -1,5 +1,5 @@ MD5 3c51f000d2942c53b63a434d0f1aef85 ChangeLog 928 -MD5 f748899d2053f214bc73a9ace9b16a98 cxx-6.5.9.31-r1.ebuild 5819 +MD5 2c1178eb43836b42c33e42ee55815fa6 cxx-6.5.9.31-r1.ebuild 5728 MD5 c9721e3640e4e6236790a5e9c0fde768 cxx-6.5.9.31.ebuild 5645 MD5 1301db74278b5d421b45dc4c906b0796 metadata.xml 874 MD5 5bce56b04b2d22571e77109bfb41fbac files/digest-cxx-6.5.9.31 75 diff --git a/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild b/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild index c80083cc1341..5933b22f6f1f 100644 --- a/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild +++ b/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild,v 1.5 2003/09/06 22:27:51 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild,v 1.6 2003/09/11 01:08:23 msterret Exp $ # # Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org> # and edited by Aron Griffis <agriffis@gentoo.org> @@ -59,13 +59,13 @@ src_unpack() { # :-NULL safeguards against bash bug. einfo "Decrypting cxx distribution..." - gpg --quiet \ - --homedir=${T} --no-permission-warning \ - --no-mdc-warning \ - --passphrase-fd 0 \ - --output ${cxx_rpm} \ - --decrypt ${DISTDIR}/${cxx_rpm}.crypt \ - <<< ${CXX_LICENSE_KEY:-NULL} + gpg --quiet \ + --homedir=${T} --no-permission-warning \ + --no-mdc-warning \ + --passphrase-fd 0 \ + --output ${cxx_rpm} \ + --decrypt ${DISTDIR}/${cxx_rpm}.crypt \ + <<< ${CXX_LICENSE_KEY:-NULL} ebegin "Unpacking cxx distribution..." # This is the same as using rpm2targz then extracting 'cept that |