diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 02:29:43 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 02:29:43 +0000 |
commit | 4cc822fc8ca7c8bc559865109906f63c2c7ca4dd (patch) | |
tree | b7dcb4fc0c3a98316bfd6a7fcc46e377d987c962 /sys-apps/acl | |
parent | Fixing broken patches to close bug #24046. (diff) | |
download | gentoo-2-4cc822fc8ca7c8bc559865109906f63c2c7ca4dd.tar.gz gentoo-2-4cc822fc8ca7c8bc559865109906f63c2c7ca4dd.tar.bz2 gentoo-2-4cc822fc8ca7c8bc559865109906f63c2c7ca4dd.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/Manifest | 16 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.0.18.ebuild | 12 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.1.1-r1.ebuild | 14 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.1.1.ebuild | 12 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.13-r1.ebuild | 14 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.13.ebuild | 14 |
6 files changed, 41 insertions, 41 deletions
diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest index ebd1e14ce904..0cb65b5daa7c 100644 --- a/sys-apps/acl/Manifest +++ b/sys-apps/acl/Manifest @@ -1,3 +1,11 @@ +MD5 7134ebb16d8188bd4d8c7760461bc6e7 ChangeLog 2500 +MD5 77e0c0373573c6d9bd13897831b3887f acl-1.1.3.ebuild 1598 +MD5 97772206adaea66e69fcc486f5c90048 acl-2.0.18.ebuild 1056 +MD5 c3c16a232fe0f2adf57621fedd8e62df acl-2.0.5_p20020330.ebuild 1569 +MD5 462e121ea94b4d26f2203fa6be64f889 acl-2.1.1-r1.ebuild 1118 +MD5 13dba188bf6409e10f6c98c33ec00be4 acl-2.1.1.ebuild 1055 +MD5 18733a2e24f654602993de94806f394b acl-2.2.13.ebuild 1209 +MD5 dce8edeaae2b6ad64d531e811ad6d047 acl-2.2.13-r1.ebuild 1275 MD5 85d850f590fd0a7ed0f21d1523b9ad00 files/digest-acl-1.1.3 64 MD5 270edcfb650815865ae5fb2e214cfe4f files/digest-acl-2.0.18 66 MD5 783702207886a893533fa92136ff2523 files/digest-acl-2.0.5_p20020330 70 @@ -5,11 +13,3 @@ MD5 9241e1ad126b0fe64c7d1c5cff51fd02 files/digest-acl-2.1.1 65 MD5 9241e1ad126b0fe64c7d1c5cff51fd02 files/digest-acl-2.1.1-r1 65 MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13 66 MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r1 66 -MD5 77e0c0373573c6d9bd13897831b3887f acl-1.1.3.ebuild 1598 -MD5 4498bf14047d98b577ac9965734ae53e acl-2.0.18.ebuild 1061 -MD5 c3c16a232fe0f2adf57621fedd8e62df acl-2.0.5_p20020330.ebuild 1569 -MD5 172d68a5a42ec43602918ae5aa69f072 acl-2.1.1-r1.ebuild 1132 -MD5 8627c1a8061e670b033c6524d8eb8e79 acl-2.1.1.ebuild 1060 -MD5 7134ebb16d8188bd4d8c7760461bc6e7 ChangeLog 2500 -MD5 dea5fdd665e31a88a885b661fdcd70d3 acl-2.2.13.ebuild 1222 -MD5 3602ac8e2e9b17df745c16a3ac23c3f5 acl-2.2.13-r1.ebuild 1288 diff --git a/sys-apps/acl/acl-2.0.18.ebuild b/sys-apps/acl/acl-2.0.18.ebuild index 13ff4ddb14cb..3e8afe0be5c8 100644 --- a/sys-apps/acl/acl-2.0.18.ebuild +++ b/sys-apps/acl/acl-2.0.18.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/acl/acl-2.0.18.ebuild,v 1.8 2003/06/21 21:19:38 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.0.18.ebuild,v 1.9 2003/09/07 02:29:41 msterret Exp $ S=${WORKDIR}/${P} @@ -18,23 +18,23 @@ DEPEND="sys-apps/attr" src_compile() { OPTIMIZER="${CFLAGS}" DEBUG=-DNDEBUG - + autoconf || die - + ./configure --prefix=/usr --libexecdir=/lib || die - + cp include/builddefs include/builddefs.orig sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:" \ -e 's:-O1::' \ include/builddefs.orig > include/builddefs || die - + emake || die } src_install() { make DESTDIR=${D} install install-dev install-lib || die - + dosym /usr/lib/libacl.so /lib/libacl.so dosym /lib/libacl.la /usr/lib/libacl.la dosym /lib/libacl.a /usr/lib/libacl.a diff --git a/sys-apps/acl/acl-2.1.1-r1.ebuild b/sys-apps/acl/acl-2.1.1-r1.ebuild index 36e1c13d37ea..ac4cadc37920 100644 --- a/sys-apps/acl/acl-2.1.1-r1.ebuild +++ b/sys-apps/acl/acl-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/acl/acl-2.1.1-r1.ebuild,v 1.5 2003/06/21 21:19:38 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.1.1-r1.ebuild,v 1.6 2003/09/07 02:29:41 msterret Exp $ S=${WORKDIR}/${P} @@ -18,26 +18,26 @@ DEPEND="sys-apps/attr" src_compile() { OPTIMIZER="${CFLAGS}" DEBUG=-DNDEBUG - + autoconf || die - + ./configure \ --mandir=/usr/share/man \ --prefix=/usr \ --libexecdir=/usr/lib \ --libdir=/lib - + cp include/builddefs include/builddefs.orig sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ -e 's:-O1::' include/builddefs.orig > include/builddefs || die - + emake || die - + } src_install() { make DESTDIR=${D} install install-dev install-lib || die - + rm -f ${D}/usr/lib/libacl.so rm -f ${D}/lib/*a dosym /lib/libacl.so /usr/lib/libacl.so diff --git a/sys-apps/acl/acl-2.1.1.ebuild b/sys-apps/acl/acl-2.1.1.ebuild index 49568aacb6a8..5556b45529f0 100644 --- a/sys-apps/acl/acl-2.1.1.ebuild +++ b/sys-apps/acl/acl-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.1.1.ebuild,v 1.3 2003/06/21 21:19:38 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.1.1.ebuild,v 1.4 2003/09/07 02:29:41 msterret Exp $ S=${WORKDIR}/${P} @@ -18,23 +18,23 @@ DEPEND="sys-apps/attr" src_compile() { OPTIMIZER="${CFLAGS}" DEBUG=-DNDEBUG - + autoconf || die - + ./configure --prefix=/usr --libexecdir=/lib || die - + cp include/builddefs include/builddefs.orig sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:" \ -e 's:-O1::' \ include/builddefs.orig > include/builddefs || die - + emake || die } src_install() { make DESTDIR=${D} install install-dev install-lib || die - + dosym /usr/lib/libacl.so /lib/libacl.so dosym /lib/libacl.la /usr/lib/libacl.la dosym /lib/libacl.a /usr/lib/libacl.a diff --git a/sys-apps/acl/acl-2.2.13-r1.ebuild b/sys-apps/acl/acl-2.2.13-r1.ebuild index 2de92ac2b043..c188566ca2a3 100644 --- a/sys-apps/acl/acl-2.2.13-r1.ebuild +++ b/sys-apps/acl/acl-2.2.13-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/acl/acl-2.2.13-r1.ebuild,v 1.1 2003/08/29 00:05:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r1.ebuild,v 1.2 2003/09/07 02:29:41 msterret Exp $ S=${WORKDIR}/${P} @@ -18,27 +18,27 @@ DEPEND="sys-apps/attr" src_compile() { OPTIMIZER="${CFLAGS}" DEBUG=-DNDEBUG - + autoconf || die - + ./configure \ --mandir=/usr/share/man \ --prefix=/usr \ --libexecdir=/usr/lib \ --libdir=/lib - + cp include/builddefs include/builddefs.orig sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ -e 's:-O1::' include/builddefs.orig > include/builddefs || die - + emake || die - + } src_install() { make DIST_ROOT=${D} install install-dev install-lib || die #einstall DESTDIR=${D} install install-dev install-lib || die - + rm -f ${D}/usr/lib/libacl.so rm -f ${D}/lib/*a dosym /lib/libacl.so /usr/lib/libacl.so diff --git a/sys-apps/acl/acl-2.2.13.ebuild b/sys-apps/acl/acl-2.2.13.ebuild index e2bf18dd7966..ec9cb58904ce 100644 --- a/sys-apps/acl/acl-2.2.13.ebuild +++ b/sys-apps/acl/acl-2.2.13.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/acl/acl-2.2.13.ebuild,v 1.1 2003/08/12 01:06:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13.ebuild,v 1.2 2003/09/07 02:29:41 msterret Exp $ S=${WORKDIR}/${P} @@ -18,27 +18,27 @@ DEPEND="sys-apps/attr" src_compile() { OPTIMIZER="${CFLAGS}" DEBUG=-DNDEBUG - + autoconf || die - + ./configure \ --mandir=/usr/share/man \ --prefix=/usr \ --libexecdir=/usr/lib \ --libdir=/lib - + cp include/builddefs include/builddefs.orig sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ -e 's:-O1::' include/builddefs.orig > include/builddefs || die - + emake || die - + } src_install() { make DIST_ROOT=${D} install install-dev install-lib || die #einstall DESTDIR=${D} install install-dev install-lib || die - + rm -f ${D}/usr/lib/libacl.so rm -f ${D}/lib/*a dosym /lib/libacl.so /usr/lib/libacl.so |