diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:57:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:57:35 +0000 |
commit | a7e8110f25796e45a3f034d839e8a272c9468108 (patch) | |
tree | c36344f477f70282e20cce48008760639d841c4d | |
parent | repoman: header fix; whitespace cleanup (diff) | |
download | historical-a7e8110f25796e45a3f034d839e8a272c9468108.tar.gz historical-a7e8110f25796e45a3f034d839e8a272c9468108.tar.bz2 historical-a7e8110f25796e45a3f034d839e8a272c9468108.zip |
repoman: trim trailing whitespace
80 files changed, 430 insertions, 430 deletions
diff --git a/sys-apps/attr/Manifest b/sys-apps/attr/Manifest index 022b0f5a5329..e701403694bc 100644 --- a/sys-apps/attr/Manifest +++ b/sys-apps/attr/Manifest @@ -1,13 +1,13 @@ +MD5 3fca5b8a5810fceb046dfefaf6090dbf ChangeLog 3197 +MD5 4fdbed0e54382fb050f2d2f9abf7635d attr-2.1.1-r1.ebuild 1158 +MD5 d40802c48efda832a579be7e9b69f559 attr-2.2.0.ebuild 1278 +MD5 8da8315d451820a3ec1cd077591d35af attr-2.4.1.ebuild 1347 +MD5 1a0c38580ea98cafd00bd74e1fe906db attr-2.4.7.ebuild 1543 +MD5 d9e992840e575fe79cfe40e07e0f0ba2 attr-2.4.7-r1.ebuild 1534 MD5 eb9d74131b80a3e1c465474ea5eb5d9e files/attr-2.2.0-gettext.diff 642 MD5 74e751203db2d18c328b77951c4e5396 files/attr-2.4.1-gettext.diff 1208 +MD5 7811c86d928ecacca36f3fd7282d4883 files/digest-attr-2.1.1-r1 65 MD5 b57048711f1d8bc6ae87ea34a3dc212f files/digest-attr-2.2.0 123 MD5 5176e6e3d5d11a771451a6f2d845d48b files/digest-attr-2.4.1 65 MD5 8420856a31d88f998b2e8fdc978f804a files/digest-attr-2.4.7 65 -MD5 7811c86d928ecacca36f3fd7282d4883 files/digest-attr-2.1.1-r1 65 MD5 8420856a31d88f998b2e8fdc978f804a files/digest-attr-2.4.7-r1 65 -MD5 153c9e1bb63d7427df5a44d4b55bea99 attr-2.2.0.ebuild 1288 -MD5 3e96c5deb7225037f80285b2d920c294 attr-2.4.1.ebuild 1359 -MD5 85465869786e2689eb67b63691a0d146 attr-2.4.7.ebuild 1552 -MD5 7e95f1ce62bbf7ff40f27d7ab5c7d80a attr-2.1.1-r1.ebuild 1167 -MD5 a1155349964f078ca2135110a61fb813 attr-2.4.7-r1.ebuild 1542 -MD5 3fca5b8a5810fceb046dfefaf6090dbf ChangeLog 3197 diff --git a/sys-apps/attr/attr-2.1.1-r1.ebuild b/sys-apps/attr/attr-2.1.1-r1.ebuild index b5d71c1f711b..1b3ae75ef099 100644 --- a/sys-apps/attr/attr-2.1.1-r1.ebuild +++ b/sys-apps/attr/attr-2.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/attr/attr-2.1.1-r1.ebuild,v 1.5 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.1.1-r1.ebuild,v 1.6 2003/09/07 00:48:11 msterret Exp $ S=${WORKDIR}/${P} @@ -18,26 +18,26 @@ DEPEND="virtual/glibc" src_compile() { OPTIMIZER="${CFLAGS}" DEBUG=-DNDEBUG - + autoconf || die - + ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ --libdir=/lib \ --libexecdir=/usr/lib || die - + cp include/builddefs include/builddefs.orig sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ -e 's:-O1::' -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ include/builddefs.orig > include/builddefs || die - + emake || die } src_install() { make DESTDIR=${D} install install-lib install-dev || die - + dodir /lib dosym /usr/lib/libattr.a /lib/libattr.a dosym /usr/lib/libattr.la /lib/libattr.la diff --git a/sys-apps/attr/attr-2.2.0.ebuild b/sys-apps/attr/attr-2.2.0.ebuild index 6e755c4baaa0..0906aa734ce6 100644 --- a/sys-apps/attr/attr-2.2.0.ebuild +++ b/sys-apps/attr/attr-2.2.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/attr/attr-2.2.0.ebuild,v 1.3 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.2.0.ebuild,v 1.4 2003/09/07 00:48:11 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="xfs extended attributes tools" @@ -20,7 +20,7 @@ DEPEND=">=sys-apps/portage-2.0.47-r10 src_unpack() { unpack ${A} cd ${S} - + epatch ${DISTDIR}/attr_copy.diff use nls || epatch ${FILESDIR}/${P}-gettext.diff } @@ -28,23 +28,23 @@ src_unpack() { src_compile() { OPTIMIZER="${CFLAGS}" DEBUG=-DNDEBUG - + autoconf || die - + econf || die - + sed -i \ -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ -e 's:-O1::' -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ include/builddefs - + make || die } src_install() { make DIST_ROOT=${D} \ install install-lib install-dev || die - + dodir /lib dosym /usr/lib/libattr.a /lib/libattr.a dosym /usr/lib/libattr.la /lib/libattr.la diff --git a/sys-apps/attr/attr-2.4.1.ebuild b/sys-apps/attr/attr-2.4.1.ebuild index 8eaccb9b797f..5a15b0fcc731 100644 --- a/sys-apps/attr/attr-2.4.1.ebuild +++ b/sys-apps/attr/attr-2.4.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/attr/attr-2.4.1.ebuild,v 1.5 2003/06/30 18:09:53 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.1.ebuild,v 1.6 2003/09/07 00:48:11 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="xfs extended attributes tools" @@ -32,23 +32,23 @@ src_unpack() { src_compile() { OPTIMIZER="${CFLAGS}" DEBUG=-DNDEBUG - + autoconf || die - + econf || die - + sed -i \ -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ -e 's:-O1::' -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ include/builddefs - + make || die } src_install() { make DIST_ROOT=${D} \ install install-lib install-dev || die - + dodir /lib dosym /usr/lib/libattr.a /lib/libattr.a dosym /usr/lib/libattr.la /lib/libattr.la diff --git a/sys-apps/attr/attr-2.4.7-r1.ebuild b/sys-apps/attr/attr-2.4.7-r1.ebuild index 80b9ec4ecc49..8bcb800f3f99 100644 --- a/sys-apps/attr/attr-2.4.7-r1.ebuild +++ b/sys-apps/attr/attr-2.4.7-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/attr/attr-2.4.7-r1.ebuild,v 1.1 2003/08/28 23:41:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.7-r1.ebuild,v 1.2 2003/09/07 00:48:11 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="xfs extended attributes tools" @@ -29,20 +29,20 @@ src_compile() { CXXFLAGS= export DEBUG OPTIMIZER CFLAGS CXXFLAGS else - DEBUG=-DNDEBUG + DEBUG=-DNDEBUG OPTIMIZER="" # note that CFLAGS is already inherited! - export DEBUG OPTIMIZER + export DEBUG OPTIMIZER fi - + local myconf="`use_enable nls gettext`" econf ${myconf} || die - + sed -i \ -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ -e 's:-O1::' -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ include/builddefs - + make || die } diff --git a/sys-apps/attr/attr-2.4.7.ebuild b/sys-apps/attr/attr-2.4.7.ebuild index 93cb403ac0da..bfa0506685b0 100644 --- a/sys-apps/attr/attr-2.4.7.ebuild +++ b/sys-apps/attr/attr-2.4.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/attr/attr-2.4.7.ebuild,v 1.1 2003/08/12 01:42:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.7.ebuild,v 1.2 2003/09/07 00:48:11 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="xfs extended attributes tools" @@ -29,20 +29,20 @@ src_compile() { CXXFLAGS= export DEBUG OPTIMIZER CFLAGS CXXFLAGS else - DEBUG=-DNDEBUG + DEBUG=-DNDEBUG OPTIMIZER="" # note that CFLAGS is already inherited! - export DEBUG OPTIMIZER + export DEBUG OPTIMIZER fi - + local myconf="`use_enable nls gettext`" econf ${myconf} || die - + sed -i \ -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ -e 's:-O1::' -e 's:../$(INSTALL) -S \(.*\) $(PKG_.*_DIR)/\(.*$\)::' \ include/builddefs - + make || die } @@ -53,7 +53,7 @@ src_install() { # install docs in correct place mv ${D}/usr/share/doc/attr ${D}/usr/share/doc/${PF} prepalldocs - + dodir /lib dosym /usr/lib/libattr.a /lib/libattr.a dosym /usr/lib/libattr.la /lib/libattr.la diff --git a/sys-apps/buffer/Manifest b/sys-apps/buffer/Manifest index a62e8c03be1f..76e8aaed6cbd 100644 --- a/sys-apps/buffer/Manifest +++ b/sys-apps/buffer/Manifest @@ -1,5 +1,5 @@ MD5 20ef42a920cc497f95b7a0846e14db77 ChangeLog 629 -MD5 5f89f08ecce80a176de4cd8de729788d buffer-1.19-r1.ebuild 672 -MD5 c7daa14be36cf7e134062a7d11c7a9b7 buffer-1.19.ebuild 637 +MD5 62d0130689346eb9f14be115c054b3db buffer-1.19-r1.ebuild 671 +MD5 afca1f287d8f6dabb18257fe0f141479 buffer-1.19.ebuild 636 MD5 1354a192cd741f1b34515ff718c8de27 files/digest-buffer-1.19 59 MD5 1354a192cd741f1b34515ff718c8de27 files/digest-buffer-1.19-r1 59 diff --git a/sys-apps/buffer/buffer-1.19-r1.ebuild b/sys-apps/buffer/buffer-1.19-r1.ebuild index d45d824b6f0a..b1a668291965 100644 --- a/sys-apps/buffer/buffer-1.19-r1.ebuild +++ b/sys-apps/buffer/buffer-1.19-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/buffer/buffer-1.19-r1.ebuild,v 1.3 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/buffer/buffer-1.19-r1.ebuild,v 1.4 2003/09/07 00:51:33 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="a tapedrive tool for speeding up reading from and writing to tape" @@ -14,7 +14,7 @@ KEYWORDS="x86 amd64" DEPEND="virtual/glibc" src_compile() { - make clean + make clean emake || die "make failed" } diff --git a/sys-apps/buffer/buffer-1.19.ebuild b/sys-apps/buffer/buffer-1.19.ebuild index d98788d305d7..48e3c218829d 100644 --- a/sys-apps/buffer/buffer-1.19.ebuild +++ b/sys-apps/buffer/buffer-1.19.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/buffer/buffer-1.19.ebuild,v 1.4 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/buffer/buffer-1.19.ebuild,v 1.5 2003/09/07 00:51:33 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="a tapedrive tool for speeding up rewinding of tape" @@ -15,7 +15,7 @@ DEPEND="sys-libs/glibc" RDEPEND="" src_compile() { - make clean + make clean emake || die "make failed" } diff --git a/sys-apps/groff/Manifest b/sys-apps/groff/Manifest index 6ecf3bc52929..89135b6c7f9b 100644 --- a/sys-apps/groff/Manifest +++ b/sys-apps/groff/Manifest @@ -1,24 +1,24 @@ MD5 ab7dd6c4ac7ef7bd0ddb76be661d325e ChangeLog 4337 MD5 bf6f7af7e329d28d0901e174574ae2a9 groff-1.16.1-r1.ebuild 814 -MD5 640fd03ef49ddaab33e8b5427c6e2337 groff-1.18-r3.ebuild 1967 -MD5 5b9b7e3806356dd1d7d4b97056e56b70 groff-1.18-r2.ebuild 1864 -MD5 ef01fb3ceb14724af378c2428d91d2d7 groff-1.17.2-r3.ebuild 2059 -MD5 0687ef3cac785b4ab6c086d5ebe323e2 groff-1.18.1-r1.ebuild 2370 -MD5 1edddbdaef45729082b39ae7efab6d52 groff-1.18.1.ebuild 2015 -MD5 12809870341a9930118762947988cc33 groff-1.18.1-r2.ebuild 2937 -MD5 075a3080cfa278a8323b22e25b37bf29 groff-1.18.1-r3.ebuild 2933 +MD5 4b17551e6e0f659fc069c748e50f8c6b groff-1.17.2-r3.ebuild 2054 +MD5 7d7865747b647811533a0a4485cd36e5 groff-1.18-r2.ebuild 1860 +MD5 883fd174085780f495bd186d70af238e groff-1.18-r3.ebuild 1963 +MD5 2846a2fa1eab6dcab0f23c917927fc6b groff-1.18.1-r1.ebuild 2365 +MD5 1a292aae8a8c04a720ca13325aabfd0e groff-1.18.1-r2.ebuild 2934 +MD5 dfa1337f437c9353f394a6f3df5592e6 groff-1.18.1.ebuild 2012 +MD5 c340977ca874afb595c92b23bf20c061 groff-1.18.1-r3.ebuild 2932 MD5 3de83707a0c25509fdb6630bd90e947a files/digest-groff-1.16.1-r1 65 -MD5 e35d3d0986726ce27b9392409d9f6476 files/digest-groff-1.18.1 65 -MD5 2ee48e4557f0e2ca8d674ee94873839e files/digest-groff-1.18-r2 63 MD5 fd76bb4af509cc0b1ad9172163daceff files/digest-groff-1.17.2-r3 65 -MD5 ab6a81383557e8cf8eed1e9b15d45540 files/groff-1.18-no-netpbm-depend.patch 367 +MD5 2ee48e4557f0e2ca8d674ee94873839e files/digest-groff-1.18-r2 63 +MD5 2ee48e4557f0e2ca8d674ee94873839e files/digest-groff-1.18-r3 63 +MD5 e35d3d0986726ce27b9392409d9f6476 files/digest-groff-1.18.1 65 +MD5 e35d3d0986726ce27b9392409d9f6476 files/digest-groff-1.18.1-r1 65 +MD5 b887e99fa5e1252f1bf827af9892a238 files/digest-groff-1.18.1-r2 132 MD5 a48d15e8fbf117ad6d82f9198717be29 files/groff-1.17.2-infoext.patch 594 MD5 11e713f291a441e744ed38f94a002097 files/groff-1.17.2-r3-gentoo.diff 984 MD5 c43ddaf604dd389afc6107d79b90ce6c files/groff-1.18-infoext.patch 673 -MD5 2ee48e4557f0e2ca8d674ee94873839e files/digest-groff-1.18-r3 63 +MD5 ab6a81383557e8cf8eed1e9b15d45540 files/groff-1.18-no-netpbm-depend.patch 367 MD5 98060417290f3c427f5a3406b21f8da9 files/groff-1.18.1-no-color-segfault.patch 896 -MD5 b887e99fa5e1252f1bf827af9892a238 files/digest-groff-1.18.1-r2 132 -MD5 e35d3d0986726ce27b9392409d9f6476 files/digest-groff-1.18.1-r1 65 MD5 e0ea59264695cc68dc9947e4611dde5d files/groff-man-UTF-8.diff 391 MD5 a94a3de58bb54769a2793e1f8602a618 files/groff_1.18.1-7-fix.patch 551 MD5 b887e99fa5e1252f1bf827af9892a238 files/digest-groff-1.18.1-r3 132 diff --git a/sys-apps/groff/groff-1.17.2-r3.ebuild b/sys-apps/groff/groff-1.17.2-r3.ebuild index 17ecd99fce74..0ac979140985 100644 --- a/sys-apps/groff/groff-1.17.2-r3.ebuild +++ b/sys-apps/groff/groff-1.17.2-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/groff/groff-1.17.2-r3.ebuild,v 1.7 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.17.2-r3.ebuild,v 1.8 2003/09/07 00:43:47 msterret Exp $ IUSE="" @@ -32,14 +32,14 @@ src_compile() { # Fix problems with not finding g++ [ -z "${CC}" ] && export CC="gcc" [ -z "${CXX}" ] && export CXX="g++" - + ./configure --host=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man || die - + # emake doesn't work make || die - + # do the info pages. this is only needed for 1.17*, # as 1.18 do install its info pages cd ${S}/doc @@ -71,7 +71,7 @@ src_install() { install \ install.man || die fi - + # the following links are required for xman dosym eqn /usr/bin/geqn dosym tbl /usr/bin/gtbl diff --git a/sys-apps/groff/groff-1.18-r2.ebuild b/sys-apps/groff/groff-1.18-r2.ebuild index 1dbb6537bffb..353788409533 100644 --- a/sys-apps/groff/groff-1.18-r2.ebuild +++ b/sys-apps/groff/groff-1.18-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/groff/groff-1.18-r2.ebuild,v 1.4 2003/07/16 13:47:25 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18-r2.ebuild,v 1.5 2003/09/07 00:43:47 msterret Exp $ IUSE="" @@ -31,12 +31,12 @@ src_compile() { # Fix problems with not finding g++ [ -z "${CC}" ] && export CC="gcc" [ -z "${CXX}" ] && export CXX="g++" - + ./configure --host=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=\${inforoot} || die - + # emake doesn't work make || die @@ -67,7 +67,7 @@ src_install() { install \ install.man || die fi - + #the following links are required for xman dosym eqn /usr/bin/geqn dosym tbl /usr/bin/gtbl diff --git a/sys-apps/groff/groff-1.18-r3.ebuild b/sys-apps/groff/groff-1.18-r3.ebuild index 3ebdaa4007cd..0c6e2119a480 100644 --- a/sys-apps/groff/groff-1.18-r3.ebuild +++ b/sys-apps/groff/groff-1.18-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/groff/groff-1.18-r3.ebuild,v 1.4 2003/07/16 13:47:25 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18-r3.ebuild,v 1.5 2003/09/07 00:43:48 msterret Exp $ IUSE="" @@ -34,12 +34,12 @@ src_compile() { # Fix problems with not finding g++ [ -z "${CC}" ] && export CC="gcc" [ -z "${CXX}" ] && export CXX="g++" - + ./configure --host=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=\${inforoot} || die - + # emake doesn't work make || die @@ -70,7 +70,7 @@ src_install() { install \ install.man || die fi - + #the following links are required for xman dosym eqn /usr/bin/geqn dosym tbl /usr/bin/gtbl diff --git a/sys-apps/groff/groff-1.18.1-r1.ebuild b/sys-apps/groff/groff-1.18.1-r1.ebuild index de384e9feb54..5f481e2afb61 100644 --- a/sys-apps/groff/groff-1.18.1-r1.ebuild +++ b/sys-apps/groff/groff-1.18.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/groff/groff-1.18.1-r1.ebuild,v 1.9 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r1.ebuild,v 1.10 2003/09/07 00:43:49 msterret Exp $ IUSE="" @@ -40,18 +40,18 @@ src_compile() { # Fix problems with not finding g++ [ -z "${CC}" ] && export CC="gcc" [ -z "${CXX}" ] && export CXX="g++" - + # cxx b0rks with too much optimisation. -taviso. if [ "${ARCH}" == "alpha" -a "${CXX}" == "cxx" ]; then replace-flags -fast -O1 replace-flags -O? -O1 fi - + ./configure --host=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=\${inforoot} || die - + # emake doesn't work make || die @@ -82,7 +82,7 @@ src_install() { install \ install.man || die fi - + #the following links are required for xman dosym eqn /usr/bin/geqn dosym tbl /usr/bin/gtbl diff --git a/sys-apps/groff/groff-1.18.1-r2.ebuild b/sys-apps/groff/groff-1.18.1-r2.ebuild index e6a815415d79..14c5685b66ca 100644 --- a/sys-apps/groff/groff-1.18.1-r2.ebuild +++ b/sys-apps/groff/groff-1.18.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/groff/groff-1.18.1-r2.ebuild,v 1.7 2003/07/16 13:47:25 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r2.ebuild,v 1.8 2003/09/07 00:43:50 msterret Exp $ IUSE="X cjk" @@ -72,7 +72,7 @@ src_compile() { --mandir=/usr/share/man \ --infodir=\${inforoot} \ ${myconf} || die - + # emake doesn't work make || die @@ -103,7 +103,7 @@ src_install() { install \ install.man || die fi - + #the following links are required for xman dosym eqn /usr/bin/geqn dosym tbl /usr/bin/gtbl diff --git a/sys-apps/groff/groff-1.18.1-r3.ebuild b/sys-apps/groff/groff-1.18.1-r3.ebuild index 3ff802f2ac2b..451967f8944d 100644 --- a/sys-apps/groff/groff-1.18.1-r3.ebuild +++ b/sys-apps/groff/groff-1.18.1-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/groff/groff-1.18.1-r3.ebuild,v 1.1 2003/08/04 19:02:44 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r3.ebuild,v 1.2 2003/09/07 00:43:50 msterret Exp $ IUSE="X cjk" @@ -72,7 +72,7 @@ src_compile() { --mandir=/usr/share/man \ --infodir=\${inforoot} \ ${myconf} || die - + # emake doesn't work make || die @@ -103,7 +103,7 @@ src_install() { install \ install.man || die fi - + #the following links are required for xman dosym eqn /usr/bin/geqn dosym tbl /usr/bin/gtbl diff --git a/sys-apps/groff/groff-1.18.1.ebuild b/sys-apps/groff/groff-1.18.1.ebuild index 452da33fe738..b0b00a468eda 100644 --- a/sys-apps/groff/groff-1.18.1.ebuild +++ b/sys-apps/groff/groff-1.18.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/groff/groff-1.18.1.ebuild,v 1.9 2003/07/16 13:47:25 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1.ebuild,v 1.10 2003/09/07 00:43:50 msterret Exp $ IUSE="" @@ -35,12 +35,12 @@ src_compile() { # Fix problems with not finding g++ [ -z "${CC}" ] && export CC="gcc" [ -z "${CXX}" ] && export CXX="g++" - + ./configure --host=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=\${inforoot} || die - + # emake doesn't work make || die @@ -71,7 +71,7 @@ src_install() { install \ install.man || die fi - + #the following links are required for xman dosym eqn /usr/bin/geqn dosym tbl /usr/bin/gtbl diff --git a/sys-apps/modutils/Manifest b/sys-apps/modutils/Manifest index 3eea3ebabcbe..42fb4acf16ff 100644 --- a/sys-apps/modutils/Manifest +++ b/sys-apps/modutils/Manifest @@ -1,12 +1,12 @@ MD5 6bce4a5338a26eedb8463102271c6959 ChangeLog 4812 -MD5 231361d602c0b00d6e74593c9b784060 modutils-2.4.16-r2.ebuild 1486 -MD5 6a1ed03e4ac091899c82bddd4069bea8 modutils-2.4.16-r3.ebuild 1214 -MD5 fd1bfa2e8098d41717e00c22bcb64d71 modutils-2.4.19.ebuild 1132 -MD5 c824ca75abd14f10b1159e5a58b44546 modutils-2.4.20.ebuild 1046 -MD5 96df172b195cac69cb88df83349a71e1 modutils-2.4.22.ebuild 1382 -MD5 82c973af6950e5c20d5672f7b871e809 modutils-2.4.23.ebuild 1395 -MD5 36df8af3e5aa74f204601b9cd831a497 modutils-2.4.24.ebuild 1334 -MD5 927d8c906e01cde661ecad7edbdc0b10 modutils-2.4.25.ebuild 1454 +MD5 9469c7a76d137ea6eff519f3d258f991 modutils-2.4.16-r2.ebuild 1482 +MD5 47b2463bfba5154bfb2961d32be5e205 modutils-2.4.16-r3.ebuild 1212 +MD5 a73b8ecd4dcc019f9bce873ee9bc40a6 modutils-2.4.19.ebuild 1130 +MD5 759c27455fab35ff3d1e14a0aa412c5b modutils-2.4.20.ebuild 1044 +MD5 e6836492263f91b7bbd1ef3a228681e8 modutils-2.4.22.ebuild 1381 +MD5 df7d440cbfdd4dbb63486b8a2e8d6355 modutils-2.4.23.ebuild 1394 +MD5 8aecad8c011d53493c84ddf5427e0a33 modutils-2.4.24.ebuild 1334 +MD5 e6c3f9d8f48a4017bf010ad05b2da387 modutils-2.4.25.ebuild 1456 MD5 15611447c25c4be74563a4808c96aa9e files/alias.h.diff 255 MD5 2a538675787b2c0d36e17a54b7205ada files/digest-modutils-2.4.16-r2 68 MD5 2a538675787b2c0d36e17a54b7205ada files/digest-modutils-2.4.16-r3 68 diff --git a/sys-apps/modutils/modutils-2.4.16-r2.ebuild b/sys-apps/modutils/modutils-2.4.16-r2.ebuild index b72995e3b2de..71f07caa5e53 100644 --- a/sys-apps/modutils/modutils-2.4.16-r2.ebuild +++ b/sys-apps/modutils/modutils-2.4.16-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/modutils/modutils-2.4.16-r2.ebuild,v 1.14 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r2.ebuild,v 1.15 2003/09/07 00:43:02 msterret Exp $ S=${WORKDIR}/${P} SLOT="0" @@ -27,7 +27,7 @@ src_compile() { --host=${CHOST} \ --disable-strip \ ${myconf} || die - + emake || die } @@ -44,6 +44,6 @@ src_install() { # nuke them # rm -f ${D}/sbin/*.static # fi - + dodoc COPYING CREDITS ChangeLog NEWS README TODO } diff --git a/sys-apps/modutils/modutils-2.4.16-r3.ebuild b/sys-apps/modutils/modutils-2.4.16-r3.ebuild index 60b53a0413f6..e791097621c2 100644 --- a/sys-apps/modutils/modutils-2.4.16-r3.ebuild +++ b/sys-apps/modutils/modutils-2.4.16-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/modutils/modutils-2.4.16-r3.ebuild,v 1.14 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r3.ebuild,v 1.15 2003/09/07 00:43:02 msterret Exp $ S=${WORKDIR}/${P} SLOT="0" @@ -28,7 +28,7 @@ src_compile() { --disable-strip \ --enable-insmod-static \ ${myconf} || die - + emake || die } diff --git a/sys-apps/modutils/modutils-2.4.19.ebuild b/sys-apps/modutils/modutils-2.4.19.ebuild index fa8cd625530b..38bfffaae647 100644 --- a/sys-apps/modutils/modutils-2.4.19.ebuild +++ b/sys-apps/modutils/modutils-2.4.19.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/modutils/modutils-2.4.19.ebuild,v 1.13 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.19.ebuild,v 1.14 2003/09/07 00:43:02 msterret Exp $ S=${WORKDIR}/${P} SLOT="0" @@ -25,7 +25,7 @@ src_compile() { --disable-strip \ --enable-insmod-static \ ${myconf} || die "./configure failed" - + emake || die "emake failed" } diff --git a/sys-apps/modutils/modutils-2.4.20.ebuild b/sys-apps/modutils/modutils-2.4.20.ebuild index 3d7a4e21a43e..31e9791b3901 100644 --- a/sys-apps/modutils/modutils-2.4.20.ebuild +++ b/sys-apps/modutils/modutils-2.4.20.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/modutils/modutils-2.4.20.ebuild,v 1.7 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.20.ebuild,v 1.8 2003/09/07 00:43:02 msterret Exp $ S=${WORKDIR}/${P} SLOT="0" @@ -25,7 +25,7 @@ src_compile() { --disable-strip \ --enable-insmod-static \ ${myconf} || die "./configure failed" - + emake || die "emake failed" } diff --git a/sys-apps/modutils/modutils-2.4.22.ebuild b/sys-apps/modutils/modutils-2.4.22.ebuild index 8956dc5a2686..fde56547f4a0 100644 --- a/sys-apps/modutils/modutils-2.4.22.ebuild +++ b/sys-apps/modutils/modutils-2.4.22.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/modutils/modutils-2.4.22.ebuild,v 1.10 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.22.ebuild,v 1.11 2003/09/07 00:43:02 msterret Exp $ inherit flag-o-matic @@ -35,7 +35,7 @@ src_compile() { then mymake="ARCH=hppa" fi - + emake ${mymake} || die "emake failed" } diff --git a/sys-apps/modutils/modutils-2.4.23.ebuild b/sys-apps/modutils/modutils-2.4.23.ebuild index 38e096a4367c..5c2ab06d8ade 100644 --- a/sys-apps/modutils/modutils-2.4.23.ebuild +++ b/sys-apps/modutils/modutils-2.4.23.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/modutils/modutils-2.4.23.ebuild,v 1.5 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.23.ebuild,v 1.6 2003/09/07 00:43:02 msterret Exp $ inherit flag-o-matic @@ -35,7 +35,7 @@ src_compile() { then mymake="ARCH=hppa" fi - + emake ${mymake} || die "emake failed" } diff --git a/sys-apps/modutils/modutils-2.4.24.ebuild b/sys-apps/modutils/modutils-2.4.24.ebuild index d998896fc4d6..119d27d49b5a 100644 --- a/sys-apps/modutils/modutils-2.4.24.ebuild +++ b/sys-apps/modutils/modutils-2.4.24.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/modutils/modutils-2.4.24.ebuild,v 1.9 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.24.ebuild,v 1.10 2003/09/07 00:43:02 msterret Exp $ inherit flag-o-matic @@ -37,7 +37,7 @@ src_compile() { then mymake="ARCH=hppa" fi - + emake ${mymake} || die "emake failed" } diff --git a/sys-apps/modutils/modutils-2.4.25.ebuild b/sys-apps/modutils/modutils-2.4.25.ebuild index 5b8fa56ec08c..d2ed6309f845 100644 --- a/sys-apps/modutils/modutils-2.4.25.ebuild +++ b/sys-apps/modutils/modutils-2.4.25.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/modutils/modutils-2.4.25.ebuild,v 1.11 2003/09/06 14:47:53 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.25.ebuild,v 1.12 2003/09/07 00:43:02 msterret Exp $ inherit flag-o-matic @@ -41,7 +41,7 @@ src_compile() { then mymake="ARCH=hppa" fi - + emake ${mymake} || die "emake failed" } diff --git a/sys-apps/pam-login/Manifest b/sys-apps/pam-login/Manifest index 105a9aec0fe3..2055bbaeab98 100644 --- a/sys-apps/pam-login/Manifest +++ b/sys-apps/pam-login/Manifest @@ -1,18 +1,18 @@ -MD5 b04418a06d1f88d40e33887a0a19ba82 pam-login-3.6-r2.ebuild 1939 -MD5 aed360d8a84de43c091d1e2f44f08797 pam-login-3.11.ebuild 2288 -MD5 92287c70f24d0bdf31928469305b39fc pam-login-3.11-r1.ebuild 2532 -MD5 408aa58bd178607d57e6c3d486037cfa pam-login-3.6-r1.ebuild 1837 -MD5 5739c21cb2f366c515850e7ee5b97eb8 pam-login-3.7.ebuild 1985 -MD5 e3785b42fc7d5ef52e8e2d987e627187 pam-login-3.10.ebuild 1992 MD5 ac84e9097c680d83da7a9737a06371a8 ChangeLog 3157 -MD5 bcf75778be1a620e99fcaf5d2c55a504 files/pam-login-3.11-selinux.diff 8237 +MD5 363daa32525ee949f2294e752e55709c pam-login-3.10.ebuild 1988 +MD5 13075ff52d9b0a7e91d424096286c570 pam-login-3.6-r1.ebuild 1833 +MD5 4277c8c7e9488f7d4b83945c2dc9f916 pam-login-3.6-r2.ebuild 1935 +MD5 25908a892f7729959d8085cedcb18806 pam-login-3.7.ebuild 1981 +MD5 4e8328615b4be73c2edead03f8e03a9a pam-login-3.11.ebuild 2286 +MD5 ecd4297984744a8212898a88025c2945 pam-login-3.11-r1.ebuild 2530 +MD5 a5e9be8a38e1b8f784d3cf558cff7a6b files/digest-pam-login-3.10 67 MD5 918ba376dc33a5a1c9f9b0bd048b484b files/digest-pam-login-3.6-r1 66 MD5 918ba376dc33a5a1c9f9b0bd048b484b files/digest-pam-login-3.6-r2 66 -MD5 387e811b73906d5f0e5d4417cccfed0e files/digest-pam-login-3.11-r1 67 -MD5 a5e9be8a38e1b8f784d3cf558cff7a6b files/digest-pam-login-3.10 67 -MD5 387e811b73906d5f0e5d4417cccfed0e files/digest-pam-login-3.11 67 +MD5 7febd6315d85fcd5196b602732789573 files/digest-pam-login-3.7 66 +MD5 21df4caf263fa2ed75e574f9a067b72e files/login.defs 3229 MD5 b3602716045d7154356137da6f5dcbad files/pam-login-3.6-SUPATH.patch 438 +MD5 387e811b73906d5f0e5d4417cccfed0e files/digest-pam-login-3.11 67 +MD5 bcf75778be1a620e99fcaf5d2c55a504 files/pam-login-3.11-selinux.diff 8237 +MD5 387e811b73906d5f0e5d4417cccfed0e files/digest-pam-login-3.11-r1 67 MD5 0021ec2d8f5fc517f0e74f7233fc16c9 files/pam-login-3.11-gcc33.patch 527 -MD5 21df4caf263fa2ed75e574f9a067b72e files/login.defs 3229 -MD5 7febd6315d85fcd5196b602732789573 files/digest-pam-login-3.7 66 MD5 e1f2854245d68582c0913c5d6ac9cd66 files/pam-login-3.11-selinux-gcc33.patch 512 diff --git a/sys-apps/pam-login/pam-login-3.10.ebuild b/sys-apps/pam-login/pam-login-3.10.ebuild index ee7e0d5ea406..beba7b8d9cac 100644 --- a/sys-apps/pam-login/pam-login-3.10.ebuild +++ b/sys-apps/pam-login/pam-login-3.10.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/pam-login/pam-login-3.10.ebuild,v 1.8 2003/07/16 13:59:27 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.10.ebuild,v 1.9 2003/09/07 00:57:31 msterret Exp $ # Do we want to backup an old login.defs, and forcefully # install a new version? @@ -25,12 +25,12 @@ src_compile() { use nls ||myconf="--disable-nls" econf ${myconf} || die - + emake || die } src_install() { - einstall rootexecbindir=${D}/bin || die + einstall rootexecbindir=${D}/bin || die insinto /etc insopts -m0644 diff --git a/sys-apps/pam-login/pam-login-3.11-r1.ebuild b/sys-apps/pam-login/pam-login-3.11-r1.ebuild index 7c6f9401be9b..62360d93fc77 100644 --- a/sys-apps/pam-login/pam-login-3.11-r1.ebuild +++ b/sys-apps/pam-login/pam-login-3.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/pam-login/pam-login-3.11-r1.ebuild,v 1.3 2003/07/18 20:40:13 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.11-r1.ebuild,v 1.4 2003/09/07 00:57:32 msterret Exp $ inherit gnuconfig @@ -54,12 +54,12 @@ src_compile() { use nls ||myconf="--disable-nls" econf ${myconf} || die - + emake || die } src_install() { - einstall rootexecbindir=${D}/bin || die + einstall rootexecbindir=${D}/bin || die insinto /etc insopts -m0644 diff --git a/sys-apps/pam-login/pam-login-3.11.ebuild b/sys-apps/pam-login/pam-login-3.11.ebuild index e47a58ba9be1..c724d5defcf2 100644 --- a/sys-apps/pam-login/pam-login-3.11.ebuild +++ b/sys-apps/pam-login/pam-login-3.11.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/pam-login/pam-login-3.11.ebuild,v 1.10 2003/07/18 20:40:13 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.11.ebuild,v 1.11 2003/09/07 00:57:32 msterret Exp $ inherit gnuconfig @@ -43,12 +43,12 @@ src_compile() { use nls ||myconf="--disable-nls" econf ${myconf} || die - + emake || die } src_install() { - einstall rootexecbindir=${D}/bin || die + einstall rootexecbindir=${D}/bin || die insinto /etc insopts -m0644 diff --git a/sys-apps/pam-login/pam-login-3.6-r1.ebuild b/sys-apps/pam-login/pam-login-3.6-r1.ebuild index 6a9ca4bb05cb..b75af36979e8 100644 --- a/sys-apps/pam-login/pam-login-3.6-r1.ebuild +++ b/sys-apps/pam-login/pam-login-3.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/sys-apps/pam-login/pam-login-3.6-r1.ebuild,v 1.11 2003/07/16 13:59:27 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.6-r1.ebuild,v 1.12 2003/09/07 00:57:32 msterret Exp $ MY_PN="${PN/pam-/pam_}" S="${WORKDIR}/${MY_PN}-${PV}" @@ -13,7 +13,7 @@ LICENSE="GPL-2" DEPEND="virtual/glibc sys-libs/pam >=sys-apps/shadow-4.0.2-r5" - + SLOT="0" src_compile() { @@ -28,7 +28,7 @@ src_compile() { --mandir=/usr/share/man \ --sysconfdir=/etc \ ${myconf} || die - + emake || die } diff --git a/sys-apps/pam-login/pam-login-3.6-r2.ebuild b/sys-apps/pam-login/pam-login-3.6-r2.ebuild index 9ffebecdcd24..9de55fd8eb87 100644 --- a/sys-apps/pam-login/pam-login-3.6-r2.ebuild +++ b/sys-apps/pam-login/pam-login-3.6-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/pam-login/pam-login-3.6-r2.ebuild,v 1.14 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.6-r2.ebuild,v 1.15 2003/09/07 00:57:32 msterret Exp $ MY_PN="${PN/pam-/pam_}" S="${WORKDIR}/${MY_PN}-${PV}" @@ -13,7 +13,7 @@ LICENSE="GPL-2" DEPEND="virtual/glibc sys-libs/pam >=sys-apps/shadow-4.0.2-r5" - + SLOT="0" src_unpack() { @@ -35,7 +35,7 @@ src_compile() { --mandir=/usr/share/man \ --sysconfdir=/etc \ ${myconf} || die - + emake || die } diff --git a/sys-apps/pam-login/pam-login-3.7.ebuild b/sys-apps/pam-login/pam-login-3.7.ebuild index 864d1ffcad67..d81c61196c96 100644 --- a/sys-apps/pam-login/pam-login-3.7.ebuild +++ b/sys-apps/pam-login/pam-login-3.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/pam-login/pam-login-3.7.ebuild,v 1.13 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.7.ebuild,v 1.14 2003/09/07 00:57:32 msterret Exp $ # Do we want to backup an old login.defs, and forcefully # install a new version? @@ -25,12 +25,12 @@ src_compile() { use nls ||myconf="--disable-nls" econf ${myconf} || die - + emake || die } src_install() { - einstall rootexecbindir=${D}/bin || die + einstall rootexecbindir=${D}/bin || die insinto /etc insopts -m0644 diff --git a/sys-apps/pcmcia-cs/Manifest b/sys-apps/pcmcia-cs/Manifest index 099eba41f31b..7aa6c6536b25 100644 --- a/sys-apps/pcmcia-cs/Manifest +++ b/sys-apps/pcmcia-cs/Manifest @@ -1,16 +1,16 @@ MD5 e171da377b5a6f77ff74c0f5b2183bcf ChangeLog 10995 -MD5 5f534a090bbfb750c4959126fdae771f pcmcia-cs-3.1.34-r8.ebuild 4145 -MD5 5c0cbc937d2f0a7aca3a59626b764ef6 pcmcia-cs-3.2.0.ebuild 4088 -MD5 0ec947d7981b83d3ee9038c48b984e80 pcmcia-cs-3.2.1-r1.ebuild 4368 -MD5 d05bff64a61136c67ab0ddc557c196c1 pcmcia-cs-3.2.1-r2.ebuild 4554 -MD5 0523f77ab6d6ee04279be0438e0dc0af pcmcia-cs-3.2.1-r3.ebuild 4494 -MD5 34f0bc9b58e4485de9b0a5fddffa56d8 pcmcia-cs-3.2.1-r4.ebuild 4647 -MD5 bb5ffc6a1ab6db4e7a21f77e0d230171 pcmcia-cs-3.2.1.ebuild 4088 -MD5 d8ed990292f7cc27b5f7c0313e5f109c pcmcia-cs-3.2.2.ebuild 4551 -MD5 ae1a7c2479b78648240f992d8a56b1dd pcmcia-cs-3.2.3-r1.ebuild 4720 -MD5 3a08932f3dadf40a49ebb31b88e81cff pcmcia-cs-3.2.3-r2.ebuild 4637 +MD5 2e27752157c688260591d1932da0797e pcmcia-cs-3.1.34-r8.ebuild 4136 +MD5 09778e65d2d7dfd817b20bd91185f939 pcmcia-cs-3.2.0.ebuild 4079 +MD5 a13380cbcf7e44cb62da8d02f6d5e6b1 pcmcia-cs-3.2.1-r1.ebuild 4359 +MD5 01ac1d06326d1b3a783644fe8533effe pcmcia-cs-3.2.1-r2.ebuild 4545 +MD5 79a4a1c7df41ec21b7b068729bf1ddac pcmcia-cs-3.2.1-r3.ebuild 4485 +MD5 8fa881eb68d0863794b346cd466d84a1 pcmcia-cs-3.2.1-r4.ebuild 4638 +MD5 362a997b2f6e77a55b39056bed46d92b pcmcia-cs-3.2.1.ebuild 4079 +MD5 65f0eb65d75bd69dd0d0f4590ffb6ff0 pcmcia-cs-3.2.2.ebuild 4542 +MD5 d35bd47deb54e2d35ac4f3ca43690a6e pcmcia-cs-3.2.3-r1.ebuild 4709 +MD5 946bc338bd45c58f05c757b733549147 pcmcia-cs-3.2.3-r2.ebuild 4626 MD5 aae4ddfbddc6942af41c0027952f779b pcmcia-cs-3.2.3.ebuild 3902 -MD5 a97e416b7ce220d840e744de41db00ae pcmcia-cs-3.2.4.ebuild 4040 +MD5 41bbb5b4921c05f4476903cf977ed184 pcmcia-cs-3.2.4.ebuild 4029 MD5 c1034d56e6decdb7d4f732bfff70088a files/digest-pcmcia-cs-3.1.34-r8 133 MD5 645c48ec1ab21e1ff5abd7c3da0e6c49 files/digest-pcmcia-cs-3.2.0 132 MD5 27f5efcad7ec088bf5520785f38ffb9e files/digest-pcmcia-cs-3.2.1 132 diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild index 0239f80bbd95..124d9c35217f 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-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/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild,v 1.10 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild,v 1.11 2003/09/07 00:42:01 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="PCMCIA tools for Linux" @@ -20,7 +20,7 @@ else MY_ARCH="ppc" fi -# Note: To use this ebuild, you should have the usr/src/linux symlink to +# Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. src_unpack() { @@ -36,7 +36,7 @@ src_unpack() { ../orinoco-0.12b/ieee802_11.h wireless/ fi - + cd ${S} cp Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure @@ -69,7 +69,7 @@ src_compile() { else myconf="$myconf --nopnp" fi - + if [ -n "`use nocardbus`" ] ; then myconf="$myconf --nocardbus" else @@ -85,11 +85,11 @@ src_compile() { --uflags="$CFLAGS" \ --kflags="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer" \ $myconf || die "failed configuring" - # nopnp and noapm are important, because without them the pcmcia-cs - # tools will require a kernel with ISA PnP and/or APM support, - # which cannot be guaranteed. We need to make sure the tools + # nopnp and noapm are important, because without them the pcmcia-cs + # tools will require a kernel with ISA PnP and/or APM support, + # which cannot be guaranteed. We need to make sure the tools # work *all* the time, not just some of the time. - + # The --srctree option tells pcmcia-cs to configure for the kernel in /usr/src/linux # rather than the currently-running kernel. It's Gentoo Linux policy to configure for # the kernel in /usr/src/linux @@ -105,7 +105,7 @@ src_install () { # not to build them in the first place rm -rf usr/X11R6 # todo: if they are nstalled, move them to /usr - + insinto /etc/conf.d newins ${FILESDIR}/pcmcia.conf pcmcia diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.0.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.0.ebuild index 34d06358aeba..ea0a7a54eb26 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.0.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.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/pcmcia-cs/pcmcia-cs-3.2.0.ebuild,v 1.5 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.0.ebuild,v 1.6 2003/09/07 00:42:02 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="PCMCIA tools for Linux" @@ -21,7 +21,7 @@ else MY_ARCH="ppc" fi -# Note: To use this ebuild, you should have the usr/src/linux symlink to +# Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. src_unpack() { @@ -36,7 +36,7 @@ src_unpack() { ../orinoco-0.12b/ieee802_11.h wireless/ fi - + cd ${S} cp Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure @@ -71,7 +71,7 @@ src_compile() { else myconf="$myconf --nopnp" fi - + if [ -n "`use nocardbus`" ] ; then myconf="$myconf --nocardbus" else @@ -87,11 +87,11 @@ src_compile() { --uflags="$CFLAGS" \ --kflags="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer" \ $myconf || die "failed configuring" - # nopnp and noapm are important, because without them the pcmcia-cs - # tools will require a kernel with ISA PnP and/or APM support, - # which cannot be guaranteed. We need to make sure the tools + # nopnp and noapm are important, because without them the pcmcia-cs + # tools will require a kernel with ISA PnP and/or APM support, + # which cannot be guaranteed. We need to make sure the tools # work *all* the time, not just some of the time. - + # The --srctree option tells pcmcia-cs to configure for the kernel in /usr/src/linux # rather than the currently-running kernel. It's Gentoo Linux policy to configure for # the kernel in /usr/src/linux @@ -107,7 +107,7 @@ src_install () { # not to build them in the first place rm -rf usr/X11R6 # todo: if they are nstalled, move them to /usr - + insinto /etc/conf.d newins ${FILESDIR}/pcmcia.conf pcmcia diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild index 10e43689b354..9cae056633d4 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.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/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild,v 1.5 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild,v 1.6 2003/09/07 00:42:03 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="PCMCIA tools for Linux" @@ -21,7 +21,7 @@ else MY_ARCH="ppc" fi -# Note: To use this ebuild, you should have the usr/src/linux symlink to +# Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. src_unpack() { @@ -36,7 +36,7 @@ src_unpack() { ../orinoco-0.12b/ieee802_11.h wireless/ fi - + cd ${S} cp Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure @@ -71,7 +71,7 @@ src_compile() { else myconf="$myconf --nopnp" fi - + if [ -n "`use nocardbus`" ] ; then myconf="$myconf --nocardbus" else @@ -87,11 +87,11 @@ src_compile() { --uflags="$CFLAGS" \ --kflags="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer" \ $myconf || die "failed configuring" - # nopnp and noapm are important, because without them the pcmcia-cs - # tools will require a kernel with ISA PnP and/or APM support, - # which cannot be guaranteed. We need to make sure the tools + # nopnp and noapm are important, because without them the pcmcia-cs + # tools will require a kernel with ISA PnP and/or APM support, + # which cannot be guaranteed. We need to make sure the tools # work *all* the time, not just some of the time. - + # The --srctree option tells pcmcia-cs to configure for the kernel in /usr/src/linux # rather than the currently-running kernel. It's Gentoo Linux policy to configure for # the kernel in /usr/src/linux @@ -115,7 +115,7 @@ src_install () { # not to build them in the first place rm -rf usr/X11R6 # todo: if they are nstalled, move them to /usr - + insinto /etc/conf.d newins ${FILESDIR}/pcmcia.conf pcmcia diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r2.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r2.ebuild index 7983af216050..bff93e526fcb 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r2.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.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/pcmcia-cs/pcmcia-cs-3.2.1-r2.ebuild,v 1.5 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r2.ebuild,v 1.6 2003/09/07 00:42:03 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="PCMCIA tools for Linux" @@ -22,7 +22,7 @@ else MY_ARCH="ppc" fi -# Note: To use this ebuild, you should have the usr/src/linux symlink to +# Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. src_unpack() { @@ -43,7 +43,7 @@ src_unpack() { ../orinoco-0.12b/ieee802_11.h wireless/ fi - + cd ${S} cp Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure @@ -78,7 +78,7 @@ src_compile() { else myconf="$myconf --nopnp" fi - + if [ -n "`use nocardbus`" ] ; then myconf="$myconf --nocardbus" else @@ -94,11 +94,11 @@ src_compile() { --uflags="$CFLAGS" \ --kflags="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer" \ $myconf || die "failed configuring" - # nopnp and noapm are important, because without them the pcmcia-cs - # tools will require a kernel with ISA PnP and/or APM support, - # which cannot be guaranteed. We need to make sure the tools + # nopnp and noapm are important, because without them the pcmcia-cs + # tools will require a kernel with ISA PnP and/or APM support, + # which cannot be guaranteed. We need to make sure the tools # work *all* the time, not just some of the time. - + # The --srctree option tells pcmcia-cs to configure for the kernel in /usr/src/linux # rather than the currently-running kernel. It's Gentoo Linux policy to configure for # the kernel in /usr/src/linux @@ -122,7 +122,7 @@ src_install () { # not to build them in the first place rm -rf usr/X11R6 # todo: if they are nstalled, move them to /usr - + insinto /etc/conf.d newins ${FILESDIR}/pcmcia.conf pcmcia diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r3.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r3.ebuild index 9657ea324572..441360a4ce47 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r3.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-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/pcmcia-cs/pcmcia-cs-3.2.1-r3.ebuild,v 1.3 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r3.ebuild,v 1.4 2003/09/07 00:42:03 msterret Exp $ NOCO_VERSION="0.11b" @@ -25,7 +25,7 @@ else MY_ARCH="ppc" fi -# Note: To use this ebuild, you should have the usr/src/linux symlink to +# Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. src_unpack() { @@ -44,7 +44,7 @@ src_unpack() { fi - + cd ${S} cp Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure @@ -79,7 +79,7 @@ src_compile() { else myconf="$myconf --nopnp" fi - + if [ -n "`use nocardbus`" ] ; then myconf="$myconf --nocardbus" else @@ -95,11 +95,11 @@ src_compile() { --uflags="$CFLAGS" \ --kflags="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer" \ $myconf || die "failed configuring" - # nopnp and noapm are important, because without them the pcmcia-cs - # tools will require a kernel with ISA PnP and/or APM support, - # which cannot be guaranteed. We need to make sure the tools + # nopnp and noapm are important, because without them the pcmcia-cs + # tools will require a kernel with ISA PnP and/or APM support, + # which cannot be guaranteed. We need to make sure the tools # work *all* the time, not just some of the time. - + # The --srctree option tells pcmcia-cs to configure for the kernel in /usr/src/linux # rather than the currently-running kernel. It's Gentoo Linux policy to configure for # the kernel in /usr/src/linux @@ -123,7 +123,7 @@ src_install () { # not to build them in the first place rm -rf usr/X11R6 # todo: if they are nstalled, move them to /usr - + insinto /etc/conf.d newins ${FILESDIR}/pcmcia.conf pcmcia diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r4.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r4.ebuild index 29f4b4214b3c..b5299580f6ce 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r4.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-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/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r4.ebuild,v 1.7 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r4.ebuild,v 1.8 2003/09/07 00:42:03 msterret Exp $ NOCO_VERSION="0.13b" @@ -25,7 +25,7 @@ else MY_ARCH="ppc" fi -# Note: To use this ebuild, you should have the usr/src/linux symlink to +# Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. src_unpack() { @@ -45,7 +45,7 @@ src_unpack() { fi - + cd ${S} mv Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure @@ -81,7 +81,7 @@ src_compile() { else myconf="$myconf --nopnp" fi - + if [ -n "`use nocardbus`" ] ; then myconf="$myconf --nocardbus" else @@ -99,11 +99,11 @@ src_compile() { --uflags="$CFLAGS" \ --kflags="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer" \ $myconf || die "failed configuring" - # nopnp and noapm are important, because without them the pcmcia-cs - # tools will require a kernel with ISA PnP and/or APM support, - # which cannot be guaranteed. We need to make sure the tools + # nopnp and noapm are important, because without them the pcmcia-cs + # tools will require a kernel with ISA PnP and/or APM support, + # which cannot be guaranteed. We need to make sure the tools # work *all* the time, not just some of the time. - + # The --srctree option tells pcmcia-cs to configure for the kernel in /usr/src/linux # rather than the currently-running kernel. It's Gentoo Linux policy to configure for # the kernel in /usr/src/linux @@ -127,7 +127,7 @@ src_install () { # not to build them in the first place rm -rf usr/X11R6 # todo: if they are nstalled, move them to /usr - + insinto /etc/conf.d newins ${FILESDIR}/pcmcia.conf pcmcia diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1.ebuild index 25f79ec40a01..6e369cc2173b 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.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/pcmcia-cs/pcmcia-cs-3.2.1.ebuild,v 1.5 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1.ebuild,v 1.6 2003/09/07 00:42:03 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="PCMCIA tools for Linux" @@ -21,7 +21,7 @@ else MY_ARCH="ppc" fi -# Note: To use this ebuild, you should have the usr/src/linux symlink to +# Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. src_unpack() { @@ -36,7 +36,7 @@ src_unpack() { ../orinoco-0.12b/ieee802_11.h wireless/ fi - + cd ${S} cp Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure @@ -71,7 +71,7 @@ src_compile() { else myconf="$myconf --nopnp" fi - + if [ -n "`use nocardbus`" ] ; then myconf="$myconf --nocardbus" else @@ -87,11 +87,11 @@ src_compile() { --uflags="$CFLAGS" \ --kflags="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer" \ $myconf || die "failed configuring" - # nopnp and noapm are important, because without them the pcmcia-cs - # tools will require a kernel with ISA PnP and/or APM support, - # which cannot be guaranteed. We need to make sure the tools + # nopnp and noapm are important, because without them the pcmcia-cs + # tools will require a kernel with ISA PnP and/or APM support, + # which cannot be guaranteed. We need to make sure the tools # work *all* the time, not just some of the time. - + # The --srctree option tells pcmcia-cs to configure for the kernel in /usr/src/linux # rather than the currently-running kernel. It's Gentoo Linux policy to configure for # the kernel in /usr/src/linux @@ -107,7 +107,7 @@ src_install () { # not to build them in the first place rm -rf usr/X11R6 # todo: if they are nstalled, move them to /usr - + insinto /etc/conf.d newins ${FILESDIR}/pcmcia.conf pcmcia diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.2.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.2.ebuild index b9ac2d8030ac..4bd3c74e7e0f 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.2.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.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/pcmcia-cs/pcmcia-cs-3.2.2.ebuild,v 1.4 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.2.ebuild,v 1.5 2003/09/07 00:42:03 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="PCMCIA tools for Linux" @@ -22,7 +22,7 @@ else MY_ARCH="ppc" fi -# Note: To use this ebuild, you should have the usr/src/linux symlink to +# Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. src_unpack() { @@ -43,7 +43,7 @@ src_unpack() { ../orinoco-0.13a/ieee802_11.h wireless/ fi - + cd ${S} cp Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure @@ -78,7 +78,7 @@ src_compile() { else myconf="$myconf --nopnp" fi - + if [ -n "`use nocardbus`" ] ; then myconf="$myconf --nocardbus" else @@ -94,11 +94,11 @@ src_compile() { --uflags="$CFLAGS" \ --kflags="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer" \ $myconf || die "failed configuring" - # nopnp and noapm are important, because without them the pcmcia-cs - # tools will require a kernel with ISA PnP and/or APM support, - # which cannot be guaranteed. We need to make sure the tools + # nopnp and noapm are important, because without them the pcmcia-cs + # tools will require a kernel with ISA PnP and/or APM support, + # which cannot be guaranteed. We need to make sure the tools # work *all* the time, not just some of the time. - + # The --srctree option tells pcmcia-cs to configure for the kernel in /usr/src/linux # rather than the currently-running kernel. It's Gentoo Linux policy to configure for # the kernel in /usr/src/linux @@ -122,7 +122,7 @@ src_install () { # not to build them in the first place rm -rf usr/X11R6 # todo: if they are nstalled, move them to /usr - + insinto /etc/conf.d newins ${FILESDIR}/pcmcia.conf pcmcia diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r1.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r1.ebuild index 45e954b00d59..b3a0e427bec8 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r1.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.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/pcmcia-cs/pcmcia-cs-3.2.3-r1.ebuild,v 1.3 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r1.ebuild,v 1.4 2003/09/07 00:42:03 msterret Exp $ # Hack for monitor patch OLD_NOCO_VERSION="0.11b" @@ -29,14 +29,14 @@ else MY_ARCH="ppc" fi -# Note: To use this ebuild, you should have the usr/src/linux symlink to +# Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. src_unpack() { unpack ${P}.tar.gz if [ -z "`use wavelan`" ] ; then - + if use monitor ; then unpack ${OOV}.tar.gz cd ${WORKDIR}/${OOV} @@ -52,7 +52,7 @@ src_unpack() { fi - + cd ${S} cp Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure @@ -87,7 +87,7 @@ src_compile() { else myconf="$myconf --nopnp" fi - + if [ -n "`use nocardbus`" ] ; then myconf="$myconf --nocardbus" else @@ -103,11 +103,11 @@ src_compile() { --uflags="$CFLAGS" \ --kflags="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer" \ $myconf || die "failed configuring" - # nopnp and noapm are important, because without them the pcmcia-cs - # tools will require a kernel with ISA PnP and/or APM support, - # which cannot be guaranteed. We need to make sure the tools + # nopnp and noapm are important, because without them the pcmcia-cs + # tools will require a kernel with ISA PnP and/or APM support, + # which cannot be guaranteed. We need to make sure the tools # work *all* the time, not just some of the time. - + # The --srctree option tells pcmcia-cs to configure for the kernel in /usr/src/linux # rather than the currently-running kernel. It's Gentoo Linux policy to configure for # the kernel in /usr/src/linux @@ -131,7 +131,7 @@ src_install () { # not to build them in the first place rm -rf usr/X11R6 # todo: if they are nstalled, move them to /usr - + insinto /etc/conf.d newins ${FILESDIR}/pcmcia.conf pcmcia diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild index 74e3228b4288..43dfae09e004 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.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/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild,v 1.5 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild,v 1.6 2003/09/07 00:42:03 msterret Exp $ inherit eutils @@ -27,14 +27,14 @@ else MY_ARCH="ppc" fi -# Note: To use this ebuild, you should have the usr/src/linux symlink to +# Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. src_unpack() { unpack ${P}.tar.gz if [ -z "`use wavelan`" ] ; then - + unpack ${OV}.tar.gz cd ${WORKDIR}/${OV} epatch ${DISTDIR}/${OV}-patched.diff @@ -48,7 +48,7 @@ src_unpack() { fi - + cd ${S} mv Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure @@ -84,7 +84,7 @@ src_compile() { else myconf="$myconf --nopnp" fi - + if [ -n "`use nocardbus`" ] ; then myconf="$myconf --nocardbus" else @@ -100,11 +100,11 @@ src_compile() { --uflags="$CFLAGS" \ --kflags="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer" \ $myconf || die "failed configuring" - # nopnp and noapm are important, because without them the pcmcia-cs - # tools will require a kernel with ISA PnP and/or APM support, - # which cannot be guaranteed. We need to make sure the tools + # nopnp and noapm are important, because without them the pcmcia-cs + # tools will require a kernel with ISA PnP and/or APM support, + # which cannot be guaranteed. We need to make sure the tools # work *all* the time, not just some of the time. - + # The --srctree option tells pcmcia-cs to configure for the kernel in /usr/src/linux # rather than the currently-running kernel. It's Gentoo Linux policy to configure for # the kernel in /usr/src/linux @@ -128,7 +128,7 @@ src_install () { # not to build them in the first place rm -rf usr/X11R6 # todo: if they are nstalled, move them to /usr - + insinto /etc/conf.d newins ${FILESDIR}/pcmcia.conf pcmcia diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.4.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.4.ebuild index 481aeb0ab873..bd398b0678e4 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.4.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.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/pcmcia-cs/pcmcia-cs-3.2.4.ebuild,v 1.4 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.4.ebuild,v 1.5 2003/09/07 00:42:03 msterret Exp $ inherit eutils @@ -26,17 +26,17 @@ else MY_ARCH="ppc" fi -# Note: To use this ebuild, you should have the usr/src/linux symlink to +# Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. src_unpack() { unpack ${P}.tar.gz - + # pcmcia-cs now has the latest orinoco driver included cd ${S} epatch ${DISTDIR}/${P}-orinoco-patch.diff - + cd ${S} mv Configure Configure.orig sed -e 's:usr/man:usr/share/man:g' Configure.orig > Configure @@ -65,7 +65,7 @@ src_compile() { else myconf="$myconf --nopnp" fi - + if [ -n "`use nocardbus`" ] ; then myconf="$myconf --nocardbus" else @@ -81,11 +81,11 @@ src_compile() { --uflags="$CFLAGS" \ --kflags="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer" \ $myconf || die "failed configuring" - # nopnp and noapm are important, because without them the pcmcia-cs - # tools will require a kernel with ISA PnP and/or APM support, - # which cannot be guaranteed. We need to make sure the tools + # nopnp and noapm are important, because without them the pcmcia-cs + # tools will require a kernel with ISA PnP and/or APM support, + # which cannot be guaranteed. We need to make sure the tools # work *all* the time, not just some of the time. - + # The --srctree option tells pcmcia-cs to configure for the kernel in /usr/src/linux # rather than the currently-running kernel. It's Gentoo Linux policy to configure for # the kernel in /usr/src/linux @@ -109,7 +109,7 @@ src_install () { # not to build them in the first place rm -rf usr/X11R6 # todo: if they are nstalled, move them to /usr - + insinto /etc/conf.d newins ${FILESDIR}/pcmcia.conf pcmcia diff --git a/sys-apps/shadow/Manifest b/sys-apps/shadow/Manifest index fe9fdaf8ee7e..48a9266b4ea7 100644 --- a/sys-apps/shadow/Manifest +++ b/sys-apps/shadow/Manifest @@ -1,18 +1,18 @@ MD5 a94819c706de37e75f5c0a371cc91484 ChangeLog 7444 -MD5 21620e30c508d857d5b19610e4c59c54 shadow-4.0.3-r3.ebuild 4868 -MD5 198f0a492622ae859ed81ad8c608a2f6 shadow-4.0.3-r5.ebuild 4952 -MD5 3f554c3eac0d87be62e86f5cc3af7b4f shadow-4.0.3-r4.ebuild 4872 -MD5 c628d270e85cd054df50b69bab825aa7 shadow-4.0.3-r6.ebuild 4858 -MD5 a2d76576790476d1980df1f983c271bd shadow-4.0.3-r7.ebuild 4875 -MD5 52fc2a150fc27350a5f9990e0007d064 files/digest-shadow-4.0.3-r5 65 -MD5 52fc2a150fc27350a5f9990e0007d064 files/digest-shadow-4.0.3-r6 65 +MD5 0562cef13cddf452fdb40e57437f1cf5 shadow-4.0.3-r3.ebuild 4860 +MD5 3aa7dd0fe3b19cde09e1b1bef9a3f56f shadow-4.0.3-r4.ebuild 4863 +MD5 2a5d579afe94d0c95ec6212371c3c98d shadow-4.0.3-r5.ebuild 4943 +MD5 ba9a33f5ff4b0973ecbaa812b996038b shadow-4.0.3-r6.ebuild 4850 +MD5 b0f7356658f677e7dfefd04609d14fb3 shadow-4.0.3-r7.ebuild 4869 +MD5 03fbcf7c3c68fbd445550092e4df9933 files/digest-shadow-4.0.3-r3 140 +MD5 52fc2a150fc27350a5f9990e0007d064 files/digest-shadow-4.0.3-r4 65 MD5 e70a5f61d37c3c67a4b860d8a6191dbc files/securetty 230 MD5 5be850b601aabd73a43b1a3bbb893386 files/shadow-4.0.3-nologin-run-sh.patch 972 MD5 13c8bec4c2cffb2d73c2f5aa01229d03 files/shadow-4.0.3-su-pam_open_session.patch-v2 4882 -MD5 52fc2a150fc27350a5f9990e0007d064 files/digest-shadow-4.0.3-r7 65 -MD5 03fbcf7c3c68fbd445550092e4df9933 files/digest-shadow-4.0.3-r3 140 MD5 de1e23b4a7d38545475dffc3c9dc73a0 files/shadow-4.0.3-useradd-manpage-update.patch 804 -MD5 52fc2a150fc27350a5f9990e0007d064 files/digest-shadow-4.0.3-r4 65 +MD5 52fc2a150fc27350a5f9990e0007d064 files/digest-shadow-4.0.3-r5 65 +MD5 52fc2a150fc27350a5f9990e0007d064 files/digest-shadow-4.0.3-r6 65 +MD5 52fc2a150fc27350a5f9990e0007d064 files/digest-shadow-4.0.3-r7 65 MD5 6e0bc0211949c624da0ea08d994a7038 files/default/useradd 96 MD5 51b0337bd261f6ed5e53af5dc196431a files/pam.d/system-auth 499 MD5 a5311bbc9c1fc378a6b0bfb3ca1b2394 files/pam.d/login 431 diff --git a/sys-apps/shadow/shadow-4.0.3-r3.ebuild b/sys-apps/shadow/shadow-4.0.3-r3.ebuild index dc9b1362bd78..12c5b44d327d 100644 --- a/sys-apps/shadow/shadow-4.0.3-r3.ebuild +++ b/sys-apps/shadow/shadow-4.0.3-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/shadow/shadow-4.0.3-r3.ebuild,v 1.10 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.3-r3.ebuild,v 1.11 2003/09/07 00:44:11 msterret Exp $ IUSE="selinux" @@ -22,7 +22,7 @@ DEPEND=">=sys-libs/pam-0.75-r4 >=sys-libs/cracklib-2.7-r3 sys-devel/gettext selinux? ( sys-apps/selinux-small )" - + RDEPEND=">=sys-libs/pam-0.75-r4 >=sys-libs/cracklib-2.7-r3" @@ -33,7 +33,7 @@ pkg_preinst() { src_unpack() { unpack ${A} - + cd ${S} # Get su to call pam_open_session(), and also set DISPLAY and XAUTHORITY, # else the session entries in /etc/pam.d/su never get executed, and @@ -65,7 +65,7 @@ src_compile() { --enable-static=yes \ --host=${CHOST} \ ${myconf} || die "bad configure" - + # Parallel make fails sometimes make || die "compile problem" } @@ -122,7 +122,7 @@ src_install() { newins shadow chfn newins shadow useradd newins shadow groupadd - + cd ${S} # The manpage install is beyond my comprehension, and # also broken. Just do it over. @@ -131,14 +131,14 @@ src_install() { do [ -f ${x} ] && doman ${x} done - + # Dont install the manpage, since we dont use # login with shadow # (selinux does, so we install the man pages in that case) use selinux || rm -f ${D}/usr/share/man/man1/login.* # We use pam, so this is not applicable. rm -f ${D}/usr/share/man/man5/suauth.* - + cd ${S}/doc dodoc ANNOUNCE INSTALL LICENSE README WISHLIST docinto txt @@ -165,7 +165,7 @@ pkg_postinst() { ewarn ewarn " ${ROOT}etc/pam.d/system-auth.bak" echo - + cp -a ${ROOT}/etc/pam.d/system-auth \ ${ROOT}/etc/pam.d/system-auth.bak; mv -f ${ROOT}/etc/pam.d/system-auth.new \ diff --git a/sys-apps/shadow/shadow-4.0.3-r4.ebuild b/sys-apps/shadow/shadow-4.0.3-r4.ebuild index 272f4ddcae17..e1bba31f0d0a 100644 --- a/sys-apps/shadow/shadow-4.0.3-r4.ebuild +++ b/sys-apps/shadow/shadow-4.0.3-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/sys-apps/shadow/shadow-4.0.3-r4.ebuild,v 1.3 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.3-r4.ebuild,v 1.4 2003/09/07 00:44:11 msterret Exp $ IUSE="" @@ -20,12 +20,12 @@ KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" DEPEND=">=sys-libs/pam-0.75-r4 >=sys-libs/cracklib-2.7-r3 sys-devel/gettext" - + RDEPEND=">=sys-libs/pam-0.75-r4 >=sys-libs/cracklib-2.7-r3" -pkg_preinst() { +pkg_preinst() { rm -f ${ROOT}/etc/pam.d/system-auth.new } @@ -65,7 +65,7 @@ src_compile() { --enable-static=yes \ --host=${CHOST} \ ${myconf} || die "bad configure" - + # Parallel make fails sometimes make || die "compile problem" } @@ -132,13 +132,13 @@ src_install() { mkdir -p ${dir} cp ${x} ${dir} done - + # Dont install the manpage, since we dont use # login with shadow rm -f ${D}/usr/share/man/man1/login.* # We use pam, so this is not applicable. rm -f ${D}/usr/share/man/man5/suauth.* - + cd ${S}/doc dodoc ANNOUNCE INSTALL LICENSE README WISHLIST docinto txt @@ -154,7 +154,7 @@ src_install() { } pkg_postinst() { - + local CHECK1="$(md5sum ${ROOT}/etc/pam.d/system-auth | cut -d ' ' -f 1)" local CHECK2="$(md5sum ${ROOT}/etc/pam.d/system-auth.new | cut -d ' ' -f 1)" @@ -166,7 +166,7 @@ pkg_postinst() { ewarn ewarn " ${ROOT}etc/pam.d/system-auth.bak" echo - + cp -a ${ROOT}/etc/pam.d/system-auth \ ${ROOT}/etc/pam.d/system-auth.bak; mv -f ${ROOT}/etc/pam.d/system-auth.new \ diff --git a/sys-apps/shadow/shadow-4.0.3-r5.ebuild b/sys-apps/shadow/shadow-4.0.3-r5.ebuild index 2973dd4f3f35..00547cb23bae 100644 --- a/sys-apps/shadow/shadow-4.0.3-r5.ebuild +++ b/sys-apps/shadow/shadow-4.0.3-r5.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/shadow/shadow-4.0.3-r5.ebuild,v 1.3 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.3-r5.ebuild,v 1.4 2003/09/07 00:44:11 msterret Exp $ IUSE="" @@ -20,12 +20,12 @@ KEYWORDS="x86 amd64 ppc sparc alpha mips hppa arm" DEPEND=">=sys-libs/pam-0.75-r4 >=sys-libs/cracklib-2.7-r3 sys-devel/gettext" - + RDEPEND=">=sys-libs/pam-0.75-r4 >=sys-libs/cracklib-2.7-r3" -pkg_preinst() { +pkg_preinst() { rm -f ${ROOT}/etc/pam.d/system-auth.new } @@ -68,7 +68,7 @@ src_compile() { --enable-static=yes \ --host=${CHOST} \ ${myconf} || die "bad configure" - + # Parallel make fails sometimes make || die "compile problem" } @@ -135,13 +135,13 @@ src_install() { mkdir -p ${dir} cp ${x} ${dir} done - + # Dont install the manpage, since we dont use # login with shadow rm -f ${D}/usr/share/man/man1/login.* # We use pam, so this is not applicable. rm -f ${D}/usr/share/man/man5/suauth.* - + cd ${S}/doc dodoc ANNOUNCE INSTALL LICENSE README WISHLIST docinto txt @@ -157,7 +157,7 @@ src_install() { } pkg_postinst() { - + local CHECK1="$(md5sum ${ROOT}/etc/pam.d/system-auth | cut -d ' ' -f 1)" local CHECK2="$(md5sum ${ROOT}/etc/pam.d/system-auth.new | cut -d ' ' -f 1)" @@ -169,7 +169,7 @@ pkg_postinst() { ewarn ewarn " ${ROOT}etc/pam.d/system-auth.bak" echo - + cp -a ${ROOT}/etc/pam.d/system-auth \ ${ROOT}/etc/pam.d/system-auth.bak; mv -f ${ROOT}/etc/pam.d/system-auth.new \ diff --git a/sys-apps/shadow/shadow-4.0.3-r6.ebuild b/sys-apps/shadow/shadow-4.0.3-r6.ebuild index 048e53c9c5e5..33fb06686d14 100644 --- a/sys-apps/shadow/shadow-4.0.3-r6.ebuild +++ b/sys-apps/shadow/shadow-4.0.3-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/shadow/shadow-4.0.3-r6.ebuild,v 1.3 2003/06/30 02:26:43 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.3-r6.ebuild,v 1.4 2003/09/07 00:44:11 msterret Exp $ IUSE="" @@ -20,7 +20,7 @@ KEYWORDS="x86 amd64 ppc sparc alpha mips hppa arm" DEPEND=">=sys-libs/pam-0.75-r4 >=sys-libs/cracklib-2.7-r3 sys-devel/gettext" - + RDEPEND=">=sys-libs/pam-0.75-r4 >=sys-libs/cracklib-2.7-r3" @@ -31,7 +31,7 @@ pkg_preinst() { src_unpack() { unpack ${A} - + cd ${S} # Get su to call pam_open_session(), and also set DISPLAY and XAUTHORITY, # else the session entries in /etc/pam.d/su never get executed, and @@ -69,7 +69,7 @@ src_compile() { --enable-static=yes \ --host=${CHOST} \ ${myconf} || die "bad configure" - + # Parallel make fails sometimes make || die "compile problem" } @@ -125,7 +125,7 @@ src_install() { newins shadow chfn newins shadow useradd newins shadow groupadd - + cd ${S} # The manpage install is beyond my comprehension, and # also broken. Just do it over. @@ -134,13 +134,13 @@ src_install() { do [ -f ${x} ] && doman ${x} done - + # Dont install the manpage, since we dont use # login with shadow rm -f ${D}/usr/share/man/man1/login.* # We use pam, so this is not applicable. rm -f ${D}/usr/share/man/man5/suauth.* - + cd ${S}/doc dodoc ANNOUNCE INSTALL LICENSE README WISHLIST docinto txt @@ -167,7 +167,7 @@ pkg_postinst() { ewarn ewarn " ${ROOT}etc/pam.d/system-auth.bak" echo - + cp -a ${ROOT}/etc/pam.d/system-auth \ ${ROOT}/etc/pam.d/system-auth.bak; mv -f ${ROOT}/etc/pam.d/system-auth.new \ diff --git a/sys-apps/shadow/shadow-4.0.3-r7.ebuild b/sys-apps/shadow/shadow-4.0.3-r7.ebuild index a2c17cb4a8a5..9e4e15d40da2 100644 --- a/sys-apps/shadow/shadow-4.0.3-r7.ebuild +++ b/sys-apps/shadow/shadow-4.0.3-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/shadow/shadow-4.0.3-r7.ebuild,v 1.1 2003/08/04 19:44:48 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.3-r7.ebuild,v 1.2 2003/09/07 00:44:11 msterret Exp $ IUSE="" @@ -20,7 +20,7 @@ KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" DEPEND=">=sys-libs/pam-0.75-r4 >=sys-libs/cracklib-2.7-r3 sys-devel/gettext" - + RDEPEND=">=sys-libs/pam-0.75-r4 >=sys-libs/cracklib-2.7-r3" @@ -31,7 +31,7 @@ pkg_preinst() { src_unpack() { unpack ${A} - + cd ${S} # Get su to call pam_open_session(), and also set DISPLAY and XAUTHORITY, # else the session entries in /etc/pam.d/su never get executed, and @@ -69,7 +69,7 @@ src_compile() { --enable-static=yes \ --host=${CHOST} \ ${myconf} || die "bad configure" - + # Parallel make fails sometimes make || die "compile problem" } @@ -125,7 +125,7 @@ src_install() { newins shadow chfn newins shadow useradd newins shadow groupadd - + cd ${S} # The manpage install is beyond my comprehension, and # also broken. Just do it over. @@ -134,13 +134,13 @@ src_install() { do [ -f ${x} ] && doman ${x} done - + # Dont install the manpage, since we dont use # login with shadow rm -f ${D}/usr/share/man/man1/login.* # We use pam, so this is not applicable. rm -f ${D}/usr/share/man/man5/suauth.* - + cd ${S}/doc dodoc ANNOUNCE INSTALL LICENSE README WISHLIST docinto txt @@ -167,7 +167,7 @@ pkg_postinst() { ewarn ewarn " ${ROOT}etc/pam.d/system-auth.bak" echo - + cp -a ${ROOT}/etc/pam.d/system-auth \ ${ROOT}/etc/pam.d/system-auth.bak; mv -f ${ROOT}/etc/pam.d/system-auth.new \ diff --git a/sys-apps/supersed/Manifest b/sys-apps/supersed/Manifest index 0fd5c30b0c0f..c59dda6f62e4 100644 --- a/sys-apps/supersed/Manifest +++ b/sys-apps/supersed/Manifest @@ -1,6 +1,6 @@ MD5 48617a3835b0495dd340d8575a301489 ChangeLog 1520 -MD5 5a1379dc5682d3aad29320ab9c06665b supersed-3.58-r1.ebuild 1281 -MD5 a55411ade71edbe52e39c2747ab4afc9 supersed-3.58-r2.ebuild 1893 +MD5 72c7b48b2b28861b4184245d0608373a supersed-3.58-r1.ebuild 1280 +MD5 ed05af5e0313693b596b45c64c9f067d supersed-3.58-r2.ebuild 1890 MD5 e08c4b2fbe7f16d6f37e82395602035c supersed-3.60.ebuild 1203 MD5 35a6ff3ee1e21220eb6fa6533238a56f files/digest-supersed-3.58-r1 60 MD5 35a6ff3ee1e21220eb6fa6533238a56f files/digest-supersed-3.58-r2 60 diff --git a/sys-apps/supersed/supersed-3.58-r1.ebuild b/sys-apps/supersed/supersed-3.58-r1.ebuild index a916e63f8e4c..e1f17eff2b6a 100644 --- a/sys-apps/supersed/supersed-3.58-r1.ebuild +++ b/sys-apps/supersed/supersed-3.58-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/supersed/supersed-3.58-r1.ebuild,v 1.8 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/supersed/supersed-3.58-r1.ebuild,v 1.9 2003/09/07 00:57:02 msterret Exp $ IUSE="nls static build" @@ -23,7 +23,7 @@ src_compile() { use static \ && myconf="${myconf} --disable-html" \ || myconf="${myconf} --enable-html" - + if [ -f /usr/bin/sed ] then echo "simple conf" diff --git a/sys-apps/supersed/supersed-3.58-r2.ebuild b/sys-apps/supersed/supersed-3.58-r2.ebuild index 41998cad5c93..8fc117c802ee 100644 --- a/sys-apps/supersed/supersed-3.58-r2.ebuild +++ b/sys-apps/supersed/supersed-3.58-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/supersed/supersed-3.58-r2.ebuild,v 1.10 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/supersed/supersed-3.58-r2.ebuild,v 1.11 2003/09/07 00:57:02 msterret Exp $ IUSE="nls static build" @@ -34,7 +34,7 @@ src_compile() { use static \ && myconf="${myconf} --disable-html" \ || myconf="${myconf} --enable-html" - + if [ -f /bin/sed ] then echo "simple conf" @@ -44,7 +44,7 @@ src_compile() { ./bootstrap.sh econf ${myconf} || die fi - + rm -f ${S}/doc/sed.info* if [ -z "`use static`" ] @@ -59,7 +59,7 @@ src_install() { # choose any name, but sed for now. If supersed is chosen to replace # good ol' sed, that will work too. newname="ssed" - + into / newbin sed/sed ${newname} diff --git a/sys-apps/systrace/Manifest b/sys-apps/systrace/Manifest index 17d2f56c3e84..6fac14981334 100644 --- a/sys-apps/systrace/Manifest +++ b/sys-apps/systrace/Manifest @@ -1,9 +1,9 @@ -MD5 bd1ddaf8c5687488a40fe060e0c7e502 systrace-1.0-r1.ebuild 1933 MD5 3882d74b742eafce03e1e487c94d245f ChangeLog 1316 -MD5 c8f75c7e87db17a9c34fb86880fcad47 systrace-1.0-r2.ebuild 1902 -MD5 2ffc8a8a69993e65994668f313eb1b4e systrace-1.0-r3.ebuild 1830 -MD5 2f7ea93862e04a1d0df34774bbe3d73e systrace-1.0-r4.ebuild 1875 +MD5 b2014075dfee44c462093fed0d8dd7c4 systrace-1.0-r1.ebuild 1928 +MD5 81e9166cdbf7a7f9c4ac7553841c7805 systrace-1.0-r2.ebuild 1897 +MD5 6001ca40ade9249f2b215d43757d7665 systrace-1.0-r3.ebuild 1825 +MD5 693853ab28781dd9abfe3a9957de0d35 systrace-1.0-r4.ebuild 1870 MD5 8f7c88d1249a2c3d03176b5b52bb88c3 files/digest-systrace-1.0-r1 147 -MD5 c9eadc36d056c9c93a9d9dc3c32e69db files/digest-systrace-1.0-r3 147 MD5 ae6c383f84feb5ad04359eaaf24c34e0 files/digest-systrace-1.0-r2 147 +MD5 c9eadc36d056c9c93a9d9dc3c32e69db files/digest-systrace-1.0-r3 147 MD5 b83584e67ba1b0f1713973b9d8942439 files/digest-systrace-1.0-r4 147 diff --git a/sys-apps/systrace/systrace-1.0-r1.ebuild b/sys-apps/systrace/systrace-1.0-r1.ebuild index 10cee7c46807..011a85230fe9 100644 --- a/sys-apps/systrace/systrace-1.0-r1.ebuild +++ b/sys-apps/systrace/systrace-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/systrace/systrace-1.0-r1.ebuild,v 1.5 2003/06/26 23:21:23 natey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systrace/systrace-1.0-r1.ebuild,v 1.6 2003/09/07 00:56:32 msterret Exp $ DESCRIPTION="Systrace userland binary" HOMEPAGE="http://www.citi.umich.edu/u/provos/systrace/index.html" @@ -18,7 +18,7 @@ IUSE="gtk" DEPEND="gtk? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* )" pkg_setup() { - if ! [ -f ${INCLUDE0} ] || ! [ -f ${INCLUDE1} ] ; + if ! [ -f ${INCLUDE0} ] || ! [ -f ${INCLUDE1} ] ; then einfo einfo "ERROR: It does not look like you have a systrace capable kernel. If" @@ -37,23 +37,23 @@ src_compile() { if [ "`use gtk`" ] then einfo - einfo "You are building systrace with gtk support; this version will not" - einfo "function without the sys-apps/gtk-systrace package installed. Please" - einfo "set the USE=\"-gtk\" to build the non-gui capable version of systrace." + einfo "You are building systrace with gtk support; this version will not" + einfo "function without the sys-apps/gtk-systrace package installed. Please" + einfo "set the USE=\"-gtk\" to build the non-gui capable version of systrace." einfo - sleep 7 + sleep 7 ./configure --host=${CHOST} || die elif [ -z "`use gtk`" ] then einfo - einfo "You are building systrace without gtk support; please set USE=\"gtk\"" + einfo "You are building systrace without gtk support; please set USE=\"gtk\"" einfo "to build the gui capable version of systrace." einfo - sleep 7 + sleep 7 cd ${S} epatch ../${PATCH1} || die ./configure --host=${CHOST} || die - fi + fi emake || die } diff --git a/sys-apps/systrace/systrace-1.0-r2.ebuild b/sys-apps/systrace/systrace-1.0-r2.ebuild index 0457100b9f0e..19e438082fe5 100644 --- a/sys-apps/systrace/systrace-1.0-r2.ebuild +++ b/sys-apps/systrace/systrace-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/systrace/systrace-1.0-r2.ebuild,v 1.4 2003/06/26 23:21:23 natey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systrace/systrace-1.0-r2.ebuild,v 1.5 2003/09/07 00:56:32 msterret Exp $ DESCRIPTION="Systrace userland binary" HOMEPAGE="http://www.systrace.org" @@ -18,7 +18,7 @@ IUSE="gtk" DEPEND="gtk? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* )" pkg_setup() { - if ! [ -f ${INCLUDE0} ] || ! [ -f ${INCLUDE1} ] ; + if ! [ -f ${INCLUDE0} ] || ! [ -f ${INCLUDE1} ] ; then einfo einfo "ERROR: It does not look like you have a systrace capable kernel. If" @@ -37,23 +37,23 @@ src_compile() { if [ "`use gtk`" ] then einfo - einfo "You are building systrace with gtk support; this version will not" - einfo "function without the sys-apps/gtk-systrace package installed. Please" - einfo "set the USE=\"-gtk\" to build the non-gui capable version of systrace." + einfo "You are building systrace with gtk support; this version will not" + einfo "function without the sys-apps/gtk-systrace package installed. Please" + einfo "set the USE=\"-gtk\" to build the non-gui capable version of systrace." einfo - sleep 7 + sleep 7 ./configure --host=${CHOST} || die elif [ -z "`use gtk`" ] then einfo - einfo "You are building systrace without gtk support; please set USE=\"gtk\"" + einfo "You are building systrace without gtk support; please set USE=\"gtk\"" einfo "to build the gui capable version of systrace." einfo - sleep 7 + sleep 7 cd ${S} epatch ../${PATCH1} || die ./configure --host=${CHOST} || die - fi + fi emake || die } diff --git a/sys-apps/systrace/systrace-1.0-r3.ebuild b/sys-apps/systrace/systrace-1.0-r3.ebuild index c176b61a472c..b854d205802e 100644 --- a/sys-apps/systrace/systrace-1.0-r3.ebuild +++ b/sys-apps/systrace/systrace-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/systrace/systrace-1.0-r3.ebuild,v 1.4 2003/06/26 23:21:23 natey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systrace/systrace-1.0-r3.ebuild,v 1.5 2003/09/07 00:56:32 msterret Exp $ DESCRIPTION="Systrace userland binary" HOMEPAGE="http://www.systrace.org" @@ -17,7 +17,7 @@ IUSE="gtk" DEPEND="gtk? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* )" pkg_setup() { - if ! [ -f ${INCLUDE} ] ; + if ! [ -f ${INCLUDE} ] ; then einfo einfo "ERROR: It does not look like you have a systrace capable kernel. If" @@ -36,23 +36,23 @@ src_compile() { if [ "`use gtk`" ] then einfo - einfo "You are building systrace with gtk support; this version will not" - einfo "function without the sys-apps/gtk-systrace package installed. Please" - einfo "set the USE=\"-gtk\" to build the non-gui capable version of systrace." + einfo "You are building systrace with gtk support; this version will not" + einfo "function without the sys-apps/gtk-systrace package installed. Please" + einfo "set the USE=\"-gtk\" to build the non-gui capable version of systrace." einfo - sleep 7 + sleep 7 ./configure --host=${CHOST} || die elif [ -z "`use gtk`" ] then einfo - einfo "You are building systrace without gtk support; please set USE=\"gtk\"" + einfo "You are building systrace without gtk support; please set USE=\"gtk\"" einfo "to build the gui capable version of systrace." einfo - sleep 7 + sleep 7 cd ${S} epatch ../${PATCH1} || die ./configure --host=${CHOST} || die - fi + fi emake || die } diff --git a/sys-apps/systrace/systrace-1.0-r4.ebuild b/sys-apps/systrace/systrace-1.0-r4.ebuild index e84685004049..e3b888d99be8 100644 --- a/sys-apps/systrace/systrace-1.0-r4.ebuild +++ b/sys-apps/systrace/systrace-1.0-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/sys-apps/systrace/systrace-1.0-r4.ebuild,v 1.1 2003/06/26 23:21:23 natey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systrace/systrace-1.0-r4.ebuild,v 1.2 2003/09/07 00:56:32 msterret Exp $ DESCRIPTION="Systrace userland binary" HOMEPAGE="http://www.systrace.org" @@ -19,7 +19,7 @@ DEPEND="dev-libs/libevent gtk? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* )" pkg_setup() { - if ! [ -f ${INCLUDE} ] ; + if ! [ -f ${INCLUDE} ] ; then einfo einfo "ERROR: It does not look like you have a systrace capable kernel. If" @@ -38,25 +38,25 @@ src_compile() { if [ "`use gtk`" ] then einfo - einfo "You are building systrace with gtk support; this version will not" - einfo "function without the sys-apps/gtk-systrace package installed. Please" - einfo "set the USE=\"-gtk\" to build the non-gui capable version of systrace." + einfo "You are building systrace with gtk support; this version will not" + einfo "function without the sys-apps/gtk-systrace package installed. Please" + einfo "set the USE=\"-gtk\" to build the non-gui capable version of systrace." einfo sleep 7 - autoconf-2.57 + autoconf-2.57 ./configure || die elif [ -z "`use gtk`" ] then einfo - einfo "You are building systrace without gtk support; please set USE=\"gtk\"" + einfo "You are building systrace without gtk support; please set USE=\"gtk\"" einfo "to build the gui capable version of systrace." einfo - sleep 7 + sleep 7 cd ${S} epatch ../${PATCH1} || die autoconf-2.57 ./configure || die - fi + fi emake || die } diff --git a/sys-apps/tar/Manifest b/sys-apps/tar/Manifest index 25575e521b09..45090182d081 100644 --- a/sys-apps/tar/Manifest +++ b/sys-apps/tar/Manifest @@ -1,7 +1,7 @@ MD5 f584e386933eb54c5a5509a955e77810 ChangeLog 2987 -MD5 49b3503ab26a992975dc3210a8e70302 tar-1.13.25-r1.ebuild 1150 -MD5 af7d5af71e7400000bcfd12ed39d3075 tar-1.13.25-r2.ebuild 1219 -MD5 293a33ed60e4a8a3c0ac7cfe68ca5b52 tar-1.13.25-r3.ebuild 1581 +MD5 1d2c159974ee50d7d30df3711c63fffc tar-1.13.25-r1.ebuild 1150 +MD5 d2452f27258c5b8a7929ceabf929b071 tar-1.13.25-r2.ebuild 1216 +MD5 6461e8293e2ae8a9c7848ea27a067ebc tar-1.13.25-r3.ebuild 1577 MD5 ebfd134ad54b3a6a08124bef38ecdad6 files/digest-tar-1.13.25-r1 64 MD5 ebfd134ad54b3a6a08124bef38ecdad6 files/digest-tar-1.13.25-r2 64 MD5 2fd1441d3b74350616626b5cbdccb099 files/digest-tar-1.13.25-r3 147 diff --git a/sys-apps/tar/tar-1.13.25-r1.ebuild b/sys-apps/tar/tar-1.13.25-r1.ebuild index e535cd3f2c44..c4f3b8dfaa23 100644 --- a/sys-apps/tar/tar-1.13.25-r1.ebuild +++ b/sys-apps/tar/tar-1.13.25-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/tar/tar-1.13.25-r1.ebuild,v 1.11 2003/09/02 19:01:32 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25-r1.ebuild,v 1.12 2003/09/07 00:55:30 msterret Exp $ IUSE="nls static build" @@ -36,7 +36,7 @@ src_install() { cd ${D} mv usr/lib/misc/rmt usr/sbin/rmt.gnu dosym rmt.gnu /usr/sbin/rmt - if [ -z "`use build`" ] + if [ -z "`use build`" ] then dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS doman ${FILESDIR}/tar.1 diff --git a/sys-apps/tar/tar-1.13.25-r2.ebuild b/sys-apps/tar/tar-1.13.25-r2.ebuild index e77d8259ab20..e686412370c1 100644 --- a/sys-apps/tar/tar-1.13.25-r2.ebuild +++ b/sys-apps/tar/tar-1.13.25-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/tar/tar-1.13.25-r2.ebuild,v 1.15 2003/09/02 19:01:32 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25-r2.ebuild,v 1.16 2003/09/07 00:55:30 msterret Exp $ IUSE="nls static build" @@ -42,11 +42,11 @@ src_install() { cd ${D} mv usr/lib/misc/rmt usr/sbin/rmt.gnu dosym rmt.gnu /usr/sbin/rmt - # a nasty yet required symlink: - dodir /etc - dosym /usr/sbin/rmt /etc/rmt + # a nasty yet required symlink: + dodir /etc + dosym /usr/sbin/rmt /etc/rmt cd ${S} - if [ -z "`use build`" ] + if [ -z "`use build`" ] then dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS doman ${FILESDIR}/tar.1 diff --git a/sys-apps/tar/tar-1.13.25-r3.ebuild b/sys-apps/tar/tar-1.13.25-r3.ebuild index eeb97719149f..9606c8a346f1 100644 --- a/sys-apps/tar/tar-1.13.25-r3.ebuild +++ b/sys-apps/tar/tar-1.13.25-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/tar/tar-1.13.25-r3.ebuild,v 1.16 2003/09/02 19:01:32 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25-r3.ebuild,v 1.17 2003/09/07 00:55:30 msterret Exp $ inherit eutils gnuconfig @@ -48,7 +48,7 @@ src_compile() { else emake LDFLAGS=-static || die fi - + } src_install() { @@ -58,11 +58,11 @@ src_install() { cd ${D} mv usr/lib/misc/rmt usr/sbin/rmt.gnu dosym rmt.gnu /usr/sbin/rmt - # a nasty yet required symlink: - dodir /etc - dosym /usr/sbin/rmt /etc/rmt + # a nasty yet required symlink: + dodir /etc + dosym /usr/sbin/rmt /etc/rmt cd ${S} - if [ -z "`use build`" ] + if [ -z "`use build`" ] then dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS doman ${FILESDIR}/tar.1 diff --git a/sys-apps/tcp-wrappers/Manifest b/sys-apps/tcp-wrappers/Manifest index 5da2f5b98278..d285a8b6b6a2 100644 --- a/sys-apps/tcp-wrappers/Manifest +++ b/sys-apps/tcp-wrappers/Manifest @@ -1,7 +1,7 @@ MD5 4c9edc4b8bd4de64150964d2d483690e ChangeLog 2821 MD5 e3d27da8b38f864b85dd31f4173d2a70 tcp-wrappers-7.6-r3.ebuild 1232 +MD5 dfceee65816e04a79c0f84a468cc118a tcp-wrappers-7.6-r4.ebuild 1288 MD5 f1512509ac6ee30566bbcc3bbb5238f2 tcp-wrappers-7.6-r6.ebuild 1922 -MD5 3ee1b9f8b6e9317df1d72e5359b83c3f tcp-wrappers-7.6-r4.ebuild 1289 MD5 9ad8321e86bbd0c9a7bab821564b3fc1 files/digest-tcp-wrappers-7.6-r3 144 MD5 d8f39ad34a5d8154665fb5bf431a781d files/digest-tcp-wrappers-7.6-r4 145 MD5 dfac556cbaad927748c6d2345fb44e1b files/digest-tcp-wrappers-7.6-r6 142 diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r4.ebuild b/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r4.ebuild index dd37a17753c9..de0e2c83f60a 100644 --- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r4.ebuild +++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.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/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r4.ebuild,v 1.19 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r4.ebuild,v 1.20 2003/09/07 00:53:43 msterret Exp $ inherit eutils @@ -27,7 +27,7 @@ src_unpack() { epatch ${PATCHDIR}/${MY_P}-ipv6-1.6.diff epatch ${PATCHDIR}/${MY_P}-stdc.diff epatch ${PATCHDIR}/${MY_P}.diff - + cp Makefile Makefile.orig sed -e "s:-O2:${CFLAGS} -fPIC:" \ -e "s:AUX_OBJ=.*:AUX_OBJ= \\\:" Makefile.orig > Makefile diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest index f2a8c64751b4..0dea21c8f9f0 100644 --- a/sys-apps/texinfo/Manifest +++ b/sys-apps/texinfo/Manifest @@ -1,7 +1,7 @@ MD5 bbc31cddbe8124b3566731a13afc1627 ChangeLog 4279 -MD5 0cabd58c1798443459849d8c26411b2e texinfo-4.3-r1.ebuild 1772 -MD5 2ee182f913e799be89181964daaef32c texinfo-4.5.ebuild 1701 -MD5 722ad4c2782fd091d848174c91ed9d05 texinfo-4.6.ebuild 1677 +MD5 05f1c86004036af535b35b3086ec6771 texinfo-4.3-r1.ebuild 1766 +MD5 9d617c49e9ed53f1242ebed214b99171 texinfo-4.5.ebuild 1695 +MD5 05c955395b5e70beca78d0b37bd5c44c texinfo-4.6.ebuild 1671 MD5 3173c3b67a3ef4e594cf5ce1b8253504 files/digest-texinfo-4.3-r1 64 MD5 c14f75d4a1d21ae1776a9868bd0c0296 files/digest-texinfo-4.5 65 MD5 b8ed9b84ca8ab4c2ac4e628a8f928dcb files/install-info.patch 729 diff --git a/sys-apps/texinfo/texinfo-4.3-r1.ebuild b/sys-apps/texinfo/texinfo-4.3-r1.ebuild index b62fbcc825fd..36b97ad614cf 100644 --- a/sys-apps/texinfo/texinfo-4.3-r1.ebuild +++ b/sys-apps/texinfo/texinfo-4.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/texinfo/texinfo-4.3-r1.ebuild,v 1.10 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.3-r1.ebuild,v 1.11 2003/09/07 00:53:17 msterret Exp $ inherit eutils @@ -45,8 +45,8 @@ src_compile() { export WANT_AUTOMAKE_1_6=1 econf ${myconf} || die - - emake || die + + emake || die } src_install() { @@ -57,7 +57,7 @@ src_install() { make DESTDIR=${D} \ infodir=/usr/share/info \ install || die - + exeinto /usr/sbin doexe ${FILESDIR}/mkinfodir @@ -65,7 +65,7 @@ src_install() { die "Could not install texinfo.info!!!" fi - dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO + dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO docinto info dodoc info/README docinto makeinfo diff --git a/sys-apps/texinfo/texinfo-4.5.ebuild b/sys-apps/texinfo/texinfo-4.5.ebuild index cd835d36eb8c..eae4ec094e2d 100644 --- a/sys-apps/texinfo/texinfo-4.5.ebuild +++ b/sys-apps/texinfo/texinfo-4.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/texinfo/texinfo-4.5.ebuild,v 1.10 2003/09/02 18:44:24 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.5.ebuild,v 1.11 2003/09/07 00:53:17 msterret Exp $ IUSE="nls build" @@ -18,7 +18,7 @@ DEPEND=">=sys-apps/sed-4.0.5 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" -RDEPEND="virtual/glibc +RDEPEND="virtual/glibc !build? ( >=sys-libs/ncurses-5.2-r2 )" src_unpack() { @@ -42,8 +42,8 @@ src_compile() { export WANT_AUTOMAKE_1_6=1 econf ${myconf} || die - - emake || die + + emake || die } src_install() { @@ -54,7 +54,7 @@ src_install() { make DESTDIR=${D} \ infodir=/usr/share/info \ install || die - + exeinto /usr/sbin doexe ${FILESDIR}/mkinfodir @@ -62,7 +62,7 @@ src_install() { die "Could not install texinfo.info!!!" fi - dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO + dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO docinto info dodoc info/README docinto makeinfo diff --git a/sys-apps/texinfo/texinfo-4.6.ebuild b/sys-apps/texinfo/texinfo-4.6.ebuild index b32b40f82893..315cf7290e87 100644 --- a/sys-apps/texinfo/texinfo-4.6.ebuild +++ b/sys-apps/texinfo/texinfo-4.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/texinfo/texinfo-4.6.ebuild,v 1.1 2003/09/02 18:44:24 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.2 2003/09/07 00:53:17 msterret Exp $ IUSE="nls build" @@ -17,7 +17,7 @@ DEPEND=">=sys-apps/sed-4.0.5 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" -RDEPEND="virtual/glibc +RDEPEND="virtual/glibc !build? ( >=sys-libs/ncurses-5.2-r2 )" src_unpack() { @@ -41,8 +41,8 @@ src_compile() { export WANT_AUTOMAKE_1_6=1 econf ${myconf} || die - - emake || die + + emake || die } src_install() { @@ -53,7 +53,7 @@ src_install() { make DESTDIR=${D} \ infodir=/usr/share/info \ install || die - + exeinto /usr/sbin doexe ${FILESDIR}/mkinfodir @@ -61,7 +61,7 @@ src_install() { die "Could not install texinfo.info!!!" fi - dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO + dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO docinto info dodoc info/README docinto makeinfo diff --git a/sys-apps/textutils/Manifest b/sys-apps/textutils/Manifest index 1bc41f16e0f5..7669c3ddd785 100644 --- a/sys-apps/textutils/Manifest +++ b/sys-apps/textutils/Manifest @@ -1,7 +1,7 @@ MD5 5b1630f445484dd2dd72e8b3967c02fc ChangeLog 2485 MD5 daaa565e04dac807cec4a2150533d2fc textutils-2.1-r1.ebuild 472 -MD5 4639171ca42a3aba855a0b48114d7e8b textutils-2.0.21.ebuild 1254 -MD5 217799353027a94bc964900efce104e9 textutils-2.1.ebuild 1088 +MD5 6df2850ae166dca37e70bc20b9ebe3df textutils-2.0.21.ebuild 1246 +MD5 43a9194bc874a59bf34a7eac5d51d85d textutils-2.1.ebuild 1082 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-textutils-2.1-r1 0 MD5 7ffe6874d60801287cacb37785919e0e files/digest-textutils-2.0.21 69 MD5 912d3e77416726cfd0e4fbe8b53a3468 files/digest-textutils-2.1 66 diff --git a/sys-apps/textutils/textutils-2.0.21.ebuild b/sys-apps/textutils/textutils-2.0.21.ebuild index b2c961a6d2a1..fc43c9088f05 100644 --- a/sys-apps/textutils/textutils-2.0.21.ebuild +++ b/sys-apps/textutils/textutils-2.0.21.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/textutils/textutils-2.0.21.ebuild,v 1.10 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.21.ebuild,v 1.11 2003/09/07 00:52:46 msterret Exp $ IUSE="nls static build" @@ -17,7 +17,7 @@ DEPEND="nls? ( sys-devel/gettext )" src_unpack() { unpack ${P}.tar.gz - + cd ${S} # patch to remove Stallman's su rant patch doc/coreutils.texi ${FILESDIR}/${P}-gentoo.diff || die @@ -27,12 +27,12 @@ src_unpack() { src_compile() { local myconf="" use nls || myconf="--disable-nls" - + econf \ --build=${CHOST} \ --without-included-regex \ ${myconf} || die - + if [ "`use static`" ] then emake LDFLAGS=-static || die @@ -43,16 +43,16 @@ src_compile() { src_install() { einstall || die - + dodir /bin mv ${D}/usr/bin/cat ${D}/bin dosym /bin/cat /usr/bin/cat # For baselayout mv ${D}/usr/bin/wc ${D}/bin dosym /bin/wc /usr/bin/wc - + rmdir ${D}/usr/lib - + if [ -z "`use build`" ] then dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO diff --git a/sys-apps/textutils/textutils-2.1.ebuild b/sys-apps/textutils/textutils-2.1.ebuild index 536a9d3235ba..4a079bafb268 100644 --- a/sys-apps/textutils/textutils-2.1.ebuild +++ b/sys-apps/textutils/textutils-2.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/textutils/textutils-2.1.ebuild,v 1.15 2003/09/02 18:59:52 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1.ebuild,v 1.16 2003/09/07 00:52:46 msterret Exp $ IUSE="nls static build" @@ -18,12 +18,12 @@ DEPEND="nls? ( sys-devel/gettext )" src_compile() { local myconf="" use nls || myconf="--disable-nls" - + econf \ --build=${CHOST} \ --without-included-regex \ ${myconf} || die - + if [ "`use static`" ] then emake LDFLAGS=-static || die @@ -34,16 +34,16 @@ src_compile() { src_install() { einstall || die - + dodir /bin mv ${D}/usr/bin/cat ${D}/bin dosym /bin/cat /usr/bin/cat # For baselayout mv ${D}/usr/bin/wc ${D}/bin dosym /bin/wc /usr/bin/wc - + rmdir ${D}/usr/lib - + if [ -z "`use build`" ] then dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO diff --git a/sys-apps/tmpreaper/Manifest b/sys-apps/tmpreaper/Manifest index f5e329a2360b..cecf1eafb708 100644 --- a/sys-apps/tmpreaper/Manifest +++ b/sys-apps/tmpreaper/Manifest @@ -1,3 +1,3 @@ MD5 55fe924ec0df9ee7cb903c142a6e8af4 ChangeLog 941 -MD5 e621a4e28b00c3a87757f064b1e085b0 tmpreaper-1.4.12.ebuild 856 +MD5 c012920b0f0e099d198702c48b2194ee tmpreaper-1.4.12.ebuild 855 MD5 10c1c01bce2cff19237f9e6b1709dfd9 files/digest-tmpreaper-1.4.12 67 diff --git a/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild b/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild index 114109aefb91..d867d7d84f36 100644 --- a/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild +++ b/sys-apps/tmpreaper/tmpreaper-1.4.12.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/tmpreaper/tmpreaper-1.4.12.ebuild,v 1.16 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tmpreaper/tmpreaper-1.4.12.ebuild,v 1.17 2003/09/07 00:46:58 msterret Exp $ MYP="tmpreaper_1.4.12" S=${WORKDIR}/${P} @@ -21,7 +21,7 @@ src_compile() { src_install() { dosbin tmpreaper doman tmpreaper.8 - dodoc ChangeLog + dodoc ChangeLog #added debian/* files for people who want cron.daily and related files. cd debian dodoc changelog conffiles copyright cron.daily dirs diff --git a/sys-apps/ucspi-proxy/Manifest b/sys-apps/ucspi-proxy/Manifest index 34851d943172..a4484b959c57 100644 --- a/sys-apps/ucspi-proxy/Manifest +++ b/sys-apps/ucspi-proxy/Manifest @@ -1,3 +1,3 @@ -MD5 949a21e84e0d5aa0adeccc0df2cf174a files/digest-ucspi-proxy-0.95 67 MD5 e0675802d0ffd7588bfb88e02665bf7d ChangeLog 413 -MD5 0e280c73cbf1eb27b7e6ffcec000882f ucspi-proxy-0.95.ebuild 739 +MD5 0d9d36e39cf028f5d50da5e94d0fceec ucspi-proxy-0.95.ebuild 739 +MD5 949a21e84e0d5aa0adeccc0df2cf174a files/digest-ucspi-proxy-0.95 67 diff --git a/sys-apps/ucspi-proxy/ucspi-proxy-0.95.ebuild b/sys-apps/ucspi-proxy/ucspi-proxy-0.95.ebuild index e24e27ead307..89d730fcbcb3 100644 --- a/sys-apps/ucspi-proxy/ucspi-proxy-0.95.ebuild +++ b/sys-apps/ucspi-proxy/ucspi-proxy-0.95.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/ucspi-proxy/ucspi-proxy-0.95.ebuild,v 1.1 2003/08/11 09:46:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-proxy/ucspi-proxy-0.95.ebuild,v 1.2 2003/09/07 00:39:09 msterret Exp $ DESCRIPTION="A proxy program that passes data back and forth between two connections set up by a UCSPI server and a UCSPI client." HOMEPAGE="http://untroubled.org/ucspi-proxy/" @@ -20,5 +20,5 @@ src_compile() { src_install() { einstall || die - dodoc ANNOUNCEMENT NEWS README TODO + dodoc ANNOUNCEMENT NEWS README TODO } diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest index 3396170f419a..4495b98eb414 100644 --- a/sys-apps/util-linux/Manifest +++ b/sys-apps/util-linux/Manifest @@ -1,23 +1,23 @@ MD5 a09a96e2d28423b7658add5d605bb702 ChangeLog 8780 +MD5 10ccac17abb08cd30711a1cd4dc4c8c5 util-linux-2.11y.ebuild 2107 MD5 c6692828888581ffce700c60c14ea9b8 util-linux-2.11z-r5.ebuild 2776 MD5 6393c8b92343e17b29e2e327ee7f7b0e util-linux-2.11z-r6.ebuild 3137 -MD5 4cca546bb2674de899c7340893341497 util-linux-2.12.ebuild 3070 -MD5 b73abbe53ce7a49cad81cc855b7d5924 util-linux-2.11z-r4.ebuild 2410 -MD5 fdc6f7ebf1e7f279d96f19c330868aa2 util-linux-2.11y.ebuild 2109 MD5 52f8b0e0011d54d7aaacf61b44438afe util-linux-2.11z-r7.ebuild 3331 +MD5 b73abbe53ce7a49cad81cc855b7d5924 util-linux-2.11z-r4.ebuild 2410 +MD5 4cca546bb2674de899c7340893341497 util-linux-2.12.ebuild 3070 MD5 02afa4d774f45ab0b9ef42ecc1748005 files/digest-util-linux-2.11z-r5 153 -MD5 6dc0134d8d5f325a86257698d2184718 files/util-linux-2.11z-mips-fdisk-fix.patch 1698 -MD5 18371db840b08f5782e3f8f96c4efe8d files/util-linux-2.11z-pic.patch 3056 -MD5 02afa4d774f45ab0b9ef42ecc1748005 files/digest-util-linux-2.11z-r6 153 -MD5 02afa4d774f45ab0b9ef42ecc1748005 files/digest-util-linux-2.11z-r4 153 MD5 48e36b9b6ea3bed4ea25292f9ae5a958 files/digest-util-linux-2.11y 152 +MD5 18371db840b08f5782e3f8f96c4efe8d files/util-linux-2.11z-pic.patch 3056 +MD5 6aa1c240dd789327ea92e36309052950 files/no-symlink-resolve.patch 316 MD5 50b088dbe0471cb0a49ad1f9b967ee04 files/util-linux-2.11u-gentoo.patch 367 MD5 e3697bc8fd6a344e8cba1c7d32e34790 files/util-linux-2.11y-parallel-make.patch 369 -MD5 830453d37b748b7e2ec454603e33b920 files/digest-util-linux-2.12 151 +MD5 6dc0134d8d5f325a86257698d2184718 files/util-linux-2.11z-mips-fdisk-fix.patch 1698 MD5 e3697bc8fd6a344e8cba1c7d32e34790 files/util-linux-2.11z-parallel-make.patch 369 +MD5 02afa4d774f45ab0b9ef42ecc1748005 files/digest-util-linux-2.11z-r6 153 MD5 02afa4d774f45ab0b9ef42ecc1748005 files/digest-util-linux-2.11z-r7 153 -MD5 6aa1c240dd789327ea92e36309052950 files/no-symlink-resolve.patch 316 +MD5 02afa4d774f45ab0b9ef42ecc1748005 files/digest-util-linux-2.11z-r4 153 MD5 90b5a47385e394b9112357282c35eb4a files/util-linux-2.11z-script.patch 1580 MD5 b5a7097b2c3372d333485da73cd7a41e files/util-linux-2.11z-agetty-domainname-option.patch 1809 -MD5 0be8df03dae23c81a0e929e58a4114e0 files/util-linux-2.11z-01-nfsv4.dif 13442 MD5 0f2f1ddaeaf52622fa80f4f08bb25a6b files/util-linux-2.11z-01-nfsv4-crypt.dif 13460 +MD5 0be8df03dae23c81a0e929e58a4114e0 files/util-linux-2.11z-01-nfsv4.dif 13442 +MD5 830453d37b748b7e2ec454603e33b920 files/digest-util-linux-2.12 151 diff --git a/sys-apps/util-linux/util-linux-2.11y.ebuild b/sys-apps/util-linux/util-linux-2.11y.ebuild index 2e35a9cab87f..acdd0a72b33d 100644 --- a/sys-apps/util-linux/util-linux-2.11y.ebuild +++ b/sys-apps/util-linux/util-linux-2.11y.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/util-linux/util-linux-2.11y.ebuild,v 1.11 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11y.ebuild,v 1.12 2003/09/07 00:37:11 msterret Exp $ IUSE="crypt nls" @@ -59,7 +59,7 @@ src_compile() { if [ -z "`use nls`" ] then - cp defines.h defines.h.orig + cp defines.h defines.h.orig grep -v "ENABLE_NLS" \ defines.h.orig > defines.h cp defines.h defines.h.orig @@ -70,7 +70,7 @@ src_compile() { sed -e "s:SUBDIRS=po \\\:SUBDIRS= \\\:g" \ Makefile.orig > Makefile fi - + emake LDFLAGS="" || die cd sys-utils; makeinfo *.texi || die } diff --git a/sys-apps/vcron/Manifest b/sys-apps/vcron/Manifest index 1e6a206da6aa..835a410363f3 100644 --- a/sys-apps/vcron/Manifest +++ b/sys-apps/vcron/Manifest @@ -1,5 +1,5 @@ MD5 5297fbcebcdce2d2898932fbffed9dee ChangeLog 2242 -MD5 5092e70561d57da09ed482126c43bf53 vcron-3.0.1-r1.ebuild 1557 +MD5 07f53df79b875f2956be8ef911931e74 vcron-3.0.1-r1.ebuild 1556 MD5 7f79290c2f51c9dcee459c8a5636f652 files/vcron.rc6 520 MD5 6a065c2a4012e573ebb852275516a1d4 files/crontab 563 MD5 21a88e40cea6fde9bf6163e501b993dd files/digest-vcron-3.0.1-r1 140 diff --git a/sys-apps/vcron/vcron-3.0.1-r1.ebuild b/sys-apps/vcron/vcron-3.0.1-r1.ebuild index 69d11890887d..3d5edd60dcae 100644 --- a/sys-apps/vcron/vcron-3.0.1-r1.ebuild +++ b/sys-apps/vcron/vcron-3.0.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/vcron/vcron-3.0.1-r1.ebuild,v 1.22 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/vcron-3.0.1-r1.ebuild,v 1.23 2003/09/07 00:36:41 msterret Exp $ inherit eutils @@ -66,7 +66,7 @@ src_install() { insinto /usr/sbin insopts -o root -g root -m 0750 ; doins cron - + insinto /usr/bin insopts -o root -g cron -m 4750 ; doins crontab } |