diff options
author | 2003-09-07 01:34:26 +0000 | |
---|---|---|
committer | 2003-09-07 01:34:26 +0000 | |
commit | d0770e09237086149a3dcecb0e1f058d68e33dda (patch) | |
tree | dcfa1df15eb4a82b30338a5cbe4972ff48519794 /sys-apps/gzip | |
parent | stable on alpha (diff) | |
download | gentoo-2-d0770e09237086149a3dcecb0e1f058d68e33dda.tar.gz gentoo-2-d0770e09237086149a3dcecb0e1f058d68e33dda.tar.bz2 gentoo-2-d0770e09237086149a3dcecb0e1f058d68e33dda.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/gzip')
-rw-r--r-- | sys-apps/gzip/Manifest | 10 | ||||
-rw-r--r-- | sys-apps/gzip/gzip-1.3.2.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/gzip/gzip-1.3.3-r1.ebuild | 12 | ||||
-rw-r--r-- | sys-apps/gzip/gzip-1.3.3-r2.ebuild | 10 | ||||
-rw-r--r-- | sys-apps/gzip/gzip-1.3.3.ebuild | 12 |
5 files changed, 25 insertions, 25 deletions
diff --git a/sys-apps/gzip/Manifest b/sys-apps/gzip/Manifest index 8199254324db..dc74763c2c0a 100644 --- a/sys-apps/gzip/Manifest +++ b/sys-apps/gzip/Manifest @@ -1,16 +1,16 @@ MD5 37999ea6c1bb5e85d57289524d498b87 ChangeLog 2280 MD5 7682c95c2cf841b25eb4d658a0c49e61 gzip-1.2.4a-r6.ebuild 1520 -MD5 e0971f271d9a2ab91c0dfcb16a7baeef gzip-1.3.2.ebuild 1692 -MD5 9334b16222fa4a7d947295549af8afd2 gzip-1.3.3-r1.ebuild 2055 -MD5 c566e0525e8ced1fdb5adea764015e7d gzip-1.3.3-r2.ebuild 2049 -MD5 9ce775b8588a2710f94cc1428a14acbc gzip-1.3.3.ebuild 1695 +MD5 d08b0c6b9e37d8abf6813241bed7be0e gzip-1.3.2.ebuild 1690 +MD5 ae89d344e034db7e4390523c3604a359 gzip-1.3.3-r1.ebuild 2050 +MD5 9c07430c18365325c2a9f3a179c52d82 gzip-1.3.3.ebuild 1690 +MD5 2b86816034179acbec9a02fbbc83a7e1 gzip-1.3.3-r2.ebuild 2045 MD5 daab8756fc6a3b566ffcff8fb105b32c files/digest-gzip-1.2.4a-r6 63 MD5 07d188e8d3db58c7d1fc83275aee4a3e files/digest-gzip-1.3.2 62 MD5 2034712a3fa0de0258ee8a1598965ac5 files/digest-gzip-1.3.3 62 MD5 2034712a3fa0de0258ee8a1598965ac5 files/digest-gzip-1.3.3-r1 62 -MD5 2034712a3fa0de0258ee8a1598965ac5 files/digest-gzip-1.3.3-r2 62 MD5 a7c6d77f250d9f3eabdbee0c1faa0656 files/gzip-1.2.4a-r5-gentoo.diff 413 MD5 79d2f8ddcb0198886a9639cc7c3af29d files/gzip-1.2.4a-r6-gentoo.diff 1399 MD5 2c85be38c17f2c260eb18915cac9c8dc files/gzip-1.3.2-gentoo.diff 1008 MD5 ed4a8134f8bb4bfb32b4b6cbb303b756 files/gzip-1.3.3-gentoo.diff 779 +MD5 2034712a3fa0de0258ee8a1598965ac5 files/digest-gzip-1.3.3-r2 62 MD5 2e1eadb762ec68d94f784a1d28303658 files/gzip-1.3.3-security.patch 1562 diff --git a/sys-apps/gzip/gzip-1.3.2.ebuild b/sys-apps/gzip/gzip-1.3.2.ebuild index 8c1d80384551..5ed646afea4d 100644 --- a/sys-apps/gzip/gzip-1.3.2.ebuild +++ b/sys-apps/gzip/gzip-1.3.2.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/sys-apps/gzip/gzip-1.3.2.ebuild,v 1.17 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.3.2.ebuild,v 1.18 2003/09/07 01:32:20 msterret Exp $ IUSE="nls build" @@ -25,9 +25,9 @@ src_compile() { [ -z "`use nls`" ] && myconf="--disable-nls" # Compiling with gcc3 and higher level of optimization seems to - # cause a segmentation fault in some very rare cases on alpha. + # cause a segmentation fault in some very rare cases on alpha. [ ${ARCH} == "alpha" ] && CFLAGS="-O -pipe" - + ./configure --host=${CHOST} \ --prefix=/usr \ --exec-prefix=/ \ diff --git a/sys-apps/gzip/gzip-1.3.3-r1.ebuild b/sys-apps/gzip/gzip-1.3.3-r1.ebuild index 54f487cca54d..1f105628c165 100644 --- a/sys-apps/gzip/gzip-1.3.3-r1.ebuild +++ b/sys-apps/gzip/gzip-1.3.3-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/sys-apps/gzip/gzip-1.3.3-r1.ebuild,v 1.10 2003/07/16 13:48:13 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.3.3-r1.ebuild,v 1.11 2003/09/07 01:32:20 msterret Exp $ IUSE="nls build" @@ -20,7 +20,7 @@ RDEPEND="virtual/glibc" src_unpack() { unpack ${A} - + cd ${WORKDIR} epatch ${FILESDIR}/${P}-gentoo.diff } @@ -29,9 +29,9 @@ src_compile() { [ -z "`use nls`" ] && myconf="--disable-nls" # Compiling with gcc3 and higher level of optimization seems to - # cause a segmentation fault in some very rare cases on alpha. + # cause a segmentation fault in some very rare cases on alpha. [ ${ARCH} = "alpha" ] && CFLAGS="-O -pipe" - + ./configure --host=${CHOST} \ --prefix=/usr \ --exec-prefix=/ \ @@ -48,7 +48,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die - + cd ${D}/bin for i in gzexe zforce zgrep zmore znew zcmp do @@ -66,7 +66,7 @@ src_install() { dosym zdiff /bin/zcmp dosym zgrep /bin/zegrep dosym zgrep /bin/zfgrep - + if [ -z "`use build`" ] then cd ${D}/usr/share/man/man1 diff --git a/sys-apps/gzip/gzip-1.3.3-r2.ebuild b/sys-apps/gzip/gzip-1.3.3-r2.ebuild index e8001b2b60ef..99358274583e 100644 --- a/sys-apps/gzip/gzip-1.3.3-r2.ebuild +++ b/sys-apps/gzip/gzip-1.3.3-r2.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/sys-apps/gzip/gzip-1.3.3-r2.ebuild,v 1.3 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.3.3-r2.ebuild,v 1.4 2003/09/07 01:32:20 msterret Exp $ IUSE="nls build" @@ -29,9 +29,9 @@ src_compile() { [ -z "`use nls`" ] && myconf="--disable-nls" # Compiling with gcc3 and higher level of optimization seems to - # cause a segmentation fault in some very rare cases on alpha. + # cause a segmentation fault in some very rare cases on alpha. [ ${ARCH} = "alpha" ] && CFLAGS="-O -pipe" - + ./configure --host=${CHOST} \ --prefix=/usr \ --exec-prefix=/ \ @@ -48,7 +48,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die - + cd ${D}/bin for i in gzexe zforce zgrep zmore znew zcmp do @@ -66,7 +66,7 @@ src_install() { dosym zdiff /bin/zcmp dosym zgrep /bin/zegrep dosym zgrep /bin/zfgrep - + if [ -z "`use build`" ] then cd ${D}/usr/share/man/man1 diff --git a/sys-apps/gzip/gzip-1.3.3.ebuild b/sys-apps/gzip/gzip-1.3.3.ebuild index 18949dd47efa..7d67f713f5b7 100644 --- a/sys-apps/gzip/gzip-1.3.3.ebuild +++ b/sys-apps/gzip/gzip-1.3.3.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/sys-apps/gzip/gzip-1.3.3.ebuild,v 1.7 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.3.3.ebuild,v 1.8 2003/09/07 01:32:20 msterret Exp $ IUSE="nls build" @@ -20,7 +20,7 @@ RDEPEND="virtual/glibc" src_unpack() { unpack ${A} - + cd ${WORKDIR} epatch ${FILESDIR}/${PF}-gentoo.diff } @@ -29,9 +29,9 @@ src_compile() { [ -z "`use nls`" ] && myconf="--disable-nls" # Compiling with gcc3 and higher level of optimization seems to - # cause a segmentation fault in some very rare cases on alpha. + # cause a segmentation fault in some very rare cases on alpha. [ ${ARCH} = "alpha" ] && CFLAGS="-O -pipe" - + ./configure --host=${CHOST} \ --prefix=/usr \ --exec-prefix=/ \ @@ -48,14 +48,14 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die - + cd ${D}/bin for i in gzexe zforce zgrep zmore znew zcmp do dosed -e "1d" -e "s:${D}::" ${i} chmod 755 ${i} done - + if [ -z "`use build`" ] then cd ${D}/usr/share/man/man1 |