diff options
159 files changed, 488 insertions, 486 deletions
diff --git a/app-admin/aide/Manifest b/app-admin/aide/Manifest index d30ab9585cba..062df319c5e3 100644 --- a/app-admin/aide/Manifest +++ b/app-admin/aide/Manifest @@ -1,5 +1,5 @@ MD5 c7b0e1d0ec7f540428ef6885aa929e19 ChangeLog 2035 -MD5 64d8cd57466df508d61cd25be032cb9a aide-0.8.ebuild 1117 +MD5 ae9b83ed9e8124e299cad5382611e97a aide-0.8.ebuild 1119 MD5 03c14336929789f977b49244437acb50 aide-0.9.ebuild 1341 MD5 f07734c5b540f7a251d3d8139ef0f75f files/aide-0.9-gentoo.diff 2319 MD5 0aaf7c0b95dbe77c4d731564a75306c2 files/digest-aide-0.8 60 diff --git a/app-admin/aide/aide-0.8.ebuild b/app-admin/aide/aide-0.8.ebuild index 2ec107281983..97eef655fba5 100644 --- a/app-admin/aide/aide-0.8.ebuild +++ b/app-admin/aide/aide-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.8.ebuild,v 1.16 2003/07/12 21:33:20 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.8.ebuild,v 1.17 2003/09/06 22:08:31 msterret Exp $ IUSE="nls postgres" @@ -27,14 +27,14 @@ src_compile() { local myconf use postgres && myconf="${myconf} --with-psql" use nls && myconf="${myconf} --with-locale" - + econf \ --with-zlib \ --sysconfdir=/etc/aide \ --with-mhash \ --with-extra-lib=/usr/lib \ ${myconf} || die - + emake || die } diff --git a/app-admin/chkrootkit/Manifest b/app-admin/chkrootkit/Manifest index 6454bbce5dd9..5d896fd0629c 100644 --- a/app-admin/chkrootkit/Manifest +++ b/app-admin/chkrootkit/Manifest @@ -1,10 +1,10 @@ MD5 2034d6a16985cd6d16a73e77af0a18f5 ChangeLog 1715 -MD5 24515d38d6a5fc2aa0a74ab5e335e4d9 chkrootkit-0.37.ebuild 746 -MD5 28584ac9a09024174e34831c7e42a22d chkrootkit-0.39a.ebuild 751 +MD5 6897cb01f455fae612d141bfe6658704 chkrootkit-0.37.ebuild 747 +MD5 7b026c36ba7006dcc0b84db0c363789f chkrootkit-0.39a.ebuild 754 MD5 b89099f5a93dbc9bd19b9bd5a1db5cab chkrootkit-0.41-r1.ebuild 846 MD5 f97957a94793b86fd018b32e44811f89 files/chkrootkit-0.37-gentoo.diff 4531 MD5 e9f2cc0eace779d1cad291deb9d9c7e1 files/chkrootkit-0.39a-gentoo.diff 28218 +MD5 4a7462549213c3ef88c11df667b2eeda files/chkrootkit-0.41-gentoo.diff 30253 MD5 7cf45be07aafbbaa3252ce9ece31d5b6 files/digest-chkrootkit-0.37 66 MD5 eb3187ff68ea9e3a781396eef5c19861 files/digest-chkrootkit-0.39a 67 -MD5 4a7462549213c3ef88c11df667b2eeda files/chkrootkit-0.41-gentoo.diff 30253 MD5 08a62e6267f83410bc08ecb9cb262b02 files/digest-chkrootkit-0.41-r1 66 diff --git a/app-admin/chkrootkit/chkrootkit-0.37.ebuild b/app-admin/chkrootkit/chkrootkit-0.37.ebuild index 95c18dc37eb1..e282a909919f 100644 --- a/app-admin/chkrootkit/chkrootkit-0.37.ebuild +++ b/app-admin/chkrootkit/chkrootkit-0.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/chkrootkit-0.37.ebuild,v 1.10 2003/02/28 23:02:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/chkrootkit-0.37.ebuild,v 1.11 2003/09/06 22:08:31 msterret Exp $ DESCRIPTION="a tool to locally check for signs of a rootkit" SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz" @@ -23,6 +23,6 @@ src_compile() { } src_install() { - dosbin check_wtmpx chklastlog chkproc chkrootkit chkwtmp ifpromisc + dosbin check_wtmpx chklastlog chkproc chkrootkit chkwtmp ifpromisc dodoc COPYRIGHT README README.chklastlog README.chkwtmp } diff --git a/app-admin/chkrootkit/chkrootkit-0.39a.ebuild b/app-admin/chkrootkit/chkrootkit-0.39a.ebuild index 23899fbd6855..7139a7d666e6 100644 --- a/app-admin/chkrootkit/chkrootkit-0.39a.ebuild +++ b/app-admin/chkrootkit/chkrootkit-0.39a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/chkrootkit-0.39a.ebuild,v 1.3 2003/06/29 15:24:07 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/chkrootkit-0.39a.ebuild,v 1.4 2003/09/06 22:08:31 msterret Exp $ inherit eutils @@ -26,6 +26,6 @@ src_compile() { } src_install() { - dosbin check_wtmpx chklastlog chkproc chkrootkit chkwtmp ifpromisc + dosbin check_wtmpx chklastlog chkproc chkrootkit chkwtmp ifpromisc dodoc COPYRIGHT README README.chklastlog README.chkwtmp } diff --git a/app-admin/cpu/Manifest b/app-admin/cpu/Manifest index 555caf2e35f4..b82bfd2251fd 100644 --- a/app-admin/cpu/Manifest +++ b/app-admin/cpu/Manifest @@ -1,5 +1,5 @@ -MD5 021b5afd2ac0d086a3400da75c9ce5db files/digest-cpu-1.3.100 64 -MD5 021b5afd2ac0d086a3400da75c9ce5db files/digest-cpu-1.3.100-r1 64 MD5 1f6dd828c9f3eeacece1baaddfdc47df ChangeLog 756 MD5 13d44872d2fb16381aaf4cfee2caafa5 cpu-1.3.100-r1.ebuild 1333 -MD5 b243e47e1630602f6f2c99db4780b013 cpu-1.3.100.ebuild 1361 +MD5 614a38eac6ae09506c59f225dda99c90 cpu-1.3.100.ebuild 1361 +MD5 021b5afd2ac0d086a3400da75c9ce5db files/digest-cpu-1.3.100 64 +MD5 021b5afd2ac0d086a3400da75c9ce5db files/digest-cpu-1.3.100-r1 64 diff --git a/app-admin/cpu/cpu-1.3.100.ebuild b/app-admin/cpu/cpu-1.3.100.ebuild index 34e4b8efadb2..01abdff33b8b 100644 --- a/app-admin/cpu/cpu-1.3.100.ebuild +++ b/app-admin/cpu/cpu-1.3.100.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cpu/cpu-1.3.100.ebuild,v 1.3 2003/08/05 14:24:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/cpu/cpu-1.3.100.ebuild,v 1.4 2003/09/06 22:08:31 msterret Exp $ inherit eutils @@ -30,7 +30,7 @@ src_compile() { # The package has a history of bad configure files... epatch ${FILESDIR}/${P}-fixup.patch autoconf - + local myconf # provide PASSWD support as well @@ -44,7 +44,7 @@ src_compile() { # cache our config! myconf="${myconf} --cache-file=${S}/config.cache" - + econf ${myconf} || die "Configure failure" emake || die "Make failure" diff --git a/app-admin/fetchlog/Manifest b/app-admin/fetchlog/Manifest index bb69f24aad1c..493deec0c86a 100644 --- a/app-admin/fetchlog/Manifest +++ b/app-admin/fetchlog/Manifest @@ -1,4 +1,4 @@ -MD5 8d50fed0a43655491efe715d70cbf66c fetchlog-0.94.ebuild 931 MD5 d56a1fdf4e7a76154d18dc91262e5f26 ChangeLog 428 +MD5 73f560cd2b8de5480e98dde3b685e80e fetchlog-0.94.ebuild 929 MD5 0509eda5f157f3d4be130e3f476b99d1 metadata.xml 292 MD5 45500b762681fcec63a923e223babfe8 files/digest-fetchlog-0.94 64 diff --git a/app-admin/fetchlog/fetchlog-0.94.ebuild b/app-admin/fetchlog/fetchlog-0.94.ebuild index 47790cdf142b..83b470cb422b 100644 --- a/app-admin/fetchlog/fetchlog-0.94.ebuild +++ b/app-admin/fetchlog/fetchlog-0.94.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/fetchlog/fetchlog-0.94.ebuild,v 1.1 2003/08/15 12:26:52 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/fetchlog/fetchlog-0.94.ebuild,v 1.2 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="Displays the last new messages of a logfile" HOMEPAGE="http://fetchlog.sourceforge.net/" @@ -9,9 +9,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="snmp" +IUSE="snmp" S=${WORKDIR}/${P} -DEPEND="snmp? ( +DEPEND="snmp? ( >=dev-perl/Net-SNMP-4.0.1-r2 >=net-analyzer/net-snmp-5.0.6 )" diff --git a/app-admin/gnomesu/Manifest b/app-admin/gnomesu/Manifest index c59f20eea64c..a4c103fdab30 100644 --- a/app-admin/gnomesu/Manifest +++ b/app-admin/gnomesu/Manifest @@ -1,5 +1,5 @@ -MD5 d82bf746f24d99997d12c517f8741242 files/digest-gnomesu-0.3.1 65 -MD5 6a9d98cc7e10e1a9355d93dcc2590019 files/gnomesu-0.3.1-desktopfix.patch 361 MD5 6b7c26815ea5550383cd7c40f26b680a ChangeLog 550 -MD5 a8189c04ac07e7ccf77cff75a6f027e7 gnomesu-0.3.1.ebuild 760 +MD5 2f0cbf67329f736afb8dfa53eddfd488 gnomesu-0.3.1.ebuild 761 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 d82bf746f24d99997d12c517f8741242 files/digest-gnomesu-0.3.1 65 +MD5 6a9d98cc7e10e1a9355d93dcc2590019 files/gnomesu-0.3.1-desktopfix.patch 361 diff --git a/app-admin/gnomesu/gnomesu-0.3.1.ebuild b/app-admin/gnomesu/gnomesu-0.3.1.ebuild index f4709d1e6e73..b49fce63b9d4 100644 --- a/app-admin/gnomesu/gnomesu-0.3.1.ebuild +++ b/app-admin/gnomesu/gnomesu-0.3.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/app-admin/gnomesu/gnomesu-0.3.1.ebuild,v 1.4 2003/08/05 14:24:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gnomesu/gnomesu-0.3.1.ebuild,v 1.5 2003/09/06 22:08:32 msterret Exp $ inherit gnome2 eutils @@ -14,7 +14,7 @@ KEYWORDS="x86" RDEPEND=">=x11-libs/gtk+-2 >=dev-libs/glib-2 - >=gnome-base/libgnome-2 + >=gnome-base/libgnome-2 >=gnome-base/libgnomeui-2 >=x11-libs/libzvt-2" DEPEND="${RDEPEND} diff --git a/app-admin/gwcc/Manifest b/app-admin/gwcc/Manifest index 6e116202bb4c..c71939715bdc 100644 --- a/app-admin/gwcc/Manifest +++ b/app-admin/gwcc/Manifest @@ -1,3 +1,3 @@ MD5 c1581d5a1b361e4f11814c2b8429b51a ChangeLog 982 -MD5 5e29ba2bbd2c425e528b8f9510561ca5 gwcc-0.9.6-r2.ebuild 780 +MD5 e57e6066f2eabf45b78aec7767327d1d gwcc-0.9.6-r2.ebuild 781 MD5 642ba942e51a533f7b9eb3c2d787db00 files/digest-gwcc-0.9.6-r2 62 diff --git a/app-admin/gwcc/gwcc-0.9.6-r2.ebuild b/app-admin/gwcc/gwcc-0.9.6-r2.ebuild index a0c2f992e2e8..93726f1ea1e4 100644 --- a/app-admin/gwcc/gwcc-0.9.6-r2.ebuild +++ b/app-admin/gwcc/gwcc-0.9.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/app-admin/gwcc/gwcc-0.9.6-r2.ebuild,v 1.4 2003/02/13 05:24:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gwcc/gwcc-0.9.6-r2.ebuild,v 1.5 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="GNOME Workstation Command Center" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -30,5 +30,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc COPYING ChangeLog NEWS README + dodoc COPYING ChangeLog NEWS README } diff --git a/app-admin/hddtemp/Manifest b/app-admin/hddtemp/Manifest index 0ba1a19fba5b..26e10aee7891 100644 --- a/app-admin/hddtemp/Manifest +++ b/app-admin/hddtemp/Manifest @@ -1,11 +1,11 @@ MD5 9c212495a21d11ca212a7869dddacbeb ChangeLog 2368 MD5 0d387b08a1bcdabeafc21f76613c446e hddtemp-0.2.ebuild 931 -MD5 4717792df38b80a0751a4d5d514f7a90 hddtemp-0.3_beta6-r1.ebuild 1186 MD5 f334818ef1de70b301dbc19ba42e9e6e hddtemp-0.3_beta6.ebuild 910 -MD5 f546910590a1619d47f71b3184cfdce8 hddtemp-0.3_beta8.ebuild 1163 -MD5 3b333171d51fb098667daf964bc6e656 files/hddtemp.db 10291 +MD5 a2e0670b148cbfee55e96987c50e6f8e hddtemp-0.3_beta6-r1.ebuild 1189 +MD5 0039fb9ebc01e8efd51f595ea5999f7a hddtemp-0.3_beta8.ebuild 1166 MD5 06b275391f52469a2773a41b9ccc48d6 files/digest-hddtemp-0.2 115 MD5 0441f48755331a54d70ab13db98b4117 files/digest-hddtemp-0.3_beta6 121 +MD5 a4e0540c259f86b5ed2c4af2a7ead160 files/hddtemp-0.2-db_location.patch 593 MD5 e42a32b0df5005090c105881a4cb02cc files/digest-hddtemp-0.3_beta6-r1 133 MD5 0a2d5f9cdc1a222625e215b2b4025bb5 files/digest-hddtemp-0.3_beta8 70 -MD5 a4e0540c259f86b5ed2c4af2a7ead160 files/hddtemp-0.2-db_location.patch 593 +MD5 3b333171d51fb098667daf964bc6e656 files/hddtemp.db 10291 diff --git a/app-admin/hddtemp/hddtemp-0.3_beta6-r1.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta6-r1.ebuild index 6c8e94871384..659e5888723a 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta6-r1.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta6-r1.ebuild,v 1.2 2003/07/11 18:32:49 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta6-r1.ebuild,v 1.3 2003/09/06 22:08:32 msterret Exp $ MY_P=${P/_beta/-beta} HDDDB_VERSION=20030609 @@ -40,6 +40,6 @@ src_compile() { src_install() { dobin hddtemp insinto ${HDDDB_DIR} - doins ${WORKDIR}/${HDDDB_FILE} + doins ${WORKDIR}/${HDDDB_FILE} dodoc README TODO Changelog COPYING } diff --git a/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild index 9ccdf206624a..9cd02e05a3f6 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild,v 1.2 2003/09/01 10:22:11 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta8.ebuild,v 1.3 2003/09/06 22:08:32 msterret Exp $ MY_P=${P/_beta/-beta} @@ -41,7 +41,7 @@ src_install() { insinto /usr/share/hddtemp if [ -f hddtemp.db ]; then - doins hddtemp.db + doins hddtemp.db else doins ${FILESDIR}/hddtemp.db fi diff --git a/app-admin/hpasm/Manifest b/app-admin/hpasm/Manifest index 23de2c40a9df..63eb845c1e20 100644 --- a/app-admin/hpasm/Manifest +++ b/app-admin/hpasm/Manifest @@ -1,3 +1,3 @@ -MD5 abbf2c075cd154e71c9cb90ad061b39e files/digest-hpasm-6.30.0.12-r1 80 MD5 5a4e9579b3899b3acaa5d09cee9fdc06 ChangeLog 401 -MD5 58754560a783e93c609b421f5edad8dd hpasm-6.30.0.12-r1.ebuild 2916 +MD5 4ae4ae8cd493eeed2d2948f6035cfac2 hpasm-6.30.0.12-r1.ebuild 2913 +MD5 abbf2c075cd154e71c9cb90ad061b39e files/digest-hpasm-6.30.0.12-r1 80 diff --git a/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild b/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild index 64151b7b7a7d..94dcb22cacf2 100644 --- a/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild +++ b/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild,v 1.3 2003/08/06 06:34:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild,v 1.4 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="hp Server Management Drivers and Agents" HOMEPAGE="http://h18000.www1.hp.com/products/servers/linux/documentation.html" @@ -27,13 +27,13 @@ src_unpack() { src_install() { HPASM_HOME="/opt/compaq" - + dodir ${HPASM_HOME} cp -Rdp opt/compaq/* ${D}${HPASM_HOME} into / - dosbin sbin/bootcfg + dosbin sbin/bootcfg dosym /opt/compaq/hpasm/addon/libcpqci.so.1.0 /opt/compaq/hpasm/addon/libcpqci.so.1 dosym /opt/compaq/hpasm/addon/libcpqci.so.1.0 /opt/compaq/hpasm/addon/libcpqci.so @@ -73,12 +73,12 @@ src_install() { doman usr/share/man/man4/cpqhealth.4.gz usr/share/man/man4/hpasm.4.gz \ usr/share/man/man8/cpqimlview.8.gz usr/share/man/man8/hplog.8.gz \ usr/share/man/man8/hpuid.8.gz - + } - + pkg_postinst() { einfo "" - einfo "If you want to run cpqimlview or hpimlview you will" + einfo "If you want to run cpqimlview or hpimlview you will" einfo "need to emerge xfree, tix, and tclx" einfo "" einfo "You now need to execute /etc/init.d/hpasm start in" diff --git a/app-admin/integrit/Manifest b/app-admin/integrit/Manifest index a5aa843907f8..b7013f205b9f 100644 --- a/app-admin/integrit/Manifest +++ b/app-admin/integrit/Manifest @@ -1,3 +1,3 @@ -MD5 f34f66e421072f0acbeb86d45edc4ff2 files/digest-integrit-3.02.00 68 -MD5 9f3da3ee864a62970d1090928f29d8f4 integrit-3.02.00.ebuild 1307 MD5 4a2bb919359071cee38321a9c8cfebd9 ChangeLog 543 +MD5 87857def9a0ebffee4fff7446dc488ef integrit-3.02.00.ebuild 1308 +MD5 f34f66e421072f0acbeb86d45edc4ff2 files/digest-integrit-3.02.00 68 diff --git a/app-admin/integrit/integrit-3.02.00.ebuild b/app-admin/integrit/integrit-3.02.00.ebuild index 0065cc7957f8..c866811da6ae 100644 --- a/app-admin/integrit/integrit-3.02.00.ebuild +++ b/app-admin/integrit/integrit-3.02.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/integrit/integrit-3.02.00.ebuild,v 1.6 2003/06/29 15:24:07 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/integrit/integrit-3.02.00.ebuild,v 1.7 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="file integrity verification program" SRC_URI="http://www.noserose.net/e/integrit/download/${P}.tar.gz" @@ -34,12 +34,12 @@ src_install() { cd ${S}/utils dosbin i-viewdb - dobin i-ls + dobin i-ls cd ${S}/hashtbl dolib libhashtbl.a insinto /usr/include - doins hashtbl.h + doins hashtbl.h dobin hashtest dodoc README.hashtbl diff --git a/app-admin/killproc/Manifest b/app-admin/killproc/Manifest index fd1634a0da16..1c39f310d30e 100644 --- a/app-admin/killproc/Manifest +++ b/app-admin/killproc/Manifest @@ -1,3 +1,3 @@ MD5 f7e3c6a19ccdf8de3e0597cc5fafc902 ChangeLog 1162 -MD5 7cb565f366f0353f2c3b2313b3fd3759 killproc-1.12-r2.ebuild 857 +MD5 6c6a1d738d35e596fce8424c89493f12 killproc-1.12-r2.ebuild 856 MD5 f95f4fbda1f6a2b5816a218c02da6316 files/digest-killproc-1.12-r2 64 diff --git a/app-admin/killproc/killproc-1.12-r2.ebuild b/app-admin/killproc/killproc-1.12-r2.ebuild index c2eb452a6d88..d0dcfbf6f9e0 100644 --- a/app-admin/killproc/killproc-1.12-r2.ebuild +++ b/app-admin/killproc/killproc-1.12-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-1.12-r2.ebuild,v 1.13 2003/02/10 06:43:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-1.12-r2.ebuild,v 1.14 2003/09/06 22:08:32 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="killproc and assorted tools for boot scripts" @@ -19,8 +19,8 @@ src_unpack() { unpack ${A} cd ${S} cp Makefile Makefile.orig - - if [ ${ARCH} = "x86" ] ; then + + if [ ${ARCH} = "x86" ] ; then sed -e "s:-O2:${CFLAGS}:" -e "s:-m486::" Makefile.orig > Makefile else sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile diff --git a/app-admin/lcap/Manifest b/app-admin/lcap/Manifest index 85a16293713f..f58905a0af35 100644 --- a/app-admin/lcap/Manifest +++ b/app-admin/lcap/Manifest @@ -1,7 +1,8 @@ -MD5 cc722b2b3adad6f1d0c0836dd72ce3b7 lcap-0.0.6.ebuild 903 MD5 0c63da71a7ab14a7d4831a42e97553f3 ChangeLog 708 -MD5 9ee839c66a0c0053c6be7089c67a23a3 lcap-0.0.6-r1.ebuild 994 +MD5 d1067bb9a347f8f748f699db83d2a0c2 lcap-0.0.6.ebuild 901 +MD5 cab01a20400e1ba4065b0329b2fa3c54 lcap-0.0.6-r1.ebuild 992 +MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 +MD5 b147ed00fa64b3b0be0b78cf2617ce98 files/digest-lcap-0.0.6 66 MD5 bf12167d46f239f3aa2b87d3686b6a36 files/README.gentoo 185 MD5 b147ed00fa64b3b0be0b78cf2617ce98 files/digest-lcap-0.0.6-r1 66 -MD5 b147ed00fa64b3b0be0b78cf2617ce98 files/digest-lcap-0.0.6 66 MD5 7dd1c423588fc70ca3060a912fc32aab files/lcap-0.0.6-r1.patch 385 diff --git a/app-admin/lcap/lcap-0.0.6-r1.ebuild b/app-admin/lcap/lcap-0.0.6-r1.ebuild index 02412aa575e3..61e8fd57ed12 100644 --- a/app-admin/lcap/lcap-0.0.6-r1.ebuild +++ b/app-admin/lcap/lcap-0.0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lcap/lcap-0.0.6-r1.ebuild,v 1.1 2003/06/11 13:14:43 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/lcap/lcap-0.0.6-r1.ebuild,v 1.2 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="kernel capability remover" @@ -30,7 +30,7 @@ src_unpack() { use lids || (sed < Makefile > Makefile.tmp -e "s:LIDS =:#\0:" && \ mv Makefile.tmp Makefile) } - + src_compile() { emake || die } diff --git a/app-admin/lcap/lcap-0.0.6.ebuild b/app-admin/lcap/lcap-0.0.6.ebuild index 5bf13b82bee6..544e4c467261 100644 --- a/app-admin/lcap/lcap-0.0.6.ebuild +++ b/app-admin/lcap/lcap-0.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lcap/lcap-0.0.6.ebuild,v 1.2 2003/04/24 12:32:18 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/lcap/lcap-0.0.6.ebuild,v 1.3 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="kernel capability remover" @@ -29,7 +29,7 @@ src_unpack() { use lids || (sed < Makefile > Makefile.tmp -e "s:LIDS =:#\0:" && \ mv Makefile.tmp Makefile) } - + src_compile() { emake || die } diff --git a/app-admin/livecd-ng/Manifest b/app-admin/livecd-ng/Manifest index 79cfbb1a9169..6ed87bca0188 100644 --- a/app-admin/livecd-ng/Manifest +++ b/app-admin/livecd-ng/Manifest @@ -1,3 +1,3 @@ MD5 25f8bfa011eefdeb88fbbd6df14e46c5 ChangeLog 477 -MD5 5ce4337111a0fe353e59214c84c6ae1d livecd-ng-1.0.ebuild 646 +MD5 6181dd133d30dcc967c3148be9e07da4 livecd-ng-1.0.ebuild 645 MD5 0db2ba0b5c2f733003981076b72418a9 files/digest-livecd-ng-1.0 62 diff --git a/app-admin/livecd-ng/livecd-ng-1.0.ebuild b/app-admin/livecd-ng/livecd-ng-1.0.ebuild index 0e22f72a38ae..08f0e4367b60 100644 --- a/app-admin/livecd-ng/livecd-ng-1.0.ebuild +++ b/app-admin/livecd-ng/livecd-ng-1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/livecd-ng/livecd-ng-1.0.ebuild,v 1.4 2003/03/28 09:41:45 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/livecd-ng/livecd-ng-1.0.ebuild,v 1.5 2003/09/06 22:08:32 msterret Exp $ -DESCRIPTION="Gentoo LiveCD creation script" +DESCRIPTION="Gentoo LiveCD creation script" HOMEPAGE="http://www.gentoo.org" SRC_URI="mirror://gentoo/${P}.tbz2" diff --git a/app-admin/metalog/Manifest b/app-admin/metalog/Manifest index c3a2c388c222..c2a2f4d5e043 100644 --- a/app-admin/metalog/Manifest +++ b/app-admin/metalog/Manifest @@ -1,3 +1,6 @@ +MD5 fe62777520eac993138b9c412a85796e ChangeLog 2137 +MD5 3a344d1f26bf35290c0318d352220a1d metalog-0.6-r10.ebuild 1312 +MD5 672a657106260d70d1307a3fe6c7a943 metalog-0.7.ebuild 1368 MD5 2a4834a861e0ed954124316c2a0ad8e9 files/consolelog.sh 191 MD5 a25ad551b1c77f423d1de78425f1b0ad files/digest-metalog-0.6-r10 63 MD5 3e19c05da6bed4a092412095406b0bda files/metalog-0.6-gentoo.patch 3252 @@ -5,6 +8,3 @@ MD5 190c71684001202740eb31821945595c files/metalog.conf 1714 MD5 83efa326f58d568d66a3506852aa9528 files/metalog.confd 512 MD5 5dbc35025f97a8cc6b9a9b1d5137c371 files/metalog.rc6 668 MD5 ab769042aa4721d0ac745943e00c70e4 files/digest-metalog-0.7 63 -MD5 2f0183032373c207c0acf05cd8155db3 metalog-0.6-r10.ebuild 1311 -MD5 fe62777520eac993138b9c412a85796e ChangeLog 2137 -MD5 d94784b1ffc21c661218e7339457348b metalog-0.7.ebuild 1367 diff --git a/app-admin/metalog/metalog-0.6-r10.ebuild b/app-admin/metalog/metalog-0.6-r10.ebuild index 60bc0321449a..d5b1170d1833 100644 --- a/app-admin/metalog/metalog-0.6-r10.ebuild +++ b/app-admin/metalog/metalog-0.6-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-0.6-r10.ebuild,v 1.15 2003/07/18 18:56:23 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-0.6-r10.ebuild,v 1.16 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="A highly configurable replacement for syslogd/klogd" SRC_URI="mirror://sourceforge/metalog/${P}.tar.gz" @@ -40,7 +40,7 @@ src_install() { insinto /etc/metalog ; doins ${FILESDIR}/metalog.conf exeinto /etc/init.d ; newexe ${FILESDIR}/metalog.rc6 metalog insinto /etc/conf.d ; newins ${FILESDIR}/metalog.confd metalog - + exeinto /usr/sbin doexe ${FILESDIR}/consolelog.sh } diff --git a/app-admin/metalog/metalog-0.7.ebuild b/app-admin/metalog/metalog-0.7.ebuild index 55cf09507e24..63aabcebdb44 100644 --- a/app-admin/metalog/metalog-0.7.ebuild +++ b/app-admin/metalog/metalog-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-0.7.ebuild,v 1.2 2003/07/18 18:56:23 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-0.7.ebuild,v 1.3 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="A highly configurable replacement for syslogd/klogd" SRC_URI="mirror://sourceforge/metalog/${P}.tar.gz" @@ -38,7 +38,7 @@ src_install() { insinto /etc/metalog ; doins ${FILESDIR}/metalog.conf exeinto /etc/init.d ; newexe ${FILESDIR}/metalog.rc6 metalog insinto /etc/conf.d ; newins ${FILESDIR}/metalog.confd metalog - + exeinto /usr/sbin doexe ${FILESDIR}/consolelog.sh } diff --git a/app-admin/modlogan/Manifest b/app-admin/modlogan/Manifest index fadd2237d051..f777e7e0cce3 100644 --- a/app-admin/modlogan/Manifest +++ b/app-admin/modlogan/Manifest @@ -1,6 +1,6 @@ MD5 ef92509af50965d8d8ebc2ff42b46b04 ChangeLog 1449 -MD5 cbe6a227fe05b5e3c2e7504996aec1fe modlogan-0.7.18.ebuild 2351 -MD5 f3411a4746dac658a745ae181079d1c2 modlogan-0.7.4-r1.ebuild 2460 +MD5 f48ecda6f2ca1cf9041571da9865f355 modlogan-0.7.18.ebuild 2351 +MD5 2d749926e7adbaf63b926f332854c3db modlogan-0.7.4-r1.ebuild 2458 MD5 543b8b188066fad85df5b30c2c7adbbf files/digest-modlogan-0.7.18 128 MD5 d471e4d2f40dd27ed20334729d7de263 files/digest-modlogan-0.7.4-r1 126 MD5 1508bf93ccc2d4b8d381ae0094bdaeba files/modlogan.conf 228 diff --git a/app-admin/modlogan/modlogan-0.7.18.ebuild b/app-admin/modlogan/modlogan-0.7.18.ebuild index 9c37d5f195d8..5d2244bb7e9a 100644 --- a/app-admin/modlogan/modlogan-0.7.18.ebuild +++ b/app-admin/modlogan/modlogan-0.7.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/app-admin/modlogan/modlogan-0.7.18.ebuild,v 1.10 2003/02/13 05:26:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.7.18.ebuild,v 1.11 2003/09/06 22:08:32 msterret Exp $ IUSE="nls mysql" @@ -27,7 +27,7 @@ RDEPEND="nls? ( sys-devel/gettext )" src_compile() { cd ${S}/../gd-1.8.1 - export CFLAGS="$CFLAGS -I/usr/include/freetype" + export CFLAGS="$CFLAGS -I/usr/include/freetype" ./configure || die make || die @@ -39,7 +39,7 @@ src_compile() { use mysql \ && myconf="--with-mysql=/usr" \ || myconf="--without-mysql" - + use nls || myconf="${myconf} --disable-nls" cd ${S} diff --git a/app-admin/modlogan/modlogan-0.7.4-r1.ebuild b/app-admin/modlogan/modlogan-0.7.4-r1.ebuild index 81753dbc6c38..8effc5d2bfc5 100644 --- a/app-admin/modlogan/modlogan-0.7.4-r1.ebuild +++ b/app-admin/modlogan/modlogan-0.7.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.7.4-r1.ebuild,v 1.16 2003/07/16 14:44:23 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.7.4-r1.ebuild,v 1.17 2003/09/06 22:08:32 msterret Exp $ IUSE="nls mysql" @@ -28,7 +28,7 @@ RDEPEND="nls? ( sys-devel/gettext )" src_compile() { cd ${S}/../gd-1.8.1 - export CFLAGS="$CFLAGS -I/usr/include/freetype" + export CFLAGS="$CFLAGS -I/usr/include/freetype" ./configure || die make || die @@ -40,7 +40,7 @@ src_compile() { use mysql \ && myconf="--with-mysql=/usr" \ || myconf="--without-mysql" - + use nls || myconf="${myconf} --disable-nls" cd ${S} diff --git a/app-admin/mon/Manifest b/app-admin/mon/Manifest index 785cb34b66cf..f38421b0e49d 100644 --- a/app-admin/mon/Manifest +++ b/app-admin/mon/Manifest @@ -1,5 +1,5 @@ MD5 27287e965728bda5641411f0fb92c55e ChangeLog 1696 -MD5 5a32a06612a58f728bf8d557e3b00a57 mon-0.99.2-r1.ebuild 1219 +MD5 fd07151ed5c64716539b23b259cd102b mon-0.99.2-r1.ebuild 1219 MD5 c1b296ca6c47a90395f9950e261dbd85 files/digest-mon-0.99.2-r1 63 MD5 b7e59d208dfd4162a4d6c04f8410cafd files/mon.cf 795 MD5 79104b21050f14e44fe4bf6ffa601991 files/mon.rc6 705 diff --git a/app-admin/mon/mon-0.99.2-r1.ebuild b/app-admin/mon/mon-0.99.2-r1.ebuild index 8f22b40df500..3be5f1ed5963 100644 --- a/app-admin/mon/mon-0.99.2-r1.ebuild +++ b/app-admin/mon/mon-0.99.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mon/mon-0.99.2-r1.ebuild,v 1.11 2003/05/25 14:43:27 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mon/mon-0.99.2-r1.ebuild,v 1.12 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="highly configurable service monitoring daemon" SRC_URI="mirror://kernel/software/admin/mon/${P}.tar.bz2" @@ -29,7 +29,7 @@ src_install() { exeinto /usr/lib/mon/alert.d ; doexe alert.d/* exeinto /usr/lib/mon/mon.d ; doexe mon.d/*.monitor insopts -g uucp -m 02555 ; doins mon.d/*.wrap - + dodir /var/log/mon.d dodir /var/lib/mon.d diff --git a/app-admin/mtools/Manifest b/app-admin/mtools/Manifest index 9d009e1d72be..1d14fdde2caa 100644 --- a/app-admin/mtools/Manifest +++ b/app-admin/mtools/Manifest @@ -1,3 +1,3 @@ MD5 ada47c87206a463bd160ea787e3eda5a ChangeLog 960 -MD5 3101ff76eebd6ef671671dd9a2fd7829 mtools-3.9.8-r1.ebuild 724 +MD5 7d92167fd14769564f9b819dd30bb748 mtools-3.9.8-r1.ebuild 723 MD5 b5c491f0f0d023b0f2ac72eab06b12ee files/digest-mtools-3.9.8-r1 64 diff --git a/app-admin/mtools/mtools-3.9.8-r1.ebuild b/app-admin/mtools/mtools-3.9.8-r1.ebuild index 07ac2df4bce5..a24370553420 100644 --- a/app-admin/mtools/mtools-3.9.8-r1.ebuild +++ b/app-admin/mtools/mtools-3.9.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mtools/mtools-3.9.8-r1.ebuild,v 1.19 2003/05/01 21:13:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mtools/mtools-3.9.8-r1.ebuild,v 1.20 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them" SRC_URI="http://mtools.linux.lu/mtools-3.9.8.tar.gz" @@ -21,5 +21,5 @@ src_install() { einstall sysconfdir=${D}/etc/mtools insinto /etc/mtools newins mtools.conf mtools.conf.example - dodoc COPYING ChangeLog NEWPARAMS README* Release.notes + dodoc COPYING ChangeLog NEWPARAMS README* Release.notes } diff --git a/app-admin/newsyslog/Manifest b/app-admin/newsyslog/Manifest index 3d8aa249b6e5..d656218bf586 100644 --- a/app-admin/newsyslog/Manifest +++ b/app-admin/newsyslog/Manifest @@ -1,4 +1,4 @@ +MD5 692a13b5c8b17d3bef9b954f87b18cb8 ChangeLog 448 +MD5 dc1bc58571866c8c572946d8ee2e1604 newsyslog-1.0.103.ebuild 1084 MD5 fd8d6af0b03e473d583706a656566127 files/digest-newsyslog-1.0.103 61 MD5 3ead41144e79173c79f70ac7f83d4c39 files/newsyslog-html.patch 589 -MD5 00215cae043645ecd842d5590b756bdc newsyslog-1.0.103.ebuild 1081 -MD5 692a13b5c8b17d3bef9b954f87b18cb8 ChangeLog 448 diff --git a/app-admin/newsyslog/newsyslog-1.0.103.ebuild b/app-admin/newsyslog/newsyslog-1.0.103.ebuild index 11209944b7b7..76ac655938f0 100644 --- a/app-admin/newsyslog/newsyslog-1.0.103.ebuild +++ b/app-admin/newsyslog/newsyslog-1.0.103.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/newsyslog/newsyslog-1.0.103.ebuild,v 1.4 2003/06/29 15:24:07 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/newsyslog/newsyslog-1.0.103.ebuild,v 1.5 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="An enhanced version of newsyslog originally written by Theodore Ts'o" HOMEPAGE="http://www.weird.com/~woods/projects/newsyslog.html" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="sys-apps/groff" -RDEPEND="virtual/cron +RDEPEND="virtual/cron sys-apps/gzip" src_unpack() { diff --git a/app-admin/openmosixtest/Manifest b/app-admin/openmosixtest/Manifest index 3340242d0ea7..aebe5308580b 100644 --- a/app-admin/openmosixtest/Manifest +++ b/app-admin/openmosixtest/Manifest @@ -1,6 +1,6 @@ MD5 c6b64e5d2ab68e1b1e43a44e0cd83789 ChangeLog 1166 -MD5 5ec51c15bdf166acfa80c88fcd2b5d31 openmosixtest-0.1-r4.ebuild 1253 -MD5 b64cc8485c6664b8078d5441ca3da467 openmosixtest-0.1-r5.ebuild 1317 +MD5 475064967b729a6bee9af960e5631c8c openmosixtest-0.1-r5.ebuild 1317 +MD5 188e0901c7b85d6fd00396816e777d1b openmosixtest-0.1-r4.ebuild 1253 MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373 -MD5 281a4a11c41b2929034eef57346c56e0 files/digest-openmosixtest-0.1-r4 65 MD5 1ac2bf88d854c88f0376c95bd11d8210 files/digest-openmosixtest-0.1-r5 67 +MD5 281a4a11c41b2929034eef57346c56e0 files/digest-openmosixtest-0.1-r4 65 diff --git a/app-admin/openmosixtest/openmosixtest-0.1-r4.ebuild b/app-admin/openmosixtest/openmosixtest-0.1-r4.ebuild index 7718cd337fbb..6c9e73f974b1 100644 --- a/app-admin/openmosixtest/openmosixtest-0.1-r4.ebuild +++ b/app-admin/openmosixtest/openmosixtest-0.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/app-admin/openmosixtest/openmosixtest-0.1-r4.ebuild,v 1.4 2003/03/11 21:11:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/openmosixtest/openmosixtest-0.1-r4.ebuild,v 1.5 2003/09/06 22:08:32 msterret Exp $ S=${WORKDIR}/omtest DESCRIPTION="openMosix stress test" @@ -40,7 +40,7 @@ pkg_postinst() { einfo "The openMosix stress test installation will be completed right now." einfo ./compile_tests.sh - + einfo einfo "openMosix stress test is now installed in /opt/omtest" einfo "You can run it by executing start_openMosix_test.sh" diff --git a/app-admin/openmosixtest/openmosixtest-0.1-r5.ebuild b/app-admin/openmosixtest/openmosixtest-0.1-r5.ebuild index b14272fb6bb8..0c864fcaaf4b 100644 --- a/app-admin/openmosixtest/openmosixtest-0.1-r5.ebuild +++ b/app-admin/openmosixtest/openmosixtest-0.1-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/app-admin/openmosixtest/openmosixtest-0.1-r5.ebuild,v 1.1 2003/05/22 12:19:33 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/openmosixtest/openmosixtest-0.1-r5.ebuild,v 1.2 2003/09/06 22:08:32 msterret Exp $ S=${WORKDIR}/omtest DESCRIPTION="openMosix stress test" @@ -41,7 +41,7 @@ pkg_postinst() { einfo "The openMosix stress test installation will be completed right now." einfo ./compile_tests.sh - + einfo einfo "openMosix stress test is now installed in /opt/omtest" einfo "You can run it by executing start_openMosix_test.sh" diff --git a/app-admin/osiris/Manifest b/app-admin/osiris/Manifest index 8cf66d0f2e0e..b58de714742f 100644 --- a/app-admin/osiris/Manifest +++ b/app-admin/osiris/Manifest @@ -1,5 +1,5 @@ -MD5 ef9d26aad978cc9e432f70b2b7419101 osiris-1.5.1b.ebuild 1405 -MD5 3ac76a69a8183bff255caea5bea127f4 osiris-1.5.2.ebuild 1408 MD5 215e618fc5a443c42801635ccdaaa3e7 ChangeLog 736 -MD5 6f6df8ce6e4231c6c1c4ceeca6efafa4 files/digest-osiris-1.5.2 64 +MD5 29b4a2206b04199e4dfe794b02bfdbff osiris-1.5.1b.ebuild 1407 +MD5 bff886327611579955e67fdaf7a0e4dc osiris-1.5.2.ebuild 1407 MD5 c7b045dea619bd3050052a07c64ef24e files/digest-osiris-1.5.1b 65 +MD5 6f6df8ce6e4231c6c1c4ceeca6efafa4 files/digest-osiris-1.5.2 64 diff --git a/app-admin/osiris/osiris-1.5.1b.ebuild b/app-admin/osiris/osiris-1.5.1b.ebuild index e2793b77b625..7ffbe97d8c9d 100644 --- a/app-admin/osiris/osiris-1.5.1b.ebuild +++ b/app-admin/osiris/osiris-1.5.1b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/osiris-1.5.1b.ebuild,v 1.4 2003/06/29 15:24:07 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/osiris-1.5.1b.ebuild,v 1.5 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="File integrity verification system" @@ -23,13 +23,13 @@ src_compile() { einfo "Osiris uses gdbm by default, and will use MySQL if \"mysql\"" einfo "is set as a USE variable; it cannot be configured to use both." - + local myconf use mysql && myconf="${myconf} --enable-module=mysql" # The mysql module searches for the mysql.h file in the wrong place # sed line replaces it with the proper path (mysql/mysql.h) - + cp ${S}/src/modules/module_mysql.c ${S}/src/modules/module_mysql.c.old use mysql && sed -e "s:mysql.h:mysql/mysql.h:" \ ${S}/src/modules/module_mysql.c.old > ${S}/src/modules/module_mysql.c diff --git a/app-admin/osiris/osiris-1.5.2.ebuild b/app-admin/osiris/osiris-1.5.2.ebuild index 0da577d85f7f..27989c4e67e9 100644 --- a/app-admin/osiris/osiris-1.5.2.ebuild +++ b/app-admin/osiris/osiris-1.5.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/app-admin/osiris/osiris-1.5.2.ebuild,v 1.1 2003/07/22 00:10:03 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/osiris-1.5.2.ebuild,v 1.2 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="File integrity verification system" @@ -23,13 +23,13 @@ src_compile() { einfo "Osiris uses gdbm by default, and will use MySQL if \"mysql\"" einfo "is set as a USE variable; it cannot be configured to use both." - + local myconf use mysql && myconf="${myconf} --enable-module=mysql" # The mysql module searches for the mysql.h file in the wrong place # sed line replaces it with the proper path (mysql/mysql.h) - + cp ${S}/src/modules/module_mysql.c ${S}/src/modules/module_mysql.c.old use mysql && sed -e "s:mysql.h:mysql/mysql.h:" \ ${S}/src/modules/module_mysql.c.old > ${S}/src/modules/module_mysql.c diff --git a/app-admin/otpcalc/Manifest b/app-admin/otpcalc/Manifest index 7926108350f7..6b274a4d6e2c 100644 --- a/app-admin/otpcalc/Manifest +++ b/app-admin/otpcalc/Manifest @@ -1,4 +1,4 @@ -MD5 212ff0a10abbb42a0c1db2e26d1f880e otpcalc-0.96.ebuild 816 MD5 f6cedcf827492b6e62a3c9cdb284a754 ChangeLog 453 MD5 78714bd1cdeb6709df0a6dcc4c5347ce metadata.xml 410 +MD5 16443a20f7f79b716de40efa8252d2e0 otpcalc-0.96.ebuild 817 MD5 1ce297d1a90353ea4e3ee49a9d21be6d files/digest-otpcalc-0.96 64 diff --git a/app-admin/otpcalc/otpcalc-0.96.ebuild b/app-admin/otpcalc/otpcalc-0.96.ebuild index c1903b2d9a33..0b42d04048b8 100644 --- a/app-admin/otpcalc/otpcalc-0.96.ebuild +++ b/app-admin/otpcalc/otpcalc-0.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/otpcalc/otpcalc-0.96.ebuild,v 1.3 2003/09/05 14:27:07 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/otpcalc/otpcalc-0.96.ebuild,v 1.4 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="A One Time Password and S/Key calculator for X" HOMEPAGE="http://killa.net/infosec/otpCalc/" @@ -23,7 +23,7 @@ src_unpack() { sed -e "s/VERSION/${PV}/g" ${S}/otpCalc.man > ${S}/otpCalc.1 sed -i "s#-s -O3#${CFLAGS}#g" ${S}/Makefile.in } - + src_install() { sed -e "s/VERSION/${PV}/g" ${S}/otpCalc.man > ${S}/otpCalc.1 doman otpCalc.1 diff --git a/app-admin/powertweak/Manifest b/app-admin/powertweak/Manifest index bf209dc41016..9d2023161f55 100644 --- a/app-admin/powertweak/Manifest +++ b/app-admin/powertweak/Manifest @@ -1,7 +1,7 @@ +MD5 fb94c498a6ea81ebd7eb6ea534232990 ChangeLog 1751 +MD5 dbffee6ac057b5bb63e5038233a62396 powertweak-0.99.4.ebuild 1558 +MD5 ec8c1bce83a92027ba4e413a6bd684c4 powertweak-0.99.5.ebuild 1035 MD5 186537e6997431efc00728e2c4a24229 files/digest-powertweak-0.99.4 70 MD5 1905168a8b57ae19ab4a2dfe41fddbb4 files/powertweak-0.99.4-gentoo.diff 2417 MD5 7d64d3d0e3f32da484d75f6089a42fa3 files/powertweakd.rc6 557 MD5 1309a0411e6185c8d9ae7590d318c618 files/digest-powertweak-0.99.5 70 -MD5 61e7277b9d0a0ac0f35482e65c267b25 powertweak-0.99.4.ebuild 1557 -MD5 fb94c498a6ea81ebd7eb6ea534232990 ChangeLog 1751 -MD5 ec8c1bce83a92027ba4e413a6bd684c4 powertweak-0.99.5.ebuild 1035 diff --git a/app-admin/powertweak/powertweak-0.99.4.ebuild b/app-admin/powertweak/powertweak-0.99.4.ebuild index 9da4e0f5e064..a5606b429715 100644 --- a/app-admin/powertweak/powertweak-0.99.4.ebuild +++ b/app-admin/powertweak/powertweak-0.99.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/app-admin/powertweak/powertweak-0.99.4.ebuild,v 1.6 2003/02/13 05:29:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/powertweak/powertweak-0.99.4.ebuild,v 1.7 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="tune your kernel and hardware settings for optimal performance" SRC_URI="mirror://sourceforge/powertweak/${P}.tar.bz2" @@ -39,7 +39,7 @@ src_unpack() { src_compile() { elibtoolize - use gtk || myconf="--disable-gtktest" + use gtk || myconf="--disable-gtktest" CFLAGS="${CPPFLAGS} -Wno-error" CPPFLAGS="${CPPFLAGS} -Wno-deprecated" diff --git a/app-admin/prelude-lml/Manifest b/app-admin/prelude-lml/Manifest index addb0643eb52..9705d26b2887 100644 --- a/app-admin/prelude-lml/Manifest +++ b/app-admin/prelude-lml/Manifest @@ -1,7 +1,7 @@ -MD5 13739cf76d54cc389da48670d5c69903 prelude-lml-0.8.3.ebuild 1559 MD5 a6c1d3a8b680052f26580601277b2d17 ChangeLog 881 -MD5 6a5e19025311bf01a493f5e729fe2014 prelude-lml-0.8.3-r1.ebuild 1729 -MD5 a2fbb252d4d430de2de0792682d67592 files/gentoo.init 584 -MD5 12e66d118e0d88eef9484535150b52f0 files/gentoo.conf 179 +MD5 a36e7400af69e7463c9c64507589d5eb prelude-lml-0.8.3.ebuild 1560 +MD5 9098b8f8353f39325214f5ae4b4a209c prelude-lml-0.8.3-r1.ebuild 1729 MD5 673a9f17641555960c5df2e683149767 files/digest-prelude-lml-0.8.3 69 +MD5 12e66d118e0d88eef9484535150b52f0 files/gentoo.conf 179 +MD5 a2fbb252d4d430de2de0792682d67592 files/gentoo.init 584 MD5 673a9f17641555960c5df2e683149767 files/digest-prelude-lml-0.8.3-r1 69 diff --git a/app-admin/prelude-lml/prelude-lml-0.8.3-r1.ebuild b/app-admin/prelude-lml/prelude-lml-0.8.3-r1.ebuild index 8434f969dffb..1e6470ae9ac2 100644 --- a/app-admin/prelude-lml/prelude-lml-0.8.3-r1.ebuild +++ b/app-admin/prelude-lml/prelude-lml-0.8.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/app-admin/prelude-lml/prelude-lml-0.8.3-r1.ebuild,v 1.2 2003/06/30 14:15:04 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/prelude-lml/prelude-lml-0.8.3-r1.ebuild,v 1.3 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="Prelude-IDS Log Monitoring Lackey" HOMEPAGE="http://www.prelude-ids.org" @@ -24,9 +24,9 @@ src_compile() { export WANT_AUTOCONF_2_5="1" export WANT_AUTOMAKE_1_6="1" export MAKEOPTS="" # Doesn't compile if you using make -j - + use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --enable-gtk-doc=no" - + aclocal -I /usr/share/aclocal autoconf autoheader @@ -55,7 +55,7 @@ src_install() { insinto /etc/conf.d insopts -m 644 newins ${FILESDIR}/gentoo.conf prelude-lml - into /usr/share/prelude/ruleset + into /usr/share/prelude/ruleset mv ${D}/etc/prelude-lml/ruleset ${D}/usr/share/prelude/ruleset/lml dosym /usr/share/prelude/ruleset/lml /etc/prelude-lml/ruleset } diff --git a/app-admin/prelude-lml/prelude-lml-0.8.3.ebuild b/app-admin/prelude-lml/prelude-lml-0.8.3.ebuild index 716e77d0b9e0..547655fbd446 100644 --- a/app-admin/prelude-lml/prelude-lml-0.8.3.ebuild +++ b/app-admin/prelude-lml/prelude-lml-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/prelude-lml/prelude-lml-0.8.3.ebuild,v 1.1 2003/06/21 17:05:10 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/prelude-lml/prelude-lml-0.8.3.ebuild,v 1.2 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="Prelude-IDS Log Monitoring Lackey" HOMEPAGE="http://www.prelude-ids.org" @@ -24,9 +24,9 @@ src_compile() { export WANT_AUTOCONF_2_5="1" export WANT_AUTOMAKE_1_6="1" export MAKEOPTS="" # Doesn't compile if you using make -j - + use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" - + aclocal -I /usr/share/aclocal autoconf autoheader diff --git a/app-admin/prelude-manager/Manifest b/app-admin/prelude-manager/Manifest index 5e5a8860a484..c35f0ca4d0b3 100644 --- a/app-admin/prelude-manager/Manifest +++ b/app-admin/prelude-manager/Manifest @@ -1,6 +1,6 @@ -MD5 80f7b6b639ccd4be56c4a3e0c2eeb9ac prelude-manager-0.8.7.ebuild 1873 -MD5 43e3fd05fc5aa752526d29c4a386620b metadata.xml 310 MD5 259cc35ea34face9811fb3ea85e861f7 ChangeLog 681 +MD5 1328a06889c70cb9746d789023943e67 prelude-manager-0.8.7.ebuild 1874 +MD5 43e3fd05fc5aa752526d29c4a386620b metadata.xml 310 +MD5 95094c2ef78a16f2c00850441fc605bc files/digest-prelude-manager-0.8.7 73 MD5 d212a04ab22cce9080c7ebacfdf148a8 files/gentoo.conf 182 MD5 6dd98843e1c529f7d5af0d6d4570c5f0 files/gentoo.init 565 -MD5 95094c2ef78a16f2c00850441fc605bc files/digest-prelude-manager-0.8.7 73 diff --git a/app-admin/prelude-manager/prelude-manager-0.8.7.ebuild b/app-admin/prelude-manager/prelude-manager-0.8.7.ebuild index 7e50eb9f0346..0b3bd3a6852d 100644 --- a/app-admin/prelude-manager/prelude-manager-0.8.7.ebuild +++ b/app-admin/prelude-manager/prelude-manager-0.8.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/app-admin/prelude-manager/prelude-manager-0.8.7.ebuild,v 1.2 2003/06/30 14:18:32 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/prelude-manager/prelude-manager-0.8.7.ebuild,v 1.3 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="Prelude-IDS Manager" HOMEPAGE="http://www.prelude-ids.org" @@ -25,12 +25,12 @@ src_compile() { local myconf export WANT_AUTOCONF_2_5="1" export WANT_AUTOMAKE_1_6="1" - + use ssl && myconf="${myconf} --enable-openssl" || myconf="${myconf} --enable-openssl=no" use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --enable-gtk-doc=no" use mysql && myconf="${myconf} --enable-mysql" || myconf="${myconf} --enable-mysql=no" use postgres && myconf="${myconf} --enable-postgresql" || myconf="${myconf} --enable-postgresql=no" - + aclocal -I /usr/share/aclocal autoconf autoheader diff --git a/app-admin/procinfo/Manifest b/app-admin/procinfo/Manifest index 887d427d7277..11a896e8d90b 100644 --- a/app-admin/procinfo/Manifest +++ b/app-admin/procinfo/Manifest @@ -1,3 +1,3 @@ MD5 6741a8075582d5ad50d0d0a600fb1e12 ChangeLog 903 -MD5 70c30dba737e1140c5ddb510b68b870a procinfo-18.ebuild 758 +MD5 9c374b9a49ee046695a6448bea197bc3 procinfo-18.ebuild 759 MD5 0659fb612618a1291088cff94cb61e2b files/digest-procinfo-18 62 diff --git a/app-admin/procinfo/procinfo-18.ebuild b/app-admin/procinfo/procinfo-18.ebuild index 3a332ac797a4..cecd26c8cfea 100644 --- a/app-admin/procinfo/procinfo-18.ebuild +++ b/app-admin/procinfo/procinfo-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/app-admin/procinfo/procinfo-18.ebuild,v 1.15 2003/06/23 19:10:12 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/procinfo/procinfo-18.ebuild,v 1.16 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="A utility to prettyprint /proc/*" SRC_URI="ftp://ftp.cistron.nl/pub/people/svm/${P}.tar.gz" @@ -23,7 +23,7 @@ src_install() { dobin procinfo newbin lsdev.pl lsdev newbin socklist.pl socklist - + doman *.8 dodoc README CHANGES } diff --git a/app-admin/qtsvc/Manifest b/app-admin/qtsvc/Manifest index 165c2e608f47..c268859ef2eb 100644 --- a/app-admin/qtsvc/Manifest +++ b/app-admin/qtsvc/Manifest @@ -1,4 +1,4 @@ MD5 4497f46bea467bc8eaccdc19a3151fb7 ChangeLog 753 -MD5 f9dce7e4db1f49b426d03d017250ae5a qtsvc-0.1-r1.ebuild 833 +MD5 9b40a99cef10c274e3086b05cb204a58 qtsvc-0.1-r1.ebuild 834 MD5 dddef6718c96525ca39fcd489495d240 files/digest-qtsvc-0.1-r1 61 MD5 51950d81d264f778df8ec9ab2145f853 files/qtsvc-0.1.diff 2914 diff --git a/app-admin/qtsvc/qtsvc-0.1-r1.ebuild b/app-admin/qtsvc/qtsvc-0.1-r1.ebuild index dc16bf85bc2c..cbf81fa8ca98 100644 --- a/app-admin/qtsvc/qtsvc-0.1-r1.ebuild +++ b/app-admin/qtsvc/qtsvc-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/app-admin/qtsvc/qtsvc-0.1-r1.ebuild,v 1.15 2003/02/13 05:29:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/qtsvc/qtsvc-0.1-r1.ebuild,v 1.16 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="A QT frontend for svc" SRC_URI="http://www.together.net/~plomp/${P}.tar.gz" @@ -26,6 +26,6 @@ src_compile() { } src_install() { - dobin qtsvc/qtsvc + dobin qtsvc/qtsvc dodoc README qtsvc/MANUAL qtsvc/LICENSE qtsvc/PROGRAMMING } diff --git a/app-admin/runset/Manifest b/app-admin/runset/Manifest index 067a1dc64c67..e83fee1a5efe 100644 --- a/app-admin/runset/Manifest +++ b/app-admin/runset/Manifest @@ -1,5 +1,5 @@ MD5 f6975522b40c5c7c371040797974e159 ChangeLog 1117 -MD5 762a8502a57b9688cc4c1cbc6be386c2 runset-1.4.ebuild 905 +MD5 e41c8b8115c028c97317bd11f4d703db runset-1.4.ebuild 904 MD5 6224fc85f6c6f8592638c84d2297af62 runset-1.5.ebuild 900 MD5 60c035cfb34fa0dac09fcecbccbce1c8 files/digest-runset-1.4 62 MD5 e5d3e7fb339bab11ec59788bbc4ce36d files/digest-runset-1.5 62 diff --git a/app-admin/runset/runset-1.4.ebuild b/app-admin/runset/runset-1.4.ebuild index c12ad084a865..10e29fd5ccbe 100644 --- a/app-admin/runset/runset-1.4.ebuild +++ b/app-admin/runset/runset-1.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/app-admin/runset/runset-1.4.ebuild,v 1.14 2003/07/16 14:47:44 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.4.ebuild,v 1.15 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="Runset Init suite, a replacement for sysv style initd" SRC_URI="ftp://ftp.ocis.net/pub/users/ldeutsch/release/${P}.tar.gz" @@ -27,5 +27,5 @@ src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING INSTALL ChangeLog LSM NEWS README cp -a ${S}/sample ${D}/usr/share/doc/${PF} - + } diff --git a/app-admin/sysklogd/Manifest b/app-admin/sysklogd/Manifest index 1acd58a651d1..7077ab8cca3a 100644 --- a/app-admin/sysklogd/Manifest +++ b/app-admin/sysklogd/Manifest @@ -1,12 +1,12 @@ -MD5 1bbb2df73422802217ec9999570ed2e2 sysklogd-1.4.1-r4.ebuild 1172 MD5 5c07ada39fb2c8b1adf17635d02b3773 ChangeLog 2766 -MD5 b26dc8b3f6ba574c165d75f9465ddec4 sysklogd-1.4.1-r5.ebuild 1295 +MD5 1bbb2df73422802217ec9999570ed2e2 sysklogd-1.4.1-r4.ebuild 1172 +MD5 ca8b21be17030729e1c4bde15523a03f sysklogd-1.4.1-r5.ebuild 1296 MD5 e25d7b583b7e4bd8be503b89e1771e90 files/sysklogd.confd 113 MD5 59219c3af9de241b92b3fd786c84f483 files/sysklogd.rc6 1007 -MD5 5d4b89ceb689887a6cbb582b875bf3e7 files/syslogd-listfiles.8 2540 -MD5 01d7ea5644c29972a910ab27e3ab4738 files/digest-sysklogd-1.4.1-r4 65 -MD5 a4ca2a78eecd855928cc313d7c243819 files/syslog.conf 2332 -MD5 e1376d40e02cf8026882cd4451267fed files/sysklogd-1.4.1-SO_BSDCOMPAT.patch 2523 MD5 4ebbba13c01a5c6df2d787a01a658b24 files/syslog-cron 709 +MD5 a4ca2a78eecd855928cc313d7c243819 files/syslog.conf 2332 MD5 39526162728783b83aabc6754a6df208 files/syslogd-listfiles 2759 +MD5 5d4b89ceb689887a6cbb582b875bf3e7 files/syslogd-listfiles.8 2540 +MD5 01d7ea5644c29972a910ab27e3ab4738 files/digest-sysklogd-1.4.1-r4 65 MD5 01d7ea5644c29972a910ab27e3ab4738 files/digest-sysklogd-1.4.1-r5 65 +MD5 e1376d40e02cf8026882cd4451267fed files/sysklogd-1.4.1-SO_BSDCOMPAT.patch 2523 diff --git a/app-admin/sysklogd/sysklogd-1.4.1-r5.ebuild b/app-admin/sysklogd/sysklogd-1.4.1-r5.ebuild index 5d3c13c9d422..7417a4cf187d 100644 --- a/app-admin/sysklogd/sysklogd-1.4.1-r5.ebuild +++ b/app-admin/sysklogd/sysklogd-1.4.1-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/app-admin/sysklogd/sysklogd-1.4.1-r5.ebuild,v 1.1 2003/09/01 20:10:45 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sysklogd/sysklogd-1.4.1-r5.ebuild,v 1.2 2003/09/06 22:08:32 msterret Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Standard log daemons" @@ -14,7 +14,7 @@ RDEPEND="dev-lang/perl sys-apps/debianutils" src_unpack() { unpack ${A} - + cd ${S} mv Makefile Makefile.orig sed -e "s:-O3:${CFLAGS}:" Makefile.orig > Makefile diff --git a/app-admin/usermin/Manifest b/app-admin/usermin/Manifest index aafda3ee5a86..707c46dff0a3 100644 --- a/app-admin/usermin/Manifest +++ b/app-admin/usermin/Manifest @@ -1,11 +1,11 @@ -MD5 132cc62364a676b308f4ad7da4ea889b files/patch/setup.sh 16690 -MD5 11ea632d9111384325feec6c91c7c26c files/patch/usermin 413 -MD5 3b136185745fbd0f394df41aabbc06d9 files/patch/usermin-init 1355 +MD5 4a4012ed46f08023272fe77cd1c0d3d0 ChangeLog 1798 +MD5 90cf16c9073e3c7adb4eac8b50fad37f usermin-1.020.ebuild 1297 +MD5 2f9c99765ca86fa17de66a425ddce5be usermin-1.030.ebuild 1242 +MD5 c169a28d93e43e2d36f7cf93b9a42061 usermin-1.000.ebuild 1260 MD5 049fedf8df8f47a02fd4cca679feacfb files/digest-usermin-1.020 66 MD5 990bf7fe2948e8a6ee94f64d234ab0fb files/digest-usermin-1.030 66 -MD5 a5311bbc9c1fc378a6b0bfb3ca1b2394 files/usermin.pam 431 MD5 9b49ce0b06e30694e52d3a84155c9506 files/digest-usermin-1.000 66 -MD5 1eceddf3eb71c18bd270f53f77d3eaea usermin-1.020.ebuild 1296 -MD5 7e2a3569bc0f4908a91a9c7f561b7195 usermin-1.030.ebuild 1241 -MD5 4a4012ed46f08023272fe77cd1c0d3d0 ChangeLog 1798 -MD5 06a45eda399667b29007abc1fd8b5518 usermin-1.000.ebuild 1259 +MD5 a5311bbc9c1fc378a6b0bfb3ca1b2394 files/usermin.pam 431 +MD5 132cc62364a676b308f4ad7da4ea889b files/patch/setup.sh 16690 +MD5 11ea632d9111384325feec6c91c7c26c files/patch/usermin 413 +MD5 3b136185745fbd0f394df41aabbc06d9 files/patch/usermin-init 1355 diff --git a/app-admin/usermin/usermin-1.000.ebuild b/app-admin/usermin/usermin-1.000.ebuild index b5ce054241e6..ca691d7bd8a0 100644 --- a/app-admin/usermin/usermin-1.000.ebuild +++ b/app-admin/usermin/usermin-1.000.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-1.000.ebuild,v 1.4 2003/08/06 06:39:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-1.000.ebuild,v 1.5 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="a web-based user administration interface" HOMEPAGE="http://www.webmin.com/index6.html" @@ -31,7 +31,7 @@ src_install() { insinto /etc/pam.d newins ${FILESDIR}/${PN}.pam ${PN} - + } pkg_postinst() { diff --git a/app-admin/usermin/usermin-1.020.ebuild b/app-admin/usermin/usermin-1.020.ebuild index 8480d0613fc2..919ffbe70346 100644 --- a/app-admin/usermin/usermin-1.020.ebuild +++ b/app-admin/usermin/usermin-1.020.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-1.020.ebuild,v 1.5 2003/08/06 06:39:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-1.020.ebuild,v 1.6 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="a web-based user administration interface" HOMEPAGE="http://www.webmin.com/index6.html" @@ -32,7 +32,7 @@ src_install() { insinto /etc/pam.d newins ${FILESDIR}/${PN}.pam ${PN} - + } pkg_postinst() { diff --git a/app-admin/usermin/usermin-1.030.ebuild b/app-admin/usermin/usermin-1.030.ebuild index 4bdb2284dc55..5e6a7561a60d 100644 --- a/app-admin/usermin/usermin-1.030.ebuild +++ b/app-admin/usermin/usermin-1.030.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-1.030.ebuild,v 1.2 2003/08/06 06:39:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-1.030.ebuild,v 1.3 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="a web-based user administration interface" HOMEPAGE="http://www.webmin.com/index6.html" @@ -32,7 +32,7 @@ src_install() { insinto /etc/pam.d newins ${FILESDIR}/${PN}.pam ${PN} - + } pkg_postinst() { diff --git a/app-admin/xsu/Manifest b/app-admin/xsu/Manifest index fb34da91c173..d454565f1802 100644 --- a/app-admin/xsu/Manifest +++ b/app-admin/xsu/Manifest @@ -1,4 +1,4 @@ MD5 d8b8395ccb0e5bda5106f73b71a3495e ChangeLog 605 -MD5 1570950d482f8bd508fc25bc90cb0d13 xsu-0.2.3.ebuild 877 +MD5 3d3990245c933a9014766e8006918eb1 xsu-0.2.3.ebuild 878 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 7a9c5e19381dda1527a44302400f64d5 files/digest-xsu-0.2.3 61 diff --git a/app-admin/xsu/xsu-0.2.3.ebuild b/app-admin/xsu/xsu-0.2.3.ebuild index 967eb1f6de9d..0e661ac0da3c 100644 --- a/app-admin/xsu/xsu-0.2.3.ebuild +++ b/app-admin/xsu/xsu-0.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/xsu/xsu-0.2.3.ebuild,v 1.7 2003/02/13 05:33:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xsu/xsu-0.2.3.ebuild,v 1.8 2003/09/06 22:08:32 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Interface for 'su - username -c command' in GNOME." @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc " -DEPEND="=gnome-base/gnome-libs-1.4* +DEPEND="=gnome-base/gnome-libs-1.4* =x11-libs/gtk+-1.2* =dev-libs/glib-1.2*" diff --git a/app-admin/xsu2/Manifest b/app-admin/xsu2/Manifest index 5323e4fb7f2b..397ab9c086e7 100644 --- a/app-admin/xsu2/Manifest +++ b/app-admin/xsu2/Manifest @@ -1,4 +1,4 @@ MD5 f40b607d5c9f8d52880c4fd847a50da4 ChangeLog 594 -MD5 1114d738ae2b91e480d8d330dddee81b xsu2-0.2.5.ebuild 810 +MD5 389587a41fcf35c7a2b71d2c61fddfed xsu2-0.2.5.ebuild 810 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 12c834e1603175fa655753c19e49d897 files/digest-xsu2-0.2.5 62 diff --git a/app-admin/xsu2/xsu2-0.2.5.ebuild b/app-admin/xsu2/xsu2-0.2.5.ebuild index 5c4324118100..9891d1b2b992 100644 --- a/app-admin/xsu2/xsu2-0.2.5.ebuild +++ b/app-admin/xsu2/xsu2-0.2.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/app-admin/xsu2/xsu2-0.2.5.ebuild,v 1.5 2003/07/09 17:25:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xsu2/xsu2-0.2.5.ebuild,v 1.6 2003/09/06 22:08:32 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Interface for 'su - username -c command' in GNOME2." @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" -RDEPEND="=gnome-base/libgnome-2* +RDEPEND="=gnome-base/libgnome-2* =x11-libs/gtk+-2* =dev-libs/glib-2* =x11-libs/libzvt-2* diff --git a/app-admin/zope-config/Manifest b/app-admin/zope-config/Manifest index 7158037ac267..c547846c34fe 100644 --- a/app-admin/zope-config/Manifest +++ b/app-admin/zope-config/Manifest @@ -1,4 +1,4 @@ -MD5 faf7b6954ed572c807bf7a574d44a377 files/0.1/zope-config 6875 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-zope-config-0.1-r1 0 MD5 82bc610daeeef2505b2ebd30033c66ff ChangeLog 937 -MD5 511706f920aeba36da756ac502bc11cb zope-config-0.1-r1.ebuild 533 +MD5 784598e4f307cf594ebe0c80988f9413 zope-config-0.1-r1.ebuild 532 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-zope-config-0.1-r1 0 +MD5 faf7b6954ed572c807bf7a574d44a377 files/0.1/zope-config 6875 diff --git a/app-admin/zope-config/zope-config-0.1-r1.ebuild b/app-admin/zope-config/zope-config-0.1-r1.ebuild index 738469ed193b..0775f1517e6d 100644 --- a/app-admin/zope-config/zope-config-0.1-r1.ebuild +++ b/app-admin/zope-config/zope-config-0.1-r1.ebuild @@ -1,21 +1,21 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.1-r1.ebuild,v 1.5 2003/08/06 06:41:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.1-r1.ebuild,v 1.6 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="A Gentoo Zope multi-Instance configure tool" SRC_URI="" HOMEPAGE="" - + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc" - + DEPEND="" RDEPEND=">=dev-util/dialog-0.7 sys-apps/grep sys-apps/sed >=net-zope/zope-2.6.0-r2" - + src_install() { dosbin ${FILESDIR}/${PV}/zope-config } diff --git a/app-admin/zprod-manager/Manifest b/app-admin/zprod-manager/Manifest index e1d4063a4386..73a5b7f56f67 100644 --- a/app-admin/zprod-manager/Manifest +++ b/app-admin/zprod-manager/Manifest @@ -1,4 +1,4 @@ MD5 c3e2b1203b8c222a6ad5a9f7f7ce3aef ChangeLog 709 -MD5 a2ae7eb51d7d814ac56e495aff367d8f zprod-manager-0.1.ebuild 542 +MD5 e4c5c652828af20c3316afce50d1958b zprod-manager-0.1.ebuild 541 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-zprod-manager-0.1 0 MD5 dde60fb3d182b178d38a33610914bffb files/0.1/zprod-manager 6978 diff --git a/app-admin/zprod-manager/zprod-manager-0.1.ebuild b/app-admin/zprod-manager/zprod-manager-0.1.ebuild index 2e6c206ae644..8746e4471b56 100644 --- a/app-admin/zprod-manager/zprod-manager-0.1.ebuild +++ b/app-admin/zprod-manager/zprod-manager-0.1.ebuild @@ -1,15 +1,15 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/zprod-manager/zprod-manager-0.1.ebuild,v 1.5 2003/04/04 01:35:31 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/zprod-manager/zprod-manager-0.1.ebuild,v 1.6 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="Gentoo Zope Product selection tool" SRC_URI="" HOMEPAGE="http://www.gentoo.org/" - + SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" - + DEPEND="" RDEPEND=">=dev-util/dialog-0.7 sys-apps/grep diff --git a/net-libs/c-client/Manifest b/net-libs/c-client/Manifest index ff07d7044774..ce4339edf1ec 100644 --- a/net-libs/c-client/Manifest +++ b/net-libs/c-client/Manifest @@ -1,6 +1,6 @@ +MD5 c03c13ab2436f7d76a4b48477cc8ecb1 ChangeLog 1112 +MD5 f97a541c46f18eb7e090a52335357f11 c-client-2002d.ebuild 1866 +MD5 709e003cae9cb82c8524739c410dc510 c-client-2002d-r1.ebuild 1886 MD5 c8cf618ac210e06a1641871b30550e8f files/2002d-Makefile.patch 2174 MD5 1fc1132a6fb90046b701e9196e7a96b0 files/digest-c-client-2002d 62 MD5 1fc1132a6fb90046b701e9196e7a96b0 files/digest-c-client-2002d-r1 62 -MD5 c03c13ab2436f7d76a4b48477cc8ecb1 ChangeLog 1112 -MD5 864389f1f22d02dc31979fe9d7f2b42a c-client-2002d.ebuild 1897 -MD5 1af1835370414792716ecca6cd2cdda9 c-client-2002d-r1.ebuild 1918 diff --git a/net-libs/c-client/c-client-2002d-r1.ebuild b/net-libs/c-client/c-client-2002d-r1.ebuild index 8df1cdc30482..35a066de8565 100644 --- a/net-libs/c-client/c-client-2002d-r1.ebuild +++ b/net-libs/c-client/c-client-2002d-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/net-libs/c-client/c-client-2002d-r1.ebuild,v 1.1 2003/08/11 09:07:41 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2002d-r1.ebuild,v 1.2 2003/09/06 22:04:23 msterret Exp $ MY_PN=imap MY_P=${MY_PN}-${PV} @@ -21,17 +21,17 @@ RDEPEND="ssl? ( dev-libs/openssl ) DEPEND="${RDEPEND} >=sys-libs/pam-0.72" -inherit flag-o-matic +inherit flag-o-matic src_unpack() { unpack ${A} # Tarball packed with bad file perms - chmod -R ug+w ${S} + chmod -R ug+w ${S} # alpha needs -fPIC use pic || use alpha && append-flags -fPIC - + # Modifications so we can build it optimially and correctly cd ${S}/src/osdep/unix/ cp Makefile Makefile.orig @@ -40,18 +40,18 @@ src_unpack() { -e 's,SSLDIR=/usr/local/ssl,SSLDIR=/usr,g' \ -e 's,SSLCERTS=$(SSLDIR)/certs,SSLCERTS=/etc/ssl/certs,g' \ < Makefile.orig > Makefile - + # Apply a patch to only build the stuff we need for c-client cd ${S} patch < ${FILESDIR}/${PV}-Makefile.patch - + # Remove the pesky checks about SSL stuff cd ${S} cp Makefile Makefile.orig grep -v 'read.*exit 1' <Makefile.orig >Makefile } -src_compile() { +src_compile() { if use ssl; then make lnp SSLTYPE=unix || die else @@ -65,7 +65,7 @@ src_install() { # Library binary dolib.a c-client/c-client.a dosym /usr/lib/c-client.a /usr/lib/libc-client.a - + # Headers insinto /usr/include/imap doins c-client/{c-client,mail,imap4r1,rfc822,linkage,misc,smtp,nntp}.h diff --git a/net-libs/c-client/c-client-2002d.ebuild b/net-libs/c-client/c-client-2002d.ebuild index febbb985ea7d..c1a1a53f63ae 100644 --- a/net-libs/c-client/c-client-2002d.ebuild +++ b/net-libs/c-client/c-client-2002d.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/net-libs/c-client/c-client-2002d.ebuild,v 1.5 2003/08/02 18:19:46 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2002d.ebuild,v 1.6 2003/09/06 22:04:23 msterret Exp $ MY_PN=imap MY_P=${MY_PN}-${PV} @@ -21,17 +21,17 @@ RDEPEND="ssl? ( dev-libs/openssl ) DEPEND="${RDEPEND} >=sys-libs/pam-0.72" -inherit flag-o-matic +inherit flag-o-matic src_unpack() { unpack ${A} # Tarball packed with bad file perms - chmod -R ug+w ${S} + chmod -R ug+w ${S} # alpha needs -fPIC use alpha && append-flags -fPIC - + # Modifications so we can build it optimially and correctly cd ${S}/src/osdep/unix/ cp Makefile Makefile.orig @@ -40,18 +40,18 @@ src_unpack() { -e 's,SSLDIR=/usr/local/ssl,SSLDIR=/usr,g' \ -e 's,SSLCERTS=$(SSLDIR)/certs,SSLCERTS=/etc/ssl/certs,g' \ < Makefile.orig > Makefile - + # Apply a patch to only build the stuff we need for c-client cd ${S} patch < ${FILESDIR}/${PV}-Makefile.patch - + # Remove the pesky checks about SSL stuff cd ${S} cp Makefile Makefile.orig grep -v 'read.*exit 1' <Makefile.orig >Makefile } -src_compile() { +src_compile() { if use ssl; then make lnp SSLTYPE=unix || die else @@ -65,7 +65,7 @@ src_install() { # Library binary dolib.a c-client/c-client.a dosym /usr/lib/c-client.a /usr/lib/libc-client.a - + # Headers insinto /usr/include/imap doins c-client/{c-client,mail,imap4r1,rfc822,linkage,misc,smtp,nntp}.h diff --git a/net-libs/gnet/Manifest b/net-libs/gnet/Manifest index 6b35162a20a9..9c690682814d 100644 --- a/net-libs/gnet/Manifest +++ b/net-libs/gnet/Manifest @@ -1,11 +1,11 @@ MD5 4d52be4b33be1f5cadbc3fdd5a0f2d2f ChangeLog 2537 -MD5 354b6f111a675b4cca639448bb2c7407 gnet-1.1.5.ebuild 983 -MD5 8a7df4d40cd304e23f32fd3d6da25ba5 gnet-1.1.9.ebuild 971 -MD5 8ccbfe0a4412db3de401c7942da77197 gnet-2.0.3.ebuild 668 -MD5 113e38b02f20b4a5e1a6a9e45ddf150d gnet-2.0.4.ebuild 670 +MD5 10cd00c22c10cb300f30a5cfcc1199b0 gnet-1.1.5.ebuild 982 +MD5 8336b321f47bb0c381f3536398620b5c gnet-1.1.9.ebuild 971 +MD5 1a652e72e09501f11799e7e85ec22c83 gnet-2.0.3.ebuild 668 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 ad648265f6bc0565e36977361e9c4d5d files/digest-gnet-1.1.5 194 +MD5 d08c4618f7bf11d7d3306c5c4bd1d5c9 gnet-2.0.4.ebuild 670 MD5 a39e088e927a5d9b2de3794920d01405 files/digest-gnet-1.1.9 62 +MD5 ad648265f6bc0565e36977361e9c4d5d files/digest-gnet-1.1.5 194 +MD5 974b29929725afc494ee8c9c21f074de files/gnet-docdir-gentoo.diff 452 MD5 cca2da31378233842e439771d8fb3dae files/digest-gnet-2.0.3 62 MD5 f73caf8c6efe623e53f99747f02b06e4 files/digest-gnet-2.0.4 62 -MD5 974b29929725afc494ee8c9c21f074de files/gnet-docdir-gentoo.diff 452 diff --git a/net-libs/gnet/gnet-1.1.5.ebuild b/net-libs/gnet/gnet-1.1.5.ebuild index 691f3ffbf5d9..d7924edbe094 100644 --- a/net-libs/gnet/gnet-1.1.5.ebuild +++ b/net-libs/gnet/gnet-1.1.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/net-libs/gnet/gnet-1.1.5.ebuild,v 1.6 2003/07/09 16:17:45 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-1.1.5.ebuild,v 1.7 2003/09/06 22:04:23 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNet network library." @@ -15,7 +15,7 @@ KEYWORDS="x86 ppc sparc" RDEPEND=">=dev-libs/glib-1.2.0" DEPEND="${RDEPEND} dev-util/pkgconfig" - + src_compile() { econf \ --sysconfdir=/etc \ @@ -35,6 +35,6 @@ src_install() { sysconfdir=${D}/etc \ localstatedir=${D}/var/lib \ install || die - + dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO } diff --git a/net-libs/gnet/gnet-1.1.9.ebuild b/net-libs/gnet/gnet-1.1.9.ebuild index 89d0c4d17683..fd3f627a2a8a 100644 --- a/net-libs/gnet/gnet-1.1.9.ebuild +++ b/net-libs/gnet/gnet-1.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-1.1.9.ebuild,v 1.6 2003/07/18 22:04:42 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-1.1.9.ebuild,v 1.7 2003/09/06 22:04:23 msterret Exp $ DESCRIPTION="GNet network library." SRC_URI="http://www.gnetlibrary.org/src/${P}.tar.gz" @@ -15,7 +15,7 @@ KEYWORDS="x86 ~ppc hppa amd64" RDEPEND=">=dev-libs/glib-1.2.0" DEPEND="${RDEPEND} dev-util/pkgconfig" - + src_compile() { econf \ --with-html-dir=${D}/usr/share/doc/${PF} \ @@ -34,6 +34,6 @@ src_install() { sysconfdir=${D}/etc \ localstatedir=${D}/var/lib \ install || die - + dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO } diff --git a/net-libs/gnet/gnet-2.0.3.ebuild b/net-libs/gnet/gnet-2.0.3.ebuild index 385fb6ad0f1a..cf1bf80d9e84 100644 --- a/net-libs/gnet/gnet-2.0.3.ebuild +++ b/net-libs/gnet/gnet-2.0.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.3.ebuild,v 1.4 2003/08/04 21:56:40 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.3.ebuild,v 1.5 2003/09/06 22:04:23 msterret Exp $ -inherit gnome2 +inherit gnome2 DESCRIPTION="GNet network library." SRC_URI="http://www.gnetlibrary.org/src/${P}.tar.gz" @@ -17,6 +17,6 @@ RDEPEND=">=dev-libs/glib-1.2.0" DEPEND="${RDEPEND} dev-util/pkgconfig" -G2CONF=" --with-html-dir=${D}/usr/share/doc/${PF}" +G2CONF=" --with-html-dir=${D}/usr/share/doc/${PF}" DOCS="AUTHORS BUGS ChangeLog COPYING NEWS README TODO" diff --git a/net-libs/gnet/gnet-2.0.4.ebuild b/net-libs/gnet/gnet-2.0.4.ebuild index 467142d08662..8352cf377227 100644 --- a/net-libs/gnet/gnet-2.0.4.ebuild +++ b/net-libs/gnet/gnet-2.0.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.4.ebuild,v 1.2 2003/08/04 21:56:40 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.4.ebuild,v 1.3 2003/09/06 22:04:23 msterret Exp $ -inherit gnome2 +inherit gnome2 DESCRIPTION="GNet network library." SRC_URI="http://www.gnetlibrary.org/src/${P}.tar.gz" @@ -17,6 +17,6 @@ RDEPEND=">=dev-libs/glib-1.2.0" DEPEND="${RDEPEND} dev-util/pkgconfig" -G2CONF=" --with-html-dir=${D}/usr/share/doc/${PF}" +G2CONF=" --with-html-dir=${D}/usr/share/doc/${PF}" DOCS="AUTHORS BUGS ChangeLog COPYING NEWS README TODO" diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest index 329f1bc5b572..3db159c01392 100644 --- a/net-libs/gnutls/Manifest +++ b/net-libs/gnutls/Manifest @@ -1,4 +1,4 @@ MD5 887894b4b81e221ecf029d212c9175d8 ChangeLog 614 -MD5 f3b8da716d4f9e6b7a8d93df2b29e689 gnutls-0.8.10.ebuild 1208 +MD5 2890d3164ac0b192e5871b653e5db13f gnutls-0.8.10.ebuild 1207 MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 MD5 b2ae83a3180a66ab61bdf08669f27399 files/digest-gnutls-0.8.10 66 diff --git a/net-libs/gnutls/gnutls-0.8.10.ebuild b/net-libs/gnutls/gnutls-0.8.10.ebuild index 79e9e4dc0718..d7d97b194d5c 100644 --- a/net-libs/gnutls/gnutls-0.8.10.ebuild +++ b/net-libs/gnutls/gnutls-0.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-0.8.10.ebuild,v 1.2 2003/09/06 11:27:55 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-0.8.10.ebuild,v 1.3 2003/09/06 22:04:23 msterret Exp $ DESCRIPTION="A TLS 1.0 and SSL 3.0 implementation for the GNU project" HOMEPAGE="http://www.gnutls.org/" @@ -17,7 +17,7 @@ DEPEND=">=dev-libs/libgcrypt-1.1.12 # gnutls has its own version of these. so let us use those instead. # >=dev-libs/libtasn1-0.1 -# >=dev-libs/lzo-1.0 +# >=dev-libs/lzo-1.0 src_unpack() { unpack ${A} @@ -36,7 +36,7 @@ src_compile() { src_install() { einstall || die - + dodoc AUTHORS COPYING COPYING.LIB ChangeLog NEWS \ README THANKS doc/TODO diff --git a/net-libs/libesmtp/Manifest b/net-libs/libesmtp/Manifest index adeee99bc67c..eff10e833d85 100644 --- a/net-libs/libesmtp/Manifest +++ b/net-libs/libesmtp/Manifest @@ -1,7 +1,7 @@ MD5 12a3cd28b074ae6e6719f886280e5f5f ChangeLog 1643 -MD5 9b62da9461e0417514f38309c9950b5e libesmtp-0.8.12.ebuild 957 -MD5 a80a8f0189485f1d6c2d2ca8f316a2b4 libesmtp-1.0.ebuild 953 -MD5 977a05014ab9f205834eb9f0c2fd4f56 libesmtp-1.0-r1.ebuild 1321 +MD5 31d27d7e8d6fbf3c4420a8b9ca0d108f libesmtp-0.8.12.ebuild 958 +MD5 43705c7c39dcbee9651df00bd5610295 libesmtp-1.0.ebuild 956 +MD5 4bf2fca2345fb23f8d31569f5945901b libesmtp-1.0-r1.ebuild 1319 MD5 395e602b515d970eab3a9d7ef8a2016f files/digest-libesmtp-0.8.12 68 MD5 b6be4562678d38b5d76400ddc254e37a files/digest-libesmtp-1.0 65 MD5 b6be4562678d38b5d76400ddc254e37a files/digest-libesmtp-1.0-r1 65 diff --git a/net-libs/libesmtp/libesmtp-0.8.12.ebuild b/net-libs/libesmtp/libesmtp-0.8.12.ebuild index 7294a83b21d9..1b4e9252394b 100644 --- a/net-libs/libesmtp/libesmtp-0.8.12.ebuild +++ b/net-libs/libesmtp/libesmtp-0.8.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/net-libs/libesmtp/libesmtp-0.8.12.ebuild,v 1.12 2003/02/13 14:18:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-0.8.12.ebuild,v 1.13 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl" @@ -26,7 +26,7 @@ src_compile() { src_install () { make prefix=${D}/usr install || die "make install failed" - dodoc AUTHORS COPYING COPYING.GPL INSTALL ChangeLog NEWS Notes README TODO + dodoc AUTHORS COPYING COPYING.GPL INSTALL ChangeLog NEWS Notes README TODO dohtml doc/api.xml } diff --git a/net-libs/libesmtp/libesmtp-1.0-r1.ebuild b/net-libs/libesmtp/libesmtp-1.0-r1.ebuild index b7aba943ad2d..012fd9b02dc6 100644 --- a/net-libs/libesmtp/libesmtp-1.0-r1.ebuild +++ b/net-libs/libesmtp/libesmtp-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/net-libs/libesmtp/libesmtp-1.0-r1.ebuild,v 1.3 2003/08/18 14:37:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0-r1.ebuild,v 1.4 2003/09/06 22:04:23 msterret Exp $ inherit gcc eutils gnuconfig libtool @@ -28,9 +28,9 @@ src_compile() { elibtoolize local myconf - + use ssl || myconf="${myconf} --without-openssl" - + if [ "`gcc-major-version`" -eq "2" ]; then myconf="${myconf} --disable-isoc" fi diff --git a/net-libs/libesmtp/libesmtp-1.0.ebuild b/net-libs/libesmtp/libesmtp-1.0.ebuild index b45d97a17bc8..73ebdf4acf07 100644 --- a/net-libs/libesmtp/libesmtp-1.0.ebuild +++ b/net-libs/libesmtp/libesmtp-1.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/net-libs/libesmtp/libesmtp-1.0.ebuild,v 1.1 2003/03/09 20:25:37 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.ebuild,v 1.2 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl" @@ -26,7 +26,7 @@ src_compile() { src_install () { make prefix=${D}/usr install || die "make install failed" - dodoc AUTHORS COPYING COPYING.GPL INSTALL ChangeLog NEWS Notes README TODO + dodoc AUTHORS COPYING COPYING.GPL INSTALL ChangeLog NEWS Notes README TODO dohtml doc/api.xml } diff --git a/net-libs/libfwbuilder/Manifest b/net-libs/libfwbuilder/Manifest index a10339d3fae2..8da5f0e5c939 100644 --- a/net-libs/libfwbuilder/Manifest +++ b/net-libs/libfwbuilder/Manifest @@ -1,11 +1,11 @@ +MD5 999fcedb994c33617c3e3bd50018e8b4 ChangeLog 2904 +MD5 7be875350a5f6fd26be2d4bb5325277c libfwbuilder-0.10.10.ebuild 1060 +MD5 3e735683fbba54279cb1da237b38c428 libfwbuilder-0.10.11.ebuild 1060 +MD5 756d6f7f25f7cbdcaa370b7ec4db8eda libfwbuilder-0.10.12.ebuild 1052 +MD5 9233d87f4a15a69a07db0aae59a278bb libfwbuilder-0.10.13.ebuild 1052 +MD5 8d9cd5f5c89846bae67e110454f47e4a libfwbuilder-1.0.0.ebuild 1134 MD5 b577ad51988393a1bd1907e923dd1ca7 files/digest-libfwbuilder-1.0.0 70 MD5 608e23e9cf5c678692e850954088ab06 files/digest-libfwbuilder-0.10.10 72 MD5 c0dd1aa7a50e79514abd40c73fe8c85c files/digest-libfwbuilder-0.10.11 72 MD5 cbd2384867d6471fe70ad380109763df files/digest-libfwbuilder-0.10.12 72 MD5 0707dda492023be2d94d15b9879af77c files/digest-libfwbuilder-0.10.13 72 -MD5 9caef4a36664369f66d1372e16b64615 libfwbuilder-0.10.10.ebuild 1061 -MD5 e2c660649b47cb67bcdd66ef85ad7a30 libfwbuilder-0.10.11.ebuild 1061 -MD5 1c422a2ccc4a463f5061e945ec412488 libfwbuilder-0.10.12.ebuild 1049 -MD5 999fcedb994c33617c3e3bd50018e8b4 ChangeLog 2904 -MD5 81fea8e4cefa994c5524924b9ec107cc libfwbuilder-0.10.13.ebuild 1049 -MD5 017e1c9a6f260f273d0d5d5d5ee716f9 libfwbuilder-1.0.0.ebuild 1131 diff --git a/net-libs/libfwbuilder/libfwbuilder-0.10.10.ebuild b/net-libs/libfwbuilder/libfwbuilder-0.10.10.ebuild index 8589a39af4cd..9a988c43c845 100644 --- a/net-libs/libfwbuilder/libfwbuilder-0.10.10.ebuild +++ b/net-libs/libfwbuilder/libfwbuilder-0.10.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/net-libs/libfwbuilder/libfwbuilder-0.10.10.ebuild,v 1.6 2003/06/12 21:26:38 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libfwbuilder/libfwbuilder-0.10.10.ebuild,v 1.7 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl static" @@ -20,7 +20,7 @@ DEPEND="=dev-libs/libsigc++-1.0* src_compile() { local myconf - + use static && myconf="${myconf} --disable-shared --enable-static=yes" use ssl || myconf="${myconf} --without-openssl" diff --git a/net-libs/libfwbuilder/libfwbuilder-0.10.11.ebuild b/net-libs/libfwbuilder/libfwbuilder-0.10.11.ebuild index afb4b72802a9..6e9b6e5964b4 100644 --- a/net-libs/libfwbuilder/libfwbuilder-0.10.11.ebuild +++ b/net-libs/libfwbuilder/libfwbuilder-0.10.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/net-libs/libfwbuilder/libfwbuilder-0.10.11.ebuild,v 1.5 2003/06/12 21:26:38 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libfwbuilder/libfwbuilder-0.10.11.ebuild,v 1.6 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl static" @@ -20,7 +20,7 @@ DEPEND="=dev-libs/libsigc++-1.0* src_compile() { local myconf - + use static && myconf="${myconf} --disable-shared --enable-static=yes" use ssl || myconf="${myconf} --without-openssl" diff --git a/net-libs/libfwbuilder/libfwbuilder-0.10.12.ebuild b/net-libs/libfwbuilder/libfwbuilder-0.10.12.ebuild index 19a9db423778..2236aa4f75b7 100644 --- a/net-libs/libfwbuilder/libfwbuilder-0.10.12.ebuild +++ b/net-libs/libfwbuilder/libfwbuilder-0.10.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/net-libs/libfwbuilder/libfwbuilder-0.10.12.ebuild,v 1.4 2003/07/13 11:47:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libfwbuilder/libfwbuilder-0.10.12.ebuild,v 1.5 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl static" @@ -20,7 +20,7 @@ DEPEND="=dev-libs/libsigc++-1.0* src_compile() { local myconf - + use static && myconf="${myconf} --disable-shared --enable-static=yes" use ssl || myconf="${myconf} --without-openssl" diff --git a/net-libs/libfwbuilder/libfwbuilder-0.10.13.ebuild b/net-libs/libfwbuilder/libfwbuilder-0.10.13.ebuild index 418ee60e3963..32f1c7d56c76 100644 --- a/net-libs/libfwbuilder/libfwbuilder-0.10.13.ebuild +++ b/net-libs/libfwbuilder/libfwbuilder-0.10.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/net-libs/libfwbuilder/libfwbuilder-0.10.13.ebuild,v 1.3 2003/07/13 11:47:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libfwbuilder/libfwbuilder-0.10.13.ebuild,v 1.4 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl static" @@ -20,7 +20,7 @@ DEPEND="=dev-libs/libsigc++-1.0* src_compile() { local myconf - + use static && myconf="${myconf} --disable-shared --enable-static=yes" use ssl || myconf="${myconf} --without-openssl" diff --git a/net-libs/libfwbuilder/libfwbuilder-1.0.0.ebuild b/net-libs/libfwbuilder/libfwbuilder-1.0.0.ebuild index f7a1bf0ab473..d0c99c05b3ab 100644 --- a/net-libs/libfwbuilder/libfwbuilder-1.0.0.ebuild +++ b/net-libs/libfwbuilder/libfwbuilder-1.0.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/net-libs/libfwbuilder/libfwbuilder-1.0.0.ebuild,v 1.3 2003/07/13 11:47:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libfwbuilder/libfwbuilder-1.0.0.ebuild,v 1.4 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl static" @@ -23,7 +23,7 @@ DEPEND="sys-devel/autoconf src_compile() { local myconf - + use static && myconf="${myconf} --disable-shared --enable-static=yes" use ssl || myconf="${myconf} --without-openssl" diff --git a/net-libs/liblockfile/Manifest b/net-libs/liblockfile/Manifest index 8809300b5ae7..7bf020b80bfb 100644 --- a/net-libs/liblockfile/Manifest +++ b/net-libs/liblockfile/Manifest @@ -1,6 +1,6 @@ MD5 783d666b709988159780bb3efe4b2391 ChangeLog 1221 -MD5 2c8aa37d6d81d774187d845b2739a075 liblockfile-1.03-r1.ebuild 938 -MD5 3305bce72fc683ff3fa0503c4bbc390f liblockfile-1.03.ebuild 707 +MD5 e2843d43e75409c6b55c7bef8e9a2bed liblockfile-1.03.ebuild 706 +MD5 2b4f04c081c0d91d54dbb08653f8db27 liblockfile-1.03-r1.ebuild 939 MD5 53fe311231e84eff7e3f0464085f91bc files/digest-liblockfile-1.03 67 MD5 53fe311231e84eff7e3f0464085f91bc files/digest-liblockfile-1.03-r1 67 MD5 eb56831a475db5996c2f12368b641474 files/liblockfile-1.03-gcc33.patch 286 diff --git a/net-libs/liblockfile/liblockfile-1.03-r1.ebuild b/net-libs/liblockfile/liblockfile-1.03-r1.ebuild index 7c11eb6e010b..46366cf637c4 100644 --- a/net-libs/liblockfile/liblockfile-1.03-r1.ebuild +++ b/net-libs/liblockfile/liblockfile-1.03-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/net-libs/liblockfile/liblockfile-1.03-r1.ebuild,v 1.2 2003/08/03 15:38:42 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03-r1.ebuild,v 1.3 2003/09/06 22:04:23 msterret Exp $ IUSE= @@ -34,7 +34,7 @@ src_compile() { } src_install() { - + dodir /usr/{bin,include,lib} /usr/share/man/{man1,man3} make ROOT=${D} install || die } diff --git a/net-libs/liblockfile/liblockfile-1.03.ebuild b/net-libs/liblockfile/liblockfile-1.03.ebuild index 7b432adf602d..5ff10505c0c8 100644 --- a/net-libs/liblockfile/liblockfile-1.03.ebuild +++ b/net-libs/liblockfile/liblockfile-1.03.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/net-libs/liblockfile/liblockfile-1.03.ebuild,v 1.12 2003/04/14 19:56:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03.ebuild,v 1.13 2003/09/06 22:04:23 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Implements functions designed to lock the standard mailboxes." @@ -20,7 +20,7 @@ src_compile() { } src_install() { - + dodir /usr/{bin,include,lib} /usr/share/man/{man1,man3} make ROOT=${D} install || die } diff --git a/net-libs/libpcap/Manifest b/net-libs/libpcap/Manifest index 62c62ce83a63..09bb71234b7d 100644 --- a/net-libs/libpcap/Manifest +++ b/net-libs/libpcap/Manifest @@ -1,9 +1,9 @@ +MD5 57eedd14947e7bc472cc1a1c178ae8fd ChangeLog 2468 +MD5 431d5144676554f7e8aa4ddedf7ac4fe libpcap-0.7.1-r1.ebuild 1214 +MD5 01cfd9b869b228d4129756298416fa67 libpcap-0.7.1-r2.ebuild 1270 MD5 74da95c601dd9af961c01cb100b70fa0 libpcap-0.7.1.ebuild 1036 -MD5 ee2aaa4db9c3828a2f8668ff1f6148bf libpcap-0.7.1-r2.ebuild 1267 MD5 2f3c35d57ee9a96c850961c612ba2ddf libpcap-0.7.2.ebuild 1107 -MD5 98281679e41e17adc350ca7401f6ce88 libpcap-0.7.1-r1.ebuild 1212 -MD5 57eedd14947e7bc472cc1a1c178ae8fd ChangeLog 2468 +MD5 7af78828b20794542dc655ab1073ced7 files/digest-libpcap-0.7.1 65 MD5 2e3122d63322f24aed82850daca7a8e0 files/digest-libpcap-0.7.1-r1 131 MD5 2e3122d63322f24aed82850daca7a8e0 files/digest-libpcap-0.7.1-r2 131 -MD5 7af78828b20794542dc655ab1073ced7 files/digest-libpcap-0.7.1 65 MD5 6ccab63a4b33bed475b2c7215a55698d files/digest-libpcap-0.7.2 65 diff --git a/net-libs/libpcap/libpcap-0.7.1-r1.ebuild b/net-libs/libpcap/libpcap-0.7.1-r1.ebuild index 3dd939977c29..be1d00a2fb99 100644 --- a/net-libs/libpcap/libpcap-0.7.1-r1.ebuild +++ b/net-libs/libpcap/libpcap-0.7.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/net-libs/libpcap/libpcap-0.7.1-r1.ebuild,v 1.8 2003/03/30 19:15:24 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.7.1-r1.ebuild,v 1.9 2003/09/06 22:04:23 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="pcap-Library" @@ -19,7 +19,7 @@ src_unpack() { unpack ${P}.tar.gz cd ${S} patch -p0 < ${DISTDIR}/libpcap-0.7.1-prism.diff || die - + } src_compile() { diff --git a/net-libs/libpcap/libpcap-0.7.1-r2.ebuild b/net-libs/libpcap/libpcap-0.7.1-r2.ebuild index 44f34e84e1d2..cff3040c920c 100644 --- a/net-libs/libpcap/libpcap-0.7.1-r2.ebuild +++ b/net-libs/libpcap/libpcap-0.7.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/net-libs/libpcap/libpcap-0.7.1-r2.ebuild,v 1.6 2003/07/13 12:58:34 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.7.1-r2.ebuild,v 1.7 2003/09/06 22:04:23 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="pcap-Library" @@ -21,7 +21,7 @@ src_unpack() { unpack ${P}.tar.gz cd ${S} patch -p0 < ${DISTDIR}/libpcap-0.7.1-prism.diff || die - + } src_compile() { diff --git a/net-libs/libsoup/Manifest b/net-libs/libsoup/Manifest index 60ed1915d5bb..c626d75d7acb 100644 --- a/net-libs/libsoup/Manifest +++ b/net-libs/libsoup/Manifest @@ -1,6 +1,6 @@ MD5 b0acb5d7692cdc23f1ba012b748cfc79 ChangeLog 1264 -MD5 3847e950f6a6e24f9f778911656dc958 libsoup-1.99.22.ebuild 840 -MD5 a6cbb11d7e4b56e9db6d2e9e6172cb3d libsoup-1.99.23.ebuild 847 +MD5 4cdc10368d66e44bba9bd7e51700d587 libsoup-1.99.23.ebuild 848 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 4ed2ee4ad5a6e2b7041129cabbcb78d2 files/digest-libsoup-1.99.22 68 +MD5 858ef1ebacafeaa46ac110cbcc3745d3 libsoup-1.99.22.ebuild 843 MD5 f45a9e30ed0c538e279fc46a19c88bbf files/digest-libsoup-1.99.23 68 +MD5 4ed2ee4ad5a6e2b7041129cabbcb78d2 files/digest-libsoup-1.99.22 68 diff --git a/net-libs/libsoup/libsoup-1.99.22.ebuild b/net-libs/libsoup/libsoup-1.99.22.ebuild index b7d4b3bd6bd6..0c3ddc40653a 100644 --- a/net-libs/libsoup/libsoup-1.99.22.ebuild +++ b/net-libs/libsoup/libsoup-1.99.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/net-libs/libsoup/libsoup-1.99.22.ebuild,v 1.2 2003/07/13 12:58:34 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-1.99.22.ebuild,v 1.3 2003/09/06 22:04:23 msterret Exp $ #IUSE="ssl" IUSE="" @@ -26,7 +26,7 @@ src_compile() { elibtoolize local myconf="" - + # current build system deems ssl as NOT AN OPTION. # use ssl && myconf="--enable-ssl --enable-openssl" diff --git a/net-libs/libsoup/libsoup-1.99.23.ebuild b/net-libs/libsoup/libsoup-1.99.23.ebuild index e41d1fb3e184..625ab89a9874 100644 --- a/net-libs/libsoup/libsoup-1.99.23.ebuild +++ b/net-libs/libsoup/libsoup-1.99.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/net-libs/libsoup/libsoup-1.99.23.ebuild,v 1.3 2003/08/04 20:02:25 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-1.99.23.ebuild,v 1.4 2003/09/06 22:04:23 msterret Exp $ #IUSE="ssl" IUSE="" @@ -26,7 +26,7 @@ src_compile() { elibtoolize local myconf="" - + # current build system deems ssl as NOT AN OPTION. # use ssl && myconf="--enable-ssl --enable-openssl" diff --git a/net-libs/libwww/Manifest b/net-libs/libwww/Manifest index 4222d471e961..6daf598e80d0 100644 --- a/net-libs/libwww/Manifest +++ b/net-libs/libwww/Manifest @@ -1,3 +1,3 @@ -MD5 25461657a18a142a558a0f5ec747b274 libwww-5.4.0-r1.ebuild 1094 MD5 57af9c8eaee1b00a0105f9f47b26c4f3 ChangeLog 1994 +MD5 4ea94e25e936e363874d90b2a472539d libwww-5.4.0-r1.ebuild 1094 MD5 23078d7f8b1327132caea8473ffae786 files/digest-libwww-5.4.0-r1 66 diff --git a/net-libs/libwww/libwww-5.4.0-r1.ebuild b/net-libs/libwww/libwww-5.4.0-r1.ebuild index 7a72de8e7706..20fde4bb103e 100644 --- a/net-libs/libwww/libwww-5.4.0-r1.ebuild +++ b/net-libs/libwww/libwww-5.4.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/net-libs/libwww/libwww-5.4.0-r1.ebuild,v 1.13 2003/07/18 22:04:42 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r1.ebuild,v 1.14 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl mysql" @@ -29,7 +29,7 @@ src_compile() { use mysql \ && myconf="--with-mysql" \ || myconf="--without-mysql" - + use ssl \ && myconf="${myconf} --with-ssl" \ || myconf="${myconf} --without-ssl" @@ -48,6 +48,6 @@ src_compile() { src_install () { make prefix=${D}/usr install || die - dodoc COPYRIGH ChangeLog + dodoc COPYRIGH ChangeLog dohtml -r . } diff --git a/net-libs/linc/Manifest b/net-libs/linc/Manifest index 4f858b9e6855..dd575612e176 100644 --- a/net-libs/linc/Manifest +++ b/net-libs/linc/Manifest @@ -1,10 +1,10 @@ -MD5 cc6dba5e0755771b1596df05bb04fd31 linc-0.5.3.ebuild 1044 -MD5 84f638fb8edddd36f644a1ee5a9e38fd linc-1.0.2.ebuild 720 -MD5 ef0cf2d850003c755d2c4b475286b742 linc-1.0.1.ebuild 987 MD5 c502cadecfae355bd7829567c1ee31b4 ChangeLog 2939 +MD5 c9fa0271820ea1f851500f618f78de18 linc-0.5.3.ebuild 1038 +MD5 a98843ba714ebc4e317a0b7c20cc0dac linc-1.0.2.ebuild 719 +MD5 14a02962e5dc9dd5d41adcfdf1fb0d96 linc-1.0.1.ebuild 981 +MD5 d5ed7d19fcd2cf4ebd10e3809d0c13d9 linc-1.0.3.ebuild 713 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 a18cdc10025dc6df6af7b01a60dcdcaf linc-1.0.3.ebuild 711 -MD5 c1565e5184f320c1ff18be5523156022 files/digest-linc-0.5.3 63 -MD5 849abb9b4b0efe758a7c605ee6fdcc28 files/digest-linc-1.0.1 63 MD5 ed76b31cb561c75e5398d4553da01c78 files/digest-linc-1.0.2 63 +MD5 c1565e5184f320c1ff18be5523156022 files/digest-linc-0.5.3 63 MD5 8faa9984d1b8e8142772156db89c528f files/digest-linc-1.0.3 63 +MD5 849abb9b4b0efe758a7c605ee6fdcc28 files/digest-linc-1.0.1 63 diff --git a/net-libs/linc/linc-0.5.3.ebuild b/net-libs/linc/linc-0.5.3.ebuild index 701a31712b4e..ecfcf545edc9 100644 --- a/net-libs/linc/linc-0.5.3.ebuild +++ b/net-libs/linc/linc-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.5.3.ebuild,v 1.8 2003/02/13 14:20:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.5.3.ebuild,v 1.9 2003/09/06 22:04:23 msterret Exp $ IUSE="doc" @@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/glib-2.0.6 DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-0.9-r2 ) >=dev-util/pkgconfig-0.12.0" - + src_compile() { elibtoolize local myconf @@ -30,7 +30,7 @@ src_compile() { && myconf="${myconf} --enable-gtk-doc" \ || myconf="${myconf} --disable-gtk-doc" - # if this is disabled (use) ORBit2 will fail to build. Just force it on + # if this is disabled (use) ORBit2 will fail to build. Just force it on myconf="${myconf} --with-openssl" econf ${myconf} || die @@ -39,6 +39,6 @@ src_compile() { src_install() { einstall || die - + dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* NEWS TODO } diff --git a/net-libs/linc/linc-1.0.1.ebuild b/net-libs/linc/linc-1.0.1.ebuild index 37765c8e15e3..07cf924ff045 100644 --- a/net-libs/linc/linc-1.0.1.ebuild +++ b/net-libs/linc/linc-1.0.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/net-libs/linc/linc-1.0.1.ebuild,v 1.6 2003/05/30 00:55:55 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-1.0.1.ebuild,v 1.7 2003/09/06 22:04:23 msterret Exp $ IUSE="doc ssl" @@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/glib-2 DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-0.6 ) >=dev-util/pkgconfig-0.12.0" - + src_compile() { elibtoolize local myconf @@ -38,6 +38,6 @@ src_compile() { src_install() { einstall || die - + dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* NEWS TODO } diff --git a/net-libs/linc/linc-1.0.2.ebuild b/net-libs/linc/linc-1.0.2.ebuild index f634e467e155..f92feb2d4945 100644 --- a/net-libs/linc/linc-1.0.2.ebuild +++ b/net-libs/linc/linc-1.0.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/net-libs/linc/linc-1.0.2.ebuild,v 1.3 2003/07/18 22:04:42 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-1.0.2.ebuild,v 1.4 2003/09/06 22:04:23 msterret Exp $ IUSE="doc ssl" @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-0.6 ) >=dev-util/pkgconfig-0.12.0" -G2CONF="${G2CONF} $(use_with ssl openssl)" +G2CONF="${G2CONF} $(use_with ssl openssl)" DOCS="AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* NEWS TODO" diff --git a/net-libs/linc/linc-1.0.3.ebuild b/net-libs/linc/linc-1.0.3.ebuild index 9e1fde725884..a66f0a7d409e 100644 --- a/net-libs/linc/linc-1.0.3.ebuild +++ b/net-libs/linc/linc-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-1.0.3.ebuild,v 1.5 2003/08/24 17:32:47 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-1.0.3.ebuild,v 1.6 2003/09/06 22:04:23 msterret Exp $ IUSE="doc ssl" @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-0.6 ) >=dev-util/pkgconfig-0.12.0" -G2CONF="${G2CONF} $(use_with ssl openssl)" +G2CONF="${G2CONF} $(use_with ssl openssl)" DOCS="AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* NEWS TODO" diff --git a/net-libs/nss_ldap/Manifest b/net-libs/nss_ldap/Manifest index d13f2ec0c772..423686619b6d 100644 --- a/net-libs/nss_ldap/Manifest +++ b/net-libs/nss_ldap/Manifest @@ -1,13 +1,13 @@ -MD5 24abe85b164d0672dfa5be54a6300ff2 nss_ldap-174-r2.ebuild 889 -MD5 9541168236341c2982245e0cf2809249 nss_ldap-207-r1.ebuild 842 -MD5 dc74918cbd13aadeab918ff04ed8b334 nss_ldap-210.ebuild 1303 -MD5 b1ae9692b96ed4d21968cc57c350e7eb nss_ldap-209.1.ebuild 1310 -MD5 85a79e2bae883d2885f017b034dcada1 nss_ldap-207.ebuild 927 -MD5 e68d5bfbd3e4a1ace3b876bdd6578d43 nss_ldap-202.ebuild 886 MD5 a55940f17160b40a167c014630dda2ec ChangeLog 2360 +MD5 c5b3cc18123c7017fb78e05ed47c9b6c nss_ldap-174-r2.ebuild 875 +MD5 359839be74a9c3000ec78268a3e0b644 nss_ldap-202.ebuild 871 +MD5 075baf37001799c21b394f9609d0de1c nss_ldap-207.ebuild 911 +MD5 2752f20295b40e0936a08d751f38dc45 nss_ldap-207-r1.ebuild 841 +MD5 f36da085032a058baf7910522a30a523 nss_ldap-210.ebuild 1301 +MD5 8ee4f1915d27edc5ae384432a9efc937 nss_ldap-209.1.ebuild 1311 MD5 5d7731acb703d8ae122072ad73cbc2a6 files/digest-nss_ldap-174-r2 129 -MD5 8d358c3dda5ce728c6fd5f8f4bc448d2 files/digest-nss_ldap-207-r1 64 MD5 d8021fe04d76482091c816f28edad140 files/digest-nss_ldap-202 64 MD5 8d358c3dda5ce728c6fd5f8f4bc448d2 files/digest-nss_ldap-207 64 +MD5 8d358c3dda5ce728c6fd5f8f4bc448d2 files/digest-nss_ldap-207-r1 64 MD5 c1919ec630e0278d0e09787a14d497a9 files/digest-nss_ldap-210 64 MD5 66e79b5d5f9f5105ad2988280f27475d files/digest-nss_ldap-209.1 66 diff --git a/net-libs/nss_ldap/nss_ldap-174-r2.ebuild b/net-libs/nss_ldap/nss_ldap-174-r2.ebuild index 9cf731837384..559753e0f45b 100644 --- a/net-libs/nss_ldap/nss_ldap-174-r2.ebuild +++ b/net-libs/nss_ldap/nss_ldap-174-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/net-libs/nss_ldap/nss_ldap-174-r2.ebuild,v 1.9 2003/03/29 04:28:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nss_ldap/nss_ldap-174-r2.ebuild,v 1.10 2003/09/06 22:04:23 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="NSS LDAP Module" @@ -24,7 +24,7 @@ src_compile() { OPTIMIZER="${CFLAGS}" || die } -src_install() { +src_install() { dodir /usr/lib diff --git a/net-libs/nss_ldap/nss_ldap-202.ebuild b/net-libs/nss_ldap/nss_ldap-202.ebuild index b79cb72bceda..35bd88ee69cf 100644 --- a/net-libs/nss_ldap/nss_ldap-202.ebuild +++ b/net-libs/nss_ldap/nss_ldap-202.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/net-libs/nss_ldap/nss_ldap-202.ebuild,v 1.3 2003/03/29 04:28:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nss_ldap/nss_ldap-202.ebuild,v 1.4 2003/09/06 22:04:23 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="NSS LDAP Module" @@ -24,7 +24,7 @@ src_compile() { OPTIMIZER="${CFLAGS}" || die } -src_install() { +src_install() { dodir /usr/lib diff --git a/net-libs/nss_ldap/nss_ldap-207-r1.ebuild b/net-libs/nss_ldap/nss_ldap-207-r1.ebuild index 5d8dead55f61..f66c000c1b90 100644 --- a/net-libs/nss_ldap/nss_ldap-207-r1.ebuild +++ b/net-libs/nss_ldap/nss_ldap-207-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/net-libs/nss_ldap/nss_ldap-207-r1.ebuild,v 1.2 2003/06/18 02:01:14 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nss_ldap/nss_ldap-207-r1.ebuild,v 1.3 2003/09/06 22:04:23 msterret Exp $ DESCRIPTION="NSS LDAP Module" HOMEPAGE="http://www.padl.com/OSS/nss_ldap.html" @@ -31,6 +31,6 @@ src_install() { dodoc ldap.conf ANNOUNCE NEWS ChangeLog AUTHORS \ COPYING CVSVersionInfo.txt README nsswitch.ldap \ - LICENSE* + LICENSE* docinto docs; dodoc doc/* } diff --git a/net-libs/nss_ldap/nss_ldap-207.ebuild b/net-libs/nss_ldap/nss_ldap-207.ebuild index 9cf65b09fcb6..eb5267c12ea4 100644 --- a/net-libs/nss_ldap/nss_ldap-207.ebuild +++ b/net-libs/nss_ldap/nss_ldap-207.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/net-libs/nss_ldap/nss_ldap-207.ebuild,v 1.1 2003/05/28 20:54:57 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nss_ldap/nss_ldap-207.ebuild,v 1.2 2003/09/06 22:04:23 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="NSS LDAP Module" @@ -24,7 +24,7 @@ src_compile() { OPTIMIZER="${CFLAGS}" || die } -src_install() { +src_install() { dodir /usr/lib diff --git a/net-libs/nss_ldap/nss_ldap-209.1.ebuild b/net-libs/nss_ldap/nss_ldap-209.1.ebuild index 7a8e3c28f788..07d357530250 100644 --- a/net-libs/nss_ldap/nss_ldap-209.1.ebuild +++ b/net-libs/nss_ldap/nss_ldap-209.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/net-libs/nss_ldap/nss_ldap-209.1.ebuild,v 1.1 2003/07/26 19:43:59 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nss_ldap/nss_ldap-209.1.ebuild,v 1.2 2003/09/06 22:04:23 msterret Exp $ IUSE="berkdb debug ssl" @@ -20,7 +20,7 @@ src_compile() { myconf="" # --enable-schema-mapping enable attribute/objectclass mapping # --enable-paged-results enable paged results control - # --enable-configurable-krb5-ccname enable configurable + # --enable-configurable-krb5-ccname enable configurable # Kerberos V credentials cache name use berkdb && myconf="${myconf} --enable-rfc2307bis" @@ -47,6 +47,6 @@ src_install() { dodoc ldap.conf ANNOUNCE NEWS ChangeLog AUTHORS \ COPYING CVSVersionInfo.txt README nsswitch.ldap \ - LICENSE* + LICENSE* docinto docs; dodoc doc/* } diff --git a/net-libs/nss_ldap/nss_ldap-210.ebuild b/net-libs/nss_ldap/nss_ldap-210.ebuild index 7ec8f45b1cbf..a2e3384c7291 100644 --- a/net-libs/nss_ldap/nss_ldap-210.ebuild +++ b/net-libs/nss_ldap/nss_ldap-210.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/net-libs/nss_ldap/nss_ldap-210.ebuild,v 1.1 2003/08/14 18:10:34 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nss_ldap/nss_ldap-210.ebuild,v 1.2 2003/09/06 22:04:23 msterret Exp $ IUSE="berkdb debug ssl" @@ -19,7 +19,7 @@ src_compile() { local myconf="" # --enable-schema-mapping enable attribute/objectclass mapping # --enable-paged-results enable paged results control - # --enable-configurable-krb5-ccname enable configurable + # --enable-configurable-krb5-ccname enable configurable # Kerberos V credentials cache name use berkdb && myconf="${myconf} --enable-rfc2307bis" @@ -46,6 +46,6 @@ src_install() { dodoc ldap.conf ANNOUNCE NEWS ChangeLog AUTHORS \ COPYING CVSVersionInfo.txt README nsswitch.ldap \ - LICENSE* + LICENSE* docinto docs; dodoc doc/* } diff --git a/net-libs/openh323/Manifest b/net-libs/openh323/Manifest index b24a8c00402f..d95043559faf 100644 --- a/net-libs/openh323/Manifest +++ b/net-libs/openh323/Manifest @@ -1,11 +1,11 @@ MD5 d8fe7649116de281529f4d3616cabe0c ChangeLog 4014 -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 6244cda88e027d5a90b5fcf54e406eef openh323-1.11.7.ebuild 1844 -MD5 2dfd1a818a1aeee4f9e97014c8ee570f openh323-1.12.0-r1.ebuild 2713 -MD5 6d2e3a39b6acd68387c404ba4f684bc5 openh323-1.12.2.ebuild 2754 +MD5 53e0a3534865471e42d38f10d6c06525 openh323-1.11.7.ebuild 1842 MD5 4859f1257934ee01b381308cbb290d2d openh323-1.9.10-r1.ebuild 1117 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 53f922646c126ff274c62ef66f4a04b1 openh323-1.12.0-r1.ebuild 2707 +MD5 1f8e728d3678a57d157cdf45d0eda5d7 openh323-1.12.2.ebuild 2748 MD5 e9ac1227eaf205c20f84a4fc712e8d66 files/digest-openh323-1.11.7 68 -MD5 238a3a0b91aabce0a61e0dd5c4b9ee68 files/digest-openh323-1.12.0-r1 68 -MD5 2efc1a39c75805caacb974bfa6208dea files/digest-openh323-1.12.2 68 MD5 47caff52a16cf5135ad984dcfe022f6a files/digest-openh323-1.9.10-r1 68 MD5 c3dd75b2e6b09b4f5cc5b88a12064159 files/openh323-1.11.7-emptyMakefile 8 +MD5 238a3a0b91aabce0a61e0dd5c4b9ee68 files/digest-openh323-1.12.0-r1 68 +MD5 2efc1a39c75805caacb974bfa6208dea files/digest-openh323-1.12.2 68 diff --git a/net-libs/openh323/openh323-1.11.7.ebuild b/net-libs/openh323/openh323-1.11.7.ebuild index c121a3234edc..7602f3f4bbd1 100644 --- a/net-libs/openh323/openh323-1.11.7.ebuild +++ b/net-libs/openh323/openh323-1.11.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/net-libs/openh323/openh323-1.11.7.ebuild,v 1.6 2003/09/04 12:33:26 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.11.7.ebuild,v 1.7 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl" @@ -20,10 +20,10 @@ DEPEND=">=sys-apps/sed-4 pkg_setup() { # to prevent merge problems with broken makefiles from old # pwlib versions, we double-check here. - + if [ "` fgrep '\$(OPENSSLDIR)/include' /usr/share/pwlib/make/unix.mak`" ] then - # patch unix.mak so it doesn't require annoying + # patch unix.mak so it doesn't require annoying # unmerge/merge cycle to upgrade einfo "Fixing broken pwlib makefile." cd /usr/share/pwlib/make @@ -59,7 +59,7 @@ src_install() { # mod to keep gnugk happy insinto /usr/share/openh323/src newins ${FILESDIR}/openh323-1.11.2-emptyMakefile Makefile - + rm -f ${D}/usr/lib/libopenh323.so if [ ${ARCH} = "ppc" ] ; then dosym /usr/lib/libh323_linux_ppc_r.so.${PV} /usr/lib/libopenh323.so diff --git a/net-libs/openh323/openh323-1.12.0-r1.ebuild b/net-libs/openh323/openh323-1.12.0-r1.ebuild index 6cb2d3872b97..124e37892f3c 100644 --- a/net-libs/openh323/openh323-1.12.0-r1.ebuild +++ b/net-libs/openh323/openh323-1.12.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/net-libs/openh323/openh323-1.12.0-r1.ebuild,v 1.4 2003/09/04 12:33:26 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.0-r1.ebuild,v 1.5 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl" @@ -23,10 +23,10 @@ MAKEOPTS="${MAKEOPTS} -j1" pkg_setup() { # to prevent merge problems with broken makefiles from old # pwlib versions, we double-check here. - + if [ "` fgrep '\$(OPENSSLDIR)/include' /usr/share/pwlib/make/unix.mak`" ] then - # patch unix.mak so it doesn't require annoying + # patch unix.mak so it doesn't require annoying # unmerge/merge cycle to upgrade einfo "Fixing broken pwlib makefile." cd /usr/share/pwlib/make @@ -52,13 +52,13 @@ src_compile() { # NOTRACE avoid compilation problems, we disable PTRACING using NOTRACE=1 makeopts="${makeopts} ASNPARSER=/usr/bin/asnparser NOTRACE=1" - + if [ "`use ssl`" ]; then export OPENSSLFLAG=1 export OPENSSLDIR=/usr export OPENSSLLIBS="-lssl -lcrypt" fi - + econf || die emake ${makeopts} opt || die "make failed" } @@ -68,7 +68,7 @@ src_install() { # make NOTRACE=1 opt ==> linux_$ARCH_n # make opt ==> linux_$ARCH_r OPENH323_ARCH="linux_${ARCH}_n" - + dodir /usr/bin /usr/lib/ /usr/share make PREFIX=${D}/usr install || die "install failed" dobin ${S}/samples/simple/obj_${OPENH323_ARCH}/simph323 @@ -81,7 +81,7 @@ src_install() { rm ${D}/usr/lib/libopenh323.so dosym /usr/lib/libh323_${OPENH323_ARCH}.so.${PV} /usr/lib/libopenh323.so - + # for backwards compatibility with _r versioned libraries ALT_ARCH=${OPENH323_ARCH/_n/_r} for pv in ${PV} ${PV%.[0-9]} ${PV%.[0-9]*.[0-9]}; do @@ -89,7 +89,7 @@ src_install() { dosym /usr/lib/libh323_${OPENH323_ARCH}.so.${PV} /usr/lib/libh323_${ALT_ARCH}.so.${pv} done dosym /usr/lib/libh323_${OPENH323_ARCH}.so.${PV} /usr/lib/libh323_${ALT_ARCH}.so - + } diff --git a/net-libs/openh323/openh323-1.12.2.ebuild b/net-libs/openh323/openh323-1.12.2.ebuild index e623fc78bf04..4e7246419458 100644 --- a/net-libs/openh323/openh323-1.12.2.ebuild +++ b/net-libs/openh323/openh323-1.12.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/net-libs/openh323/openh323-1.12.2.ebuild,v 1.2 2003/09/04 12:33:26 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.2.ebuild,v 1.3 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl" @@ -23,10 +23,10 @@ MAKEOPTS="${MAKEOPTS} -j1" pkg_setup() { # to prevent merge problems with broken makefiles from old # pwlib versions, we double-check here. - + if [ "` fgrep '\$(OPENSSLDIR)/include' /usr/share/pwlib/make/unix.mak`" ] then - # patch unix.mak so it doesn't require annoying + # patch unix.mak so it doesn't require annoying # unmerge/merge cycle to upgrade einfo "Fixing broken pwlib makefile." cd /usr/share/pwlib/make @@ -53,13 +53,13 @@ src_compile() { # NOTRACE avoid compilation problems, we disable PTRACING using NOTRACE=1 makeopts="${makeopts} ASNPARSER=/usr/bin/asnparser NOTRACE=1" - + if [ "`use ssl`" ]; then export OPENSSLFLAG=1 export OPENSSLDIR=/usr export OPENSSLLIBS="-lssl -lcrypt" fi - + econf || die emake ${makeopts} opt || die "make failed" } @@ -69,7 +69,7 @@ src_install() { # make NOTRACE=1 opt ==> linux_$ARCH_n # make opt ==> linux_$ARCH_r OPENH323_ARCH="linux_${ARCH}_n" - + dodir /usr/bin /usr/lib/ /usr/share make PREFIX=${D}/usr install || die "install failed" dobin ${S}/samples/simple/obj_${OPENH323_ARCH}/simph323 @@ -82,7 +82,7 @@ src_install() { rm ${D}/usr/lib/libopenh323.so dosym /usr/lib/libh323_${OPENH323_ARCH}.so.${PV} /usr/lib/libopenh323.so - + # for backwards compatibility with _r versioned libraries ALT_ARCH=${OPENH323_ARCH/_n/_r} for pv in ${PV} ${PV%.[0-9]} ${PV%.[0-9]*.[0-9]}; do @@ -90,7 +90,7 @@ src_install() { dosym /usr/lib/libh323_${OPENH323_ARCH}.so.${PV} /usr/lib/libh323_${ALT_ARCH}.so.${pv} done dosym /usr/lib/libh323_${OPENH323_ARCH}.so.${PV} /usr/lib/libh323_${ALT_ARCH}.so - + } diff --git a/net-libs/pam_ldap/Manifest b/net-libs/pam_ldap/Manifest index adf1b74c5c8e..c152e1a7f98e 100644 --- a/net-libs/pam_ldap/Manifest +++ b/net-libs/pam_ldap/Manifest @@ -1,5 +1,5 @@ -MD5 e30f4e4cb161c165dfb964eab64a9e48 pam_ldap-161.ebuild 860 MD5 f94efd1dfed788520cdd6d030af33ef8 ChangeLog 1296 -MD5 aec673edaffea99b6d9ca78cad9730bf pam_ldap-156.ebuild 862 +MD5 f20a488dd55e54459ffabda1f0175ac6 pam_ldap-156.ebuild 804 +MD5 4668c597690bff1e08eb73d3c74e36e9 pam_ldap-161.ebuild 800 MD5 f6a188644f736d46d200c045eff82bea files/digest-pam_ldap-156 64 MD5 e7be3daad202a50aecd0d3888bf5c46e files/digest-pam_ldap-161 64 diff --git a/net-libs/pam_ldap/pam_ldap-156.ebuild b/net-libs/pam_ldap/pam_ldap-156.ebuild index 9db0aca78680..5e7dcf6cf527 100644 --- a/net-libs/pam_ldap/pam_ldap-156.ebuild +++ b/net-libs/pam_ldap/pam_ldap-156.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/net-libs/pam_ldap/pam_ldap-156.ebuild,v 1.5 2003/08/14 20:29:15 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-156.ebuild,v 1.6 2003/09/06 22:04:23 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="PAM LDAP Module" @@ -15,7 +15,7 @@ DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 >=net-nds/openldap-1.2.11" -src_compile() { +src_compile() { aclocal autoconf automake --add-missing @@ -24,11 +24,11 @@ src_compile() { emake || die } -src_install() { +src_install() { exeinto /lib/security doexe pam_ldap.so - + dodoc pam.conf ldap.conf dodoc ChangeLog COPYING.* CVSVersionInfo.txt README docinto pam.d diff --git a/net-libs/pam_ldap/pam_ldap-161.ebuild b/net-libs/pam_ldap/pam_ldap-161.ebuild index d18d1a3cff17..4b8c4b03734f 100644 --- a/net-libs/pam_ldap/pam_ldap-161.ebuild +++ b/net-libs/pam_ldap/pam_ldap-161.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/net-libs/pam_ldap/pam_ldap-161.ebuild,v 1.1 2003/05/28 20:34:34 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-161.ebuild,v 1.2 2003/09/06 22:04:23 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="PAM LDAP Module" @@ -15,7 +15,7 @@ DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 >=net-nds/openldap-1.2.11" -src_compile() { +src_compile() { aclocal autoconf automake --add-missing @@ -24,11 +24,11 @@ src_compile() { emake || die } -src_install() { +src_install() { exeinto /lib/security doexe pam_ldap.so - + dodoc pam.conf ldap.conf dodoc ChangeLog COPYING.* CVSVersionInfo.txt README docinto pam.d diff --git a/net-libs/soup/Manifest b/net-libs/soup/Manifest index 43f0e998f4c5..7c3f341b996c 100644 --- a/net-libs/soup/Manifest +++ b/net-libs/soup/Manifest @@ -1,7 +1,7 @@ MD5 2fe3188dc86615d596e1eb718ed92c65 ChangeLog 2080 -MD5 950ba25cb5178b4689554d23cad70503 soup-0.7.10.ebuild 1130 -MD5 51f7bac7a681a890255a826794392590 soup-0.7.11.ebuild 1236 -MD5 b3e73defb6365c0ae296ca543e7d1e7f soup-0.7.4-r1.ebuild 1124 +MD5 93de916ea8ef96fe8278e9a341f33f18 soup-0.7.10.ebuild 1126 +MD5 00443a066392d17b6373e2dc89a7174b soup-0.7.11.ebuild 1233 +MD5 3c31385779c8d668084422bfe63068cf soup-0.7.4-r1.ebuild 1122 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 f55a1da1657ca61048fb28258f3a4aef files/digest-soup-0.7.10 126 MD5 37f9be1ab2386e2eed241a1d0ea33dfd files/digest-soup-0.7.11 64 diff --git a/net-libs/soup/soup-0.7.10.ebuild b/net-libs/soup/soup-0.7.10.ebuild index 7ea4fca9a5cb..f6e8ff49ffdc 100644 --- a/net-libs/soup/soup-0.7.10.ebuild +++ b/net-libs/soup/soup-0.7.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/net-libs/soup/soup-0.7.10.ebuild,v 1.7 2003/04/10 06:17:55 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.10.ebuild,v 1.8 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl doc" @@ -46,6 +46,6 @@ src_compile() { src_install() { einstall || die - + dodoc AUTHORS ABOUT-NLS COPYING* ChangeLog README* INSTALL NEWS TODO } diff --git a/net-libs/soup/soup-0.7.11.ebuild b/net-libs/soup/soup-0.7.11.ebuild index 022834d5290d..ddb5e12fa406 100644 --- a/net-libs/soup/soup-0.7.11.ebuild +++ b/net-libs/soup/soup-0.7.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/net-libs/soup/soup-0.7.11.ebuild,v 1.5 2003/07/06 11:41:27 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.11.ebuild,v 1.6 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl doc" @@ -41,13 +41,13 @@ src_compile() { --with-libxml=1 || die # Evolution 1.1 and 1.2 need it with libxml1 unset ac_cv_path_APXS - + # dont always work with -j4 -- <azarah@gentoo.org> 9 Nov 2002 make || die } src_install() { einstall || die - + dodoc AUTHORS ABOUT-NLS COPYING* ChangeLog README* INSTALL NEWS TODO } diff --git a/net-libs/soup/soup-0.7.4-r1.ebuild b/net-libs/soup/soup-0.7.4-r1.ebuild index 4ab65ecd233e..8cd4643fa6a9 100644 --- a/net-libs/soup/soup-0.7.4-r1.ebuild +++ b/net-libs/soup/soup-0.7.4-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/net-libs/soup/soup-0.7.4-r1.ebuild,v 1.4 2003/02/13 14:22:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.4-r1.ebuild,v 1.5 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl doc" @@ -46,7 +46,7 @@ src_compile() { src_install() { einstall || die - + dodoc AUTHORS ABOUT-NLS COPYING* ChangeLog README* INSTALL NEWS TODO } diff --git a/sys-cluster/ganglia-monitor-core/Manifest b/sys-cluster/ganglia-monitor-core/Manifest index 2755b12101f8..ab44bcf34ade 100644 --- a/sys-cluster/ganglia-monitor-core/Manifest +++ b/sys-cluster/ganglia-monitor-core/Manifest @@ -1,5 +1,5 @@ +MD5 9b6b443fe4f4e95248445dfab015cee0 ChangeLog 445 +MD5 0541105d03d237e66792398af9f6617e ganglia-monitor-core-2.5.3.ebuild 1209 MD5 e23252239ffa30644727a70ca8abfc4f files/digest-ganglia-monitor-core-2.5.3 78 MD5 6ea88507b7ec6a23c51a280c9cfe5da4 files/gmetad.rc 328 MD5 bdc9561d6348490789845f386576d97b files/gmond.rc 322 -MD5 e3b247c4c6f2d6d51ed18340e0158128 ganglia-monitor-core-2.5.3.ebuild 1211 -MD5 9b6b443fe4f4e95248445dfab015cee0 ChangeLog 445 diff --git a/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild b/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild index fbbd41bbe57c..c60f876a94ad 100644 --- a/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild +++ b/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild,v 1.1 2003/06/09 21:51:28 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild,v 1.2 2003/09/06 22:05:25 msterret Exp $ DESCRIPTION="Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids" HOMEPAGE="http://ganglia.sourceforge.net/" @@ -36,13 +36,13 @@ src_install() { insinto /etc doins gmond/gmond.conf doins gmetad/gmetad.conf - + doman mans/{gmetad.1,gmetric.1,gmond.1,gstat.1} dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README - + dodir /var/lib/ganglia/rrds fowners nobody.nobody /var/lib/ganglia/rrds - + exeinto /etc/init.d newexe ${FILESDIR}/gmond.rc gmond newexe ${FILESDIR}/gmetad.rc gmetad diff --git a/sys-cluster/ipvsadm/Manifest b/sys-cluster/ipvsadm/Manifest index 4138f607abc4..f2061ed17d66 100644 --- a/sys-cluster/ipvsadm/Manifest +++ b/sys-cluster/ipvsadm/Manifest @@ -1,4 +1,4 @@ -MD5 a36c2e5141746f8957e315d7e51382c4 ipvsadm-1.21.ebuild 851 MD5 65fa212409fa4b01dd7dd0b43bf1df60 ChangeLog 693 +MD5 2a7c72627a71763a8357532fc1e2dae8 ipvsadm-1.21.ebuild 846 MD5 61203435ed5dc50e2259e1df1322b779 metadata.xml 411 MD5 4701a5d41fbd71b84a132051fba6a024 files/digest-ipvsadm-1.21 63 diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21.ebuild index e067bc53aebe..46815d44c0de 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.21.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.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-cluster/ipvsadm/ipvsadm-1.21.ebuild,v 1.3 2003/08/18 23:12:16 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21.ebuild,v 1.4 2003/09/06 22:05:25 msterret Exp $ DESCRIPTION="ipvsadm is a utility to administer the IP virtual server services offered by the Linux kernel with IP virtual server support." @@ -35,5 +35,5 @@ src_install() { doexe ipvsadm einfo "" - + } diff --git a/sys-cluster/keepalived/Manifest b/sys-cluster/keepalived/Manifest index f902fc8e33af..3f4a0a2406e3 100644 --- a/sys-cluster/keepalived/Manifest +++ b/sys-cluster/keepalived/Manifest @@ -1,7 +1,7 @@ -MD5 4f5913b71a0a54f0a599134e2bfa62af keepalived-1.0.3.ebuild 1131 -MD5 5949d3555ed43e0ba7ab24927189d638 keepalived-1.1.1.ebuild 1427 MD5 b15497039017bff7b92e268cbaf8a971 ChangeLog 1303 +MD5 f892ea4da32a5cdf93f8ef481a73c9cc keepalived-1.0.3.ebuild 1133 MD5 b1f8668a9a7c709a3e0ae627712ceaf3 metadata.xml 426 -MD5 69cff859ea4eb0354fd80bd3c799c7c0 files/init-keepalived 644 +MD5 ba6766fb345df3812cbaedd253943d5c keepalived-1.1.1.ebuild 1428 MD5 693b1c8d6d57207baada85b995210ee2 files/digest-keepalived-1.0.3 68 +MD5 69cff859ea4eb0354fd80bd3c799c7c0 files/init-keepalived 644 MD5 5287ade8f42725521acc711c2660555c files/digest-keepalived-1.1.1 68 diff --git a/sys-cluster/keepalived/keepalived-1.0.3.ebuild b/sys-cluster/keepalived/keepalived-1.0.3.ebuild index 1831a7da3791..008864cc7bd7 100644 --- a/sys-cluster/keepalived/keepalived-1.0.3.ebuild +++ b/sys-cluster/keepalived/keepalived-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.0.3.ebuild,v 1.4 2003/08/18 23:07:30 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.0.3.ebuild,v 1.5 2003/09/06 22:05:25 msterret Exp $ DESCRIPTION="The main goal of the keepalived project is to add a strong & robust keepalive facility to the Linux Virtual Server project." HOMEPAGE="http://keepalived.sourceforge.net" @@ -23,7 +23,7 @@ src_compile() { src_install() { cd "${S}" - einstall + einstall exeinto /etc/init.d newexe ${FILESDIR}/init-keepalived keepalived @@ -36,7 +36,7 @@ pkg_postinst() { einfo "" einfo "If you want Linux Virtual Server support in" - einfo "keepalived then you must emerge an LVS patched" + einfo "keepalived then you must emerge an LVS patched" einfo "kernel like gentoo-sources, compile with ipvs" einfo "support either as a module or built into the" einfo "kernel, emerge the ipvsadm userland tools," diff --git a/sys-cluster/keepalived/keepalived-1.1.1.ebuild b/sys-cluster/keepalived/keepalived-1.1.1.ebuild index 8932468fa8e5..a53be1f6e7ad 100644 --- a/sys-cluster/keepalived/keepalived-1.1.1.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.1.ebuild,v 1.2 2003/08/18 23:07:30 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.1.ebuild,v 1.3 2003/09/06 22:05:25 msterret Exp $ DESCRIPTION="The main goal of the keepalived project is to add a strong & robust keepalive facility to the Linux Virtual Server project." HOMEPAGE="http://keepalived.sourceforge.net" @@ -17,12 +17,12 @@ S="${WORKDIR}/${P}" src_compile() { local myconf - + myconf="--prefix=/" use debug && myconf="${myconf} --enable-debug" # use profile && myconf="${myconf} --enable-profile" - + cd "${S}" ./configure ${myconf} || die "configure failed" emake || die "make failed (myconf=${myconf})" @@ -46,7 +46,7 @@ pkg_postinst() { einfo "" einfo "If you want Linux Virtual Server support in" - einfo "keepalived then you must emerge an LVS patched" + einfo "keepalived then you must emerge an LVS patched" einfo "kernel like gentoo-sources, compile with ipvs" einfo "support either as a module or built into the" einfo "kernel, emerge the ipvsadm userland tools," diff --git a/sys-cluster/lam-mpi/Manifest b/sys-cluster/lam-mpi/Manifest index 1955df4c7612..8b23b7bb28af 100644 --- a/sys-cluster/lam-mpi/Manifest +++ b/sys-cluster/lam-mpi/Manifest @@ -1,9 +1,9 @@ +MD5 d5879366c8eccf6d48918c37c6e9b05d ChangeLog 2232 +MD5 65ac945c484a031dfb7ef4e2cf30773c lam-mpi-6.5.6-r1.ebuild 1463 +MD5 ae375ff2817e99645cc20f005e384526 lam-mpi-6.5.7.ebuild 1376 +MD5 218d80be782fd68f7f8001b2b6ace932 lam-mpi-6.5.9-r1.ebuild 1543 +MD5 224256393cce24b833b54f3717cde114 lam-mpi-6.5.9.ebuild 1374 MD5 b2a92a68d13d42103750c61268d9ef19 files/digest-lam-mpi-6.5.6-r1 63 MD5 742d2b0cd6347d7e8403628f0d56a5d1 files/digest-lam-mpi-6.5.7 63 MD5 e897a667e2ca42d134950b2c85a4b4e3 files/digest-lam-mpi-6.5.9 63 MD5 e897a667e2ca42d134950b2c85a4b4e3 files/digest-lam-mpi-6.5.9-r1 63 -MD5 75e62696d7bf76e6d395edeb76e3abb0 lam-mpi-6.5.6-r1.ebuild 1462 -MD5 ae375ff2817e99645cc20f005e384526 lam-mpi-6.5.7.ebuild 1376 -MD5 218d80be782fd68f7f8001b2b6ace932 lam-mpi-6.5.9-r1.ebuild 1543 -MD5 224256393cce24b833b54f3717cde114 lam-mpi-6.5.9.ebuild 1374 -MD5 d5879366c8eccf6d48918c37c6e9b05d ChangeLog 2232 diff --git a/sys-cluster/lam-mpi/lam-mpi-6.5.6-r1.ebuild b/sys-cluster/lam-mpi/lam-mpi-6.5.6-r1.ebuild index 891c4a8f709b..e869e92f5a04 100644 --- a/sys-cluster/lam-mpi/lam-mpi-6.5.6-r1.ebuild +++ b/sys-cluster/lam-mpi/lam-mpi-6.5.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-cluster/lam-mpi/lam-mpi-6.5.6-r1.ebuild,v 1.1 2003/07/08 05:31:28 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-6.5.6-r1.ebuild,v 1.2 2003/09/06 22:05:25 msterret Exp $ Name="lam" S=${WORKDIR}/${Name}-${PV} @@ -34,7 +34,7 @@ src_compile() { --host="${CHOST}" --with-cflags="${CFLAGS}" \ --sysconfdir=/etc/lam-mpi \ --with-cxxflags="${CXXFLAGS}" --with-rsh="ssh -x" || die - + # sometimes emake doesn't finish since it gets ahead of itself :) make || die diff --git a/sys-cluster/mosix-user/Manifest b/sys-cluster/mosix-user/Manifest index d8622b636f89..ad0bac45dda8 100644 --- a/sys-cluster/mosix-user/Manifest +++ b/sys-cluster/mosix-user/Manifest @@ -1,6 +1,6 @@ MD5 916d2c35d8baa079ceac7b2fd0beac19 ChangeLog 1552 -MD5 803a571b73ce6340f1628ec342506d30 mosix-user-1.5.7.ebuild 1509 -MD5 13fc57e7132934a6469d45e53e8a33bf mosix-user-1.8.0.ebuild 1735 +MD5 8fb2c45a6464733e260841bb62151276 mosix-user-1.5.7.ebuild 1507 +MD5 10a688fd4fc465dd5fd8eab3b056b534 mosix-user-1.8.0.ebuild 1731 MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373 MD5 2e34d15e58268e92280e80977d3cc1d7 files/digest-mosix-user-1.5.7 63 MD5 6833450c62a97c1d22650dc6ca39a389 files/digest-mosix-user-1.8.0 60 diff --git a/sys-cluster/mosix-user/mosix-user-1.5.7.ebuild b/sys-cluster/mosix-user/mosix-user-1.5.7.ebuild index a0748749cc02..2baebb9f0672 100644 --- a/sys-cluster/mosix-user/mosix-user-1.5.7.ebuild +++ b/sys-cluster/mosix-user/mosix-user-1.5.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-cluster/mosix-user/mosix-user-1.5.7.ebuild,v 1.2 2003/02/13 16:24:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mosix-user/mosix-user-1.5.7.ebuild,v 1.3 2003/09/06 22:05:25 msterret Exp $ S=${WORKDIR}/user DESCRIPTION="User-land utilities for MOSIX process migration (clustering) software" @@ -13,10 +13,10 @@ DEPEND=">=sys-libs/ncurses-5.2" src_unpack() { mkdir ${S}; cd ${S} - tar -xz --no-same-owner -f ${DISTDIR}/${A} MOSIX-${PV}/user.tar MOSIX-${PV}/manuals.tar + tar -xz --no-same-owner -f ${DISTDIR}/${A} MOSIX-${PV}/user.tar MOSIX-${PV}/manuals.tar mv MOSIX-${PV}/*.tar . rm -rf MOSIX-${PV} - tar -x --no-same-owner -f user.tar -C ${S} + tar -x --no-same-owner -f user.tar -C ${S} tar -x --no-same-owner -f manuals.tar -C ${S} } @@ -34,9 +34,9 @@ src_compile() { src_install() { cd ${S} make ROOT=${D} PREFIX=${D}/usr install - dodir /usr/share + dodir /usr/share cd ${D}/usr - mv man share + mv man share exeinto /etc/init.d newexe ${FILESDIR}/mosix.init mosix insinto /etc diff --git a/sys-cluster/mosix-user/mosix-user-1.8.0.ebuild b/sys-cluster/mosix-user/mosix-user-1.8.0.ebuild index f8c5fd96076b..9edf1ec1e9d2 100644 --- a/sys-cluster/mosix-user/mosix-user-1.8.0.ebuild +++ b/sys-cluster/mosix-user/mosix-user-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mosix-user/mosix-user-1.8.0.ebuild,v 1.3 2003/03/03 12:55:39 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mosix-user/mosix-user-1.8.0.ebuild,v 1.4 2003/09/06 22:05:25 msterret Exp $ S=${WORKDIR}/user DESCRIPTION="User-land utilities for MOSIX process migration (clustering) software" @@ -23,10 +23,10 @@ pkg_setup() { src_unpack() { mkdir ${S}; cd ${S} - tar -xz --no-same-owner -f ${DISTDIR}/${A} MOSIX-${PV}/user.tar MOSIX-${PV}/manuals.tar + tar -xz --no-same-owner -f ${DISTDIR}/${A} MOSIX-${PV}/user.tar MOSIX-${PV}/manuals.tar mv MOSIX-${PV}/*.tar . rm -rf MOSIX-${PV} - tar -x --no-same-owner -f user.tar -C ${S} + tar -x --no-same-owner -f user.tar -C ${S} tar -x --no-same-owner -f manuals.tar -C ${S} } @@ -44,9 +44,9 @@ src_compile() { src_install() { cd ${S} make ROOT=${D} PREFIX=${D}/usr install - dodir /usr/share + dodir /usr/share cd ${D}/usr - mv man share + mv man share exeinto /etc/init.d newexe ${FILESDIR}/mosix.init mosix insinto /etc diff --git a/sys-cluster/mpich/Manifest b/sys-cluster/mpich/Manifest index 1a3f42986ab2..dc23df1becaf 100644 --- a/sys-cluster/mpich/Manifest +++ b/sys-cluster/mpich/Manifest @@ -1,7 +1,7 @@ MD5 573d5ce0a20dcd59384b43e7f57ce8db ChangeLog 666 MD5 4b38b09f2fe9d73faaf116d1571d5032 mpich-1.2.4.ebuild 1034 -MD5 361707ebd24d2e4bfb70211e05d117df mpich-1.2.5-r1.ebuild 2666 MD5 ee74f2466fa818355b93044f49bb0e6a mpich-1.2.5.ebuild 1795 +MD5 a96171fd03b9fbf0a5c6873bee8d9c82 mpich-1.2.5-r1.ebuild 2663 MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373 MD5 ebdab2cb4d8e0c12320ba3625033b2e8 files/digest-mpich-1.2.4 65 MD5 08007da1bd4dcd9f6e1c4b3c08d0bb1b files/digest-mpich-1.2.5 65 diff --git a/sys-cluster/mpich/mpich-1.2.5-r1.ebuild b/sys-cluster/mpich/mpich-1.2.5-r1.ebuild index 5307361ca9e8..346f4b19c6d8 100644 --- a/sys-cluster/mpich/mpich-1.2.5-r1.ebuild +++ b/sys-cluster/mpich/mpich-1.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.5-r1.ebuild,v 1.1 2003/06/03 12:01:58 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.5-r1.ebuild,v 1.2 2003/09/06 22:05:25 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="MPICH - A portable MPI implementation" @@ -30,7 +30,7 @@ src_compile() { fi export RSHCOMMAND - + ./configure \ --mandir=/usr/share/man \ --prefix=/usr || die @@ -56,7 +56,7 @@ src_install() { P=${PSave} - if use doc; then + if use doc; then dodir /usr/share/doc/${PF} mv ${D}/usr/doc/* ${D}/usr/share/doc/${PF} rmdir ${D}/usr/doc/ @@ -81,7 +81,7 @@ src_install() { use doc && mv ${D}/usr/www ${D}/usr/share/doc/${PF}/html use doc || rm -rf ${D}/usr/www - # Dont let users deinstall without portage + # Dont let users deinstall without portage rm ${D}/usr/sbin/mpiuninstall # We dont have a real DESTDIR, so we have to fix all the files @@ -91,7 +91,7 @@ src_install() { dosed /usr/bin/mpireconfig /usr/bin/mpireconfig.dat dosed /usr/bin/mpereconfig /usr/bin/mpereconfig.dat - dosed /usr/share/mpich/examples1/Makefile + dosed /usr/share/mpich/examples1/Makefile dosed /usr/share/mpich/examples2/Makefile dosed /usr/share/mpich/jumpshot-3/bin/jumpshot dosed /usr/share/mpich/jumpshot-3/bin/slog_print diff --git a/sys-cluster/openmosix-user/Manifest b/sys-cluster/openmosix-user/Manifest index dea4d4e938a4..d31a9015480f 100644 --- a/sys-cluster/openmosix-user/Manifest +++ b/sys-cluster/openmosix-user/Manifest @@ -1,21 +1,21 @@ MD5 1acfa4e0580b20a9c2447c9da94728f8 ChangeLog 3084 -MD5 e21d23eb9248958047f0f443fe7049fd openmosix-user-0.3-r1.ebuild 2831 -MD5 131c4803f4d8b9d1d7b6f30472fb3f8a openmosix-user-0.3-r2.ebuild 2434 -MD5 31ab641339939de36b5bbf012e013b90 openmosix-user-0.3-r3.ebuild 2434 -MD5 010bdc7b672f424e9dcce6c218591648 openmosix-user-0.3-r4.ebuild 2434 -MD5 967b8f6d44babc659304d466aab9d168 openmosix-user-0.3.2.ebuild 2408 -MD5 df0100b47de90d3d9273794b33c76090 openmosix-user-0.3.3.ebuild 2409 -MD5 84f69caf636e94ad8e5267b67dd3d4a3 openmosix-user-0.3.ebuild 2431 -MD5 b41e538ab779ae94662619119d88c7c6 openmosix-user-0.3.4.ebuild 2410 +MD5 82b0b60fefbb4ee0deaadbb0a8ffaacf openmosix-user-0.3-r4.ebuild 2434 +MD5 ad08bbc34ca8255efacb87d3174f8905 openmosix-user-0.3.2.ebuild 2408 +MD5 e2b42f13a47aaa70569dea54b2583d4c openmosix-user-0.3.3.ebuild 2409 +MD5 33a0d2c900a4d5c99e54cf0f0b959225 openmosix-user-0.3.4.ebuild 2410 +MD5 2c3d5c43472c196c294c6205767859f0 openmosix-user-0.3.ebuild 2431 +MD5 2e08b0a909a6acb76edc6372f11a5131 openmosix-user-0.3-r1.ebuild 2831 +MD5 2a20dcca69a2fdee593f9a06abf9b1c0 openmosix-user-0.3-r2.ebuild 2434 +MD5 9a9a20696f91c68e9522bf351b6b5a9d openmosix-user-0.3-r3.ebuild 2434 MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373 -MD5 1a83df8e8607ccf902f056b08fe43df2 files/digest-openmosix-user-0.3 68 -MD5 1a83df8e8607ccf902f056b08fe43df2 files/digest-openmosix-user-0.3-r1 68 -MD5 1a83df8e8607ccf902f056b08fe43df2 files/digest-openmosix-user-0.3-r2 68 -MD5 1a83df8e8607ccf902f056b08fe43df2 files/digest-openmosix-user-0.3-r3 68 MD5 1a83df8e8607ccf902f056b08fe43df2 files/digest-openmosix-user-0.3-r4 68 MD5 04d066799df9a26748327c14ec14f908 files/digest-openmosix-user-0.3.2 73 MD5 93de05f0abb949a9bdb9822fb7240cac files/digest-openmosix-user-0.3.3 73 +MD5 25dcd82590aa8f31e939aa58097be907 files/digest-openmosix-user-0.3.4 74 +MD5 1a83df8e8607ccf902f056b08fe43df2 files/digest-openmosix-user-0.3 68 MD5 8bba8ee22957c18e2fce4c810644323e files/mosix.map 382 MD5 62fdfc11ad80c04617526a61b275fed8 files/openmosix.init 2741 MD5 8bba8ee22957c18e2fce4c810644323e files/openmosix.map 382 -MD5 25dcd82590aa8f31e939aa58097be907 files/digest-openmosix-user-0.3.4 74 +MD5 1a83df8e8607ccf902f056b08fe43df2 files/digest-openmosix-user-0.3-r1 68 +MD5 1a83df8e8607ccf902f056b08fe43df2 files/digest-openmosix-user-0.3-r2 68 +MD5 1a83df8e8607ccf902f056b08fe43df2 files/digest-openmosix-user-0.3-r3 68 diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild index 0b6a8996ad41..ed1218e57992 100644 --- a/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild +++ b/sys-cluster/openmosix-user/openmosix-user-0.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-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild,v 1.4 2003/05/01 22:37:09 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild,v 1.5 2003/09/06 22:05:25 msterret Exp $ S=${WORKDIR}/openmosix-tools-${PV} DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="x86 -ppc -sparc -alpha" pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then + if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then eerror eerror "Your linux kernel sources do not appear to be openmosix," eerror "please check your /usr/src/linux symlink." diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3-r2.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3-r2.ebuild index 92ca6b6cbcec..1c7a05a34331 100644 --- a/sys-cluster/openmosix-user/openmosix-user-0.3-r2.ebuild +++ b/sys-cluster/openmosix-user/openmosix-user-0.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-cluster/openmosix-user/openmosix-user-0.3-r2.ebuild,v 1.1 2003/05/02 09:41:06 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3-r2.ebuild,v 1.2 2003/09/06 22:05:25 msterret Exp $ S=${WORKDIR}/openmosix-tools-${PV} DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="x86 -ppc -sparc -alpha" pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then + if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then eerror eerror "Your linux kernel sources do not appear to be openmosix," eerror "please check your /usr/src/linux symlink." diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3-r3.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3-r3.ebuild index 65c7184e0e57..559b6f35ce70 100644 --- a/sys-cluster/openmosix-user/openmosix-user-0.3-r3.ebuild +++ b/sys-cluster/openmosix-user/openmosix-user-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-cluster/openmosix-user/openmosix-user-0.3-r3.ebuild,v 1.2 2003/05/08 22:42:20 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3-r3.ebuild,v 1.3 2003/09/06 22:05:25 msterret Exp $ S=${WORKDIR}/openmosix-tools-${PV} DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="x86 -ppc -sparc -alpha" pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then + if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then eerror eerror "Your linux kernel sources do not appear to be openmosix," eerror "please check your /usr/src/linux symlink." diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3-r4.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3-r4.ebuild index a794b90a9f66..5f0d0b1e8404 100644 --- a/sys-cluster/openmosix-user/openmosix-user-0.3-r4.ebuild +++ b/sys-cluster/openmosix-user/openmosix-user-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-cluster/openmosix-user/openmosix-user-0.3-r4.ebuild,v 1.1 2003/05/12 21:36:08 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3-r4.ebuild,v 1.2 2003/09/06 22:05:25 msterret Exp $ S=${WORKDIR}/openmosix-tools-${PV} DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="x86 -ppc -sparc -alpha" pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then + if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then eerror eerror "Your linux kernel sources do not appear to be openmosix," eerror "please check your /usr/src/linux symlink." diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3.2.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3.2.ebuild index 9c907575d470..c9bc20af7294 100644 --- a/sys-cluster/openmosix-user/openmosix-user-0.3.2.ebuild +++ b/sys-cluster/openmosix-user/openmosix-user-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3.2.ebuild,v 1.1 2003/06/09 13:36:02 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3.2.ebuild,v 1.2 2003/09/06 22:05:25 msterret Exp $ S=${WORKDIR}/openmosix-tools-${PV} DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="x86 -ppc -sparc -alpha" pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then + if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then eerror eerror "Your linux kernel sources do not appear to be openmosix," eerror "please check your /usr/src/linux symlink." diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3.3.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3.3.ebuild index 7b3a93b94ccc..632280af5a88 100644 --- a/sys-cluster/openmosix-user/openmosix-user-0.3.3.ebuild +++ b/sys-cluster/openmosix-user/openmosix-user-0.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3.3.ebuild,v 1.1 2003/06/13 19:55:37 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3.3.ebuild,v 1.2 2003/09/06 22:05:25 msterret Exp $ S=${WORKDIR}/openmosix-tools-${PV} DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="x86 -ppc -sparc -alpha" pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then + if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then eerror eerror "Your linux kernel sources do not appear to be openmosix," eerror "please check your /usr/src/linux symlink." diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3.4.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3.4.ebuild index 6eb66c2986c2..b59db91e4067 100644 --- a/sys-cluster/openmosix-user/openmosix-user-0.3.4.ebuild +++ b/sys-cluster/openmosix-user/openmosix-user-0.3.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-cluster/openmosix-user/openmosix-user-0.3.4.ebuild,v 1.1 2003/06/22 20:36:29 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3.4.ebuild,v 1.2 2003/09/06 22:05:25 msterret Exp $ S=${WORKDIR}/openmosix-tools-${PV} DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="x86 -ppc -sparc -alpha" pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then + if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then eerror eerror "Your linux kernel sources do not appear to be openmosix," eerror "please check your /usr/src/linux symlink." diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3.ebuild index 761d20d07cc7..3e9930d8b101 100644 --- a/sys-cluster/openmosix-user/openmosix-user-0.3.ebuild +++ b/sys-cluster/openmosix-user/openmosix-user-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3.ebuild,v 1.3 2003/04/14 19:46:02 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3.ebuild,v 1.4 2003/09/06 22:05:25 msterret Exp $ S=${WORKDIR}/openmosix-tools-${PV} DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="x86 -ppc -sparc -alpha" pkg_setup() { - if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then + if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then eerror eerror "Your linux kernel sources do not appear to be openmosix," eerror "please check your /usr/src/linux symlink." diff --git a/sys-cluster/xmlsysd/Manifest b/sys-cluster/xmlsysd/Manifest index 896b3294fc47..0dc3cca89ee2 100644 --- a/sys-cluster/xmlsysd/Manifest +++ b/sys-cluster/xmlsysd/Manifest @@ -1,4 +1,4 @@ MD5 a21cdac831163d790e4670d33e938392 ChangeLog 357 -MD5 4ee7707cbf5edd4a908e48a006d38fd3 xmlsysd-0.1.5.ebuild 1214 +MD5 146be4469db28fe410d7c0a4639d535f xmlsysd-0.1.5.ebuild 1218 MD5 0528b886e5382516cbe9c57dbaa814ab files/digest-xmlsysd-0.1.5 56 MD5 12fc753f112c9c92326cb50caf79a3c8 files/xmlsysd.xinetd 621 diff --git a/sys-cluster/xmlsysd/xmlsysd-0.1.5.ebuild b/sys-cluster/xmlsysd/xmlsysd-0.1.5.ebuild index 6403d5800a81..eca7cbaec893 100644 --- a/sys-cluster/xmlsysd/xmlsysd-0.1.5.ebuild +++ b/sys-cluster/xmlsysd/xmlsysd-0.1.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-cluster/xmlsysd/xmlsysd-0.1.5.ebuild,v 1.1 2003/08/28 23:37:47 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xmlsysd/xmlsysd-0.1.5.ebuild,v 1.2 2003/09/06 22:05:25 msterret Exp $ DESCRIPTION="A beowulf monitor daemon." SRC_URI="http://www.phy.duke.edu/~rgb/Beowulf/xmlsysd/${PN}.tgz" @@ -48,4 +48,4 @@ pkg_config() { echo "xmlsysd 7887/tcp # xmlsysd remote system stats" >> /etc/services einfo "Added xmlsysd to /etc/services" } - + diff --git a/x11-base/kdrive/Manifest b/x11-base/kdrive/Manifest index c6570c2f9195..0ea99d7cb280 100644 --- a/x11-base/kdrive/Manifest +++ b/x11-base/kdrive/Manifest @@ -1,4 +1,4 @@ -MD5 c1fefd05eb62aac375b37a764c0be440 files/digest-kdrive-4.3.0 253 MD5 c88abb21bc1e65da8dcabe3ed1535849 ChangeLog 501 -MD5 0dcdbf0eb7f57a4d33f556b7e4fad0a8 kdrive-4.3.0.ebuild 10332 +MD5 311dccc5209ba55661c847eaa98eae7f kdrive-4.3.0.ebuild 10315 MD5 a1c3090581323032b75d0416d74ced9e metadata.xml 251 +MD5 c1fefd05eb62aac375b37a764c0be440 files/digest-kdrive-4.3.0 253 diff --git a/x11-base/kdrive/kdrive-4.3.0.ebuild b/x11-base/kdrive/kdrive-4.3.0.ebuild index 606effc841c7..b69492d28bfa 100644 --- a/x11-base/kdrive/kdrive-4.3.0.ebuild +++ b/x11-base/kdrive/kdrive-4.3.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/x11-base/kdrive/kdrive-4.3.0.ebuild,v 1.3 2003/08/03 04:43:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/kdrive/kdrive-4.3.0.ebuild,v 1.4 2003/09/06 22:07:08 msterret Exp $ # If you don't want to build the Xvesa server, do this. # VESA="no" emerge kdrive @@ -72,7 +72,7 @@ DEPEND=">=sys-apps/baselayout-1.8.3 dev-lang/perl media-libs/libpng app-arch/unzip - pam? ( >=sys-libs/pam-0.75 )" + pam? ( >=sys-libs/pam-0.75 )" PROVIDE="virtual/x11" @@ -113,10 +113,10 @@ src_unpack() { #define ServerXdmcpDefines -DXDMCP #define BuildFonts NO" >>config/cf/host.def - # As far as I know, you can't use Xwrapper for multiple X servers, + # As far as I know, you can't use Xwrapper for multiple X servers, # so we have to suid Xfbdev and Xvesa. mharris (redhat) also does # this. - echo "#define InstallXserverSetUID YES" >> config/cf/host.def + echo "#define InstallXserverSetUID YES" >> config/cf/host.def echo "#define BuildServersOnly YES" >> config/cf/host.def # Bug #12775 .. fails with -Os. @@ -208,7 +208,7 @@ src_unpack() { if use xinerama &>/dev/null then echo "#define BuildXinerama YES" >> config/cf/host.def - # Don't know if this is necessary. Probably. + # Don't know if this is necessary. Probably. echo "#define BuildXineramaLibrary YES" >> config/cf/host.def fi @@ -231,37 +231,37 @@ src_unpack() { echo "#define XSavageServer YES" >> config/cf/host.def fi - if vcards trident &>/dev/null + if vcards trident &>/dev/null then echo "#define XTridentServer YES" >> config/cf/host.def fi - if vcards sis &>/dev/null + if vcards sis &>/dev/null then echo "#define XSis530Server YES" >> config/cf/host.def fi - if vcards trio &>/dev/null + if vcards trio &>/dev/null then echo "#define XTrioServer YES" >> config/cf/host.def fi - if vcards ts300 &>/dev/null + if vcards ts300 &>/dev/null then echo "#define XTS300Server YES" >> config/cf/host.def - fi + fi - if vcards igs &>/dev/null + if vcards igs &>/dev/null then echo "#define XIgsServer YES" >> config/cf/host.def - fi + fi - if vcards i810 &>/dev/null + if vcards i810 &>/dev/null then echo "#define Xi810Server YES" >> config/cf/host.def fi - if vcards mach64 &>/dev/null + if vcards mach64 &>/dev/null then echo "#define Xmach64Server YES" >> config/cf/host.def fi @@ -321,37 +321,37 @@ src_install() { fperms 4755 /usr/X11R6/bin/Xtrident fi - if vcards sis &>/dev/null + if vcards sis &>/dev/null then doexe programs/Xserver/Xsis530 fperms 4755 /usr/X11R6/bin/Xsis530 fi - if vcards trio &>/dev/null + if vcards trio &>/dev/null then doexe programs/Xserver/Xtrio fperms 4755 /usr/X11R6/bin/Xtrio fi - if vcards ts300 &>/dev/null + if vcards ts300 &>/dev/null then doexe programs/Xserver/Xts300 fperms 4755 /usr/X11R6/bin/Xts300 fi - if vcards igs &>/dev/null + if vcards igs &>/dev/null then doexe programs/Xserver/Xigs fperms 4755 /usr/X11R6/bin/Xigs fi - if vcards i810 &>/dev/null + if vcards i810 &>/dev/null then doexe programs/Xserver/Xi810 fperms 4755 /usr/X11R6/bin/Xi810 fi - if vcards mach64 &>/dev/null + if vcards mach64 &>/dev/null then doexe programs/Xserver/Xmach64 fperms 4755 /usr/X11R6/bin/Xmach64 diff --git a/x11-base/xdirectfb/Manifest b/x11-base/xdirectfb/Manifest index 523f6b6d7277..6821b3c704be 100644 --- a/x11-base/xdirectfb/Manifest +++ b/x11-base/xdirectfb/Manifest @@ -1,11 +1,12 @@ -MD5 a47ea13f87798e778f6c07c7fd13e017 xdirectfb-1.0_rc5.ebuild 2217 -MD5 f51f3894349592b6e5ac76cbce21abe9 xdirectfb-1.0_rc3-r1.ebuild 2288 -MD5 b297c783d550bd25c2e6f9d08ee0644a xdirectfb-1.0_rc4.ebuild 2215 MD5 6479766006c2b15175b1112da9c735b5 ChangeLog 1871 +MD5 85230a85f54d796f20060e5c076782c2 xdirectfb-1.0_rc3-r1.ebuild 2281 +MD5 6c41e45b4068bbce5ec748368c69565e xdirectfb-1.0_rc4.ebuild 2208 +MD5 ae99b2934af50336012e6334eba13f5b xdirectfb-1.0_rc5.ebuild 2208 +MD5 389353a5436482e8c713963708ebd314 metadata.xml 280 +MD5 53e2b736d916f4e4dbb287b52526f564 files/.dfbserverrc 940 +MD5 d38fb61c0ade184ffc8e4c080f25ea28 files/dfbserverrc 38 +MD5 6b4cf0b5bc65aa9dc38dd761cba3bb02 files/digest-xdirectfb-1.0_rc3-r1 392 MD5 c065c19fb9d093bb5722c48973e0d3de files/digest-xdirectfb-1.0_rc4 545 -MD5 9a4c7f56baea15b31baeaca510ca5cc5 files/digest-xdirectfb-1.0_rc5 545 MD5 624e3d1ac258cc5835e6176f2102da5e files/host.def 172 -MD5 d38fb61c0ade184ffc8e4c080f25ea28 files/dfbserverrc 38 MD5 d1bc78938748c36ba47bf119d923dfdb files/startxdfb 1436 -MD5 53e2b736d916f4e4dbb287b52526f564 files/.dfbserverrc 940 -MD5 6b4cf0b5bc65aa9dc38dd761cba3bb02 files/digest-xdirectfb-1.0_rc3-r1 392 +MD5 9a4c7f56baea15b31baeaca510ca5cc5 files/digest-xdirectfb-1.0_rc5 545 diff --git a/x11-base/xdirectfb/xdirectfb-1.0_rc3-r1.ebuild b/x11-base/xdirectfb/xdirectfb-1.0_rc3-r1.ebuild index 4dc30cbdaaba..94f28484d44b 100644 --- a/x11-base/xdirectfb/xdirectfb-1.0_rc3-r1.ebuild +++ b/x11-base/xdirectfb/xdirectfb-1.0_rc3-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/x11-base/xdirectfb/xdirectfb-1.0_rc3-r1.ebuild,v 1.3 2003/03/11 21:11:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xdirectfb/xdirectfb-1.0_rc3-r1.ebuild,v 1.4 2003/09/06 22:07:08 msterret Exp $ inherit eutils @@ -31,16 +31,16 @@ DEPEND=">=sys-libs/ncurses-5.1 sys-devel/flex dev-lang/perl >=dev-libs/DirectFB-0.9.16" - + src_unpack () { unpack ${A} cd ${X} - cp xc-directfb.diff ${S} + cp xc-directfb.diff ${S} cp -a programs/Xserver/hw/directfb ${S}/programs/Xserver/hw cp ${X}/config/cf/* ${S}/config/cf cp ${FILESDIR}/host.def ${S}/config/cf/ - + cd ${S} epatch ./xc-directfb.diff @@ -54,7 +54,7 @@ src_unpack () { sed "s:DSPF_RGB15:DSPF_ARGB1555:g" \ ${T}/rootlessDirectFB.c > rootlessDirectFB.c - + } src_compile() { @@ -65,8 +65,8 @@ src_install() { # make install DESTDIR=${D} exeinto /usr/X11R6/bin - doexe ${S}/programs/Xserver/XDirectFB - doexe ${FILESDIR}/startxdfb + doexe ${S}/programs/Xserver/XDirectFB + doexe ${FILESDIR}/startxdfb mv ${S}/programs/Xserver/hw/directfb/XDirectFB._man ./XDirectFB.1x insinto /usr/X11R6/man/man1 @@ -75,9 +75,9 @@ src_install() { dodir /etc/X11/xinit cp ${FILESDIR}/.dfbserverrc ${D}/etc/skel cp ${FILESDIR}/dfbserverrc ${D}/etc/X11/xinit - + dohtml ${S}/programs/Xserver/hw/directfb/XDirectFB.1x.html - + cd ${X} dodoc AUTHORS ChangeLog INSTALL README TODO } diff --git a/x11-base/xdirectfb/xdirectfb-1.0_rc4.ebuild b/x11-base/xdirectfb/xdirectfb-1.0_rc4.ebuild index 49986b4a3e0b..7d60a0aac92b 100644 --- a/x11-base/xdirectfb/xdirectfb-1.0_rc4.ebuild +++ b/x11-base/xdirectfb/xdirectfb-1.0_rc4.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/x11-base/xdirectfb/xdirectfb-1.0_rc4.ebuild,v 1.2 2003/04/04 21:55:05 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xdirectfb/xdirectfb-1.0_rc4.ebuild,v 1.3 2003/09/06 22:07:08 msterret Exp $ inherit eutils @@ -34,16 +34,16 @@ DEPEND=">=sys-libs/ncurses-5.1 sys-devel/flex dev-lang/perl >=dev-libs/DirectFB-0.9.17" - + src_unpack () { unpack ${A} cd ${X} - cp xc-directfb.diff ${S} + cp xc-directfb.diff ${S} cp -a programs/Xserver/hw/directfb ${S}/programs/Xserver/hw cp ${X}/config/cf/* ${S}/config/cf cp ${FILESDIR}/host.def ${S}/config/cf/ - + cd ${S} epatch ./xc-directfb.diff @@ -57,7 +57,7 @@ src_unpack () { sed "s:DSPF_RGB15:DSPF_ARGB1555:g" \ ${T}/rootlessDirectFB.c > rootlessDirectFB.c - + } src_compile() { @@ -68,8 +68,8 @@ src_install() { # make install DESTDIR=${D} exeinto /usr/X11R6/bin - doexe ${S}/programs/Xserver/XDirectFB - doexe ${FILESDIR}/startxdfb + doexe ${S}/programs/Xserver/XDirectFB + doexe ${FILESDIR}/startxdfb mv ${S}/programs/Xserver/hw/directfb/XDirectFB._man ./XDirectFB.1x insinto /usr/X11R6/man/man1 @@ -78,9 +78,9 @@ src_install() { dodir /etc/X11/xinit cp ${FILESDIR}/.dfbserverrc ${D}/etc/skel cp ${FILESDIR}/dfbserverrc ${D}/etc/X11/xinit - + dohtml ${S}/programs/Xserver/hw/directfb/XDirectFB.1x.html - + cd ${X} dodoc AUTHORS ChangeLog INSTALL README TODO } diff --git a/x11-base/xdirectfb/xdirectfb-1.0_rc5.ebuild b/x11-base/xdirectfb/xdirectfb-1.0_rc5.ebuild index d0750a7b74d8..ecaecef5546b 100644 --- a/x11-base/xdirectfb/xdirectfb-1.0_rc5.ebuild +++ b/x11-base/xdirectfb/xdirectfb-1.0_rc5.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/x11-base/xdirectfb/xdirectfb-1.0_rc5.ebuild,v 1.1 2003/06/25 13:02:00 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xdirectfb/xdirectfb-1.0_rc5.ebuild,v 1.2 2003/09/06 22:07:08 msterret Exp $ inherit eutils @@ -34,16 +34,16 @@ DEPEND=">=sys-libs/ncurses-5.1 sys-devel/flex dev-lang/perl >=dev-libs/DirectFB-0.9.17" - + src_unpack () { unpack ${A} cd ${X} - cp xc-directfb.diff ${S} + cp xc-directfb.diff ${S} cp -a programs/Xserver/hw/directfb ${S}/programs/Xserver/hw cp ${X}/config/cf/* ${S}/config/cf cp ${FILESDIR}/host.def ${S}/config/cf/ - + cd ${S} epatch ./xc-directfb.diff @@ -57,7 +57,7 @@ src_unpack () { sed "s:DSPF_RGB15:DSPF_ARGB1555:g" \ ${T}/rootlessDirectFB.c > rootlessDirectFB.c - + } src_compile() { @@ -68,8 +68,8 @@ src_install() { # make install DESTDIR=${D} exeinto /usr/X11R6/bin - doexe ${S}/programs/Xserver/XDirectFB - doexe ${FILESDIR}/startxdfb + doexe ${S}/programs/Xserver/XDirectFB + doexe ${FILESDIR}/startxdfb mv ${S}/programs/Xserver/hw/directfb/XDirectFB._man ./XDirectFB.1x insinto /usr/X11R6/man/man1 @@ -78,9 +78,9 @@ src_install() { dodir /etc/X11/xinit cp ${FILESDIR}/.dfbserverrc ${D}/etc/skel cp ${FILESDIR}/dfbserverrc ${D}/etc/X11/xinit - + dohtml ${S}/programs/Xserver/hw/directfb/XDirectFB.1x.html - + cd ${X} dodoc AUTHORS ChangeLog INSTALL README TODO } |