diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:23:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:23:41 +0000 |
commit | fab5b5323c967adf4eac025cb94c9012e34cb50c (patch) | |
tree | 63364edfad739e3765f2a0e3640dd56beb93a454 /app-shells | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-fab5b5323c967adf4eac025cb94c9012e34cb50c.tar.gz historical-fab5b5323c967adf4eac025cb94c9012e34cb50c.tar.bz2 historical-fab5b5323c967adf4eac025cb94c9012e34cb50c.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-shells')
24 files changed, 105 insertions, 105 deletions
diff --git a/app-shells/ash/Manifest b/app-shells/ash/Manifest index 85a1a0a6be20..85dcbfb3c9e9 100644 --- a/app-shells/ash/Manifest +++ b/app-shells/ash/Manifest @@ -1,3 +1,3 @@ MD5 a8d7c84dc118719591fe5b9f642c4caf ChangeLog 616 -MD5 66698e4b26a7fdd7adf34307e94cb7d7 ash-1.6.ebuild 1347 +MD5 9f7a7717e0757532a5daa4a2d505720c ash-1.6.ebuild 1350 MD5 8ae8baf7eab9f0bf48c73e3198ab0ee4 files/digest-ash-1.6 127 diff --git a/app-shells/ash/ash-1.6.ebuild b/app-shells/ash/ash-1.6.ebuild index aa7ca3cbe6de..6a039032cf0a 100644 --- a/app-shells/ash/ash-1.6.ebuild +++ b/app-shells/ash/ash-1.6.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/app-shells/ash/ash-1.6.ebuild,v 1.3 2003/07/02 12:47:28 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ash/ash-1.6.ebuild,v 1.4 2003/09/06 22:23:39 msterret Exp $ inherit eutils @@ -18,7 +18,7 @@ LICENSE="BSD" KEYWORDS="~alpha x86" DEPEND="sys-devel/pmake - sys-apps/sed + sys-apps/sed dev-util/yacc" src_unpack() { diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest index 8bd03e9ae56b..1e898fb7c7f6 100644 --- a/app-shells/bash/Manifest +++ b/app-shells/bash/Manifest @@ -1,15 +1,15 @@ MD5 40d8772cf8beafb3b62f90b736cdef78 ChangeLog 5298 -MD5 de598cbc4af5d99dd19c03464ba9f786 bash-2.05a-r3.ebuild 1908 +MD5 7788484f5384e08b5a7fd93fd79bfc58 bash-2.05a-r3.ebuild 1903 MD5 7a604a7af0a8fa85c591aa394bf5d5df bash-2.05b-r3.ebuild 1743 MD5 e56d41ca654c42349b80a107aa2525f5 bash-2.05b-r4.ebuild 1851 MD5 77e35f69ed898e2b8c4981dc8f9feaad bash-2.05b-r5.ebuild 2033 MD5 1fe3ae8adb7ef006f5b507fa2639ca8f bash-2.05b-r6.ebuild 2028 MD5 a64ccdd3717dabc4da9b63d9c8f5848c bash-2.05b-r7.ebuild 2122 -MD5 edf95b873162f4548435c379e4998b4e files/bash-2.05b-empty-herestring.patch 836 -MD5 90ba92c981c1d26e45d88ecd23a1fbf5 files/bash-2.05b-multibyte-locale.patch 1897 MD5 582fb9ed0ca44627978ce6836a5000dc files/config-top.h.diff 487 MD5 555c6b4000bd9d5557f5627530e13ec4 files/digest-bash-2.05a-r3 63 MD5 867b3b11e48acac6d09794c8d36cb204 files/digest-bash-2.05b-r3 296 +MD5 edf95b873162f4548435c379e4998b4e files/bash-2.05b-empty-herestring.patch 836 +MD5 90ba92c981c1d26e45d88ecd23a1fbf5 files/bash-2.05b-multibyte-locale.patch 1897 MD5 867b3b11e48acac6d09794c8d36cb204 files/digest-bash-2.05b-r4 296 MD5 867b3b11e48acac6d09794c8d36cb204 files/digest-bash-2.05b-r5 296 MD5 1894aaae72806c410d851d046d13dd32 files/digest-bash-2.05b-r6 461 diff --git a/app-shells/bash/bash-2.05a-r3.ebuild b/app-shells/bash/bash-2.05a-r3.ebuild index 814388ca72ef..22f494743e8a 100644 --- a/app-shells/bash/bash-2.05a-r3.ebuild +++ b/app-shells/bash/bash-2.05a-r3.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/app-shells/bash/bash-2.05a-r3.ebuild,v 1.2 2003/09/02 19:05:18 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05a-r3.ebuild,v 1.3 2003/09/06 22:23:39 msterret Exp $ inherit flag-o-matic gnuconfig @@ -18,9 +18,9 @@ RDEPEND="virtual/glibc" src_unpack() { unpack ${A} - + cd ${S} - #enable non-interactive login shells; this patch allows your prompt + #enable non-interactive login shells; this patch allows your prompt #to be preserved when you start X and closes bug #1579. cat ${FILESDIR}/config-top.h.diff | patch -p0 -l || die # bash's config.sub doesn't recognize alphaev67. update it. @@ -41,7 +41,7 @@ src_compile() { #[ "`use readline`" ] && myconf="--with-installed-readline" #use static && export LDFLAGS="${LDFLAGS} -static" [ -z "`use nls`" ] && myconf="${myconf} --disable-nls" - + ./configure --prefix=/ \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ @@ -51,7 +51,7 @@ src_compile() { --without-gnu-malloc \ ${myconf} || die # bash 2.0.5 doesn't like -j>1 - + emake -j1 || die } @@ -60,7 +60,7 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die - + dodir /bin mv ${D}/usr/bin/bash ${D}/bin dosym bash /bin/sh diff --git a/app-shells/ccsh/Manifest b/app-shells/ccsh/Manifest index af0830fa4204..e7f18106a48e 100644 --- a/app-shells/ccsh/Manifest +++ b/app-shells/ccsh/Manifest @@ -1,3 +1,3 @@ MD5 e28c585817f8654881f056c37d3ef955 ChangeLog 991 -MD5 1dda556bd9fc56f64eb7aa28e85d3447 ccsh-0.0.4-r2.ebuild 692 +MD5 1541f6d3aafaade342dc33da07931c41 ccsh-0.0.4-r2.ebuild 662 MD5 bcdb4d727a2f1b9689ea019a064c0bc7 files/digest-ccsh-0.0.4-r2 61 diff --git a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild index ae42b9bc4bdf..0188f5730e02 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild +++ b/app-shells/ccsh/ccsh-0.0.4-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/app-shells/ccsh/ccsh-0.0.4-r2.ebuild,v 1.11 2003/02/13 09:28:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r2.ebuild,v 1.12 2003/09/06 22:23:39 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="UNIX Shell for people already familiar with the C language" @@ -13,11 +13,11 @@ LICENSE="GPL-2" DEPEND="virtual/glibc" src_compile() { - + make CFLAGS="${CFLAGS}" all } -src_install() { +src_install() { into / dobin ccsh diff --git a/app-shells/csh/Manifest b/app-shells/csh/Manifest index b2d16ed71a11..e8350534f42a 100644 --- a/app-shells/csh/Manifest +++ b/app-shells/csh/Manifest @@ -1,13 +1,13 @@ -MD5 24974796f8712ee41f927e1e76ff5a70 csh-1.29.ebuild 3803 -MD5 c9ed16e56100fb9511e19c7e00371705 csh-1.29-r1.ebuild 4060 -MD5 5ecf5bef3e3cad1ca1311c11fe6fe8a0 csh-1.29-r2.ebuild 4314 MD5 3019bbce2833e8d5a8fd63babed04252 ChangeLog 2127 +MD5 c8862976a0b170f264c5ad49eea885f3 csh-1.29.ebuild 3796 +MD5 a4db08fd328f9b461fd2db64f8dd401c csh-1.29-r1.ebuild 4044 MD5 ce0694a6af9197d929533e9d0dfcb706 metadata.xml 706 -MD5 49c0a95e6881eb7e2932d149f62f0de2 files/mksignames.c 10722 +MD5 5ecf5bef3e3cad1ca1311c11fe6fe8a0 csh-1.29-r2.ebuild 4314 MD5 49ee962115384f8a0acedfcf225fd27a files/digest-csh-1.29 148 MD5 213922a7d6fdee0a89e9a349653be22d files/linux-vs-bsd.diff 7483 +MD5 49c0a95e6881eb7e2932d149f62f0de2 files/mksignames.c 10722 MD5 70a304fe872eabbec7c515095af358fc files/digest-csh-1.29-r1 162 -MD5 8eb726131df145785642164034fb5a74 files/digest-csh-1.29-r2 60 -MD5 9a4c41baf0e48fb12e83a51b0b15f297 files/retype-input.diff 2352 MD5 56092454f21f9d462f4514aadf4c78cd files/dot.cshrc 1549 MD5 2365e5e2ca11496be2169a6944a38994 files/dot.login 224 +MD5 8eb726131df145785642164034fb5a74 files/digest-csh-1.29-r2 60 +MD5 9a4c41baf0e48fb12e83a51b0b15f297 files/retype-input.diff 2352 diff --git a/app-shells/csh/csh-1.29-r1.ebuild b/app-shells/csh/csh-1.29-r1.ebuild index e12ba46e9fe4..040f6305ea7c 100644 --- a/app-shells/csh/csh-1.29-r1.ebuild +++ b/app-shells/csh/csh-1.29-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/app-shells/csh/csh-1.29-r1.ebuild,v 1.6 2003/06/24 20:22:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r1.ebuild,v 1.7 2003/09/06 22:23:39 msterret Exp $ inherit flag-o-matic eutils ccc @@ -33,8 +33,8 @@ src_compile() { ${WORKDIR}/vis.c \ ${FILESDIR}/dot.login \ ${FILESDIR}/dot.cshrc \ - ${S} - + ${S} + # this parses the output of the bash builtin `kill` # and creates an array of signal names for csh. @@ -45,20 +45,20 @@ src_compile() { printf "/* automatically generated during %s build */\n\n" ${PF} > ${S}/signames.h printf "const char *const sys_signame[NSIG + 3] = {\n" >> ${S}/signames.h printf "\t\"EXIT\",\t\n" >> ${S}/signames.h - + let cnt++ - + for i in `kill -l` do let $((cnt++))%2 && continue einfo " Adding ${i}..." printf "\t\"%s\",\n" ${i} >> ${S}/signames.h done - + printf "\t\"DEBUG\",\n\t\"ERR\",\n\t(char *)0x0\n};\n\n" >> ${S}/signames.h einfo "Adding flags required for succesful compilation..." - # this should be easier than maintaining a patch. + # this should be easier than maintaining a patch. for i in {-Dlint,-w,-D__dead="",-D__LIBC12_SOURCE__,-DNODEV="-1",-DTTYHOG=1024,-DMAXPATHLEN=4096,-D_GNU_SOURCE,-D_DIAGASSERT="assert"} do append-flags ${i} @@ -73,20 +73,20 @@ src_compile() { # maybe they dont warn on BSD, but _damn_. export NOGCCERROR=1 - + # if csh is a users preferred shell, they may want # a static binary to help on the event of fs emergency. use static && append-ldflags -static - + # pmake is a portage binary as well, so specify full path. # if yours isnt in /usr/bin, you can set PMAKE_PATH. einfo "Starting build..." ${PMAKE_PATH:-/usr/bin/}pmake || die "compile failed." - + echo - size csh + size csh echo - + # make the c shell guide use doc && { einfo "Making documentation..." @@ -96,7 +96,7 @@ src_compile() { cd ${S} einfo "Making empty configuration files.." - printf "#\n# System-wide .cshrc file for csh(1).\n\n" > csh.cshrc + printf "#\n# System-wide .cshrc file for csh(1).\n\n" > csh.cshrc printf "#\n# System-wide .login file for csh(1).\n\n" > csh.login printf "if ( -f /etc/csh.env ) source /etc/csh.env\n" >> csh.login printf "#\n# System-wide .logout file for csh(1).\n\n" > csh.logout @@ -105,12 +105,12 @@ src_compile() { src_install() { exeinto /bin doexe csh - + doman csh.1 - + use doc && dodoc USD.doc/paper.ps dodoc dot.cshrc dot.login - + insinto /etc doins csh.cshrc csh.login csh.logout } diff --git a/app-shells/csh/csh-1.29.ebuild b/app-shells/csh/csh-1.29.ebuild index 8b2a2eabb619..5de5d343b7f8 100644 --- a/app-shells/csh/csh-1.29.ebuild +++ b/app-shells/csh/csh-1.29.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/app-shells/csh/csh-1.29.ebuild,v 1.5 2003/07/02 12:47:28 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29.ebuild,v 1.6 2003/09/06 22:23:39 msterret Exp $ inherit cvs flag-o-matic eutils ccc @@ -18,13 +18,13 @@ SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release-1-6/src/usr.bin/printf/p RESTRICT="nomirror" -# theres basically a choice of fetching the individual files via -# ftp, and using nomirror to stop spamming the mirrors, or fetch +# theres basically a choice of fetching the individual files via +# ftp, and using nomirror to stop spamming the mirrors, or fetch # a tarball of the whole lot and waste bandwidth. -# -# the other option is to check it out of cvs, using tags to make -# sure we get a consistent version. -# +# +# the other option is to check it out of cvs, using tags to make +# sure we get a consistent version. +# # i decided to go with cvs. LICENSE="BSD GPL-2" @@ -50,14 +50,14 @@ src_compile() { # The file `mksignames.c` and the product of its execution # is the only reason this ebuild is dual license, without - # this code (eg make your own array) this shell will be + # this code (eg make your own array) this shell will be # 100% BSD. i borrowed it from bash-2.05b, btw. cd ${S}; cp ${DISTDIR}/printf.c \ ${DISTDIR}/vis.h \ ${FILESDIR}/mksignames.c \ ${DISTDIR}/vis.c \ - ${S} + ${S} # this utility spits out an array of signal names. einfo "Making a list of signal names..." @@ -65,7 +65,7 @@ src_compile() { ${T}/mksignames > ${S}/signames.h || die "couldnt get a list of signals." einfo "Adding flags required for succesful compilation..." - # this should be easier than maintaining a patch. + # this should be easier than maintaining a patch. for i in {-Dlint,-w,-D__dead="",-D__LIBC12_SOURCE__,-DNODEV="-1",-DTTYHOG=1024,-DMAXPATHLEN=4096,-D_GNU_SOURCE,-D_DIAGASSERT="assert"} do append-flags ${i} @@ -79,11 +79,11 @@ src_compile() { # maybe they dont warn on BSD, but _damn_. export NOGCCERROR=1 - + # if csh is a users preferred shell, they may want # a static binary to help on the event of fs emergency. use static && append-ldflags -static - + # pmake is a portage binary as well, so specify full path. # if yours isnt in /usr/bin, you can set PMAKE_PATH. einfo "Starting build..." diff --git a/app-shells/ksh/Manifest b/app-shells/ksh/Manifest index 74cf14dab549..36c3e90f1524 100644 --- a/app-shells/ksh/Manifest +++ b/app-shells/ksh/Manifest @@ -1,7 +1,7 @@ -MD5 c101f022dd2cd0b3128ddd44f9033030 ksh-93.20030724.ebuild 2423 -MD5 a86b257cbf69621e08c7dca6786fdf44 ksh-93.20030422.ebuild 3192 MD5 61dc4c4a922764ececfb7932e9b237ee ChangeLog 693 +MD5 7494a9475442734dfda7a7a3f4c86dc1 ksh-93.20030422.ebuild 3189 MD5 e1baa44340503f92d40f821f1c389419 metadata.xml 1264 -MD5 fc05a830ab720e8d3462bb10f0474258 files/ksh-93.20030724-libs.diff 12867 +MD5 c101f022dd2cd0b3128ddd44f9033030 ksh-93.20030724.ebuild 2423 MD5 ae6a966c5c8702e7199266a3b73a9291 files/digest-ksh-93.20030422 206 MD5 75a91bdad38d09a163894fd8ebc8adff files/digest-ksh-93.20030724 206 +MD5 fc05a830ab720e8d3462bb10f0474258 files/ksh-93.20030724-libs.diff 12867 diff --git a/app-shells/ksh/ksh-93.20030422.ebuild b/app-shells/ksh/ksh-93.20030422.ebuild index 63295817a450..f096b0fa415a 100644 --- a/app-shells/ksh/ksh-93.20030422.ebuild +++ b/app-shells/ksh/ksh-93.20030422.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20030422.ebuild,v 1.5 2003/07/20 18:36:48 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20030422.ebuild,v 1.6 2003/09/06 22:23:39 msterret Exp $ -inherit ccc eutils +inherit ccc eutils RELEASE="2003-04-22" DESCRIPTION="The Original Korn Shell, 1993 revision (ksh93)" @@ -25,7 +25,7 @@ S=${WORKDIR} src_unpack() { # the AT&T build tools look in here for packages. mkdir -p ${S}/lib/package/tgz - + # move the packages into place. cp ${DISTDIR}/ast-ksh.${RELEASE}.tgz ${S}/lib/package/tgz/ || die use nls && { @@ -40,7 +40,7 @@ src_unpack() { } src_compile() { - # users who prefer ksh as there regular shell + # users who prefer ksh as there regular shell # may want to make it static, so it can be used # in the event of fs failure, for example # where shared libraries are not available @@ -73,7 +73,7 @@ src_compile() { # heh, check out locale fudd, or piglatin :) # # "Too many symbowic winks in paf name twavewsal" - + # david korn is a funny guy! :) use nls && { cd ${S}; ./bin/package only make ast-ksh-locale CC=${CC:-gcc} @@ -87,7 +87,7 @@ src_install() { exeinto /bin doexe ${my_arch}/bin/ok/ksh93 [ ! -f /bin/ksh ] && dosym /bin/ksh93 /bin/ksh - # i doubt anyone is fanatical enough to use + # i doubt anyone is fanatical enough to use # this as /bin/sh. mv ${my_arch}/man/man1/sh.1 ${my_arch}/man/man1/ksh.1 doman ${my_arch}/man/man1/ksh.1 diff --git a/app-shells/pdksh/Manifest b/app-shells/pdksh/Manifest index c7a2c51d9f4c..7253a25524b4 100644 --- a/app-shells/pdksh/Manifest +++ b/app-shells/pdksh/Manifest @@ -1,3 +1,3 @@ MD5 58e2189a585064080191a83415b50d97 ChangeLog 1949 -MD5 baf9247be4ba9988f85c28fb8fa26baf pdksh-5.2.14-r4.ebuild 919 +MD5 77d2b4a2aa8bef1a595e4fcb1f7d115a pdksh-5.2.14-r4.ebuild 918 MD5 e00717e9bd2d8dacd3133f594a131e54 files/digest-pdksh-5.2.14-r4 129 diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild index 56c988156acd..106baf213223 100644 --- a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild +++ b/app-shells/pdksh/pdksh-5.2.14-r4.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/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.13 2003/05/29 09:54:44 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.14 2003/09/06 22:23:39 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="The Public Domain Korn Shell" @@ -18,7 +18,7 @@ src_unpack() { cd ${S} patch -p2 < ${DISTDIR}/${P}-patches.1 } - + src_compile() { echo 'ksh_cv_dev_fd=${ksh_cv_dev_fd=yes}' > config.cache diff --git a/app-shells/smrsh/Manifest b/app-shells/smrsh/Manifest index 1286c6aba092..9715e7f6218d 100644 --- a/app-shells/smrsh/Manifest +++ b/app-shells/smrsh/Manifest @@ -1,3 +1,3 @@ -MD5 688abb597bac0a1482eae0626444f1b3 smrsh-8.12.9.ebuild 1142 MD5 e768718d9fe9eb807d20c4bd2218c783 ChangeLog 406 +MD5 0cd812cae9b30bb4b380b17366990389 smrsh-8.12.9.ebuild 1142 MD5 6d2d3106fb3c1c317310e4bf80228741 files/digest-smrsh-8.12.9 68 diff --git a/app-shells/smrsh/smrsh-8.12.9.ebuild b/app-shells/smrsh/smrsh-8.12.9.ebuild index 34f7c2f52bb0..0d24c3a70e42 100644 --- a/app-shells/smrsh/smrsh-8.12.9.ebuild +++ b/app-shells/smrsh/smrsh-8.12.9.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/app-shells/smrsh/smrsh-8.12.9.ebuild,v 1.2 2003/07/21 22:19:26 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/smrsh/smrsh-8.12.9.ebuild,v 1.3 2003/09/06 22:23:39 msterret Exp $ IUSE="" DESCRIPTION="Sendmail restricted shell, for use with MTAs other than Sendmail." @@ -29,8 +29,8 @@ src_compile() { sed -e "s:@@confCCOPTS@@:${CFLAGS}:" "${FILESDIR}/site.config.m4" \ > "${S}/devtools/Site/site.config.m4" || die "sed failed" - - /bin/sh Build + + /bin/sh Build } @@ -41,9 +41,9 @@ src_install () { dodoc README doman smrsh.8 - + keepdir /var/lib/smrsh - + } pkg_postinst() { diff --git a/app-shells/tcsh/Manifest b/app-shells/tcsh/Manifest index 9bd4de7c32d1..1cff72b66bdf 100644 --- a/app-shells/tcsh/Manifest +++ b/app-shells/tcsh/Manifest @@ -1,18 +1,18 @@ -MD5 251712df198d3a983faa17b23b9137d2 tcsh-6.11.ebuild 1108 -MD5 2704092242b73d7b74e431fcf1326255 tcsh-6.12-r2.ebuild 1355 MD5 1d2472f44695276d516271ef2fd80436 ChangeLog 1971 -MD5 4869b9da87c79854e2cc97241f125853 files/csh.login_new 1482 -MD5 16713fff7d0ccc21e1c32b250cdc44ff files/tcsh-aliases 2399 +MD5 6bef7f063109896e6e7104e480cedddd tcsh-6.11.ebuild 1107 +MD5 2704092242b73d7b74e431fcf1326255 tcsh-6.12-r2.ebuild 1355 MD5 548264e16c7c848079c42fe008b0f7e4 files/csh.cshrc 311 +MD5 299cd79eb3cbc2a3caeac1c3a0309556 files/csh.cshrc_new 2810 MD5 98ca83148bd1d9bc6774c52d212ee71f files/csh.login 190 -MD5 0c7590ddc33afe8fa448f51871ad677c files/tcsh-6.11-tc.os.h-gentoo.diff 363 -MD5 8c5915d05b8b0c2db109c754a2bee20f files/tcsh-bindkey 3597 -MD5 a51fb6146ec2bcb7a603e5af41f6c7a2 files/tcsh_enable_kanji.diff 466 +MD5 4869b9da87c79854e2cc97241f125853 files/csh.login_new 1482 MD5 ea5e1c6c529a1c6a8b27eb9c8564a31b files/digest-tcsh-6.11 61 MD5 db3b217a05a1ef2d54eae9794649f177 files/digest-tcsh-6.12-r2 64 -MD5 b9c285f3b6cde03a9369764e2b5d440a files/tcsh-complete 45237 -MD5 6bd69d3c815412ada4579ac8f8cc9c45 files/tcsh.config 1466 -MD5 0c7590ddc33afe8fa448f51871ad677c files/tcsh-6.12-tc.os.h-gentoo.diff 363 -MD5 299cd79eb3cbc2a3caeac1c3a0309556 files/csh.cshrc_new 2810 MD5 0c7590ddc33afe8fa448f51871ad677c files/tcsh-6.10-tc.os.h-gentoo.diff 363 +MD5 0c7590ddc33afe8fa448f51871ad677c files/tcsh-6.11-tc.os.h-gentoo.diff 363 +MD5 0c7590ddc33afe8fa448f51871ad677c files/tcsh-6.12-tc.os.h-gentoo.diff 363 +MD5 16713fff7d0ccc21e1c32b250cdc44ff files/tcsh-aliases 2399 +MD5 8c5915d05b8b0c2db109c754a2bee20f files/tcsh-bindkey 3597 +MD5 b9c285f3b6cde03a9369764e2b5d440a files/tcsh-complete 45237 MD5 e717dd2122d1ae7ab9ee8ebf2c33636a files/tcsh-settings 3271 +MD5 6bd69d3c815412ada4579ac8f8cc9c45 files/tcsh.config 1466 +MD5 a51fb6146ec2bcb7a603e5af41f6c7a2 files/tcsh_enable_kanji.diff 466 diff --git a/app-shells/tcsh/tcsh-6.11.ebuild b/app-shells/tcsh/tcsh-6.11.ebuild index 5ccf0355638f..83349d6e6aa3 100644 --- a/app-shells/tcsh/tcsh-6.11.ebuild +++ b/app-shells/tcsh/tcsh-6.11.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.11.ebuild,v 1.9 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.11.ebuild,v 1.10 2003/09/06 22:23:39 msterret Exp $ IUSE="perl" - + S=${WORKDIR}/${P}.00 DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" SRC_URI="ftp://ftp.gw.com/pub/unix/tcsh/${P}.tar.gz diff --git a/app-shells/zsh/Manifest b/app-shells/zsh/Manifest index b19f4e50deba..7a582fc70897 100644 --- a/app-shells/zsh/Manifest +++ b/app-shells/zsh/Manifest @@ -1,19 +1,19 @@ MD5 5726af58b383f70fe8651cedd482ca05 ChangeLog 5569 -MD5 20fe4a0c8938a7d63bef94149ee8f797 zsh-4.0.6-r1.ebuild 1361 -MD5 ffc94926659f33268966535c421a0cfa zsh-4.0.6-r3.ebuild 1509 -MD5 366f440161ef1f5755ebf7bdaa201b61 zsh-4.0.6-r4.ebuild 1800 -MD5 b1b9d882c288cff8693fd7b11aaa3f9d zsh-4.1.0_pre7.ebuild 2019 +MD5 caf67591742a1310bb577364a75080f5 zsh-4.0.6-r1.ebuild 1360 +MD5 35ebceb3547bb89098cbd2256bbed0ab zsh-4.0.6-r3.ebuild 1506 +MD5 56bbf6b997543639ed2c84e7d048502a zsh-4.0.6-r4.ebuild 1796 +MD5 97bd381dfb95c2b72384495d010f11aa zsh-4.1.0_pre7.ebuild 2018 MD5 3f7eb5c690643e7bd3d696f4379ffca6 zsh-4.0.7.ebuild 2325 MD5 c002d6fcc955fd7613d01424739323f7 zsh-4.1.1.ebuild 2777 -MD5 fbac79983d629b553906383a76692bea zsh-4.1.1-r2.ebuild 3186 -MD5 527f996fa0931da174b94985cb61e9f7 zsh-4.1.1-r1.ebuild 2993 +MD5 f8ca88493cd96f50c7a59b00072364a0 zsh-4.1.1-r1.ebuild 2995 +MD5 243b1aad1c8d2d825412acf41afa0cc0 zsh-4.1.1-r2.ebuild 3188 MD5 30a6361dbaeb57ce5449160c620c5daf files/digest-zsh-4.0.6-r1 62 MD5 28e464ce201f3343debf24cced1bcfcb files/digest-zsh-4.0.6-r3 187 MD5 28e464ce201f3343debf24cced1bcfcb files/digest-zsh-4.0.6-r4 187 MD5 9363aaf4c5e5abc23ff6f07a80a52acc files/digest-zsh-4.1.0_pre7 136 MD5 de0db046f0f40cb1cc3cd3f6e6b2645a files/zshenv 318 -MD5 64023b41a9987655e0e014d32562cfad files/zprofile 404 MD5 05078d5709e9fc4be1eb5bbedadb185d files/digest-zsh-4.0.7 125 +MD5 64023b41a9987655e0e014d32562cfad files/zprofile 404 MD5 4823f16213517c590b1e624afe52271d files/digest-zsh-4.1.1 132 MD5 4823f16213517c590b1e624afe52271d files/digest-zsh-4.1.1-r1 132 MD5 f83ccd2b6f1cd3e75c910c48159892f5 files/zsh-4.1.1-gentoo.diff 488 diff --git a/app-shells/zsh/zsh-4.0.6-r1.ebuild b/app-shells/zsh/zsh-4.0.6-r1.ebuild index 9a546658b596..6ad2c2595790 100644 --- a/app-shells/zsh/zsh-4.0.6-r1.ebuild +++ b/app-shells/zsh/zsh-4.0.6-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/app-shells/zsh/zsh-4.0.6-r1.ebuild,v 1.6 2003/03/25 20:55:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.6-r1.ebuild,v 1.7 2003/09/06 22:23:39 msterret Exp $ IUSE="" @@ -39,7 +39,7 @@ src_install() { sitefndir=${D}/usr/share/zsh/site-functions \ install.bin install.man install.modules \ install.info install.fns || die "make install failed" - + dodoc ChangeLog META-FAQ README INSTALL LICENCE config.modules docinto StartupFiles dodoc StartupFiles/z* diff --git a/app-shells/zsh/zsh-4.0.6-r3.ebuild b/app-shells/zsh/zsh-4.0.6-r3.ebuild index cb07049bd094..328b89e498cd 100644 --- a/app-shells/zsh/zsh-4.0.6-r3.ebuild +++ b/app-shells/zsh/zsh-4.0.6-r3.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/app-shells/zsh/zsh-4.0.6-r3.ebuild,v 1.6 2003/04/17 08:48:11 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.6-r3.ebuild,v 1.7 2003/09/06 22:23:39 msterret Exp $ IUSE="" @@ -20,7 +20,7 @@ src_unpack() { unpack ${A} patch -p0 < ${MYPATCH} } - + src_compile() { econf \ @@ -47,7 +47,7 @@ src_install() { sitefndir=${D}/usr/share/zsh/site-functions \ install.bin install.man install.modules \ install.info install.fns || die "make install failed" - + dodoc ChangeLog META-FAQ README INSTALL LICENCE config.modules docinto StartupFiles dodoc StartupFiles/z* diff --git a/app-shells/zsh/zsh-4.0.6-r4.ebuild b/app-shells/zsh/zsh-4.0.6-r4.ebuild index 4d1e6fb23551..03c92067d97b 100644 --- a/app-shells/zsh/zsh-4.0.6-r4.ebuild +++ b/app-shells/zsh/zsh-4.0.6-r4.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/app-shells/zsh/zsh-4.0.6-r4.ebuild,v 1.1 2003/04/17 08:48:11 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.6-r4.ebuild,v 1.2 2003/09/06 22:23:39 msterret Exp $ IUSE="ncurses" @@ -21,7 +21,7 @@ src_unpack() { unpack ${A} patch -p0 < ${MYPATCH} } - + src_compile() { # New zshall.1 generated with the following, run in Doc: @@ -29,7 +29,7 @@ src_compile() { mv ${WORKDIR}/zshall-${PV} ${S}/Doc/zshall.1 use ncurses && MYCONF="--with-curses-terminfo" - + econf \ --bindir=/bin \ --libdir=/usr/lib \ @@ -55,7 +55,7 @@ src_install() { sitefndir=${D}/usr/share/zsh/site-functions \ install.bin install.man install.modules \ install.info install.fns || die "make install failed" - + dodoc ChangeLog META-FAQ README INSTALL LICENCE config.modules docinto StartupFiles dodoc StartupFiles/z* diff --git a/app-shells/zsh/zsh-4.1.0_pre7.ebuild b/app-shells/zsh/zsh-4.1.0_pre7.ebuild index 236337f15564..2047ea017d3f 100644 --- a/app-shells/zsh/zsh-4.1.0_pre7.ebuild +++ b/app-shells/zsh/zsh-4.1.0_pre7.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/app-shells/zsh/zsh-4.1.0_pre7.ebuild,v 1.4 2003/08/20 10:18:03 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.1.0_pre7.ebuild,v 1.5 2003/09/06 22:23:39 msterret Exp $ IUSE="ncurses" MY_PV=${PV%_*}-dev-${PV#*_pre} @@ -23,9 +23,9 @@ src_compile() { # New zshall.1 generated with the following, run in Doc: # perl -nle'$_ = `cat $1` if /^\.so man1\/(.+\.1)/;print' zshall.1 mv ${WORKDIR}/zshall-${MY_PV} ${S}/Doc/zshall.1 - + use ncurses && MYCONF="--with-curses-terminfo" - + econf \ --bindir=/bin \ --libdir=/usr/lib \ @@ -52,7 +52,7 @@ src_install() { sitefndir=${D}/usr/share/zsh/site-functions \ install.bin install.man install.modules \ install.info install.fns || die "make install failed" - + dodoc ChangeLog META-FAQ README INSTALL LICENCE config.modules docinto StartupFiles dodoc StartupFiles/z* diff --git a/app-shells/zsh/zsh-4.1.1-r1.ebuild b/app-shells/zsh/zsh-4.1.1-r1.ebuild index cb465aa1e05f..8243000416bf 100644 --- a/app-shells/zsh/zsh-4.1.1-r1.ebuild +++ b/app-shells/zsh/zsh-4.1.1-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/app-shells/zsh/zsh-4.1.1-r1.ebuild,v 1.1 2003/08/27 19:11:53 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.1.1-r1.ebuild,v 1.2 2003/09/06 22:23:39 msterret Exp $ inherit eutils @@ -61,7 +61,7 @@ src_compile() { --enable-function-subdirs \ --enable-ldflags="${LDFLAGS}" \ ${myconf} || die "configure failed" - + if [ -n "`use static`" ] ; then sed -i -e "s/link=no/link=static/g" \ -e "s/load=no/load=yes/g" config.modules diff --git a/app-shells/zsh/zsh-4.1.1-r2.ebuild b/app-shells/zsh/zsh-4.1.1-r2.ebuild index 9e509ec3ff66..8a64a4ce1814 100644 --- a/app-shells/zsh/zsh-4.1.1-r2.ebuild +++ b/app-shells/zsh/zsh-4.1.1-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/app-shells/zsh/zsh-4.1.1-r2.ebuild,v 1.1 2003/08/31 22:34:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.1.1-r2.ebuild,v 1.2 2003/09/06 22:23:39 msterret Exp $ inherit eutils @@ -61,7 +61,7 @@ src_compile() { --enable-function-subdirs \ --enable-ldflags="${LDFLAGS}" \ ${myconf} || die "configure failed" - + if [ -n "`use static`" ] ; then # compile all modules statically, see Bug #27392 sed -i -e "s/link=no/link=static/g" \ |