diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 01:23:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 01:23:35 +0000 |
commit | 3f1c20a79301b42ce0276db46c64a9fad65cbe90 (patch) | |
tree | ed22f5148683e0299bbbaf14ee4abbbaf68a1d17 | |
parent | stable on sparc (diff) | |
download | historical-3f1c20a79301b42ce0276db46c64a9fad65cbe90.tar.gz historical-3f1c20a79301b42ce0276db46c64a9fad65cbe90.tar.bz2 historical-3f1c20a79301b42ce0276db46c64a9fad65cbe90.zip |
repoman: trim trailing whitespace
50 files changed, 205 insertions, 204 deletions
diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest index 9ace6f0ea738..06d17a42923d 100644 --- a/sys-apps/coreutils/Manifest +++ b/sys-apps/coreutils/Manifest @@ -1,8 +1,8 @@ MD5 d9b43e50a27df1fb8033441f30fc08fb ChangeLog 4387 -MD5 3ba942f3d52e41ae12fc683369efaf04 coreutils-4.5.11-r1.ebuild 2512 -MD5 eb76aec2f84f8c181e613968475c3a5e coreutils-5.0-r1.ebuild 2731 -MD5 c39eabc6d9731ca0e265d45f3f25bd5b coreutils-5.0-r2.ebuild 2768 -MD5 3c66e02a6f060b3aa554add0fc2ad417 coreutils-5.0-r3.ebuild 2765 +MD5 81aee4964c34d6d2c265ad36c9e34241 coreutils-4.5.11-r1.ebuild 2509 +MD5 c1a61b5e143228990ad9ace27f5155d3 coreutils-5.0-r1.ebuild 2728 +MD5 8f2bc7ec86685c4ae093a5f5c4f59f82 coreutils-5.0-r2.ebuild 2765 +MD5 6287e1d2366edf5306fdb5d69a946d29 coreutils-5.0-r3.ebuild 2764 MD5 0ff5f66b1d04c85d2434fa73547e67f3 files/digest-coreutils-4.5.11-r1 207 MD5 d0d4edd45d2bebd31947fec9818be33e files/digest-coreutils-5.0-r1 213 MD5 4f881af0d43d43da188e159999bc5f56 files/digest-coreutils-5.0-r2 216 diff --git a/sys-apps/coreutils/coreutils-4.5.11-r1.ebuild b/sys-apps/coreutils/coreutils-4.5.11-r1.ebuild index b00e87067554..e1a52675a0d4 100644 --- a/sys-apps/coreutils/coreutils-4.5.11-r1.ebuild +++ b/sys-apps/coreutils/coreutils-4.5.11-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/coreutils/coreutils-4.5.11-r1.ebuild,v 1.2 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-4.5.11-r1.ebuild,v 1.3 2003/09/07 01:16:18 msterret Exp $ inherit eutils @@ -46,11 +46,11 @@ src_unpack() { src_compile() { local myconf="" use nls || myconf="--disable-nls" - + econf \ --bindir=/bin \ ${myconf} || die - + if [ "`use static`" ] then emake LDFLAGS=-static || die @@ -79,7 +79,7 @@ src_install() { rm -rf usr/lib cd usr/bin ln -s ../../bin/* . - + if [ -z "`use build`" ] then cd ${S} diff --git a/sys-apps/coreutils/coreutils-5.0-r1.ebuild b/sys-apps/coreutils/coreutils-5.0-r1.ebuild index 7cf6e9486e72..4a36ade6c5db 100644 --- a/sys-apps/coreutils/coreutils-5.0-r1.ebuild +++ b/sys-apps/coreutils/coreutils-5.0-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/coreutils/coreutils-5.0-r1.ebuild,v 1.7 2003/08/11 22:18:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r1.ebuild,v 1.8 2003/09/07 01:16:18 msterret Exp $ inherit eutils @@ -49,11 +49,11 @@ src_unpack() { src_compile() { local myconf="" use nls || myconf="--disable-nls" - + econf \ --bindir=/bin \ ${myconf} || die - + if [ "`use static`" ] then emake LDFLAGS=-static || die @@ -82,7 +82,7 @@ src_install() { rm -rf usr/lib cd usr/bin ln -s ../../bin/* . - + if [ -z "`use build`" ] then cd ${S} diff --git a/sys-apps/coreutils/coreutils-5.0-r2.ebuild b/sys-apps/coreutils/coreutils-5.0-r2.ebuild index a7cdec69a823..d8d16b69ee05 100644 --- a/sys-apps/coreutils/coreutils-5.0-r2.ebuild +++ b/sys-apps/coreutils/coreutils-5.0-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/coreutils/coreutils-5.0-r2.ebuild,v 1.2 2003/08/26 04:22:51 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r2.ebuild,v 1.3 2003/09/07 01:16:18 msterret Exp $ inherit eutils @@ -53,11 +53,11 @@ src_unpack() { src_compile() { local myconf="" use nls || myconf="--disable-nls" - + econf \ --bindir=/bin \ ${myconf} || die - + if [ "`use static`" ] then emake LDFLAGS=-static || die @@ -86,7 +86,7 @@ src_install() { rm -rf usr/lib cd usr/bin ln -s ../../bin/* . - + if [ -z "`use build`" ] then cd ${S} diff --git a/sys-apps/coreutils/coreutils-5.0-r3.ebuild b/sys-apps/coreutils/coreutils-5.0-r3.ebuild index f8e66488054c..b69830c1203b 100644 --- a/sys-apps/coreutils/coreutils-5.0-r3.ebuild +++ b/sys-apps/coreutils/coreutils-5.0-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/sys-apps/coreutils/coreutils-5.0-r3.ebuild,v 1.2 2003/08/28 13:54:06 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r3.ebuild,v 1.3 2003/09/07 01:16:18 msterret Exp $ inherit eutils @@ -53,11 +53,11 @@ src_unpack() { src_compile() { local myconf="" use nls || myconf="--disable-nls" - + econf \ --bindir=/bin \ ${myconf} || die - + if [ "`use static`" ] then emake LDFLAGS=-static || die @@ -86,7 +86,7 @@ src_install() { rm -rf usr/lib cd usr/bin ln -s ../../bin/* . - + if [ -z "`use build`" ] then cd ${S} diff --git a/sys-apps/jfsutils/Manifest b/sys-apps/jfsutils/Manifest index 063668cf2bff..a9ada30a0653 100644 --- a/sys-apps/jfsutils/Manifest +++ b/sys-apps/jfsutils/Manifest @@ -1,9 +1,9 @@ MD5 fdd6b422c103a5fa3f8dc911ff5e69e5 ChangeLog 2592 -MD5 b8bfb7e677334ffe52febca883637841 jfsutils-1.1.0-r1.ebuild 850 -MD5 4902ac90b0e9bf077a2df4b451ee4394 jfsutils-1.1.0-r2.ebuild 828 -MD5 4974f401c10c3f78ecd77a7a947116fb jfsutils-1.1.1-r1.ebuild 1025 -MD5 b7b7aa777d2ec66165a0c5764dd97dfa jfsutils-1.1.1.ebuild 825 -MD5 6781007765632596e1fa35ed6cd8831c jfsutils-1.1.2.ebuild 831 +MD5 77f26e52bd539f541a49c69d0d4013e6 jfsutils-1.1.0-r1.ebuild 849 +MD5 aedb63498960e73e1df7f234a250956a jfsutils-1.1.0-r2.ebuild 824 +MD5 26c7a71cb2d1c435639a403b32411456 jfsutils-1.1.1-r1.ebuild 1021 +MD5 416d95ea7e2c22a4f2d1436582c662cf jfsutils-1.1.1.ebuild 821 +MD5 60f5399721e63f01911818405b8d0f01 jfsutils-1.1.2.ebuild 827 MD5 9df5c3cda43191d385b965c3e7e4b623 files/digest-jfsutils-1.1.0-r1 66 MD5 9df5c3cda43191d385b965c3e7e4b623 files/digest-jfsutils-1.1.0-r2 66 MD5 707821828c75636f2dcb29c3fff8db30 files/digest-jfsutils-1.1.1 66 diff --git a/sys-apps/jfsutils/jfsutils-1.1.0-r1.ebuild b/sys-apps/jfsutils/jfsutils-1.1.0-r1.ebuild index 49dd6c3ab023..2eef851fc536 100644 --- a/sys-apps/jfsutils/jfsutils-1.1.0-r1.ebuild +++ b/sys-apps/jfsutils/jfsutils-1.1.0-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/jfsutils/jfsutils-1.1.0-r1.ebuild,v 1.3 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/jfsutils/jfsutils-1.1.0-r1.ebuild,v 1.4 2003/09/07 01:23:06 msterret Exp $ S=${WORKDIR}/${P} @@ -23,6 +23,6 @@ src_install () { make DESTDIR=$D install dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README cd ${D}/sbin - rm -f mkfs.jfs; ln -sf jfs_mkfs mkfs.jfs + rm -f mkfs.jfs; ln -sf jfs_mkfs mkfs.jfs rm -f fsck.jfs; ln -sf jfs_fsck fsck.jfs } diff --git a/sys-apps/jfsutils/jfsutils-1.1.0-r2.ebuild b/sys-apps/jfsutils/jfsutils-1.1.0-r2.ebuild index 9091d1d032e2..e82bd639bed3 100644 --- a/sys-apps/jfsutils/jfsutils-1.1.0-r2.ebuild +++ b/sys-apps/jfsutils/jfsutils-1.1.0-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/jfsutils/jfsutils-1.1.0-r2.ebuild,v 1.4 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/jfsutils/jfsutils-1.1.0-r2.ebuild,v 1.5 2003/09/07 01:23:06 msterret Exp $ S=${WORKDIR}/${P} @@ -16,16 +16,16 @@ DEPEND="virtual/glibc" src_compile() { econf \ - --sbindir=/sbin + --sbindir=/sbin emake || die } src_install () { - make DESTDIR=${D} install || die - + make DESTDIR=${D} install || die + rm -f ${D}/sbin/mkfs.jfs fsck.jfs dosym /sbin/jfs_mkfs /sbin/mkfs.jfs dosym /sbin/jfs_fsck /sbin/fsck.jfs - + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README } diff --git a/sys-apps/jfsutils/jfsutils-1.1.1-r1.ebuild b/sys-apps/jfsutils/jfsutils-1.1.1-r1.ebuild index 172e77f4e0ae..475a217161a2 100644 --- a/sys-apps/jfsutils/jfsutils-1.1.1-r1.ebuild +++ b/sys-apps/jfsutils/jfsutils-1.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/sys-apps/jfsutils/jfsutils-1.1.1-r1.ebuild,v 1.2 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/jfsutils/jfsutils-1.1.1-r1.ebuild,v 1.3 2003/09/07 01:23:06 msterret Exp $ inherit eutils @@ -27,16 +27,16 @@ src_unpack() { src_compile() { econf \ - --sbindir=/sbin + --sbindir=/sbin emake || die } src_install () { - make DESTDIR=${D} install || die - + make DESTDIR=${D} install || die + rm -f ${D}/sbin/mkfs.jfs fsck.jfs dosym /sbin/jfs_mkfs /sbin/mkfs.jfs dosym /sbin/jfs_fsck /sbin/fsck.jfs - + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README } diff --git a/sys-apps/jfsutils/jfsutils-1.1.1.ebuild b/sys-apps/jfsutils/jfsutils-1.1.1.ebuild index 77e857d3a74a..30f1f42880fb 100644 --- a/sys-apps/jfsutils/jfsutils-1.1.1.ebuild +++ b/sys-apps/jfsutils/jfsutils-1.1.1.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/jfsutils/jfsutils-1.1.1.ebuild,v 1.4 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/jfsutils/jfsutils-1.1.1.ebuild,v 1.5 2003/09/07 01:23:06 msterret Exp $ S=${WORKDIR}/${P} @@ -16,16 +16,16 @@ DEPEND="virtual/glibc" src_compile() { econf \ - --sbindir=/sbin + --sbindir=/sbin emake || die } src_install () { - make DESTDIR=${D} install || die - + make DESTDIR=${D} install || die + rm -f ${D}/sbin/mkfs.jfs fsck.jfs dosym /sbin/jfs_mkfs /sbin/mkfs.jfs dosym /sbin/jfs_fsck /sbin/fsck.jfs - + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README } diff --git a/sys-apps/jfsutils/jfsutils-1.1.2.ebuild b/sys-apps/jfsutils/jfsutils-1.1.2.ebuild index ec14b9f2051e..9e9a44b3dc2e 100644 --- a/sys-apps/jfsutils/jfsutils-1.1.2.ebuild +++ b/sys-apps/jfsutils/jfsutils-1.1.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/jfsutils/jfsutils-1.1.2.ebuild,v 1.4 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/jfsutils/jfsutils-1.1.2.ebuild,v 1.5 2003/09/07 01:23:06 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="IBM's Journaling Filesystem (JFS) Utilities" @@ -16,16 +16,16 @@ DEPEND="virtual/glibc" src_compile() { econf \ - --sbindir=/sbin + --sbindir=/sbin emake || die } src_install () { - make DESTDIR=${D} install || die - + make DESTDIR=${D} install || die + rm -f ${D}/sbin/mkfs.jfs fsck.jfs dosym /sbin/jfs_mkfs /sbin/mkfs.jfs dosym /sbin/jfs_fsck /sbin/fsck.jfs - + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README } diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest index f4c260340909..7a68e357988e 100644 --- a/sys-apps/less/Manifest +++ b/sys-apps/less/Manifest @@ -1,9 +1,9 @@ MD5 f42a764ded80e31a52002133995cdb95 ChangeLog 2939 MD5 37925a75934d73f405852c64f13260ed less-376.ebuild 809 -MD5 2c774bc7f35c835c0ccc3696a4e64f4c less-378-r1.ebuild 941 -MD5 c1699d07986b458a9329a70d22ad17c5 less-378-r2.ebuild 944 +MD5 a6a13722d883330bc74c36bc9502725c less-378-r1.ebuild 939 +MD5 0f37a0de5c7cdb0701237818b174ad9e less-378-r2.ebuild 942 MD5 2a3ef8629a4f816fb1740a578a39ce3d less-378.ebuild 814 -MD5 20fcc53d3d30de7b1799762196063829 less-381.ebuild 939 +MD5 55704856e0d5e45e43dcde5586dfc645 less-381.ebuild 940 MD5 7b5bdd5f20fe55f32420ed4b3203c6ff files/digest-less-376 243 MD5 400d2d4b02a4fda6b5b177877dade4eb files/digest-less-378 243 MD5 8769c7864189f8c6f30907d60f350789 files/digest-less-378-r1 246 diff --git a/sys-apps/less/less-378-r1.ebuild b/sys-apps/less/less-378-r1.ebuild index 6d5b145f63d1..e2877e4189ee 100644 --- a/sys-apps/less/less-378-r1.ebuild +++ b/sys-apps/less/less-378-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/less/less-378-r1.ebuild,v 1.8 2003/07/16 13:51:39 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/less-378-r1.ebuild,v 1.9 2003/09/07 01:23:32 msterret Exp $ IUSE="" @@ -18,7 +18,7 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" src_compile() { ./configure --host=${CHOST} --prefix=/usr \ --sysconfdir=/etc || die - + emake || die } @@ -30,7 +30,7 @@ src_install() { # Needed for groff-1.18 and later ... dodir /etc/env.d echo "LESS=\"-r\"" > ${D}/etc/env.d/70less - + newman lesskey.nro lesskey.1 newman less.nro less.1 diff --git a/sys-apps/less/less-378-r2.ebuild b/sys-apps/less/less-378-r2.ebuild index a88fdaa34715..2169a7134753 100644 --- a/sys-apps/less/less-378-r2.ebuild +++ b/sys-apps/less/less-378-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/less/less-378-r2.ebuild,v 1.7 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/less-378-r2.ebuild,v 1.8 2003/09/07 01:23:32 msterret Exp $ IUSE="" @@ -18,7 +18,7 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" src_compile() { ./configure --host=${CHOST} --prefix=/usr \ --sysconfdir=/etc || die - + emake || die } @@ -30,7 +30,7 @@ src_install() { # Needed for groff-1.18 and later ... dodir /etc/env.d echo "LESS=\"-R\"" > ${D}/etc/env.d/70less - + newman lesskey.nro lesskey.1 newman less.nro less.1 diff --git a/sys-apps/less/less-381.ebuild b/sys-apps/less/less-381.ebuild index 40b9c01b3e01..a4c5d5caee7a 100644 --- a/sys-apps/less/less-381.ebuild +++ b/sys-apps/less/less-381.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/less/less-381.ebuild,v 1.8 2003/07/06 09:17:29 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/less-381.ebuild,v 1.9 2003/09/07 01:23:32 msterret Exp $ IUSE="" @@ -18,7 +18,7 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" src_compile() { ./configure --host=${CHOST} --prefix=/usr \ --sysconfdir=/etc || die - + emake || die } @@ -30,7 +30,7 @@ src_install() { # Needed for groff-1.18 and later ... dodir /etc/env.d echo "LESS=\"-R\"" > ${D}/etc/env.d/70less - + newman lesskey.nro lesskey.1 newman less.nro less.1 diff --git a/sys-apps/lufs/Manifest b/sys-apps/lufs/Manifest index 9e680c8e3ed7..d70d1e0238ca 100644 --- a/sys-apps/lufs/Manifest +++ b/sys-apps/lufs/Manifest @@ -1,10 +1,10 @@ MD5 f70dc43e2c7ce3bfe38b4bfcd078a3a8 ChangeLog 2077 -MD5 bda40dcf6cefad9f3187f90a522feef4 lufs-0.7.0.ebuild 1344 -MD5 02874ed9620bbfe3e5b3242b1da16af6 lufs-0.8.0-r1.ebuild 1378 -MD5 1526e9484e8f5484dd573c02ba7e4f91 lufs-0.8.0.ebuild 1362 -MD5 6616b97ba8f9303552e553c02ac8a113 lufs-0.9.3.ebuild 1438 -MD5 3072df94d6368dc9384de4771e1aad98 lufs-0.9.4.ebuild 1444 -MD5 c92b521d7e13568b2f7b1902f4bd329a lufs-0.9.5.ebuild 1605 +MD5 605357e00850584d8323df2e3e928512 lufs-0.7.0.ebuild 1342 +MD5 8c9527338eee71a4e88e8bad8d5e0adc lufs-0.8.0-r1.ebuild 1376 +MD5 dfe6e358ebe4d72ccd7b392179a8ab59 lufs-0.8.0.ebuild 1360 +MD5 ceb172556b3929b1e41c7aafe097be2b lufs-0.9.3.ebuild 1436 +MD5 54d1dcdbab4868314dac19f75565e637 lufs-0.9.4.ebuild 1443 +MD5 80610898f2af5fdf1f25d7cc2feed855 lufs-0.9.5.ebuild 1604 MD5 c574a7036eebafdb31765fec945e0498 files/digest-lufs-0.7.0 62 MD5 589f3dad16a475a1f541a2be26ff9d33 files/digest-lufs-0.8.0 62 MD5 589f3dad16a475a1f541a2be26ff9d33 files/digest-lufs-0.8.0-r1 62 diff --git a/sys-apps/lufs/lufs-0.7.0.ebuild b/sys-apps/lufs/lufs-0.7.0.ebuild index 2885d583ca1d..8b4b019ac188 100644 --- a/sys-apps/lufs/lufs-0.7.0.ebuild +++ b/sys-apps/lufs/lufs-0.7.0.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/lufs/lufs-0.7.0.ebuild,v 1.5 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.7.0.ebuild,v 1.6 2003/09/07 01:16:48 msterret Exp $ S="${WORKDIR}/${P}" DESCRIPTION="User-mode filesystem implementation" @@ -34,14 +34,14 @@ src_install () { newexe ${FILESDIR}/${P}-init lufs dodoc AUTHORS COPYING ChangeLog Contributors INSTALL \ - NEWS README THANKS TODO + NEWS README THANKS TODO dohtml docs/lufs.html make DESTDIR=${D} install dosym /usr/bin/auto.sshfs /etc/auto.sshfs dosym /usr/bin/auto.ftpfs /etc/auto.ftpfs dosym /sbin/mount.lufs /usr/bin/lufsd - + } pkg_postinst() { diff --git a/sys-apps/lufs/lufs-0.8.0-r1.ebuild b/sys-apps/lufs/lufs-0.8.0-r1.ebuild index b14cce15cce1..e3eb528e35d9 100644 --- a/sys-apps/lufs/lufs-0.8.0-r1.ebuild +++ b/sys-apps/lufs/lufs-0.8.0-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/lufs/lufs-0.8.0-r1.ebuild,v 1.3 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.8.0-r1.ebuild,v 1.4 2003/09/07 01:16:48 msterret Exp $ S="${WORKDIR}/${P}" DESCRIPTION="User-mode filesystem implementation" @@ -34,7 +34,7 @@ src_install () { newexe ${FILESDIR}/${P}-init lufs dodoc AUTHORS COPYING ChangeLog Contributors INSTALL \ - NEWS README THANKS TODO + NEWS README THANKS TODO dohtml docs/lufs.html make DESTDIR=${D} install @@ -42,7 +42,7 @@ src_install () { dosym /usr/bin/auto.ftpfs /etc/auto.ftpfs dodir /sbin dosym /usr/bin/lufsd /sbin/mount.lufs - + } pkg_postinst() { diff --git a/sys-apps/lufs/lufs-0.8.0.ebuild b/sys-apps/lufs/lufs-0.8.0.ebuild index 2343291d0b13..f1c747af4d34 100644 --- a/sys-apps/lufs/lufs-0.8.0.ebuild +++ b/sys-apps/lufs/lufs-0.8.0.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/lufs/lufs-0.8.0.ebuild,v 1.4 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.8.0.ebuild,v 1.5 2003/09/07 01:16:48 msterret Exp $ S="${WORKDIR}/${P}" DESCRIPTION="User-mode filesystem implementation" @@ -34,14 +34,14 @@ src_install () { newexe ${FILESDIR}/${P}-init lufs dodoc AUTHORS COPYING ChangeLog Contributors INSTALL \ - NEWS README THANKS TODO + NEWS README THANKS TODO dohtml docs/lufs.html make DESTDIR=${D} install dosym /usr/bin/auto.sshfs /etc/auto.sshfs dosym /usr/bin/auto.ftpfs /etc/auto.ftpfs dosym /sbin/mount.lufs /usr/bin/lufsd - + } pkg_postinst() { diff --git a/sys-apps/lufs/lufs-0.9.3.ebuild b/sys-apps/lufs/lufs-0.9.3.ebuild index 92f4a8b8739e..19871cc3d081 100644 --- a/sys-apps/lufs/lufs-0.9.3.ebuild +++ b/sys-apps/lufs/lufs-0.9.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/lufs/lufs-0.9.3.ebuild,v 1.5 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.9.3.ebuild,v 1.6 2003/09/07 01:16:48 msterret Exp $ S="${WORKDIR}/${P}" DESCRIPTION="User-mode filesystem implementation" @@ -34,7 +34,7 @@ src_install () { newexe ${FILESDIR}/${P}-init lufs dodoc AUTHORS COPYING ChangeLog Contributors INSTALL \ - NEWS README THANKS TODO + NEWS README THANKS TODO dohtml docs/lufs.html make DESTDIR=${D} install @@ -42,7 +42,7 @@ src_install () { dosym /usr/bin/auto.ftpfs /etc/auto.ftpfs dodir /sbin dosym /usr/bin/lufsd /sbin/mount.lufs - + } pkg_postinst() { diff --git a/sys-apps/lufs/lufs-0.9.4.ebuild b/sys-apps/lufs/lufs-0.9.4.ebuild index fd01a02df082..d55e5fd7557a 100644 --- a/sys-apps/lufs/lufs-0.9.4.ebuild +++ b/sys-apps/lufs/lufs-0.9.4.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/lufs/lufs-0.9.4.ebuild,v 1.2 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.9.4.ebuild,v 1.3 2003/09/07 01:16:48 msterret Exp $ S="${WORKDIR}/${P}" DESCRIPTION="User-mode filesystem implementation" @@ -31,7 +31,7 @@ src_unpack() { src_install () { dodoc AUTHORS COPYING ChangeLog Contributors INSTALL \ - NEWS README THANKS TODO + NEWS README THANKS TODO dohtml docs/lufs.html make DESTDIR=${D} install diff --git a/sys-apps/lufs/lufs-0.9.5.ebuild b/sys-apps/lufs/lufs-0.9.5.ebuild index f5390d694366..c8c376c3bd6f 100644 --- a/sys-apps/lufs/lufs-0.9.5.ebuild +++ b/sys-apps/lufs/lufs-0.9.5.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/lufs/lufs-0.9.5.ebuild,v 1.3 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.9.5.ebuild,v 1.4 2003/09/07 01:16:48 msterret Exp $ S="${WORKDIR}/${P}" DESCRIPTION="User-mode filesystem implementation" @@ -36,7 +36,7 @@ src_unpack() { src_install () { dodoc AUTHORS COPYING ChangeLog Contributors INSTALL \ - NEWS README THANKS TODO + NEWS README THANKS TODO dohtml docs/lufs.html make DESTDIR=${D} install diff --git a/sys-apps/man/Manifest b/sys-apps/man/Manifest index 063914bd5f00..50a8b5e8f7ae 100644 --- a/sys-apps/man/Manifest +++ b/sys-apps/man/Manifest @@ -1,41 +1,41 @@ -MD5 d020fa3baaf93822ab983d529f28e7e1 man-1.5l-r3.ebuild 2311 -MD5 0076a6ffc0280b87ffae95fcf906b66b man-1.5m.ebuild 2766 -MD5 f8b1c002982c8ad007dad7d16145dc78 man-1.5k-r1.ebuild 2563 -MD5 ee72fd94fb8f63b92b9cb14d356b991d man-1.5l-r5.ebuild 2409 +MD5 9952aa3d421fc983bd4fd099fa4c3a86 ChangeLog 6198 +MD5 db67cd773dacb39b2ad7d810a8a0b6e2 man-1.5i-r3.ebuild 1721 +MD5 3716619a0e23241eeb00f01e519bc0fb man-1.5k-r1.ebuild 2555 MD5 e7dc30c047d82ceee603b52863eebb05 man-1.5l-r4.ebuild 2357 -MD5 a825386d37ad27ccddca70297edd6bfa man-1.5i-r3.ebuild 1723 +MD5 cfa03f535d41aa0f3ff645ff7cb3a344 man-1.5l-r3.ebuild 2302 +MD5 ee72fd94fb8f63b92b9cb14d356b991d man-1.5l-r5.ebuild 2409 MD5 ec0aa69a15cfed6240ef9c7666af616c man-1.5l-r6.ebuild 2594 -MD5 9952aa3d421fc983bd4fd099fa4c3a86 ChangeLog 6198 +MD5 0076a6ffc0280b87ffae95fcf906b66b man-1.5m.ebuild 2766 +MD5 c40cc9207adc44cb98bf59a1e9e90766 files/digest-man-1.5i-r3 61 +MD5 00f30e0e111b386b879a36f64180026c files/digest-man-1.5k-r1 60 +MD5 a63bfea0511bb4ea9292d63dc11348b3 files/digest-man-1.5l-r3 60 +MD5 34fd8ac346c17188a9eb54e64276feee files/makewhatis.cron 155 +MD5 df6ae39cf3544b31e1d9e11b74b43d13 files/man-1.5k-groff-1.18.patch 634 +MD5 45544066c9da6e67ca8b7b72525ed185 files/man-1.5k-locale-debug-info.patch 1958 +MD5 eb0c495f1c11036460b98e3b2fd41e0a files/man-1.5k-redhat-patches.patch 7701 MD5 cbbd4de51a8359a1ae81f46f2dad6bd8 files/man-1.5k-search-order.patch 489 -MD5 7de4684156992ffd479e773a4abc79d7 files/man-1.5l-locale-debug-info.patch 2128 -MD5 cbbd4de51a8359a1ae81f46f2dad6bd8 files/man-1.5l-search-order.patch 489 -MD5 fc750a4d956da7cb889e89722fe8f4e2 files/man-1.5m-defmanpath-symlinks.patch 750 MD5 53e5d8000368e638927ed8f4c0411f18 files/man-1.5k-util_c-segfault.patch 2275 -MD5 7de4684156992ffd479e773a4abc79d7 files/man-1.5m-locale-debug-info.patch 2128 MD5 c5192bd8b69dea5e3b281950a427d025 files/man-1.5k-wrong-quotes.patch 340 -MD5 3fd69820a5978ad926d9f3583b485e1a files/man-1.5m-groff-1.18.patch 689 -MD5 de02d99d60fb0e923c37e9130989b324 files/man-1.5l-wrong-quotes-v2.patch 328 -MD5 963a9363ab4bdb32e5fccaf0edc48d19 files/man-1.5m-LL-linelength.patch 475 -MD5 cbbd4de51a8359a1ae81f46f2dad6bd8 files/man-1.5m-search-order.patch 489 -MD5 fe9f5db8b8b6feaaac25563cb294c901 files/man-1.5l-util_c-segfault.patch 2276 -MD5 de02d99d60fb0e923c37e9130989b324 files/man-1.5m-wrong-quotes-v2.patch 328 +MD5 3fd69820a5978ad926d9f3583b485e1a files/man-1.5l-groff-1.18.patch 689 +MD5 7de4684156992ffd479e773a4abc79d7 files/man-1.5l-locale-debug-info.patch 2128 MD5 08bb9cc46b14ee967cab2354dc1e56a8 files/man-1.5l-redhat-patches.patch 7166 +MD5 cbbd4de51a8359a1ae81f46f2dad6bd8 files/man-1.5l-search-order.patch 489 +MD5 fe9f5db8b8b6feaaac25563cb294c901 files/man-1.5l-util_c-segfault.patch 2276 MD5 d8990b0dc5c9670156737c7012de3e9e files/man-1.5l-wrong-quotes.patch 411 -MD5 fe9f5db8b8b6feaaac25563cb294c901 files/man-1.5m-util_c-segfault.patch 2276 -MD5 df6ae39cf3544b31e1d9e11b74b43d13 files/man-1.5k-groff-1.18.patch 634 -MD5 cb6f4195874e0c7bd39bc6ccc26611b7 files/man-1.5m-security.patch 781 -MD5 34fd8ac346c17188a9eb54e64276feee files/makewhatis.cron 155 -MD5 d8990b0dc5c9670156737c7012de3e9e files/man-1.5m-wrong-quotes.patch 411 -MD5 9feb57fe5fbc4c123a42c7cf0314e628 files/digest-man-1.5m 61 -MD5 cb6f4195874e0c7bd39bc6ccc26611b7 files/man-1.5l-security.patch 781 -MD5 2a6b1a91ea6e3e46866a2a2f02ca9c70 files/man-1.5m-redhat-patches.patch 6782 -MD5 963a9363ab4bdb32e5fccaf0edc48d19 files/man-1.5l-LL-linelength.patch 475 -MD5 c40cc9207adc44cb98bf59a1e9e90766 files/digest-man-1.5i-r3 61 -MD5 00f30e0e111b386b879a36f64180026c files/digest-man-1.5k-r1 60 -MD5 a63bfea0511bb4ea9292d63dc11348b3 files/digest-man-1.5l-r3 60 +MD5 de02d99d60fb0e923c37e9130989b324 files/man-1.5l-wrong-quotes-v2.patch 328 MD5 a63bfea0511bb4ea9292d63dc11348b3 files/digest-man-1.5l-r4 60 MD5 a63bfea0511bb4ea9292d63dc11348b3 files/digest-man-1.5l-r5 60 +MD5 cb6f4195874e0c7bd39bc6ccc26611b7 files/man-1.5l-security.patch 781 MD5 a63bfea0511bb4ea9292d63dc11348b3 files/digest-man-1.5l-r6 60 -MD5 3fd69820a5978ad926d9f3583b485e1a files/man-1.5l-groff-1.18.patch 689 -MD5 45544066c9da6e67ca8b7b72525ed185 files/man-1.5k-locale-debug-info.patch 1958 -MD5 eb0c495f1c11036460b98e3b2fd41e0a files/man-1.5k-redhat-patches.patch 7701 +MD5 963a9363ab4bdb32e5fccaf0edc48d19 files/man-1.5l-LL-linelength.patch 475 +MD5 9feb57fe5fbc4c123a42c7cf0314e628 files/digest-man-1.5m 61 +MD5 963a9363ab4bdb32e5fccaf0edc48d19 files/man-1.5m-LL-linelength.patch 475 +MD5 fc750a4d956da7cb889e89722fe8f4e2 files/man-1.5m-defmanpath-symlinks.patch 750 +MD5 3fd69820a5978ad926d9f3583b485e1a files/man-1.5m-groff-1.18.patch 689 +MD5 7de4684156992ffd479e773a4abc79d7 files/man-1.5m-locale-debug-info.patch 2128 +MD5 2a6b1a91ea6e3e46866a2a2f02ca9c70 files/man-1.5m-redhat-patches.patch 6782 +MD5 cbbd4de51a8359a1ae81f46f2dad6bd8 files/man-1.5m-search-order.patch 489 +MD5 cb6f4195874e0c7bd39bc6ccc26611b7 files/man-1.5m-security.patch 781 +MD5 fe9f5db8b8b6feaaac25563cb294c901 files/man-1.5m-util_c-segfault.patch 2276 +MD5 de02d99d60fb0e923c37e9130989b324 files/man-1.5m-wrong-quotes-v2.patch 328 +MD5 d8990b0dc5c9670156737c7012de3e9e files/man-1.5m-wrong-quotes.patch 411 diff --git a/sys-apps/man/man-1.5i-r3.ebuild b/sys-apps/man/man-1.5i-r3.ebuild index 39a30f8a82f9..1e2ed0288a74 100644 --- a/sys-apps/man/man-1.5i-r3.ebuild +++ b/sys-apps/man/man-1.5i-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/sys-apps/man/man-1.5i-r3.ebuild,v 1.12 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5i-r3.ebuild,v 1.13 2003/09/07 01:19:07 msterret Exp $ NV=1.5i2 S=${WORKDIR}/${PN}-${NV} @@ -65,10 +65,10 @@ src_install() { cd ${S} doins src/man.conf dodoc COPYING LSM README* TODO - + exeinto /etc/cron.daily doexe ${FILESDIR}/makewhatis.cron - + } diff --git a/sys-apps/man/man-1.5k-r1.ebuild b/sys-apps/man/man-1.5k-r1.ebuild index e196da831c66..f029c4f97f46 100644 --- a/sys-apps/man/man-1.5k-r1.ebuild +++ b/sys-apps/man/man-1.5k-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/man/man-1.5k-r1.ebuild,v 1.11 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5k-r1.ebuild,v 1.12 2003/09/07 01:19:07 msterret Exp $ IUSE="" @@ -23,13 +23,13 @@ LICENSE="GPL-2" src_unpack() { unpack ${A} - + cd ${S} cp configure configure.orig sed -e 's:/usr/lib/locale:$(prefix)/usr/lib/locale:g' \ -e 's!/usr/bin:/usr/ucb:!/usr/bin:!' \ configure.orig > configure - + local x="" for x in / src/ man2html/ msgs/ do @@ -79,7 +79,7 @@ src_compile() { ./configure -confdir=/etc \ +sgid +fhs \ ${myconf} || die - + make || die } @@ -93,19 +93,19 @@ src_install() { cd ${S}/msgs ./inst.sh ?? ${D}/usr/share/locale/%L/%N fi - + chmod 2555 ${D}/usr/bin/man chown root.man ${D}/usr/bin/man # Needed for makewhatis keepdir /var/cache/man - + insinto /etc cd ${S} doins src/man.conf - + dodoc COPYING LSM README* TODO - + exeinto /etc/cron.daily doexe ${FILESDIR}/makewhatis.cron } diff --git a/sys-apps/man/man-1.5l-r3.ebuild b/sys-apps/man/man-1.5l-r3.ebuild index f5297b55b43a..bc928bd0e5f2 100644 --- a/sys-apps/man/man-1.5l-r3.ebuild +++ b/sys-apps/man/man-1.5l-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/sys-apps/man/man-1.5l-r3.ebuild,v 1.3 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5l-r3.ebuild,v 1.4 2003/09/07 01:19:07 msterret Exp $ IUSE="" @@ -23,13 +23,13 @@ LICENSE="GPL-2" src_unpack() { unpack ${A} - + cd ${S} cp configure configure.orig sed -e 's:/usr/lib/locale:$(prefix)/usr/lib/locale:g' \ -e 's!/usr/bin:/usr/ucb:!/usr/bin:!' \ configure.orig > configure - + cd ${S}/gencat cp Makefile Makefile.orig sed -e 's:cc -o:$(CC) -o:' Makefile.orig > Makefile @@ -61,13 +61,13 @@ src_unpack() { src_compile() { local myconf= - + use nls && myconf="+lang all" ./configure -confdir=/etc \ +sgid +fhs \ ${myconf} || die - + make || die } @@ -81,19 +81,19 @@ src_install() { cd ${S}/msgs ./inst.sh ?? ${D}/usr/share/locale/%L/%N fi - + chmod 2555 ${D}/usr/bin/man chown root.man ${D}/usr/bin/man # Needed for makewhatis keepdir /var/cache/man - + insinto /etc cd ${S} doins src/man.conf - + dodoc COPYING LSM README* TODO - + exeinto /etc/cron.daily doexe ${FILESDIR}/makewhatis.cron } diff --git a/sys-apps/netkit-base/Manifest b/sys-apps/netkit-base/Manifest index 23b8741a7729..8ac7a458286e 100644 --- a/sys-apps/netkit-base/Manifest +++ b/sys-apps/netkit-base/Manifest @@ -1,10 +1,10 @@ MD5 cd19bfed497eb452392ebd1dc83eb9d2 ChangeLog 3725 -MD5 751990c9f2fcb47a94d2d086b9c8e96e netkit-base-0.17-r6.ebuild 1562 -MD5 b6531439d966af0f96cd7d26bb4068e8 netkit-base-0.17-r7.ebuild 1590 -MD5 c39201eb227c8b64200a376aaa4faa00 netkit-base-0.17-r8.ebuild 1794 +MD5 b1559578e4057af7a1c7380894a2ce8a netkit-base-0.17-r6.ebuild 1560 +MD5 e2a5e4b53c3e2c1aa5d14b69cd408c91 netkit-base-0.17-r7.ebuild 1587 +MD5 7715858b39be79a013dfa959549e96ad netkit-base-0.17-r8.ebuild 1794 MD5 a6d426736cbb3c0534504a6e2d041b36 files/001_alpha_netkit-base-0.17-ping-fix.patch.bz2 686 MD5 93d4bc3300be01ea835abfc46863d005 files/002_all_netkit-base-0.17-wrong-byte-fix.patch.bz2 425 MD5 a770366b91d1b0e666ed61ccfff827bc files/digest-netkit-base-0.17-r6 67 MD5 a770366b91d1b0e666ed61ccfff827bc files/digest-netkit-base-0.17-r7 67 -MD5 a770366b91d1b0e666ed61ccfff827bc files/digest-netkit-base-0.17-r8 67 MD5 57df5a15d4f8fd8ba49ed067db09cb94 files/inetd.rc6 522 +MD5 a770366b91d1b0e666ed61ccfff827bc files/digest-netkit-base-0.17-r8 67 diff --git a/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild index 9e61546c3e4f..919ec5fb6dcd 100644 --- a/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild +++ b/sys-apps/netkit-base/netkit-base-0.17-r6.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/netkit-base/netkit-base-0.17-r6.ebuild,v 1.20 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild,v 1.21 2003/09/07 01:17:55 msterret Exp $ inherit eutils @@ -52,7 +52,7 @@ src_install() { exeinto /usr/bin dosbin inetd/inetd doman inetd/inetd.8 inetd/daemon.3 ping/ping.8 - + dodoc BUGS ChangeLog README docinto samples ; dodoc etc.sample/* exeinto /etc/init.d ; newexe ${FILESDIR}/inetd.rc6 inetd diff --git a/sys-apps/netkit-base/netkit-base-0.17-r7.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r7.ebuild index 87ed7a23c1e0..b07b155a8f8a 100644 --- a/sys-apps/netkit-base/netkit-base-0.17-r7.ebuild +++ b/sys-apps/netkit-base/netkit-base-0.17-r7.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/netkit-base/netkit-base-0.17-r7.ebuild,v 1.11 2003/07/16 13:56:53 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r7.ebuild,v 1.12 2003/09/07 01:17:55 msterret Exp $ inherit eutils @@ -19,7 +19,7 @@ PROVIDE="virtual/inetd" src_unpack() { unpack ${A} cd ${S} - + # Note that epatch will intelligently patch architecture specific # patches as well epatch ${FILESDIR} @@ -53,7 +53,7 @@ src_install() { exeinto /usr/bin dosbin inetd/inetd doman inetd/inetd.8 inetd/daemon.3 ping/ping.8 - + dodoc BUGS ChangeLog README docinto samples ; dodoc etc.sample/* exeinto /etc/init.d ; newexe ${FILESDIR}/inetd.rc6 inetd diff --git a/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild index 380301b1a0ee..d8fb3c72e753 100644 --- a/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild +++ b/sys-apps/netkit-base/netkit-base-0.17-r8.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/netkit-base/netkit-base-0.17-r8.ebuild,v 1.6 2003/08/12 12:38:24 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild,v 1.7 2003/09/07 01:17:55 msterret Exp $ inherit eutils @@ -20,7 +20,7 @@ PROVIDE="virtual/inetd" src_unpack() { unpack ${A} cd ${S} - + # Note that epatch will intelligently patch architecture specific # patches as well epatch ${FILESDIR} @@ -59,7 +59,7 @@ src_install() { dosbin inetd/inetd doman inetd/inetd.8 inetd/daemon.3 # doman inetd/inetd.8 inetd/daemon.3 ping/ping.8 - + dodoc BUGS ChangeLog README docinto samples ; dodoc etc.sample/* exeinto /etc/init.d ; newexe ${FILESDIR}/inetd.rc6 inetd diff --git a/sys-apps/palo/Manifest b/sys-apps/palo/Manifest index 47c7cb80a969..55a6ee523ab5 100644 --- a/sys-apps/palo/Manifest +++ b/sys-apps/palo/Manifest @@ -1,6 +1,6 @@ MD5 a4833057b8b083a38fe751527c3e76ab ChangeLog 1297 -MD5 2abdb03f530637b7b10fc63353630914 palo-1.2_pre20030115.ebuild 959 -MD5 161c0e1a943f2b4981da51a98396f6eb palo-1.2_pre20030630.ebuild 972 +MD5 18b2ece67ad02b8612bb3da847c68afe palo-1.2_pre20030115.ebuild 960 +MD5 ae88294f03b34f336994bade3a04cd97 palo-1.2_pre20030630.ebuild 973 MD5 148ea82d5c29fd7d4822d57c72e8db0a files/digest-palo-1.2_pre20030115 71 MD5 9bf95bc1a23c00c4381e3b382dc187b7 files/palo.conf 218 MD5 7ee737710bef1fd5dd94d975eaf30721 files/digest-palo-1.2_pre20030630 71 diff --git a/sys-apps/palo/palo-1.2_pre20030115.ebuild b/sys-apps/palo/palo-1.2_pre20030115.ebuild index d36f4e2a7504..be4667ad5dd7 100644 --- a/sys-apps/palo/palo-1.2_pre20030115.ebuild +++ b/sys-apps/palo/palo-1.2_pre20030115.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/palo/palo-1.2_pre20030115.ebuild,v 1.7 2003/04/08 10:53:19 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/palo/palo-1.2_pre20030115.ebuild,v 1.8 2003/09/07 01:22:44 msterret Exp $ DESCRIPTION="PALO : PArisc Linux Loader" HOMEPAGE="http://parisc-linux.org/" @@ -33,7 +33,7 @@ src_install() { dodoc palo.conf insinto /etc - doins ${FILESDIR}/palo.conf + doins ${FILESDIR}/palo.conf insinto /usr/share/palo doins iplboot diff --git a/sys-apps/palo/palo-1.2_pre20030630.ebuild b/sys-apps/palo/palo-1.2_pre20030630.ebuild index 3737d91a85af..8fc30ab6bf78 100644 --- a/sys-apps/palo/palo-1.2_pre20030630.ebuild +++ b/sys-apps/palo/palo-1.2_pre20030630.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/palo/palo-1.2_pre20030630.ebuild,v 1.1 2003/07/01 21:52:21 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/palo/palo-1.2_pre20030630.ebuild,v 1.2 2003/09/07 01:22:44 msterret Exp $ MY_V=${PV/_pre/-CVS} DESCRIPTION="PALO : PArisc Linux Loader" @@ -34,7 +34,7 @@ src_install() { dodoc palo.conf insinto /etc - doins ${FILESDIR}/palo.conf + doins ${FILESDIR}/palo.conf insinto /usr/share/palo doins iplboot diff --git a/sys-apps/pmud/Manifest b/sys-apps/pmud/Manifest index 6cc022212597..375b480b9d66 100644 --- a/sys-apps/pmud/Manifest +++ b/sys-apps/pmud/Manifest @@ -1,6 +1,6 @@ MD5 112d36abbf3eaadb51e9b5f73f7ffadf ChangeLog 1990 MD5 16470f4df498213f79271089a60b82e1 pmud-0.10.1-r1.ebuild 1147 -MD5 23874296fa9f39b3cbbb0be536496a0a pmud-0.10.1-r2.ebuild 1170 +MD5 6502632700a34159841140d6e8c343bc pmud-0.10.1-r2.ebuild 1169 MD5 a57669b9dcce4c8408ff2843ae91d7b6 files/digest-pmud-0.10.1-r1 62 MD5 a57669b9dcce4c8408ff2843ae91d7b6 files/digest-pmud-0.10.1-r2 62 MD5 1ab85cee19ba581fa19d0f5129c9f3f6 files/pmud-file-locations.patch 373 diff --git a/sys-apps/pmud/pmud-0.10.1-r2.ebuild b/sys-apps/pmud/pmud-0.10.1-r2.ebuild index f2d0eb132e83..6ec30f314629 100644 --- a/sys-apps/pmud/pmud-0.10.1-r2.ebuild +++ b/sys-apps/pmud/pmud-0.10.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/sys-apps/pmud/pmud-0.10.1-r2.ebuild,v 1.15 2003/06/23 00:06:24 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmud/pmud-0.10.1-r2.ebuild,v 1.16 2003/09/07 01:22:31 msterret Exp $ IUSE="X" @@ -32,17 +32,17 @@ src_compile() { src_install() { doman pmud.8 snooze.8 fblevel.8 exeinto /sbin - doexe pmud wakebay snooze fblevel + doexe pmud wakebay snooze fblevel exeinto /etc/power - doexe ${FILESDIR}/pwrctl{,-local} + doexe ${FILESDIR}/pwrctl{,-local} exeinto /etc/init.d newexe ${FILESDIR}/pmud.start pmud insinto /etc doins ${FILESDIR}/power.conf use X && ( \ doman batmon.8 xmouse.8 - exeinto /usr/bin - doexe Batmon + exeinto /usr/bin + doexe Batmon exeinto /usr/X11R6/bin doexe xmouse ) } diff --git a/sys-apps/reoback/Manifest b/sys-apps/reoback/Manifest index 6a199ee6a620..fc729102d017 100644 --- a/sys-apps/reoback/Manifest +++ b/sys-apps/reoback/Manifest @@ -1,3 +1,3 @@ MD5 cc1a4d6334fb17e97532ab4a0a754cd0 ChangeLog 454 -MD5 dc982544d146d6a90d1b16a83f44e63f reoback-1.0-r3.ebuild 1032 +MD5 da39902eee5699d8257ff420c367535c reoback-1.0-r3.ebuild 1023 MD5 0e715624919f174c31e9a2a777d48f99 files/digest-reoback-1.0-r3 65 diff --git a/sys-apps/reoback/reoback-1.0-r3.ebuild b/sys-apps/reoback/reoback-1.0-r3.ebuild index 30137cba57ff..543c441ee922 100644 --- a/sys-apps/reoback/reoback-1.0-r3.ebuild +++ b/sys-apps/reoback/reoback-1.0-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/sys-apps/reoback/reoback-1.0-r3.ebuild,v 1.3 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/reoback/reoback-1.0-r3.ebuild,v 1.4 2003/09/07 01:22:16 msterret Exp $ DESCRIPTION="Reoback Backup Solution" SRC_URI="http://switch.dl.sourceforge.net/sourceforge/reoback/reoback-1.0_r3.tar.gz" @@ -9,28 +9,28 @@ LICENSE="GPL-2" KEYWORDS="x86 amd64" SLOT="0" -RDEPEND=">=sys-apps/tar-1.13 +RDEPEND=">=sys-apps/tar-1.13 >=dev-lang/perl-5.6.1 " DEPEND="${RDEPEND}" src_install() { - + # remove stupid cvs-dirs rm -r ${S}/CVS rm -r ${S}/conf/CVS rm -r ${S}/data rm -r ${S}/docs/CVS - + # make dirs and copy files dodir /etc/reoback dosbin ${S}/reoback.pl ${D}/usr/sbin/ cp -ax ${S}/run_reoback.sh ${D}/etc/reoback/ cp -ax ${S}/conf/* ${D}/etc/reoback/ - + # fix permissions chmod 750 ${D}/usr/sbin/reoback.pl chmod 750 ${D}/etc/reoback/run_reoback.sh - + # install documentation cd ${S}/docs dodoc BUGS CHANGES INSTALL LICENSE MANUALS README TODO diff --git a/sys-apps/sal-client/Manifest b/sys-apps/sal-client/Manifest index dd37f51eaa12..40c98f6f653a 100644 --- a/sys-apps/sal-client/Manifest +++ b/sys-apps/sal-client/Manifest @@ -1,5 +1,6 @@ +MD5 77fc02023e39da2d89400acb2a71610a ChangeLog 1323 +MD5 c77824c21179676e9a13cc691647b1b9 sal-client-1.0_rc3.ebuild 1989 +MD5 dd8a7ae57392b7d62243e9d7dc37a2ce metadata.xml 453 MD5 addafa7dedf783750bfdd94b7bb3c07e files/auditd.confd 439 MD5 5aa22bbbe3279a7d60625851d5e92f4a files/digest-sal-client-1.0_rc3 69 MD5 2fd8c6d4639c639d6c75bb42ce160296 files/sal-client-init 709 -MD5 77fc02023e39da2d89400acb2a71610a ChangeLog 1323 -MD5 fab131dc19d0ffc4c0b2cf6db194efef sal-client-1.0_rc3.ebuild 1988 diff --git a/sys-apps/sal-client/sal-client-1.0_rc3.ebuild b/sys-apps/sal-client/sal-client-1.0_rc3.ebuild index c84df48b6e61..11642d0458f8 100644 --- a/sys-apps/sal-client/sal-client-1.0_rc3.ebuild +++ b/sys-apps/sal-client/sal-client-1.0_rc3.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/sal-client/sal-client-1.0_rc3.ebuild,v 1.6 2003/07/23 19:13:48 zhen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sal-client/sal-client-1.0_rc3.ebuild,v 1.7 2003/09/07 01:22:03 msterret Exp $ MY_P=${P/_/-} DESCRIPTION="Client side programs for SAL, the Secure Auditing for Linux project." @@ -32,7 +32,7 @@ src_install() { exeinto /etc/init.d; newexe ${FILESDIR}/sal-client-init auditd - insinto /etc/conf.d; newins ${FILESDIR}/auditd.confd auditd + insinto /etc/conf.d; newins ${FILESDIR}/auditd.confd auditd mv ${S}/patches/README ${S}/patches/README.patches mv ${S}/patches/README.todo ${S}/patches/README.todo.patches @@ -47,7 +47,7 @@ pkg_postinst() { echo einfo "To create the necessary secure directory to hold your buffered logs," einfo "please remember to configure using the following line:" - echo + echo einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" echo ewarn "Please note that using the above method is NOT secure. You will need to explore" @@ -63,5 +63,5 @@ pkg_config() { /bin/chown root:root ${ROOT}/var/lib/auditd /bin/chmod 0600 ${ROOT}/var/lib/auditd } - + diff --git a/sys-apps/sed/Manifest b/sys-apps/sed/Manifest index 5013c13afd88..cf770f0696cf 100644 --- a/sys-apps/sed/Manifest +++ b/sys-apps/sed/Manifest @@ -1,8 +1,8 @@ MD5 b52118ddf230bfd25c8db6162d1b81cd ChangeLog 5015 -MD5 02aa0d589abbb07c0eb261a3776a39db sed-4.0.5-r1.ebuild 1089 +MD5 604aed6af56edd362bc253627cddf3ef sed-4.0.5-r1.ebuild 1088 MD5 ba0b9f0ba5823c4d446182ac170d12b2 sed-4.0.5.ebuild 962 -MD5 29af44d33f46c213903ecdf7f3e50a16 sed-4.0.6.ebuild 1160 -MD5 783aec16407e9d7374f77efeca887002 sed-4.0.7.ebuild 1158 +MD5 f9997867862bb2e514d3a61d65757447 sed-4.0.6.ebuild 1158 +MD5 89fae22f436c5b60e5480efb5cc30fd0 sed-4.0.7.ebuild 1156 MD5 9b3e86e395686a7671a545d114aa2dd2 files/digest-sed-4.0.5 61 MD5 9b3e86e395686a7671a545d114aa2dd2 files/digest-sed-4.0.5-r1 61 MD5 f13587e662841cb7a5b46170aaf85d1e files/digest-sed-4.0.6 61 diff --git a/sys-apps/sed/sed-4.0.5-r1.ebuild b/sys-apps/sed/sed-4.0.5-r1.ebuild index db9bc24a6228..877971cb8d87 100644 --- a/sys-apps/sed/sed-4.0.5-r1.ebuild +++ b/sys-apps/sed/sed-4.0.5-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/sed/sed-4.0.5-r1.ebuild,v 1.7 2003/07/16 14:02:20 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.5-r1.ebuild,v 1.8 2003/09/07 01:14:54 msterret Exp $ DESCRIPTION="Super-useful stream editor" SRC_URI="ftp://ftp.gnu.org/pub/gnu/sed/${P}.tar.gz" @@ -37,7 +37,7 @@ src_install() { else dodir /usr/bin fi - + rm -f ${D}/usr/bin/sed dosym ../../bin/sed /usr/bin/sed } diff --git a/sys-apps/sed/sed-4.0.6.ebuild b/sys-apps/sed/sed-4.0.6.ebuild index 6446f1b2eb19..ed1331869cff 100644 --- a/sys-apps/sed/sed-4.0.6.ebuild +++ b/sys-apps/sed/sed-4.0.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/sys-apps/sed/sed-4.0.6.ebuild,v 1.7 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.6.ebuild,v 1.8 2003/09/07 01:14:54 msterret Exp $ DESCRIPTION="Super-useful stream editor" SRC_URI="ftp://ftp.gnu.org/pub/gnu/sed/${P}.tar.gz" @@ -20,7 +20,7 @@ src_compile() { use nls \ && myconf="${myconf} --enable-nls" \ || myconf="${myconf} --disable-nls" - + econf ${myconf} || die "Configure failed" if [ -z `use static` ] ; then emake || die "Shared build failed" @@ -42,7 +42,7 @@ src_install() { else dodir /usr/bin fi - + rm -f ${D}/usr/bin/sed dosym ../../bin/sed /usr/bin/sed } diff --git a/sys-apps/sed/sed-4.0.7.ebuild b/sys-apps/sed/sed-4.0.7.ebuild index 790bfc5eae4c..1c3c6f4ab6e3 100644 --- a/sys-apps/sed/sed-4.0.7.ebuild +++ b/sys-apps/sed/sed-4.0.7.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/sed/sed-4.0.7.ebuild,v 1.8 2003/07/16 14:02:20 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.7.ebuild,v 1.9 2003/09/07 01:14:54 msterret Exp $ DESCRIPTION="Super-useful stream editor" SRC_URI="ftp://ftp.gnu.org/pub/gnu/sed/${P}.tar.gz" @@ -20,7 +20,7 @@ src_compile() { use nls \ && myconf="${myconf} --enable-nls" \ || myconf="${myconf} --disable-nls" - + econf ${myconf} || die "Configure failed" if [ -z `use static` ] ; then emake || die "Shared build failed" @@ -42,7 +42,7 @@ src_install() { else dodir /usr/bin fi - + rm -f ${D}/usr/bin/sed dosym ../../bin/sed /usr/bin/sed } diff --git a/sys-apps/setserial/Manifest b/sys-apps/setserial/Manifest index dac7da2c7080..1d5f8c161e67 100644 --- a/sys-apps/setserial/Manifest +++ b/sys-apps/setserial/Manifest @@ -1,3 +1,3 @@ MD5 0d03ac35944a4d8c0cee8585eae95107 ChangeLog 970 -MD5 88adfb78f4d93cbae38c16594f40d70c setserial-2.17-r2.ebuild 810 +MD5 f364ecb4b87b156c259e8880909ca049 setserial-2.17-r2.ebuild 797 MD5 752580a351299fe15119ebcdaa13b3ea files/digest-setserial-2.17-r2 65 diff --git a/sys-apps/setserial/setserial-2.17-r2.ebuild b/sys-apps/setserial/setserial-2.17-r2.ebuild index efc94a754902..473c70b9037c 100644 --- a/sys-apps/setserial/setserial-2.17-r2.ebuild +++ b/sys-apps/setserial/setserial-2.17-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/setserial/setserial-2.17-r2.ebuild,v 1.16 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/setserial/setserial-2.17-r2.ebuild,v 1.17 2003/09/07 01:21:48 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Configure your serial ports with it" @@ -13,17 +13,17 @@ LICENSE="GPL-2" DEPEND="virtual/glibc" -src_compile() { +src_compile() { econf || die pmake setserial || die } -src_install() { +src_install() { doman setserial.8 into / dobin setserial - dodoc README + dodoc README docinto txt dodoc Documentation/* insinto /etc diff --git a/sys-apps/sh-utils/Manifest b/sys-apps/sh-utils/Manifest index 3a9a51359d89..bc920aa708f1 100644 --- a/sys-apps/sh-utils/Manifest +++ b/sys-apps/sh-utils/Manifest @@ -1,7 +1,7 @@ -MD5 d7867bbfe1bf59befd44079672ac3a5d sh-utils-2.0.15.ebuild 2339 -MD5 4de8aaa33d6f8f59d57515848c6a741c sh-utils-2.0.15-r1.ebuild 481 MD5 0010d60458d6c455d072b2a5a99e7d5f ChangeLog 4303 -MD5 b0454d28beed9edd23c9facdd154174f files/sh-utils-2.0.15-gentoo.diff 2585 -MD5 3862186589a94a3a12eec30eb838bd0a files/sh-utils-2.0.11-gentoo.diff 3922 -MD5 5fdc646eb14d3f40c0a6f81eb897d339 files/digest-sh-utils-2.0.15 68 +MD5 4de8aaa33d6f8f59d57515848c6a741c sh-utils-2.0.15-r1.ebuild 481 +MD5 7275d2ff30187bd406553a4c4ed0019c sh-utils-2.0.15.ebuild 2334 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-sh-utils-2.0.15-r1 0 +MD5 5fdc646eb14d3f40c0a6f81eb897d339 files/digest-sh-utils-2.0.15 68 +MD5 3862186589a94a3a12eec30eb838bd0a files/sh-utils-2.0.11-gentoo.diff 3922 +MD5 b0454d28beed9edd23c9facdd154174f files/sh-utils-2.0.15-gentoo.diff 2585 diff --git a/sys-apps/sh-utils/sh-utils-2.0.15.ebuild b/sys-apps/sh-utils/sh-utils-2.0.15.ebuild index 990bf8a71910..82a70fa45914 100644 --- a/sys-apps/sh-utils/sh-utils-2.0.15.ebuild +++ b/sys-apps/sh-utils/sh-utils-2.0.15.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/sh-utils/sh-utils-2.0.15.ebuild,v 1.14 2003/02/21 02:34:19 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.15.ebuild,v 1.15 2003/09/07 01:21:33 msterret Exp $ IUSE="nls static build" @@ -25,9 +25,9 @@ src_unpack() { # note: this patch is b0rked on hppa and arm -- gm and ztw use hppa || use arm || patch -p1 < ${FILESDIR}/${P}-gentoo.diff || die - # This next line prevents our patched (and updated-mtime) uname.c - # from forcing a uname.1 man page regeneration, which requires perl - # (not available when creating a new build image... and we don't want + # This next line prevents our patched (and updated-mtime) uname.c + # from forcing a uname.1 man page regeneration, which requires perl + # (not available when creating a new build image... and we don't want # this package dependent on perl anyway. #This problem can be fixed by fixing our patch at a future date. touch -d "20 Aug 1999" src/uname.c @@ -36,12 +36,12 @@ src_unpack() { src_compile() { local myconf="" use nls || myconf="--disable-nls" - + CFLAGS="${CFLAGS}" \ econf \ --without-included-regex \ ${myconf} || die - + if [ -z "`use static`" ] then emake || die @@ -52,7 +52,7 @@ src_compile() { src_install() { einstall || die - + rm -rf ${D}/usr/lib dodir /bin cd ${D}/usr/bin diff --git a/sys-apps/star/Manifest b/sys-apps/star/Manifest index 0eec8cd5a1e0..3c6981504f68 100644 --- a/sys-apps/star/Manifest +++ b/sys-apps/star/Manifest @@ -1,5 +1,5 @@ MD5 d0601cf11afb8349416f314838ffab53 ChangeLog 2933 -MD5 7f983d74970f0e3dc369fd2dea392a99 star-1.5_alpha14.ebuild 1604 -MD5 7d52530b120378247c2be8485c11dab2 star-1.4.3.ebuild 1443 -MD5 afa8850f0412c5a1fc1be0747513e375 files/digest-star-1.5_alpha14 64 +MD5 d7447616933a105436fb1135b188a65c star-1.5_alpha14.ebuild 1603 +MD5 b4350afeb4b52ffaf412edb173e3621e star-1.4.3.ebuild 1442 MD5 51c5a572668976f36d47a998460f6c25 files/digest-star-1.4.3 63 +MD5 afa8850f0412c5a1fc1be0747513e375 files/digest-star-1.5_alpha14 64 diff --git a/sys-apps/star/star-1.4.3.ebuild b/sys-apps/star/star-1.4.3.ebuild index a76385eb8af6..98b36f1a10f1 100644 --- a/sys-apps/star/star-1.4.3.ebuild +++ b/sys-apps/star/star-1.4.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/star/star-1.4.3.ebuild,v 1.3 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/star/star-1.4.3.ebuild,v 1.4 2003/09/07 01:19:21 msterret Exp $ S=${WORKDIR}/${P/_alpha[0-9][0-9]} @@ -32,7 +32,7 @@ src_install() { einstall INS_BASE=${D}/usr || die insinto /etc/default newins ${S}/rmt/rmt.dfl rmt - + # install mt as mt.star to not conflict with other packages mv ${D}/usr/bin/mt ${D}/usr/bin/mt.star diff --git a/sys-apps/star/star-1.5_alpha14.ebuild b/sys-apps/star/star-1.5_alpha14.ebuild index 103b38075f34..51f9583d8740 100644 --- a/sys-apps/star/star-1.5_alpha14.ebuild +++ b/sys-apps/star/star-1.5_alpha14.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/star/star-1.5_alpha14.ebuild,v 1.5 2003/08/13 15:33:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/star/star-1.5_alpha14.ebuild,v 1.6 2003/09/07 01:19:21 msterret Exp $ S=${WORKDIR}/${P/_alpha[0-9][0-9]} @@ -40,7 +40,7 @@ src_install() { einstall INS_BASE=${D}/usr || die insinto /etc/default newins ${S}/rmt/rmt.dfl rmt - + # install mt as mt.star to not conflict with other packages mv ${D}/usr/bin/mt ${D}/usr/bin/mt.star |