diff options
Diffstat (limited to 'dev-libs')
188 files changed, 603 insertions, 603 deletions
diff --git a/dev-libs/DirectFB/DirectFB-0.9.12.ebuild b/dev-libs/DirectFB/DirectFB-0.9.12.ebuild index 0a5847e1ef28..8395589cba3e 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.12.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.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/dev-libs/DirectFB/DirectFB-0.9.12.ebuild,v 1.13 2003/08/06 13:34:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.12.ebuild,v 1.14 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="a thin library that sits on top of the Linux framebuffer devices" HOMEPAGE="http://www.directfb.org/" @@ -32,7 +32,7 @@ src_unpack() { src_compile() { local myconf="" - + # Bug in the ./configure script that breaks if you # have --enable-mmx use mmx \ @@ -44,11 +44,11 @@ src_compile() { # && myconf="${myconf} --enable-avifile" \ # || myconf="${myconf} --disable-avifile" myconf="${myconf} --disable-avifile" - + use mpeg \ && myconf="${myconf} --enable-libmpeg3" \ || myconf="${myconf} --disable-libmpeg3" - + use jpeg \ && myconf="${myconf} --enable-jpeg" \ @@ -65,14 +65,14 @@ src_compile() { use truetype \ && myconf="${myconf} --enable-freetype" \ || myconf="${myconf} --disable-freetype" - + econf ${myconf} || die use mpeg && ( \ cd ${S}/interfaces/IDirectFBVideoProvider cp idirectfbvideoprovider_libmpeg3.c \ idirectfbvideoprovider_libmpeg3.c.orig - + sed s':#include <libmpeg3.h>:#include <libmpeg3/libmpeg3.h>:' \ idirectfbvideoprovider_libmpeg3.c.orig > \ idirectfbvideoprovider_libmpeg3.c @@ -83,7 +83,7 @@ src_compile() { } src_install () { - + insinto /etc doins fb.modes diff --git a/dev-libs/DirectFB/DirectFB-0.9.16-r1.ebuild b/dev-libs/DirectFB/DirectFB-0.9.16-r1.ebuild index 230288e58cba..c9e81eed9ef4 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.16-r1.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.16-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/dev-libs/DirectFB/DirectFB-0.9.16-r1.ebuild,v 1.7 2003/08/06 13:34:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.16-r1.ebuild,v 1.8 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Thin library on top of the Linux framebuffer devices" HOMEPAGE="http://www.directfb.org/" @@ -31,7 +31,7 @@ src_unpack() { src_compile() { local myconf="" - + # Bug in the ./configure script that breaks if you # have --enable-mmx use mmx \ @@ -45,7 +45,7 @@ src_compile() { use mpeg \ && myconf="${myconf} --enable-libmpeg3" \ || myconf="${myconf} --disable-libmpeg3" - + use jpeg \ && myconf="${myconf} --enable-jpeg" \ || myconf="${myconf} --disable-jpeg" @@ -68,7 +68,7 @@ src_compile() { use mpeg && ( \ cd ${S}/interfaces/IDirectFBVideoProvider cp idirectfbvideoprovider_libmpeg3.c ${T} - + sed s':#include <libmpeg3.h>:#include <libmpeg3/libmpeg3.h>:' \ ${T}/idirectfbvideoprovider_libmpeg3.c > \ idirectfbvideoprovider_libmpeg3.c diff --git a/dev-libs/DirectFB/DirectFB-0.9.16.ebuild b/dev-libs/DirectFB/DirectFB-0.9.16.ebuild index 19fe6e7df6f9..cfca25c2abe1 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.16.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.16.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/dev-libs/DirectFB/DirectFB-0.9.16.ebuild,v 1.6 2003/08/06 13:34:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.16.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="thin library on top of the Linux framebuffer devices" HOMEPAGE="http://www.directfb.org/" @@ -32,7 +32,7 @@ src_unpack() { src_compile() { local myconf="" - + # Bug in the ./configure script that breaks if you # have --enable-mmx use mmx \ @@ -48,11 +48,11 @@ src_compile() { # && myconf="${myconf} --enable-avifile" \ # || myconf="${myconf} --disable-avifile" myconf="${myconf} --disable-avifile" - + use mpeg \ && myconf="${myconf} --enable-libmpeg3" \ || myconf="${myconf} --disable-libmpeg3" - + use sdl \ && myconf="${myconf} --enable-sdl" \ || myconf="${myconf} --disable-sdl" @@ -86,7 +86,7 @@ src_compile() { cd ${S}/interfaces/IDirectFBVideoProvider cp idirectfbvideoprovider_libmpeg3.c \ idirectfbvideoprovider_libmpeg3.c.orig - + sed s':#include <libmpeg3.h>:#include <libmpeg3/libmpeg3.h>:' \ idirectfbvideoprovider_libmpeg3.c.orig > \ idirectfbvideoprovider_libmpeg3.c diff --git a/dev-libs/DirectFB/DirectFB-0.9.17.ebuild b/dev-libs/DirectFB/DirectFB-0.9.17.ebuild index 85985e03df49..549280efa274 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.17.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.17.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/dev-libs/DirectFB/DirectFB-0.9.17.ebuild,v 1.4 2003/08/06 13:34:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.17.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Thin library on top of the Linux framebuffer devices" HOMEPAGE="http://www.directfb.org/" @@ -41,7 +41,7 @@ src_compile() { use mpeg && { \ cd ${S}/interfaces/IDirectFBVideoProvider cp idirectfbvideoprovider_libmpeg3.c ${T} - + sed s':#include <libmpeg3.h>:#include <libmpeg3/libmpeg3.h>:' \ ${T}/idirectfbvideoprovider_libmpeg3.c > \ idirectfbvideoprovider_libmpeg3.c diff --git a/dev-libs/DirectFB/DirectFB-0.9.18.ebuild b/dev-libs/DirectFB/DirectFB-0.9.18.ebuild index 76c2425333a9..4be32d77c298 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.18.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.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/dev-libs/DirectFB/DirectFB-0.9.18.ebuild,v 1.4 2003/08/06 13:34:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.18.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Thin library on top of the Linux framebuffer devices" HOMEPAGE="http://www.directfb.org/" @@ -41,7 +41,7 @@ src_compile() { use mpeg && { \ cd ${S}/interfaces/IDirectFBVideoProvider cp idirectfbvideoprovider_libmpeg3.c ${T} - + sed s':#include <libmpeg3.h>:#include <libmpeg3/libmpeg3.h>:' \ ${T}/idirectfbvideoprovider_libmpeg3.c > \ idirectfbvideoprovider_libmpeg3.c diff --git a/dev-libs/DirectFB/DirectFB-0.9.19-r1.ebuild b/dev-libs/DirectFB/DirectFB-0.9.19-r1.ebuild index aac1b294af1f..254b17fc47f5 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.19-r1.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.19-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.19-r1.ebuild,v 1.2 2003/08/06 13:34:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.19-r1.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Thin library on top of the Linux framebuffer devices" HOMEPAGE="http://www.directfb.org/" @@ -43,7 +43,7 @@ src_compile() { use mpeg && { \ cd ${S}/interfaces/IDirectFBVideoProvider cp idirectfbvideoprovider_libmpeg3.c ${T} - + sed s':#include <libmpeg3.h>:#include <libmpeg3/libmpeg3.h>:' \ ${T}/idirectfbvideoprovider_libmpeg3.c > \ idirectfbvideoprovider_libmpeg3.c diff --git a/dev-libs/DirectFB/DirectFB-0.9.19.ebuild b/dev-libs/DirectFB/DirectFB-0.9.19.ebuild index 96433c06df89..1402847c5a25 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.19.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.19.ebuild,v 1.2 2003/08/06 13:34:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.19.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Thin library on top of the Linux framebuffer devices" HOMEPAGE="http://www.directfb.org/" @@ -41,7 +41,7 @@ src_compile() { use mpeg && { \ cd ${S}/interfaces/IDirectFBVideoProvider cp idirectfbvideoprovider_libmpeg3.c ${T} - + sed s':#include <libmpeg3.h>:#include <libmpeg3/libmpeg3.h>:' \ ${T}/idirectfbvideoprovider_libmpeg3.c > \ idirectfbvideoprovider_libmpeg3.c diff --git a/dev-libs/DirectFB/Manifest b/dev-libs/DirectFB/Manifest index a93ed50bee29..e1c1659fc2de 100644 --- a/dev-libs/DirectFB/Manifest +++ b/dev-libs/DirectFB/Manifest @@ -1,3 +1,11 @@ +MD5 7dc8b471c8d1b45bb761148c0dadfed2 ChangeLog 4987 +MD5 04bde7adeb30ed021c43f352e4e1b523 DirectFB-0.9.12.ebuild 2433 +MD5 494e0304b8050a9edefee50a363cc204 DirectFB-0.9.16-r1.ebuild 2264 +MD5 7f7b89e644b685eb42d3a6e449ca847a DirectFB-0.9.16.ebuild 2898 +MD5 40e9d5a1fdbbb73cec2b5eff1e67400f DirectFB-0.9.17.ebuild 1658 +MD5 3a9dde74eeaa4f9241c0700e3df5382d DirectFB-0.9.18.ebuild 1663 +MD5 3964594575a7046f1c32a5770e7745c9 DirectFB-0.9.19.ebuild 1664 +MD5 ffd7c6851cc82def566c14064638b38c DirectFB-0.9.19-r1.ebuild 1786 MD5 c0e6172fc26f1f55a879965e104f8ca6 files/DirectFB-gentoo-patch 298 MD5 01ed46e3f45aa9ff9756bf2b46fe6376 files/digest-DirectFB-0.9.12 67 MD5 571198ea32e883b2f4efdd5c23520152 files/digest-DirectFB-0.9.16 67 @@ -6,11 +14,3 @@ MD5 a00ac41491c999e2176f508c4af3a8fa files/digest-DirectFB-0.9.17 67 MD5 44aa52e1115bc0f33af34a654f55eb8b files/digest-DirectFB-0.9.18 68 MD5 0b9e70cc12aea75d1e65699d5cfa24aa files/digest-DirectFB-0.9.19 68 MD5 0b9e70cc12aea75d1e65699d5cfa24aa files/digest-DirectFB-0.9.19-r1 68 -MD5 f5efb0b635b09ca9ddb15e2c39f5f407 DirectFB-0.9.12.ebuild 2437 -MD5 67d0990e539ece4d37789c92f4dee3d5 DirectFB-0.9.16-r1.ebuild 2265 -MD5 5b14a2305dbcd06c7b161f8b9f5a1ceb DirectFB-0.9.16.ebuild 2900 -MD5 7dc8b471c8d1b45bb761148c0dadfed2 ChangeLog 4987 -MD5 c61296c6333362d376e0c18287cb103e DirectFB-0.9.17.ebuild 1657 -MD5 128a443acb66599dc53e235f1cfaf7c8 DirectFB-0.9.18.ebuild 1662 -MD5 48071220fc3a1eb5109131695da8c5de DirectFB-0.9.19.ebuild 1663 -MD5 fd9344576e1c2a81c08472bc08dfae11 DirectFB-0.9.19-r1.ebuild 1785 diff --git a/dev-libs/STLport/Manifest b/dev-libs/STLport/Manifest index c672e4522a34..eeece82a2f27 100644 --- a/dev-libs/STLport/Manifest +++ b/dev-libs/STLport/Manifest @@ -1,6 +1,6 @@ MD5 bc0407b16f270096da93493ca82f45b8 ChangeLog 1737 -MD5 a63c0bb29869ed0bf80501495482ace7 STLport-4.5.3-r1.ebuild 893 -MD5 34e58a995369a0c6eacb2bee149f8941 STLport-4.5.3-r2.ebuild 1046 +MD5 9361f06e4ba8f5d41abfdf99e9b65561 STLport-4.5.3-r1.ebuild 892 +MD5 ec09676351be8bbb21f9f71a4eecdfa8 STLport-4.5.3-r2.ebuild 1043 MD5 a26aa0654153d685b61549c4290b540b files/50STLport-4.0 210 MD5 e498e4970e5cbcf92ec1466d70be88c1 files/STLport-4.5.3-gcc3.patch 640 MD5 7a319fa8b6dbaf6dbf5da8833f08892c files/STLport-4.5.3-gcc3.patch2 695 diff --git a/dev-libs/STLport/STLport-4.5.3-r1.ebuild b/dev-libs/STLport/STLport-4.5.3-r1.ebuild index 53fa090b1093..51d01d1029b5 100644 --- a/dev-libs/STLport/STLport-4.5.3-r1.ebuild +++ b/dev-libs/STLport/STLport-4.5.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/dev-libs/STLport/STLport-4.5.3-r1.ebuild,v 1.7 2003/02/13 10:32:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-4.5.3-r1.ebuild,v 1.8 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="C++ STL library" @@ -31,11 +31,11 @@ src_install () { dodir /usr/include cp -R ${S}/stlport ${D}/usr/include rm -rf ${D}/usr/include/stlport/BC50 - + dodir /usr/lib cp -R ${S}/lib/* ${D}/usr/lib/ rm -rf ${D}/usr/lib/obj - + cd ${S}/etc/ dodoc ChangeLog* README TODO *.txt diff --git a/dev-libs/STLport/STLport-4.5.3-r2.ebuild b/dev-libs/STLport/STLport-4.5.3-r2.ebuild index 3381a30a25bb..b24fe40d63c0 100644 --- a/dev-libs/STLport/STLport-4.5.3-r2.ebuild +++ b/dev-libs/STLport/STLport-4.5.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/dev-libs/STLport/STLport-4.5.3-r2.ebuild,v 1.6 2003/02/13 10:32:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-4.5.3-r2.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ IUSE="" @@ -20,14 +20,14 @@ LICENSE="as-is" src_unpack() { unpack ${A} - + cd ${S} # Do we use the new multi scheme gcc ? if ! /usr/sbin/gcc-config --get-current-profile &> /dev/null then epatch ${FILESDIR}/${P}-gcc3.patch2 fi - + epatch ${FILESDIR}/${P}-optimize.patch } @@ -41,11 +41,11 @@ src_install () { dodir /usr/include cp -R ${S}/stlport ${D}/usr/include rm -rf ${D}/usr/include/stlport/BC50 - + dodir /usr/lib cp -R ${S}/lib/* ${D}/usr/lib/ rm -rf ${D}/usr/lib/obj - + cd ${S}/etc/ dodoc ChangeLog* README TODO *.txt diff --git a/dev-libs/apr/Manifest b/dev-libs/apr/Manifest index 7843cf69ce78..1d891e15fc7a 100644 --- a/dev-libs/apr/Manifest +++ b/dev-libs/apr/Manifest @@ -1,3 +1,3 @@ -MD5 c885cd7c010db2b27e06c0a3c6f426c6 files/digest-apr-0.9.2 199 MD5 d596bd5f9a425f72b47a89d444bb3f18 ChangeLog 322 -MD5 1577749b461e5ea926348e9c566d773d apr-0.9.2.ebuild 1419 +MD5 22e3729cff2a4ce52a371749942987a0 apr-0.9.2.ebuild 1422 +MD5 c885cd7c010db2b27e06c0a3c6f426c6 files/digest-apr-0.9.2 199 diff --git a/dev-libs/apr/apr-0.9.2.ebuild b/dev-libs/apr/apr-0.9.2.ebuild index 7c077a8c9b9a..9f59b7e87010 100644 --- a/dev-libs/apr/apr-0.9.2.ebuild +++ b/dev-libs/apr/apr-0.9.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/dev-libs/apr/apr-0.9.2.ebuild,v 1.2 2003/07/12 09:22:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-0.9.2.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ inherit libtool @@ -45,7 +45,7 @@ src_install () { dolib.so .libs/libapr-0.so.${PV} dohtml docs/APRDesign.html docs/canonical_filenames.html docs/win32_builds.html dodoc docs/doxygen.conf docs/incomplete_types docs/non_apr_programs CHANGES STATUS - + dodir /usr/include/${PN} insinto /usr/include/${PN} doins ${S}/include/* diff --git a/dev-libs/aterm/Manifest b/dev-libs/aterm/Manifest index 05caf526b93b..83701857f57e 100644 --- a/dev-libs/aterm/Manifest +++ b/dev-libs/aterm/Manifest @@ -1,5 +1,5 @@ +MD5 4f7e236a632d8ee2e59fe83d973bda48 ChangeLog 1562 +MD5 fa42fb99b7b07f6e33c8e0517fc11baf aterm-1.6.6.ebuild 734 +MD5 246906bd567b394bcacb6ee26dff65d1 aterm-1.6.7.ebuild 732 MD5 4efa35dbde70f4a45181b75848eb0948 files/digest-aterm-1.6.6 63 MD5 10b4484cf1c141b6010f2f4667f94b76 files/digest-aterm-1.6.7 63 -MD5 9c7c926d364d3fc4c4c7c47e3445523f aterm-1.6.6.ebuild 732 -MD5 293133cbcda7a0ac2def6e14f035aa70 aterm-1.6.7.ebuild 731 -MD5 4f7e236a632d8ee2e59fe83d973bda48 ChangeLog 1562 diff --git a/dev-libs/aterm/aterm-1.6.6.ebuild b/dev-libs/aterm/aterm-1.6.6.ebuild index 620addcab468..1f519f367315 100644 --- a/dev-libs/aterm/aterm-1.6.6.ebuild +++ b/dev-libs/aterm/aterm-1.6.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/dev-libs/aterm/aterm-1.6.6.ebuild,v 1.9 2003/08/05 18:59:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/aterm/aterm-1.6.6.ebuild,v 1.10 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="ATerm tree-handling library" HOMEPAGE="http://www.cwi.nl/projects/MetaEnv/aterm/" @@ -16,7 +16,7 @@ DEPEND="java? ( virtual/jdk )" src_compile() { local myconf use java && myconf="${myconf} --with-java" - + econf \ --with-gcc \ ${myconf} || die "./configure failed" diff --git a/dev-libs/aterm/aterm-1.6.7.ebuild b/dev-libs/aterm/aterm-1.6.7.ebuild index 93fb2ae25ca0..d67ea02a984d 100644 --- a/dev-libs/aterm/aterm-1.6.7.ebuild +++ b/dev-libs/aterm/aterm-1.6.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/dev-libs/aterm/aterm-1.6.7.ebuild,v 1.5 2003/08/05 18:59:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/aterm/aterm-1.6.7.ebuild,v 1.6 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="ATerm tree-handling library" HOMEPAGE="http://www.cwi.nl/projects/MetaEnv/aterm/" @@ -16,7 +16,7 @@ DEPEND="java? ( virtual/jdk )" src_compile() { local myconf use java && myconf="${myconf} --with-java" - + econf \ --with-gcc \ ${myconf} || die "./configure failed" diff --git a/dev-libs/atlas/Manifest b/dev-libs/atlas/Manifest index 839c09a0d482..2085e2aa476e 100644 --- a/dev-libs/atlas/Manifest +++ b/dev-libs/atlas/Manifest @@ -1,10 +1,10 @@ -MD5 fd959682a17d471557198d9cf54db10c atlas-3.2.1-r1.ebuild 1902 -MD5 fa3324f6e76e486717f54d75c495ebe8 atlas-3.2.1.ebuild 1907 -MD5 b16ad5206cc2b8556dc234acbd777a41 atlas-3.4.2.ebuild 1867 -MD5 e3feaec5bfd0ce662a659fa2f5bc907c atlas-3.4.1.ebuild 1856 MD5 2e814af09893f40622ba56e442b20c45 ChangeLog 1274 +MD5 48c2ff20b8889ba44834c0d01dd6250a atlas-3.2.1-r1.ebuild 1897 +MD5 d94c26fbab5e2e5d4e09fcdea783190c atlas-3.2.1.ebuild 1902 +MD5 e3feaec5bfd0ce662a659fa2f5bc907c atlas-3.4.1.ebuild 1856 +MD5 b16ad5206cc2b8556dc234acbd777a41 atlas-3.4.2.ebuild 1867 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 99e22e655a340b245ed25e144a5f07af files/digest-atlas-3.2.1 60 +MD5 99e22e655a340b245ed25e144a5f07af files/digest-atlas-3.2.1-r1 60 MD5 ab8ce0151b53d1da05325b0f7294da48 files/digest-atlas-3.4.1 64 MD5 e4430c91578bb055dad2d25c1d880cfa files/digest-atlas-3.4.2 64 -MD5 99e22e655a340b245ed25e144a5f07af files/digest-atlas-3.2.1-r1 60 diff --git a/dev-libs/atlas/atlas-3.2.1-r1.ebuild b/dev-libs/atlas/atlas-3.2.1-r1.ebuild index dfc5b7484261..a614c55417be 100644 --- a/dev-libs/atlas/atlas-3.2.1-r1.ebuild +++ b/dev-libs/atlas/atlas-3.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.2.1-r1.ebuild,v 1.4 2003/08/05 19:01:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.2.1-r1.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Automatically Tuned Linear Algebra Software (BLAS implementation)" HOMEPAGE="http://math-atlas.sourceforge.net/" @@ -15,7 +15,7 @@ DEPEND="virtual/glibc" S=${WORKDIR}/ATLAS src_compile() { - + #Make is actually an interactive configuration step. #The configuration is highly sensitive to your specific machine. #Although it is quite good, it will default to accuracy over speed. @@ -23,7 +23,7 @@ src_compile() { # by uncommenting the next line and commenting the yes ""| make || die line . # make || die -#atlas will automatically do a parallel make if possible. +#atlas will automatically do a parallel make if possible. yes "" | make || die #Let's go grab the architecture determined by the configure @@ -37,17 +37,17 @@ src_compile() { cd ${S} #This doesn't install into the live / file system. #It installs into ${S}/lib/Linux* - make install arch=${ATLAS_ARCH} || die + make install arch=${ATLAS_ARCH} || die } src_install () { cd ${S}/lib/${ATLAS_ARCH} - + insinto /usr/lib dolib.a libatlas.a libcblas.a libf77blas.a libtstatlas.a - + #the atlas liblapack.a library is not a complete lapack library, #just the atlas optimizable objects. Store it some place safe #where we can grab it when building the complete lapack library. @@ -55,12 +55,12 @@ src_install () { doins liblapack.a cd ${S}/include/${ATLAS_ARCH} - + insinto /usr/include doins *.h cd ${S} - + dodoc README INSTALL.txt dodoc doc/*.txt insinto /usr/share/doc/${P}/ps diff --git a/dev-libs/atlas/atlas-3.2.1.ebuild b/dev-libs/atlas/atlas-3.2.1.ebuild index 4b5810b2e8e5..2b99feeeb528 100644 --- a/dev-libs/atlas/atlas-3.2.1.ebuild +++ b/dev-libs/atlas/atlas-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.2.1.ebuild,v 1.8 2003/08/05 19:01:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.2.1.ebuild,v 1.9 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Automatically Tuned Linear Algebra Software (BLAS implementation)" HOMEPAGE="http://math-atlas.sourceforge.net/" @@ -15,7 +15,7 @@ DEPEND="virtual/glibc" S=${WORKDIR}/ATLAS src_compile() { - + #Make is actually an interactive configuration step. #The configuration is highly sensitive to your specific machine. #Although it is quite good, it will default to accuracy over speed. @@ -23,7 +23,7 @@ src_compile() { # by uncommenting the next line and commenting the yes ""| make || die line . # make || die -#atlas will automatically do a parallel make if possible. +#atlas will automatically do a parallel make if possible. yes "" | make || die #Let's go grab the architecture determined by the configure @@ -37,17 +37,17 @@ src_compile() { cd ${S} #This doesn't install into the live / file system. #It installs into ${S}/lib/Linux* - make install arch=${ATLAS_ARCH} || die + make install arch=${ATLAS_ARCH} || die } src_install () { cd ${S}/lib/${ATLAS_ARCH} - + insinto /usr/lib dolib.a libatlas.a libcblas.a libf77blas.a libtstatlas.a - + #the atlas liblapack.a library is not a complete lapack library, #just the atlas optimizable objects. Store it some place safe #where we can grab it when building the complete lapack library. @@ -55,12 +55,12 @@ src_install () { doins liblapack.a cd ${S}/include/${ATLAS_ARCH} - + insinto /usr/include doins *.h cd ${S} - + dodoc README INSTALL.txt dodoc doc/*.txt insinto /usr/share/doc/${P}/ps diff --git a/dev-libs/boehm-gc/Manifest b/dev-libs/boehm-gc/Manifest index 4f8cf0350023..fc5cfd988e19 100644 --- a/dev-libs/boehm-gc/Manifest +++ b/dev-libs/boehm-gc/Manifest @@ -1,7 +1,7 @@ +MD5 24925d1f839a5ce70a88d15cc430962f ChangeLog 745 +MD5 c16da7a918fd1871ec6dfc5f1fbf422b boehm-gc-6.0.ebuild 978 +MD5 6ff0e9eadab56de0ab09603192d8e400 boehm-gc-6.1.ebuild 839 +MD5 ce06198741b098ef1b2e7f3f268843ff boehm-gc-6.2.ebuild 896 MD5 6a4958a119c6dd67300556e5c2d8eb22 files/digest-boehm-gc-6.0 57 MD5 d5099637607fad2fe435fd043ec8518a files/digest-boehm-gc-6.1 57 MD5 e5924c4e5fbe66db9e1e936c7fc66114 files/digest-boehm-gc-6.2 57 -MD5 b1de7f29b86c3f29bb23e386d5e6d318 boehm-gc-6.0.ebuild 978 -MD5 24925d1f839a5ce70a88d15cc430962f ChangeLog 745 -MD5 ce06198741b098ef1b2e7f3f268843ff boehm-gc-6.2.ebuild 896 -MD5 2a517a9d5050f1dacbf3aef85c7c8832 boehm-gc-6.1.ebuild 839 diff --git a/dev-libs/boehm-gc/boehm-gc-6.0.ebuild b/dev-libs/boehm-gc/boehm-gc-6.0.ebuild index 910c747cf1d9..82cb1becfd45 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.0.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.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/dev-libs/boehm-gc/boehm-gc-6.0.ebuild,v 1.9 2003/08/05 19:02:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.0.ebuild,v 1.10 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/gc${PV} @@ -21,12 +21,12 @@ src_compile() { src_install() { dodir /usr/include/gc insinto /usr/include/gc - doins include/*.h - + doins include/*.h + mv gc.a libgc.a dodir /usr/lib dolib.a libgc.a - + dodoc README.QUICK doc/README* doc/barrett_diagram dohtml doc mv doc/gc.man doc/gc.1 diff --git a/dev-libs/boehm-gc/boehm-gc-6.1.ebuild b/dev-libs/boehm-gc/boehm-gc-6.1.ebuild index 26c22fcce6e8..fd664afcd668 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.1.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.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/dev-libs/boehm-gc/boehm-gc-6.1.ebuild,v 1.5 2003/08/05 19:02:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.1.ebuild,v 1.6 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/gc${PV} @@ -25,8 +25,8 @@ src_install() { dodir /usr/include/gc insinto /usr/include/gc - doins include/*.h - + doins include/*.h + dodoc README.QUICK doc/README* doc/barrett_diagram dohtml doc mv doc/gc.man doc/gc.3 diff --git a/dev-libs/boost/Manifest b/dev-libs/boost/Manifest index a8ef2b0450a9..6750ea9d3450 100644 --- a/dev-libs/boost/Manifest +++ b/dev-libs/boost/Manifest @@ -1,6 +1,6 @@ -MD5 1ce7bfeec3df43684579d4c3317e522e boost-1.29.0.ebuild 1437 -MD5 47cc0eb1fd0be0e7b300c2433f3da645 boost-1.30.0.ebuild 2997 MD5 57cde67b60dd2ecbc56050b4473c58e9 ChangeLog 1369 +MD5 4537d46888da386ec78522e8def821c7 boost-1.29.0.ebuild 1437 +MD5 47cc0eb1fd0be0e7b300c2433f3da645 boost-1.30.0.ebuild 2997 MD5 226122b504f12a7caf065d543b5218ed boost-1.30.2.ebuild 2980 MD5 ed187a2b2048776a7e5b27060d96938c files/digest-boost-1.29.0 65 MD5 2b36d47323b021671d391600501685cc files/digest-boost-1.30.0 66 diff --git a/dev-libs/boost/boost-1.29.0.ebuild b/dev-libs/boost/boost-1.29.0.ebuild index a23e5a0b2b8a..6dac8faa5d38 100644 --- a/dev-libs/boost/boost-1.29.0.ebuild +++ b/dev-libs/boost/boost-1.29.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/dev-libs/boost/boost-1.29.0.ebuild,v 1.4 2003/07/12 09:22:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.29.0.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ MY_V="${PV//\./_}" @@ -36,8 +36,8 @@ src_install () { cd ${S} # install libraries - find libs -type f -name \*.a -exec dolib.a {} \; - find libs -type f -name \*.so -exec dolib.so {} \; + find libs -type f -name \*.a -exec dolib.a {} \; + find libs -type f -name \*.so -exec dolib.so {} \; # install source/header files find boost -type f -exec install -D -m0644 {} ${D}/usr/include/{} \; diff --git a/dev-libs/btparse/Manifest b/dev-libs/btparse/Manifest index c7bffbefbcd3..c2e87192ff22 100644 --- a/dev-libs/btparse/Manifest +++ b/dev-libs/btparse/Manifest @@ -1,3 +1,3 @@ MD5 9d1666d4c7b60b8b505a05360633909d ChangeLog 505 -MD5 7a5c352e3bb239488de322848d16a211 btparse-0.33.ebuild 925 +MD5 d89cbfdbd2efa66bfe9973660ca84c9b btparse-0.33.ebuild 926 MD5 fbfa6ec44eccec517d941dc605f51fb8 files/digest-btparse-0.33 64 diff --git a/dev-libs/btparse/btparse-0.33.ebuild b/dev-libs/btparse/btparse-0.33.ebuild index 37b3c864bad9..8641bc172f98 100644 --- a/dev-libs/btparse/btparse-0.33.ebuild +++ b/dev-libs/btparse/btparse-0.33.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/dev-libs/btparse/btparse-0.33.ebuild,v 1.5 2003/02/13 10:34:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/btparse-0.33.ebuild,v 1.6 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="A C library to parse Bibtex files" HOMEPAGE="http://starship.python.net/~gward/btOOL/" @@ -31,5 +31,5 @@ src_install () { make prefix=${D}/usr install || die dolib.so libbtparse.so - dodoc CHANGES README + dodoc CHANGES README } diff --git a/dev-libs/cdk/Manifest b/dev-libs/cdk/Manifest index 6eb572e915a9..663f62127aee 100644 --- a/dev-libs/cdk/Manifest +++ b/dev-libs/cdk/Manifest @@ -1,5 +1,5 @@ +MD5 0d0d455d48a434693f14234b6a71d2a3 ChangeLog 920 +MD5 b14b4c478e25989e17c91062b6b9629f cdk-4.9.10.20020430.ebuild 740 +MD5 33e0a789a0e6c81eca976b1ba50182bb cdk-4.9.10.20020809.ebuild 736 MD5 8612a02572b35a4b7c41851117031fa3 files/digest-cdk-4.9.10.20020430 68 MD5 18a49b5478f185a8c3e4cef755990c8d files/digest-cdk-4.9.10.20020809 68 -MD5 fffa6366ac182ea87195408cfff3235a cdk-4.9.10.20020430.ebuild 740 -MD5 e4715cc56e2f4f36ab0dc5a7e3b27652 cdk-4.9.10.20020809.ebuild 733 -MD5 0d0d455d48a434693f14234b6a71d2a3 ChangeLog 920 diff --git a/dev-libs/cdk/cdk-4.9.10.20020430.ebuild b/dev-libs/cdk/cdk-4.9.10.20020430.ebuild index bf7b8fbd7add..09e6c45b3ca9 100644 --- a/dev-libs/cdk/cdk-4.9.10.20020430.ebuild +++ b/dev-libs/cdk/cdk-4.9.10.20020430.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/dev-libs/cdk/cdk-4.9.10.20020430.ebuild,v 1.8 2003/06/24 02:43:56 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-4.9.10.20020430.ebuild,v 1.9 2003/09/06 22:29:24 msterret Exp $ MY_P=${P/.2002/-2002} @@ -24,7 +24,7 @@ src_compile() emake || die "make failed!" } - + src_install() { diff --git a/dev-libs/cdk/cdk-4.9.10.20020809.ebuild b/dev-libs/cdk/cdk-4.9.10.20020809.ebuild index 83c7277198fd..c8bc649220e8 100644 --- a/dev-libs/cdk/cdk-4.9.10.20020809.ebuild +++ b/dev-libs/cdk/cdk-4.9.10.20020809.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/dev-libs/cdk/cdk-4.9.10.20020809.ebuild,v 1.4 2003/07/12 09:22:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-4.9.10.20020809.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ MY_P=${P/.2002/-2002} @@ -24,7 +24,7 @@ src_compile() emake || die "make failed!" } - + src_install() { diff --git a/dev-libs/cln/Manifest b/dev-libs/cln/Manifest index 5d526ca20beb..9cfd3764b223 100644 --- a/dev-libs/cln/Manifest +++ b/dev-libs/cln/Manifest @@ -1,3 +1,3 @@ -MD5 f0d1f7859755b5b468024ed4132f3095 files/digest-cln-1.1.5 62 -MD5 2a006658b6a23a98028ee0db48e789a6 cln-1.1.5.ebuild 1125 MD5 16472e8dc01c43acddae1878f200087a ChangeLog 629 +MD5 f2b51e1d4b595711379cefe7d226d7df cln-1.1.5.ebuild 1126 +MD5 f0d1f7859755b5b468024ed4132f3095 files/digest-cln-1.1.5 62 diff --git a/dev-libs/cln/cln-1.1.5.ebuild b/dev-libs/cln/cln-1.1.5.ebuild index 0f5bf5ebdfab..9b2b814d19f6 100644 --- a/dev-libs/cln/cln-1.1.5.ebuild +++ b/dev-libs/cln/cln-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/dev-libs/cln/cln-1.1.5.ebuild,v 1.4 2003/02/13 10:35:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cln/cln-1.1.5.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ inherit flag-o-matic @@ -32,7 +32,7 @@ src_compile() { --infodir=/usr/share/info \ --datadir=/usr/share/doc/${P} \ --mandir=/usr/share/man || die "./configure failed" - + #it doesn't also like parallel make :) make || die } diff --git a/dev-libs/commonc++/Manifest b/dev-libs/commonc++/Manifest index 703a26664e75..f926fe8ba2df 100644 --- a/dev-libs/commonc++/Manifest +++ b/dev-libs/commonc++/Manifest @@ -1,8 +1,8 @@ +MD5 d04fc1ab3ad7facab6efc89e0e9b9b6a ChangeLog 1453 +MD5 2fa8a790422a9788a0dc70ac3a82feab commonc++-1.9.7-r1.ebuild 992 +MD5 344889805acd34aa3d580b499966e95c commonc++-1.9.7-r2.ebuild 1004 +MD5 2026c89ffde538d29784767fa1318c0b commonc++-1.9.7-r3.ebuild 1154 MD5 07a83437693f9b8fd53e47af2d00b136 files/commmonc++-0.1.patch 363 MD5 842f230232ae0fe20184980e5bf4752d files/digest-commonc++-1.9.7-r1 67 MD5 842f230232ae0fe20184980e5bf4752d files/digest-commonc++-1.9.7-r2 67 MD5 5eaa57020a2adfe8234bf2692711e525 files/digest-commonc++-1.9.7-r3 137 -MD5 84a5f957c93f5fa55291df8fd96f0354 commonc++-1.9.7-r1.ebuild 991 -MD5 1f839c2f3194c41b48711c6885725631 commonc++-1.9.7-r2.ebuild 1003 -MD5 d04fc1ab3ad7facab6efc89e0e9b9b6a ChangeLog 1453 -MD5 de6bdd5e2f276fe33d6dde4c5aa61f9d commonc++-1.9.7-r3.ebuild 1151 diff --git a/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild index 8ac63bafce8d..fc24daa41069 100644 --- a/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild,v 1.7 2003/02/13 10:35:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild,v 1.8 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/CommonC++-1.9.7 -DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ +DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ threading, sockets, file access, daemons, persistence, serial I/O, XML parsing,\ and system services" SRC_URI="http://ftp.azc.uam.mx/mirrors/gnu/commonc++/${P}.tar.gz" diff --git a/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild index 424f7d7c039b..233a53d331ed 100644 --- a/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild,v 1.4 2003/02/13 10:35:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r2.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/CommonC++-1.9.7 -DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ +DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ threading, sockets, file access, daemons, persistence, serial I/O, XML parsing,\ and system services" SRC_URI="http://ftp.azc.uam.mx/mirrors/gnu/commonc++/${P}.tar.gz" diff --git a/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild index 61df1451ce56..b0b5a3bc1f3d 100644 --- a/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild,v 1.4 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P/commonc/CommonC} -DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ +DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ threading, sockets, file access, daemons, persistence, serial I/O, XML parsing,\ and system services" SRC_URI="http://ftp.azc.uam.mx/mirrors/gnu/commonc++/${P}.tar.gz diff --git a/dev-libs/commoncpp2/Manifest b/dev-libs/commoncpp2/Manifest index 278b403905bb..0940902f22df 100644 --- a/dev-libs/commoncpp2/Manifest +++ b/dev-libs/commoncpp2/Manifest @@ -1,5 +1,5 @@ -MD5 7b0f30ba808ba75dd933e0afe2e2aa9d commoncpp2-1.0.9.ebuild 1119 -MD5 3e05ee389333273837f024c991359a98 commoncpp2-1.0.12.ebuild 1131 MD5 c51e01f6fa3f68964d3e59a6c111c81b ChangeLog 839 +MD5 e4aa2598ed29586f71e7bd9a8b3b19c3 commoncpp2-1.0.9.ebuild 1119 +MD5 39a26e0189140a0b6d046b530bca10bf commoncpp2-1.0.12.ebuild 1132 MD5 7c9a86d8c669237c73dc6a5427daf856 files/digest-commoncpp2-1.0.9 68 MD5 4414fd7500e4bd6537c60b97372c3500 files/digest-commoncpp2-1.0.12 69 diff --git a/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild b/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild index 1662205ea5b6..14b255f05521 100644 --- a/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild +++ b/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild,v 1.2 2003/07/21 18:52:23 naz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commoncpp2/commoncpp2-1.0.12.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ IUSE="doc xml2" -DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ +DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ threading, sockets, file access, daemons, persistence, serial I/O, XML parsing,\ and system services" SRC_URI="mirror://gnu/commonc++/${P}.tar.gz" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnu.org/software/commonc++/" DEPEND="xml2? ( dev-libs/libxml2 ) doc? ( app-doc/doxygen )" - + SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" @@ -30,7 +30,7 @@ src_compile() { # kdoc disabled for now, it errors out use doc && make doxy -} +} src_install () { @@ -38,7 +38,7 @@ src_install () { dodoc AUTHORS INSTALL NEWS ChangeLog README\ THANKS TODO COPYING COPYING.addendum - + # Only install html docs # man and latex available, but seems a little wasteful use doc && dohtml docs/html/* diff --git a/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild b/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild index c4aaff0dad3e..e7e8c501bba4 100644 --- a/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild +++ b/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild,v 1.2 2003/07/12 09:22:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ IUSE="doc xml2" -DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ +DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ threading, sockets, file access, daemons, persistence, serial I/O, XML parsing,\ and system services" SRC_URI="mirror://gnu/commonc++/${P}.tar.gz" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnu.org/software/commonc++/" DEPEND="xml2? ( dev-libs/libxml2 ) doc? ( app-doc/doxygen )" - + SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" @@ -30,7 +30,7 @@ src_compile() { # kdoc disabled for now, it errors out use doc && make doxy -} +} src_install () { @@ -38,7 +38,7 @@ src_install () { dodoc AUTHORS INSTALL NEWS ChangeLog README\ THANKS TODO COPYING COPYING.addendum - + # Only install html docs # man and latex available, but seems a little wasteful use doc && dohtml docs/html/* diff --git a/dev-libs/cyrus-imap-dev/Manifest b/dev-libs/cyrus-imap-dev/Manifest index 505fa2a08af9..2015a1edee32 100644 --- a/dev-libs/cyrus-imap-dev/Manifest +++ b/dev-libs/cyrus-imap-dev/Manifest @@ -1,3 +1,10 @@ +MD5 6ad8e0e0d55432a4d1ded2e6058342ca ChangeLog 1923 +MD5 881d0f07d4dd3ac320bd51a2191df018 cyrus-imap-dev-2.1.11.ebuild 1893 +MD5 1fa0c3959d8fff796d74a813bc97b6b8 cyrus-imap-dev-2.1.12.ebuild 2402 +MD5 e9c71f8b8f92f866a89873ae9f9f8f16 cyrus-imap-dev-2.1.9-r1.ebuild 1862 +MD5 7f250743ab677406ef7058f0c74adc9f cyrus-imap-dev-2.1.9.ebuild 1743 +MD5 dc8e4b9931de7f1c47846cd132e5f29a cyrus-imap-dev-2.1.13.ebuild 2419 +MD5 d88317839bccd5f82f56b592211e66aa cyrus-imap-dev-2.1.14.ebuild 3002 MD5 86761cabdb2db244e47b2185c083acc9 files/config.diff 389 MD5 e2c00049c69e3eca58d5a635dd3fd6dc files/configure.diff 6285 MD5 24cfd296507c04e376368f15665041d1 files/cyrus-imap-dev-2.1.12-libwrap.patch 494 @@ -11,10 +18,3 @@ MD5 d63d317f0f8fa042638be86b663fffc0 files/digest-cyrus-imap-dev-2.1.13 71 MD5 b398dd3696347604a52a40bf1a77291b files/2.1.14-db4.patch 2032 MD5 419f3372b21d1eea29593634a57bc134 files/cyrus-imapd-2.1.12-includepath.patch 2721 MD5 aa678d0f596367397edeea90763ab29e files/digest-cyrus-imap-dev-2.1.14 155 -MD5 a1ed190d41c10c84d0f902d26e2a49f7 cyrus-imap-dev-2.1.12.ebuild 2401 -MD5 76c7000203e529295c2420a05dcf00b6 cyrus-imap-dev-2.1.13.ebuild 2418 -MD5 8adf2c5f4732e6306a90fa1b04de4c64 cyrus-imap-dev-2.1.9-r1.ebuild 2072 -MD5 6ad8e0e0d55432a4d1ded2e6058342ca ChangeLog 1923 -MD5 93c2e3ec72756d5b0e2045e8fb688140 cyrus-imap-dev-2.1.9.ebuild 1742 -MD5 12fefc3efbc21f436b6d903b0abb4146 cyrus-imap-dev-2.1.14.ebuild 3001 -MD5 7269c24a4194372f422a3ef903dd9245 cyrus-imap-dev-2.1.11.ebuild 2084 diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.11.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.11.ebuild index cf5a9d5f2750..f2d85e80cc7a 100644 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.11.ebuild +++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.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/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.11.ebuild,v 1.6 2003/08/06 08:06:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.11.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Developer support for the Cyrus IMAP Server" HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" @@ -22,17 +22,17 @@ DEPEND="virtual/glibc S=${WORKDIR}/cyrus-imapd-${PV} -src_unpack() { +src_unpack() { - unpack ${A} - cd ${S} + unpack ${A} + cd ${S} patch -p1 < ${FILESDIR}/configure.diff || die "patch failed" } src_compile() { local myconf - + use afs && myconf="--with-afs" \ || myconf="--without-afs" diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.12.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.12.ebuild index dea5058b4b42..d8ac91ee4555 100644 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.12.ebuild +++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.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/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.12.ebuild,v 1.5 2003/08/06 08:06:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.12.ebuild,v 1.6 2003/09/06 22:29:24 msterret Exp $ inherit eutils @@ -34,7 +34,7 @@ src_unpack() { src_compile() { local myconf - + use afs && myconf="--with-afs" \ || myconf="--without-afs" diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.13.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.13.ebuild index 73d65b6fc915..8d00130ab499 100644 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.13.ebuild +++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.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/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.13.ebuild,v 1.3 2003/08/06 08:06:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.13.ebuild,v 1.4 2003/09/06 22:29:24 msterret Exp $ inherit eutils @@ -34,7 +34,7 @@ src_unpack() { src_compile() { local myconf - + use afs && myconf="--with-afs" \ || myconf="--without-afs" diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.ebuild index 7c9732a415d7..7f6d2e648551 100644 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.ebuild +++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.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/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.ebuild,v 1.3 2003/08/06 08:06:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.14.ebuild,v 1.4 2003/09/06 22:29:24 msterret Exp $ inherit eutils @@ -57,7 +57,7 @@ src_unpack() { src_compile() { local myconf - + use afs && myconf="--with-afs" \ || myconf="--without-afs" diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-r1.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-r1.ebuild index 5f73b5ce521f..051ab4e26b55 100644 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-r1.ebuild +++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-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/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-r1.ebuild,v 1.6 2003/08/06 08:06:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9-r1.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Developer support for the Cyrus IMAP Server" HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" @@ -22,15 +22,15 @@ DEPEND="virtual/glibc S=${WORKDIR}/cyrus-imapd-${PV} -src_unpack() { - unpack ${A} - cd ${S} - patch < ${FILESDIR}/config.diff || die "patch failed" +src_unpack() { + unpack ${A} + cd ${S} + patch < ${FILESDIR}/config.diff || die "patch failed" } src_compile() { local myconf - + use afs && myconf="--with-afs" \ || myconf="--without-afs" diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9.ebuild index 70765574e670..dd20e26b21cd 100644 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9.ebuild +++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.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/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9.ebuild,v 1.8 2003/08/06 08:06:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9.ebuild,v 1.9 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Developer support for the Cyrus IMAP Server" HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" @@ -24,7 +24,7 @@ S=${WORKDIR}/cyrus-imapd-${PV} src_compile() { local myconf - + use afs && myconf="--with-afs" \ || myconf="--without-afs" diff --git a/dev-libs/cyrus-sasl/Manifest b/dev-libs/cyrus-sasl/Manifest index b18b5d2ad9c1..a1abf42377fe 100644 --- a/dev-libs/cyrus-sasl/Manifest +++ b/dev-libs/cyrus-sasl/Manifest @@ -1,35 +1,35 @@ +MD5 9656760386d583115ecd30ea9d8bd938 ChangeLog 9087 +MD5 1ca8c90b6a917c809ec016c5196e512d cyrus-sasl-1.5.27-r5.ebuild 2700 MD5 bb3865d691a44032e8a22ca8fd4d2790 cyrus-sasl-1.5.27-r6.ebuild 2774 +MD5 aed867d5c93d345a93a6980054491ea8 cyrus-sasl-2.1.14.ebuild 3912 MD5 024dbc27672ffdd87a796ad9fea735bf cyrus-sasl-2.1.13.ebuild 3274 MD5 348b3a77efea3b1c54f9a3600f8fc2eb cyrus-sasl-2.1.15.ebuild 3745 -MD5 d9e998ef5902870ff63d9877c81981e6 cyrus-sasl-1.5.27-r5.ebuild 2701 -MD5 aed867d5c93d345a93a6980054491ea8 cyrus-sasl-2.1.14.ebuild 3912 -MD5 9656760386d583115ecd30ea9d8bd938 ChangeLog 9087 -MD5 6d3c58ecd8d6d3da231db3e44d345bbe files/cyrus-sasl-2.1.6-iovec.diff 1405 +MD5 b688f52b3c129bd50da0140b5d732e74 files/crypt.diff 529 +MD5 4c6ffed2ba584f75a0c948250f7a11b7 files/cyrus-sasl-1.5.21-des.patch 242 MD5 5d8f83e453b4f7dff5eeee74335de870 files/cyrus-sasl-1.5.24-rpath.patch 448 -MD5 6690c1dc7a0e2c6219719eea1b367ab5 files/digest-cyrus-sasl-1.5.27-r5 69 -MD5 6690c1dc7a0e2c6219719eea1b367ab5 files/digest-cyrus-sasl-1.5.27-r6 69 -MD5 5cae6fb7465603cab6243e14d0382543 files/saslauthd.confd 909 -MD5 2bdbac1797e21ecbd4f8f95475470e80 files/cyrus-sasl-2.1.10-db4.patch 1375 MD5 5f96ab675ae2ff1da8e0ee4503340df5 files/cyrus-sasl-1.5.27-scram.patch 480 -MD5 4c6ffed2ba584f75a0c948250f7a11b7 files/cyrus-sasl-1.5.21-des.patch 242 -MD5 72c9252fd0ccb3fc369c60ec233f4218 files/2.1.14-mysql.patch 730 -MD5 a445d25ebbdf18b372340d4643736941 files/2.1.14-kerberos.patch 1148 MD5 5f2cc406af0465a53e2a4e72b6e79a12 files/cyrus-sasl-2.1.12-kerberos.patch 1529 -MD5 0ab944570bf61ce0ee9e907d7b1f9657 files/saslauthd.rc6 536 -MD5 b688f52b3c129bd50da0140b5d732e74 files/crypt.diff 529 -MD5 228579b200f0a570f9c02d222f400672 files/cyrus-sasl-gcc32.patch 426 -MD5 1c211557e54537ad23feb847b3a23b48 files/pwcheck.rc6 557 -MD5 8e605da1bfdae5c2d9da9a3919d3d5cb files/saslauthd.confd-2.1 751 -MD5 7c0958ee10762956aa0f7b2d549ca86e files/saslauthd2.rc6 542 -MD5 a302e1b2ed33b7965de1a307cd25a32d files/cyrus-sasl-2.1.12-db4.patch 1902 -MD5 9a317f7aa562936a829574f63aefce15 files/cyrus-sasl-saslauthd.patch 4938 -MD5 b398dd3696347604a52a40bf1a77291b files/2.1.14-db4.patch 2032 +MD5 6d3c58ecd8d6d3da231db3e44d345bbe files/cyrus-sasl-2.1.6-iovec.diff 1405 MD5 75aaabf38cf470bae9a928a334c3cb59 files/cyrus-sasl-configdir.patch 8510 +MD5 228579b200f0a570f9c02d222f400672 files/cyrus-sasl-gcc32.patch 426 MD5 692a355142b7cfb937cd8a3a655c0310 files/cyrus-sasl-heimdal-deps.patch 624 +MD5 0a6a28252ab81d3b3765967b11517fa8 files/cyrus-sasl-iovec.diff 1405 +MD5 9a317f7aa562936a829574f63aefce15 files/cyrus-sasl-saslauthd.patch 4938 MD5 c1e3be15214652c1d1036f7cb84fe8fe files/cyrus-sasl2-heimdal-deps.patch 1478 +MD5 8e605da1bfdae5c2d9da9a3919d3d5cb files/saslauthd.confd-2.1 751 +MD5 6690c1dc7a0e2c6219719eea1b367ab5 files/digest-cyrus-sasl-1.5.27-r5 69 +MD5 6690c1dc7a0e2c6219719eea1b367ab5 files/digest-cyrus-sasl-1.5.27-r6 69 +MD5 b398dd3696347604a52a40bf1a77291b files/2.1.14-db4.patch 2032 +MD5 a445d25ebbdf18b372340d4643736941 files/2.1.14-kerberos.patch 1148 +MD5 72c9252fd0ccb3fc369c60ec233f4218 files/2.1.14-mysql.patch 730 +MD5 6ba386a4eb5f9addf367d41093ba369e files/digest-cyrus-sasl-2.1.14 70 MD5 e13f74e7ff91c036fa377c50fefe223b files/digestmd5.patch 2839 -MD5 0a6a28252ab81d3b3765967b11517fa8 files/cyrus-sasl-iovec.diff 1405 +MD5 1c211557e54537ad23feb847b3a23b48 files/pwcheck.rc6 557 +MD5 38fca8679fe76370d26c76b9063c25b8 files/gssapi-sefault.patch 1311 +MD5 5cae6fb7465603cab6243e14d0382543 files/saslauthd.confd 909 +MD5 0ab944570bf61ce0ee9e907d7b1f9657 files/saslauthd.rc6 536 +MD5 7c0958ee10762956aa0f7b2d549ca86e files/saslauthd2.rc6 542 +MD5 2bdbac1797e21ecbd4f8f95475470e80 files/cyrus-sasl-2.1.10-db4.patch 1375 +MD5 a302e1b2ed33b7965de1a307cd25a32d files/cyrus-sasl-2.1.12-db4.patch 1902 MD5 1d5bc32d69dbcb3c053f0f336086218e files/digest-cyrus-sasl-2.1.13 70 -MD5 6ba386a4eb5f9addf367d41093ba369e files/digest-cyrus-sasl-2.1.14 70 MD5 6109117a3ea3c1141364d60d212f48d9 files/digest-cyrus-sasl-2.1.15 70 -MD5 38fca8679fe76370d26c76b9063c25b8 files/gssapi-sefault.patch 1311 diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r5.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r5.ebuild index e09bd5b3b02d..9496fbca4e35 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r5.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-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/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r5.ebuild,v 1.7 2003/07/16 14:22:30 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r5.ebuild,v 1.8 2003/09/06 22:29:24 msterret Exp $ IUSE="kerberos" @@ -39,7 +39,7 @@ src_unpack() { # old, so remove it, as "automake --add-missing" # will install the new one if its not found. rm -f ${S}/config/missing - + libtoolize --copy --force export WANT_AUTOMAKE_1_5=1 aclocal -I cmulocal || die diff --git a/dev-libs/dbh/Manifest b/dev-libs/dbh/Manifest index dd459ad24125..dc6806c3ea47 100644 --- a/dev-libs/dbh/Manifest +++ b/dev-libs/dbh/Manifest @@ -1,5 +1,5 @@ -MD5 a69ef0609cbd0e5decb541e8abcf34f1 dbh-1.0.14.ebuild 648 -MD5 30ab870b7858ff2c2b7cae046864050b dbh-1.0.15.ebuild 651 MD5 ff919f2d0360f2df4d4bc971ee69ed98 ChangeLog 426 +MD5 c82ce5c145303e123c4fd1a4e1130279 dbh-1.0.14.ebuild 648 +MD5 e2491b99497332880def033a32071c2a dbh-1.0.15.ebuild 651 MD5 afd8debfb4666f9cc38537457bf67cba files/digest-dbh-1.0.14 59 MD5 b84ef6b6284e6ea8799d5f45bee1e1ba files/digest-dbh-1.0.15 62 diff --git a/dev-libs/dbh/dbh-1.0.14.ebuild b/dev-libs/dbh/dbh-1.0.14.ebuild index d1be8394de87..2109e28094e5 100644 --- a/dev-libs/dbh/dbh-1.0.14.ebuild +++ b/dev-libs/dbh/dbh-1.0.14.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/dev-libs/dbh/dbh-1.0.14.ebuild,v 1.1 2003/06/13 18:44:39 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.14.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ IUSE="" MY_P="${PN}_1.0-14" @@ -18,6 +18,6 @@ DEPEND="dev-util/pkgconfig" src_install() { make DESTDIR=${D} install || die - - dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO + + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO } diff --git a/dev-libs/dbh/dbh-1.0.15.ebuild b/dev-libs/dbh/dbh-1.0.15.ebuild index 3b2a8b81c5a0..f6cb4726f70b 100644 --- a/dev-libs/dbh/dbh-1.0.15.ebuild +++ b/dev-libs/dbh/dbh-1.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.15.ebuild,v 1.1 2003/07/22 06:22:37 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.15.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ IUSE="" MY_P="${PN}_1.0-15" @@ -18,6 +18,6 @@ DEPEND="dev-util/pkgconfig" src_install() { make DESTDIR=${D} install || die - - dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO + + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO } diff --git a/dev-libs/dmalloc/Manifest b/dev-libs/dmalloc/Manifest index ef65fdaabc79..b5c877f617cc 100644 --- a/dev-libs/dmalloc/Manifest +++ b/dev-libs/dmalloc/Manifest @@ -1,3 +1,3 @@ MD5 2b718b4aef0f0a4df90e0e1d184e1f46 ChangeLog 836 -MD5 024df7079e3a4bd24ab74a60c3ce3053 dmalloc-4.8.2-r1.ebuild 786 +MD5 5c462d964d8acacffc0a3f311dbd5bf4 dmalloc-4.8.2-r1.ebuild 786 MD5 005387d8e427b7c5704d67259d9e32e1 files/digest-dmalloc-4.8.2-r1 62 diff --git a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild index 997dae50cc65..c4ffa8246dde 100644 --- a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild +++ b/dev-libs/dmalloc/dmalloc-4.8.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/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild,v 1.7 2003/06/10 19:19:47 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild,v 1.8 2003/09/06 22:29:24 msterret Exp $ inherit debug @@ -24,7 +24,7 @@ src_install () { # install extra docs dodoc ChangeLog INSTALL TODO NEWS NOTES README dohtml Release.html dmalloc.html - + make prefix=${D}/usr install installth installsl doinfo dmalloc.info } diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest index 038bbe7c9f7f..f6cd65154c63 100644 --- a/dev-libs/elfutils/Manifest +++ b/dev-libs/elfutils/Manifest @@ -1,3 +1,10 @@ +MD5 996f6580acc83d2d9f81f94a36be7f53 ChangeLog 2511 +MD5 acffdf31454b1d14a7417f7fa6bde6bc elfutils-0.72.ebuild 962 +MD5 930f34e7830c9ec1ad993a7f87b53efe elfutils-0.73.ebuild 962 +MD5 79e469e2b4ee8172311efb94f3fb120b elfutils-0.76.ebuild 1190 +MD5 d694148781b9529f1fa2f404363efa87 elfutils-0.76-r1.ebuild 1220 +MD5 fbe4246f19423c92e22a733f4b07cf41 elfutils-0.76-r2.ebuild 1274 +MD5 eefbc612bb38594c78a5cf5ebe60c4ac elfutils-0.84.ebuild 1329 MD5 791693c15921aea311880b2ccfc4c746 files/digest-elfutils-0.72 65 MD5 2de05b71e2683bd9bfaaf58a758431dd files/digest-elfutils-0.73 65 MD5 6cbd1797e98b78a920f6c33f1f2f3d57 files/digest-elfutils-0.76 65 @@ -6,10 +13,3 @@ MD5 6cbd1797e98b78a920f6c33f1f2f3d57 files/digest-elfutils-0.76-r2 65 MD5 6cf1b4c89c8668b6f6ac5713b8b496c7 files/elfutils-0.76-hidden.diff 789 MD5 a882fca2671d8e3e7b6b7c04ca71180d files/digest-elfutils-0.84 65 MD5 047333404e596c3ff55996698cf0c7ec files/elfutils-0.84-atime.diff 528 -MD5 5a3ada30731370639676305792968b7b elfutils-0.72.ebuild 960 -MD5 5d9fde09514f443f04fb7f8ea599a451 elfutils-0.73.ebuild 960 -MD5 996f6580acc83d2d9f81f94a36be7f53 ChangeLog 2511 -MD5 221ffb37f5e6c385358719a3f6764d63 elfutils-0.76.ebuild 1190 -MD5 885eae2d29d9e49c2cc205a0112926e9 elfutils-0.76-r1.ebuild 1220 -MD5 60c073ad87bb8a33948ac2a50a64524f elfutils-0.76-r2.ebuild 1275 -MD5 1baec315435c8e4ee77be8a1b43052fe elfutils-0.84.ebuild 1329 diff --git a/dev-libs/elfutils/elfutils-0.72.ebuild b/dev-libs/elfutils/elfutils-0.72.ebuild index 7365ee30a464..75b8228d607d 100644 --- a/dev-libs/elfutils/elfutils-0.72.ebuild +++ b/dev-libs/elfutils/elfutils-0.72.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/dev-libs/elfutils/elfutils-0.72.ebuild,v 1.6 2003/07/12 09:22:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.72.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ IUSE="" @@ -31,7 +31,7 @@ src_unpack() { src_compile() { econf --program-prefix="eu-" \ --enable-shared || die "./configure failed" - + emake || die } diff --git a/dev-libs/elfutils/elfutils-0.73.ebuild b/dev-libs/elfutils/elfutils-0.73.ebuild index 1f67daa98f9f..6994d45261e5 100644 --- a/dev-libs/elfutils/elfutils-0.73.ebuild +++ b/dev-libs/elfutils/elfutils-0.73.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/dev-libs/elfutils/elfutils-0.73.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.73.ebuild,v 1.4 2003/09/06 22:29:24 msterret Exp $ IUSE="" @@ -31,7 +31,7 @@ src_unpack() { src_compile() { econf --program-prefix="eu-" \ --enable-shared || die "./configure failed" - + emake || die } diff --git a/dev-libs/elfutils/elfutils-0.76-r1.ebuild b/dev-libs/elfutils/elfutils-0.76-r1.ebuild index 8153c7394885..f3703ae0d3db 100644 --- a/dev-libs/elfutils/elfutils-0.76-r1.ebuild +++ b/dev-libs/elfutils/elfutils-0.76-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/dev-libs/elfutils/elfutils-0.76-r1.ebuild,v 1.2 2003/06/24 14:38:11 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.76-r1.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ IUSE="" @@ -31,7 +31,7 @@ src_unpack() { src_compile() { econf --program-prefix="eu-" \ --enable-shared || die "./configure failed" - + emake || die } diff --git a/dev-libs/elfutils/elfutils-0.76-r2.ebuild b/dev-libs/elfutils/elfutils-0.76-r2.ebuild index e64de4307bd3..f828b454eb7f 100644 --- a/dev-libs/elfutils/elfutils-0.76-r2.ebuild +++ b/dev-libs/elfutils/elfutils-0.76-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/dev-libs/elfutils/elfutils-0.76-r2.ebuild,v 1.6 2003/08/22 23:03:54 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.76-r2.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ inherit eutils @@ -34,7 +34,7 @@ src_unpack() { src_compile() { econf --program-prefix="eu-" \ --enable-shared || die "./configure failed" - + emake || die } diff --git a/dev-libs/elfutils/elfutils-0.76.ebuild b/dev-libs/elfutils/elfutils-0.76.ebuild index 8c6e9fed79aa..ef0fbdebf0ec 100644 --- a/dev-libs/elfutils/elfutils-0.76.ebuild +++ b/dev-libs/elfutils/elfutils-0.76.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/dev-libs/elfutils/elfutils-0.76.ebuild,v 1.2 2003/04/14 08:28:17 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.76.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ IUSE="" @@ -31,7 +31,7 @@ src_unpack() { src_compile() { econf --program-prefix="eu-" \ --enable-shared || die "./configure failed" - + emake || die } diff --git a/dev-libs/elfutils/elfutils-0.84.ebuild b/dev-libs/elfutils/elfutils-0.84.ebuild index f45ccf04f374..cc1688a7f653 100644 --- a/dev-libs/elfutils/elfutils-0.84.ebuild +++ b/dev-libs/elfutils/elfutils-0.84.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/dev-libs/elfutils/elfutils-0.84.ebuild,v 1.5 2003/09/03 20:06:30 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.84.ebuild,v 1.6 2003/09/06 22:29:24 msterret Exp $ inherit eutils @@ -36,7 +36,7 @@ src_unpack() { src_compile() { econf --program-prefix="eu-" \ --enable-shared || die "./configure failed" - + emake || die } diff --git a/dev-libs/fftw/Manifest b/dev-libs/fftw/Manifest index 728724db2585..e0f3be8d02c8 100644 --- a/dev-libs/fftw/Manifest +++ b/dev-libs/fftw/Manifest @@ -1,8 +1,8 @@ -MD5 e1e6ba8aa0a5716edf04b1374fb681e3 fftw-3.0.1.ebuild 2383 -MD5 6f9702b1e189d407c6821321980955ec fftw-2.1.3-r1.ebuild 3365 -MD5 9e62b2fde5336fb8cbd0769051dad906 fftw-2.1.5.ebuild 3889 MD5 4f6674aba0773af149774df4013129e4 ChangeLog 1906 +MD5 6d5305d6cfb269493ced7488517234f8 fftw-2.1.3-r1.ebuild 3361 +MD5 9e62b2fde5336fb8cbd0769051dad906 fftw-2.1.5.ebuild 3889 +MD5 e1e6ba8aa0a5716edf04b1374fb681e3 fftw-3.0.1.ebuild 2383 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 4fe6c4cc41aedf02139d010087125ec2 files/digest-fftw-2.1.3-r1 63 MD5 236dda9695005c9f306fb2c55f020686 files/digest-fftw-2.1.5 63 MD5 cd32698a34d886267d48a8ccb99747b1 files/digest-fftw-3.0.1 63 -MD5 4fe6c4cc41aedf02139d010087125ec2 files/digest-fftw-2.1.3-r1 63 diff --git a/dev-libs/fftw/fftw-2.1.3-r1.ebuild b/dev-libs/fftw/fftw-2.1.3-r1.ebuild index 7cef8ec9e179..7c4e167702c1 100644 --- a/dev-libs/fftw/fftw-2.1.3-r1.ebuild +++ b/dev-libs/fftw/fftw-2.1.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/dev-libs/fftw/fftw-2.1.3-r1.ebuild,v 1.3 2003/07/08 05:44:22 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fftw/fftw-2.1.3-r1.ebuild,v 1.4 2003/09/06 22:29:24 msterret Exp $ IUSE="mpi" @@ -16,13 +16,13 @@ KEYWORDS="x86 ppc sparc ~alpha" src_unpack() { #doc suggests installing single and double precision versions via separate compilations - #will do in two separate source trees + #will do in two separate source trees #since some sed'ing is done during the build (?if --enable-type-prefix is set?) - + unpack "${P}.tar.gz" cd "${WORKDIR}" mv ${P} ${P}-single - + unpack "${P}.tar.gz" cd "${WORKDIR}" mv ${P} ${P}-double @@ -36,10 +36,10 @@ src_compile() { export CFLAGS="${CFLAGS/-fomit-frame-pointer/} -fomit-frame-pointer" local myconf="" - use mpi && myconf="${myconf} --enable-mpi" + use mpi && myconf="${myconf} --enable-mpi" #mpi is not a valid flag yet. In this revision it is used merely to block --enable-mpi option #it might be needed if it is decided that lam is an optional dependence - + cd "${S}-single" econf \ --enable-shared \ @@ -69,7 +69,7 @@ src_install () { cd "${S}-single" make DESTDIR=${D} install || die - + cd "${S}-double" # fix info file diff --git a/dev-libs/geoip/Manifest b/dev-libs/geoip/Manifest index 34a9ced9f4d3..bfc1c9518ed7 100644 --- a/dev-libs/geoip/Manifest +++ b/dev-libs/geoip/Manifest @@ -1,6 +1,6 @@ MD5 279a3b0306b0d735b21f6a17f4d638a9 ChangeLog 793 -MD5 8685b038bafb91bfbf615c6efbdc7cdc geoip-1.2.0.ebuild 914 +MD5 0f0bf2ede75fc11085eb34e669fe28e3 geoip-1.2.0.ebuild 916 MD5 a3e63a5c91c6002a0575111e7f3c0917 metadata.xml 519 -MD5 58ab4db54e0e529e7564a720beebd416 geoip-1.2.1.ebuild 914 +MD5 c1ae468858b5a4fae1a40b40da765b9f geoip-1.2.1.ebuild 916 MD5 61bae4871849e30d49e82afb6528755e files/digest-geoip-1.2.0 63 MD5 a7ff42dbfbcaea43eec4a9aabaeffe00 files/digest-geoip-1.2.1 63 diff --git a/dev-libs/geoip/geoip-1.2.0.ebuild b/dev-libs/geoip/geoip-1.2.0.ebuild index 918240fcb27b..15934bbd7b9e 100644 --- a/dev-libs/geoip/geoip-1.2.0.ebuild +++ b/dev-libs/geoip/geoip-1.2.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.2.0.ebuild,v 1.2 2003/06/30 00:40:45 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.2.0.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ inherit eutils MY_P=${P/geoip/GeoIP} S=${WORKDIR}/${MY_P} -DESCRIPTION="Geo-IP enables you to easily lookup countries by IP addresses, even when Reverse DNS entries don't exist. +DESCRIPTION="Geo-IP enables you to easily lookup countries by IP addresses, even when Reverse DNS entries don't exist. The Geo-IP database contains IP Network Blocks as keys and countries as values, covering every public IP address." SRC_URI="http://www.maxmind.com/download/geoip/api/c/${MY_P}.tar.gz" diff --git a/dev-libs/geoip/geoip-1.2.1.ebuild b/dev-libs/geoip/geoip-1.2.1.ebuild index 93e3a5e374e6..c09a15dee704 100644 --- a/dev-libs/geoip/geoip-1.2.1.ebuild +++ b/dev-libs/geoip/geoip-1.2.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.2.1.ebuild,v 1.1 2003/08/01 06:40:42 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.2.1.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ inherit eutils MY_P=${P/geoip/GeoIP} S=${WORKDIR}/${MY_P} -DESCRIPTION="Geo-IP enables you to easily lookup countries by IP addresses, even when Reverse DNS entries don't exist. +DESCRIPTION="Geo-IP enables you to easily lookup countries by IP addresses, even when Reverse DNS entries don't exist. The Geo-IP database contains IP Network Blocks as keys and countries as values, covering every public IP address." SRC_URI="http://www.maxmind.com/download/geoip/api/c/${MY_P}.tar.gz" diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest index 07384a2f3a5c..e058fe507586 100644 --- a/dev-libs/glib/Manifest +++ b/dev-libs/glib/Manifest @@ -1,12 +1,12 @@ -MD5 09177411c38cbf90b0bf381c768a1a0b glib-2.2.2.ebuild 1246 -MD5 aea32777f387944b2907c211a561b9ad glib-2.2.1-r1.ebuild 1244 -MD5 13953012ec335ac9cbfa7a05f55eff7d glib-2.2.1.ebuild 1041 -MD5 a2d2e6190f2bf440778e51d0c678d81a glib-2.2.3.ebuild 1064 MD5 e18336619d038d4408f7f87505368462 ChangeLog 6989 -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 27ecf96dab511ee1bc5e55b6e7c39de6 glib-1.2.10-r5.ebuild 898 -MD5 f1d1917d455b88ebd5cdcf76d94e84d4 files/digest-glib-2.2.1 64 +MD5 2eab4bb82024f9d0580d3fa82972c1d5 glib-2.2.2.ebuild 1243 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 e564210708c16d0a04cade4294def46f glib-2.2.1.ebuild 1042 +MD5 63d466503722d3fa9e75cb5b9b759dea glib-2.2.1-r1.ebuild 1241 +MD5 52c3af19214af133d40e733e16d6b319 glib-2.2.3.ebuild 1063 +MD5 0b6b97a59b4b0e1acc433697ce022a3c files/digest-glib-1.2.10-r5 63 MD5 8edb351cbbf69e68f599f517e2152ca4 files/digest-glib-2.2.2 64 -MD5 b8ffd1df331b401706a2ac487f28fee8 files/digest-glib-2.2.3 64 +MD5 f1d1917d455b88ebd5cdcf76d94e84d4 files/digest-glib-2.2.1 64 MD5 f1d1917d455b88ebd5cdcf76d94e84d4 files/digest-glib-2.2.1-r1 64 -MD5 0b6b97a59b4b0e1acc433697ce022a3c files/digest-glib-1.2.10-r5 63 +MD5 b8ffd1df331b401706a2ac487f28fee8 files/digest-glib-2.2.3 64 diff --git a/dev-libs/glib/glib-2.2.1-r1.ebuild b/dev-libs/glib/glib-2.2.1-r1.ebuild index ddc6e67aed10..716a2dde2e39 100644 --- a/dev-libs/glib/glib-2.2.1-r1.ebuild +++ b/dev-libs/glib/glib-2.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.1-r1.ebuild,v 1.5 2003/08/03 02:06:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.1-r1.ebuild,v 1.6 2003/09/06 22:29:24 msterret Exp $ inherit libtool @@ -22,7 +22,7 @@ src_compile() { # Seems libtool have another wierd bug, try to fix it # with a fix for nautilus, bug #4190 elibtoolize --reverse-deps - + local myconf="" use doc \ && myconf="${myconf} --enable-gtk-doc" \ @@ -42,7 +42,7 @@ src_install() { # Consider invalid UTF-8 filenames as locale-specific. dodir /etc/env.d echo "G_BROKEN_FILENAMES=1" >${D}/etc/env.d/50glib2 - + dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS NEWS.pre-1-3 } diff --git a/dev-libs/glib/glib-2.2.1.ebuild b/dev-libs/glib/glib-2.2.1.ebuild index 30384153304b..87b2393b6619 100644 --- a/dev-libs/glib/glib-2.2.1.ebuild +++ b/dev-libs/glib/glib-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.1.ebuild,v 1.11 2003/08/03 02:06:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.1.ebuild,v 1.12 2003/09/06 22:29:24 msterret Exp $ inherit libtool @@ -22,7 +22,7 @@ src_compile() { # Seems libtool have another wierd bug, try to fix it # with a fix for nautilus, bug #4190 elibtoolize --reverse-deps - + local myconf="" use doc \ && myconf="${myconf} --enable-gtk-doc" \ diff --git a/dev-libs/glib/glib-2.2.2.ebuild b/dev-libs/glib/glib-2.2.2.ebuild index eebceb75bd72..287a7456b2f5 100644 --- a/dev-libs/glib/glib-2.2.2.ebuild +++ b/dev-libs/glib/glib-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.2.ebuild,v 1.7 2003/08/03 02:06:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.2.ebuild,v 1.8 2003/09/06 22:29:24 msterret Exp $ inherit libtool @@ -22,7 +22,7 @@ src_compile() { # Seems libtool have another wierd bug, try to fix it # with a fix for nautilus, bug #4190 elibtoolize --reverse-deps - + local myconf="" use doc \ && myconf="${myconf} --enable-gtk-doc" \ @@ -42,7 +42,7 @@ src_install() { # Consider invalid UTF-8 filenames as locale-specific. dodir /etc/env.d echo "G_BROKEN_FILENAMES=1" > ${D}/etc/env.d/50glib2 - + dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS NEWS.pre-1-3 } diff --git a/dev-libs/glib/glib-2.2.3.ebuild b/dev-libs/glib/glib-2.2.3.ebuild index 1826422b0f63..33e3a7c065cc 100644 --- a/dev-libs/glib/glib-2.2.3.ebuild +++ b/dev-libs/glib/glib-2.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/dev-libs/glib/glib-2.2.3.ebuild,v 1.1 2003/08/27 16:37:22 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.3.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ inherit libtool @@ -38,7 +38,7 @@ src_install() { # Consider invalid UTF-8 filenames as locale-specific. dodir /etc/env.d echo "G_BROKEN_FILENAMES=1" > ${D}/etc/env.d/50glib2 - + dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS NEWS.pre-1-3 } diff --git a/dev-libs/gmp/Manifest b/dev-libs/gmp/Manifest index 21b7fe47d481..3714eddaf2a0 100644 --- a/dev-libs/gmp/Manifest +++ b/dev-libs/gmp/Manifest @@ -1,8 +1,8 @@ +MD5 b723fc4f3dbd903ee00e6e753b30fe14 ChangeLog 2773 +MD5 57abd5fbd12dc8a4b5ad86cd9c7cfa7e gmp-3.1.1-r1.ebuild 954 +MD5 c35172b9837ff3660fab3fc73f276136 gmp-4.1-r1.ebuild 1014 +MD5 58d8fa2ae9b9f31cf846816df7743732 gmp-4.1.2.ebuild 1243 MD5 ffc8c02b002c5b444e1688450be88fca files/digest-gmp-3.1.1-r1 62 MD5 6fe67063d13e286170b681d7220f6bb7 files/digest-gmp-4.1-r1 60 -MD5 8458ecf3c3c6b27f949d1b1c1e6a9cc7 files/randraw.c.41.diff 585 MD5 265f53218c05ee4ac1192b1fee5d5038 files/digest-gmp-4.1.2 62 -MD5 98d1f8810583818e4e667061d2d5ec59 gmp-3.1.1-r1.ebuild 1010 -MD5 cd3c68e3870d04df530125ab40cab9a2 gmp-4.1-r1.ebuild 1070 -MD5 b723fc4f3dbd903ee00e6e753b30fe14 ChangeLog 2773 -MD5 58d8fa2ae9b9f31cf846816df7743732 gmp-4.1.2.ebuild 1243 +MD5 8458ecf3c3c6b27f949d1b1c1e6a9cc7 files/randraw.c.41.diff 585 diff --git a/dev-libs/gmp/gmp-3.1.1-r1.ebuild b/dev-libs/gmp/gmp-3.1.1-r1.ebuild index cb05f091dc3f..2752f3594512 100644 --- a/dev-libs/gmp/gmp-3.1.1-r1.ebuild +++ b/dev-libs/gmp/gmp-3.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.1-r1.ebuild,v 1.13 2003/08/03 02:10:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.1-r1.ebuild,v 1.14 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers" HOMEPAGE="http://www.gnu.org/software/gmp/gmp.html" @@ -14,7 +14,7 @@ DEPEND="virtual/glibc ~sys-devel/m4-1.4" RDEPEND="virtual/glibc" -src_compile() { +src_compile() { ./configure --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -24,7 +24,7 @@ src_compile() { make || die } -src_install() { +src_install() { make prefix=${D}/usr infodir=${D}/usr/share/info install || die dodoc AUTHORS ChangeLog COPYING* NEWS README diff --git a/dev-libs/gmp/gmp-4.1-r1.ebuild b/dev-libs/gmp/gmp-4.1-r1.ebuild index 88a3f36ac4a2..db82aed85eb2 100644 --- a/dev-libs/gmp/gmp-4.1-r1.ebuild +++ b/dev-libs/gmp/gmp-4.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/dev-libs/gmp/gmp-4.1-r1.ebuild,v 1.15 2003/08/03 02:10:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.1-r1.ebuild,v 1.16 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers" HOMEPAGE="http://www.gnu.org/software/gmp/gmp.html" @@ -18,7 +18,7 @@ src_unpack() { epatch ${FILESDIR}/randraw.c.41.diff } -src_compile() { +src_compile() { local myconf="" [ "${ARCH}" != "sparc" ] && myconf="--enable-mpfr" econf \ @@ -31,7 +31,7 @@ src_compile() { make || die "make failed" } -src_install() { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog COPYING* NEWS README diff --git a/dev-libs/gsl/Manifest b/dev-libs/gsl/Manifest index 87532146fd03..6ebf79773182 100644 --- a/dev-libs/gsl/Manifest +++ b/dev-libs/gsl/Manifest @@ -1,10 +1,10 @@ +MD5 1d69187073f79f16980ab965139580ad ChangeLog 1388 +MD5 11e782f4afaaca62508455da6f376d76 gsl-1.0.ebuild 894 +MD5 699819c05c0dca7791c25424f9017aec gsl-1.1.1.ebuild 898 +MD5 fb0a2c23cb574ca1a6f4fa9dc48eec8d gsl-1.2.ebuild 993 +MD5 8060d3a227eb4a5e539c3125e8fce78d gsl-1.3.ebuild 1024 MD5 48888a085db792dd214fe3fc4cd16fe8 files/digest-gsl-1.0 60 MD5 868eb8090cb3a6d95e15c9b74845b36e files/digest-gsl-1.1.1 62 MD5 bf9a4c4c49f956f6f1b6bbd865e0f7dd files/digest-gsl-1.2 60 -MD5 c7dae15dca92a4eac63ec297ec7b28ec files/k6-undef.diff 1444 MD5 19c1fec1e698b1a7928d072be94e1aef files/digest-gsl-1.3 60 -MD5 3cc6835f795b328ab8be68c94d6c0f8c gsl-1.0.ebuild 898 -MD5 3f38101b6275d179bc95904683f4f4c6 gsl-1.1.1.ebuild 904 -MD5 fb0a2c23cb574ca1a6f4fa9dc48eec8d gsl-1.2.ebuild 993 -MD5 1d69187073f79f16980ab965139580ad ChangeLog 1388 -MD5 8060d3a227eb4a5e539c3125e8fce78d gsl-1.3.ebuild 1024 +MD5 c7dae15dca92a4eac63ec297ec7b28ec files/k6-undef.diff 1444 diff --git a/dev-libs/gsl/gsl-1.0.ebuild b/dev-libs/gsl/gsl-1.0.ebuild index 20bbeb66d70e..37e0e9bfff6b 100644 --- a/dev-libs/gsl/gsl-1.0.ebuild +++ b/dev-libs/gsl/gsl-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/dev-libs/gsl/gsl-1.0.ebuild,v 1.7 2003/02/13 10:39:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gsl/gsl-1.0.ebuild,v 1.8 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="The GNU Scientific Library" @@ -14,16 +14,16 @@ KEYWORDS="x86 sparc " DEPEND="virtual/glibc" src_compile() { - -#Avoid locking (can break parallel builds) + +#Avoid locking (can break parallel builds) local myconf myconf="--disable-libtool-lock" - + econf ${myconf} || die emake || die #Uncomment the 'make check ...' line if you want to run the test suite. - #Note that the check.log file will be several megabytes in size. + #Note that the check.log file will be several megabytes in size. # make check > check.log 2>&1 || die } diff --git a/dev-libs/gsl/gsl-1.1.1.ebuild b/dev-libs/gsl/gsl-1.1.1.ebuild index 63432ca9075a..30d6272cfdd8 100644 --- a/dev-libs/gsl/gsl-1.1.1.ebuild +++ b/dev-libs/gsl/gsl-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/dev-libs/gsl/gsl-1.1.1.ebuild,v 1.8 2003/06/12 20:32:39 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gsl/gsl-1.1.1.ebuild,v 1.9 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="The GNU Scientific Library" @@ -14,16 +14,16 @@ KEYWORDS="x86 sparc " DEPEND="virtual/glibc" src_compile() { - -#Avoid locking (can break parallel builds) + +#Avoid locking (can break parallel builds) local myconf myconf="--disable-libtool-lock" - + econf ${myconf} || die emake || die #Uncomment the 'make check ...' line if you want to run the test suite. - #Note that the check.log file will be several megabytes in size. + #Note that the check.log file will be several megabytes in size. # make check > check.log 2>&1 || die } diff --git a/dev-libs/ibpp/Manifest b/dev-libs/ibpp/Manifest index 6921052c7b81..eba9c8e5776d 100644 --- a/dev-libs/ibpp/Manifest +++ b/dev-libs/ibpp/Manifest @@ -1,4 +1,4 @@ MD5 e58728ec1be388fa8a1a29c7d569566b ChangeLog 845 -MD5 cf3f2fb1518f97422a7c5b2715fadb51 ibpp-1.0.5.2-r1.ebuild 855 +MD5 94efed3b14ba0cfb40a3775966e38d3f ibpp-1.0.5.2-r1.ebuild 856 MD5 5fd4a8f8635bb951e14d762cdadcade8 files/digest-ibpp-1.0.5.2-r1 198 MD5 836d3ea04a6320c59bf756be961ff649 files/ibpp-1.0.5.2.patch 3740 diff --git a/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild b/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild index 3ef7f82c7749..2686c89f549d 100644 --- a/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild +++ b/dev-libs/ibpp/ibpp-1.0.5.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/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild,v 1.9 2003/03/29 04:33:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild,v 1.10 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="IBPP, a C++ client API for firebird 1.0" @@ -19,7 +19,7 @@ src_unpack() { cd ${P} unpack ${A} epatch ${FILESDIR}/${P}.patch - rm ibase.h iberror.h + rm ibase.h iberror.h } src_compile() { diff --git a/dev-libs/korelib/Manifest b/dev-libs/korelib/Manifest index f8db413d624a..898742062969 100644 --- a/dev-libs/korelib/Manifest +++ b/dev-libs/korelib/Manifest @@ -1,4 +1,4 @@ MD5 3993674a44422657b2229ea938b299fe ChangeLog 686 -MD5 f207314816ec058eee7517d52c8bebf1 korelib-1.0.ebuild 995 +MD5 1464135557f3a400fa72bd69d921ae23 korelib-1.0.ebuild 996 MD5 294f27803a27740c1a1c85c655909e62 files/digest-korelib-1.0 63 MD5 ef713962f1c2ae6a2190db3f50d66d3d files/korelib-1.0-gentoo.diff 972 diff --git a/dev-libs/korelib/korelib-1.0.ebuild b/dev-libs/korelib/korelib-1.0.ebuild index 13cce03f0468..48be2385a962 100644 --- a/dev-libs/korelib/korelib-1.0.ebuild +++ b/dev-libs/korelib/korelib-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/dev-libs/korelib/korelib-1.0.ebuild,v 1.5 2003/02/13 10:40:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/korelib/korelib-1.0.ebuild,v 1.6 2003/09/06 22:29:24 msterret Exp $ IUSE="" DESCRIPTION="theKompany's cross-platform c++ library for developing modular applications" @@ -27,7 +27,7 @@ src_compile() { src_install() { make DESTDIR=${D} install - + #the lib installs one binary with by the name "demo" - bad choice mv ${D}/usr/bin/demo ${D}/usr/bin/kore-demo diff --git a/dev-libs/libcpml/Manifest b/dev-libs/libcpml/Manifest index affb2da9f73d..d92c81139c48 100644 --- a/dev-libs/libcpml/Manifest +++ b/dev-libs/libcpml/Manifest @@ -1,8 +1,8 @@ -MD5 89333b29e92af7c8f304ee5b855b240f libcpml-5.2.01-r1.ebuild 1336 -MD5 4c6d09dfa1ea462c467f30911f6631c5 libcpml-5.2.01.ebuild 1196 MD5 e76bdb4b4142865f5349b48eab208692 ChangeLog 1191 +MD5 6c8c025005d9a940615fd52acfbf7fc1 libcpml-5.2.01-r1.ebuild 1334 +MD5 16fc5f46a4f354bbbbd5618db89428b4 libcpml-5.2.01-r2.ebuild 1723 +MD5 a66a257c70607ecbc80b971d39ad1d26 libcpml-5.2.01.ebuild 1196 MD5 e8acb4c85baa3d2924ce7ac9441836ea metadata.xml 1084 -MD5 31dc5c5a92d3ca7c65adf9584c2ecf39 libcpml-5.2.01-r2.ebuild 1731 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libcpml-5.2.01 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libcpml-5.2.01-r1 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libcpml-5.2.01-r2 0 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libcpml-5.2.01 0 diff --git a/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild b/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild index e8ae4a12ae10..572c0ab140d9 100644 --- a/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild +++ b/dev-libs/libcpml/libcpml-5.2.01-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/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild,v 1.4 2003/03/09 20:40:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01-r1.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/usr SRC_URI="" @@ -13,7 +13,7 @@ LICENSE="compaq-sdla" SLOT="5.2.01" KEYWORDS="-x86 -ppc -sparc alpha" IUSE="ev6" - + src_unpack() { local EV; use ev6 && EV=ev6 || EV=ev5 At="cpml_${EV}-5.2.0-1.alpha.rpm" @@ -21,7 +21,7 @@ src_unpack() { die "Please download ${At} from ${HOMEPAGE}" fi rpm2targz ${DISTDIR}/${At} - tar zxf cpml_${EV}-5.2.0-1.alpha.tar.gz + tar zxf cpml_${EV}-5.2.0-1.alpha.tar.gz mv usr/doc/cpml-5.2.0/* usr } diff --git a/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild b/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild index af8f6600595c..a9ac8aaf7479 100644 --- a/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild +++ b/dev-libs/libcpml/libcpml-5.2.01-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/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild,v 1.3 2003/06/23 17:03:35 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01-r2.ebuild,v 1.4 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/usr SRC_URI="" @@ -13,7 +13,7 @@ LICENSE="compaq-sdla" SLOT="5.2.01" KEYWORDS="-x86 -ppc -sparc alpha" IUSE="ev6" - + src_unpack() { local EV; use ev6 && EV=ev6 || EV=ev5 At="cpml_${EV}-5.2.0-1.alpha.rpm" @@ -22,17 +22,17 @@ src_unpack() { fi # rpm2targz ${DISTDIR}/${At} -# tar zxf cpml_${EV}-5.2.0-1.alpha.tar.gz +# tar zxf cpml_${EV}-5.2.0-1.alpha.tar.gz # agriffis' improved method for rpm extraction - # + # i=${DISTDIR}/${At} dd ibs=`rpmoffset < ${i}` skip=1 if=$i 2>/dev/null \ | gzip -dc | cpio -idmu 2>/dev/null \ - && find usr -type d -print0 | xargs -0 chmod a+rx + && find usr -type d -print0 | xargs -0 chmod a+rx eend ${?} assert "Failed to extract ${At%.rpm}.tar.gz" - + } src_compile () { @@ -45,15 +45,15 @@ src_install () { local EV; use ev6 && EV=ev6 || EV=ev5 mv ${WORKDIR}/usr ${D} - + dodir /usr/lib/ - dosym ./compaq/cpml-5.2.0/libcpml_${EV}.so /usr/lib/libcpml_${EV}.so + dosym ./compaq/cpml-5.2.0/libcpml_${EV}.so /usr/lib/libcpml_${EV}.so dosym ./compaq/cpml-5.2.0/libcpml_${EV}.a /usr/lib/libcpml_${EV}.a - + dodir /usr/share mv ${D}/usr/doc ${D}/usr/share - prepalldocs - + prepalldocs + dosym ./compaq/cpml-5.2.0/libcpml_${EV}.so /usr/lib/libcpml.so dosym ./compaq/cpml-5.2.0/libcpml_${EV}.a /usr/lib/libcpml.a } diff --git a/dev-libs/libcpml/libcpml-5.2.01.ebuild b/dev-libs/libcpml/libcpml-5.2.01.ebuild index 3693ba0c672d..7273dc2265fc 100644 --- a/dev-libs/libcpml/libcpml-5.2.01.ebuild +++ b/dev-libs/libcpml/libcpml-5.2.01.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/dev-libs/libcpml/libcpml-5.2.01.ebuild,v 1.2 2003/02/13 10:40:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ At="cpml_ev5-5.2.0-1.alpha.rpm" S=${WORKDIR}/usr @@ -13,13 +13,13 @@ RDEPEND="$DEPEND" LICENSE="compaq-sdla" SLOT="5.2.01" KEYWORDS="-x86 -ppc -sparc alpha" - + src_unpack() { if [ ! -f ${DISTDIR}/${At} ] ; then die "Please download ${At} from ${HOMEPAGE}" fi rpm2targz ${DISTDIR}/${At} - tar zxf cpml_ev5-5.2.0-1.alpha.tar.gz + tar zxf cpml_ev5-5.2.0-1.alpha.tar.gz mv usr/doc/cpml-5.2.0/* usr } diff --git a/dev-libs/libcxml/Manifest b/dev-libs/libcxml/Manifest index b885d31795b3..e413fe554877 100644 --- a/dev-libs/libcxml/Manifest +++ b/dev-libs/libcxml/Manifest @@ -1,4 +1,4 @@ -MD5 d501fe9ac10cf889be28205bc7b77af9 libcxml-5.2.0.ebuild 1773 +MD5 6a31011ba72d372440c705a0272ae28b libcxml-5.2.0.ebuild 1771 MD5 a19c4b101f70fa6ec9196656e344b6eb ChangeLog 397 MD5 473df1bc370e79c52bea1fbd0803ef24 metadata.xml 598 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libcxml-5.2.0 0 diff --git a/dev-libs/libcxml/libcxml-5.2.0.ebuild b/dev-libs/libcxml/libcxml-5.2.0.ebuild index 0fb8b5661d8e..f66b72a2cda2 100644 --- a/dev-libs/libcxml/libcxml-5.2.0.ebuild +++ b/dev-libs/libcxml/libcxml-5.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcxml/libcxml-5.2.0.ebuild,v 1.4 2003/08/19 18:01:17 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcxml/libcxml-5.2.0.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/usr SRC_URI="" @@ -19,7 +19,7 @@ IUSE="ev6 doc" # non portage variable RELEASE="5.2.0-2" - + src_unpack() { local EV; use ev6 && EV=ev6 || EV=ev5 At="cxml_${EV}-${RELEASE}.alpha.rpm" @@ -28,7 +28,7 @@ src_unpack() { fi # agriffis' improved method for rpm extraction - # + # i=${DISTDIR}/${At} dd ibs=`rpmoffset < ${i}` skip=1 if=$i 2>/dev/null \ | gzip -dc | cpio -idmu 2>/dev/null \ @@ -45,7 +45,7 @@ src_unpack() { mkdir usr/share mv usr/doc usr/share/ fi - + } src_compile () { @@ -59,7 +59,7 @@ src_compile () { src_install () { mv ${WORKDIR}/usr ${D} - prepalldocs + prepalldocs einfo "Please wait while portage strips the libraries..." einfo "This may take a minute..." } diff --git a/dev-libs/libelf/Manifest b/dev-libs/libelf/Manifest index 28ed950b9c57..acda83af13d6 100644 --- a/dev-libs/libelf/Manifest +++ b/dev-libs/libelf/Manifest @@ -1,5 +1,5 @@ MD5 2282ac5e8dead03241b75f88db1814ce ChangeLog 1292 -MD5 7e54d25073acf5f7a76469e51cfb8ca9 libelf-0.7.0.ebuild 799 -MD5 dfec09dd565766f676082431544daeae libelf-0.8.2.ebuild 881 +MD5 0de07b8f8529c85a98a62adc5885af1f libelf-0.7.0.ebuild 796 +MD5 41b19ff4cbbc00286431fd51abfa6138 libelf-0.8.2.ebuild 878 MD5 07226b46843fd27e2da025ccf9cef17f files/digest-libelf-0.7.0 63 MD5 bb4b4879be32209ab0cba5bca0420b82 files/digest-libelf-0.8.2 64 diff --git a/dev-libs/libelf/libelf-0.7.0.ebuild b/dev-libs/libelf/libelf-0.7.0.ebuild index a064ec984419..22880baa8320 100644 --- a/dev-libs/libelf/libelf-0.7.0.ebuild +++ b/dev-libs/libelf/libelf-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.7.0.ebuild,v 1.10 2003/02/13 10:41:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.7.0.ebuild,v 1.11 2003/09/06 22:29:24 msterret Exp $ IUSE="nls" @@ -20,17 +20,17 @@ src_compile() { local myconf use nls || myconf="--disable-nls" - + econf \ --enable-shared \ ${myconf} || die - + emake || die } src_install () { make prefix=${D}/usr \ install || die - + dodoc COYPING.LIB CHangeLog VERSION README } diff --git a/dev-libs/libelf/libelf-0.8.2.ebuild b/dev-libs/libelf/libelf-0.8.2.ebuild index b9a0f4784e94..0a4fec6e18f9 100644 --- a/dev-libs/libelf/libelf-0.8.2.ebuild +++ b/dev-libs/libelf/libelf-0.8.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/dev-libs/libelf/libelf-0.8.2.ebuild,v 1.10 2003/02/13 10:41:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.2.ebuild,v 1.11 2003/09/06 22:29:24 msterret Exp $ IUSE="nls" @@ -20,11 +20,11 @@ src_compile() { local myconf="" use nls || myconf="--disable-nls" - + econf \ --enable-shared \ ${myconf} || die - + emake || die } @@ -34,7 +34,7 @@ src_install() { includedir=${D}usr/include \ install \ install-compat || die - + dodoc COPYING.LIB ChangeLog VERSION README } diff --git a/dev-libs/libgcrypt/Manifest b/dev-libs/libgcrypt/Manifest index 413cc2313d51..20e5caa6fd31 100644 --- a/dev-libs/libgcrypt/Manifest +++ b/dev-libs/libgcrypt/Manifest @@ -1,9 +1,9 @@ +MD5 61bef8041c0f4d297878e4263535a774 ChangeLog 2480 +MD5 db1cc375a6cd9a512610077af0c760f7 libgcrypt-1.1.10.ebuild 814 +MD5 309f3506ce83b72f6336fe6b4061aed4 libgcrypt-1.1.12.ebuild 1128 +MD5 abb78a1c9b20abd42bf28b5b87c0fc64 libgcrypt-1.1.3.ebuild 845 +MD5 9dc91b963ddedc203404036244d54adf libgcrypt-1.1.8.ebuild 813 MD5 5ff5727bac47661d244c5d8b87f41911 files/digest-libgcrypt-1.1.10 68 MD5 9bf9811b5db655640e7f280bb9bab24c files/digest-libgcrypt-1.1.12 68 MD5 d6c43e2f1aca56263f6279650dbf92bb files/digest-libgcrypt-1.1.3 67 MD5 76c643bc7aaf040ce60594b4aba1e96c files/digest-libgcrypt-1.1.8 67 -MD5 036bf55ca1c3cca9dc8d5e0d6d4daec6 libgcrypt-1.1.10.ebuild 813 -MD5 c1c4dd4ee58bbccbdf7a2bca1242dfad libgcrypt-1.1.12.ebuild 1127 -MD5 18523daa39e124fed35dcdf8501686ea libgcrypt-1.1.3.ebuild 844 -MD5 7d91e8d0053d5e425ed2332a78f8cc1a libgcrypt-1.1.8.ebuild 812 -MD5 61bef8041c0f4d297878e4263535a774 ChangeLog 2480 diff --git a/dev-libs/libgcrypt/libgcrypt-1.1.10.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.10.ebuild index 50a2eb860830..b819e71e1237 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.1.10.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.1.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/dev-libs/libgcrypt/libgcrypt-1.1.10.ebuild,v 1.3 2003/08/07 02:03:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.10.ebuild,v 1.4 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="general purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" @@ -25,5 +25,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS BUGS ChangeLog COPYING* NEWS README* THANKS TODO VERSION + dodoc AUTHORS BUGS ChangeLog COPYING* NEWS README* THANKS TODO VERSION } diff --git a/dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild index b2698771cb58..49e0003ee11d 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.1.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/dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild,v 1.4 2003/08/07 02:03:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="general purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" @@ -35,5 +35,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS BUGS ChangeLog COPYING* NEWS README* THANKS TODO VERSION + dodoc AUTHORS BUGS ChangeLog COPYING* NEWS README* THANKS TODO VERSION } diff --git a/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild index 381c885dfcd1..e19b6efa37d0 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.1.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/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild,v 1.12 2003/08/07 02:03:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild,v 1.13 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="general purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" @@ -28,5 +28,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS BUGS COPYING INSTALL NEWS README* THANKS VERSION + dodoc AUTHORS BUGS COPYING INSTALL NEWS README* THANKS VERSION } diff --git a/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild index 5e667132ce7d..6c7494177392 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.1.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/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild,v 1.6 2003/08/07 02:04:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="general purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" @@ -25,5 +25,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS BUGS ChangeLog COPYING* NEWS README* THANKS TODO VERSION + dodoc AUTHORS BUGS ChangeLog COPYING* NEWS README* THANKS TODO VERSION } diff --git a/dev-libs/libgeotiff/Manifest b/dev-libs/libgeotiff/Manifest index 66f48098bbef..17d893fc09a5 100644 --- a/dev-libs/libgeotiff/Manifest +++ b/dev-libs/libgeotiff/Manifest @@ -1,3 +1,3 @@ -MD5 e77842442c89596a723f6ce5745cfd4d files/digest-libgeotiff-1.2.0 68 MD5 2670ae007c90747a19502fa83d205a21 ChangeLog 360 -MD5 0ae645af712a96966aa6c6223160e7c3 libgeotiff-1.2.0.ebuild 1306 +MD5 ee63de30fea8feb2493f42215fa01190 libgeotiff-1.2.0.ebuild 1301 +MD5 e77842442c89596a723f6ce5745cfd4d files/digest-libgeotiff-1.2.0 68 diff --git a/dev-libs/libgeotiff/libgeotiff-1.2.0.ebuild b/dev-libs/libgeotiff/libgeotiff-1.2.0.ebuild index 0d3f55829c57..f37eba402109 100644 --- a/dev-libs/libgeotiff/libgeotiff-1.2.0.ebuild +++ b/dev-libs/libgeotiff/libgeotiff-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgeotiff/libgeotiff-1.2.0.ebuild,v 1.1 2003/06/19 18:57:09 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgeotiff/libgeotiff-1.2.0.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ inherit base eutils @@ -22,7 +22,7 @@ src_unpack() { cd ${S} patch -p0 -s < ${FILESDIR}/geo_trans.diff } - + src_compile() { econf || die MAKEOPTS="-j1" pmake || die diff --git a/dev-libs/libmimedir/Manifest b/dev-libs/libmimedir/Manifest index d00b26e0a09c..f5babd3caf11 100644 --- a/dev-libs/libmimedir/Manifest +++ b/dev-libs/libmimedir/Manifest @@ -1,4 +1,4 @@ MD5 99d76292a294a5f44afefb3b570fbb41 ChangeLog 383 -MD5 f2dc3a1b42baed1a112e0a2060636547 libmimedir-0.3.ebuild 670 +MD5 46176968ac1f0915b0c11af54c10d72a libmimedir-0.3.ebuild 670 MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156 MD5 2b6cdcdb5fd112e27166e600b7b605c0 files/digest-libmimedir-0.3 65 diff --git a/dev-libs/libmimedir/libmimedir-0.3.ebuild b/dev-libs/libmimedir/libmimedir-0.3.ebuild index 50d6035c417b..4df65978df34 100644 --- a/dev-libs/libmimedir/libmimedir-0.3.ebuild +++ b/dev-libs/libmimedir/libmimedir-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/dev-libs/libmimedir/libmimedir-0.3.ebuild,v 1.1 2003/09/02 22:20:55 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmimedir/libmimedir-0.3.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Library for manipulating MIME directory profiles (RFC2425)" HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -18,7 +18,7 @@ MAKEOPTS="${MAKEOPTS} -j1" src_compile() { econf - emake || die + emake || die } src_install() { diff --git a/dev-libs/libmrproject/Manifest b/dev-libs/libmrproject/Manifest index 03f1efa2b171..249007b3d0a3 100644 --- a/dev-libs/libmrproject/Manifest +++ b/dev-libs/libmrproject/Manifest @@ -1,11 +1,11 @@ MD5 f8942a0d31a203ca6bceff22472bd761 ChangeLog 2130 -MD5 0fc771f1867834e3961792292f548168 libmrproject-0.4.ebuild 1041 -MD5 fef52a951bd0fd75f5d691a9effb9128 libmrproject-0.5.ebuild 1041 -MD5 76ed98690407ed4301ede10ec49f970a libmrproject-0.6.ebuild 1044 -MD5 7596230393d85c8ada10f82356ef2d4d libmrproject-0.7.ebuild 1032 -MD5 115e5a4242959824a781e2e68245e00f libmrproject-0.8.ebuild 1037 -MD5 59d4c4327eb86ed52cc8f6ce30aeb190 libmrproject-0.9.ebuild 1037 -MD5 fc1f85c034e0735ba7bc0541c70522c3 libmrproject-0.9.1.ebuild 1050 +MD5 85859067048b9acd431acfe0e7272b32 libmrproject-0.4.ebuild 1042 +MD5 8a46a86e74f30c63f7aed216b74f8eb1 libmrproject-0.5.ebuild 1042 +MD5 8c7c7ff55ce989fd6354bdc57c373f65 libmrproject-0.6.ebuild 1045 +MD5 06ed82d2ad3fa946b7c6a72e4710e6d6 libmrproject-0.7.ebuild 1035 +MD5 0a88323f783cbcf9cba063445ff3fc8d libmrproject-0.8.ebuild 1040 +MD5 95addc80be16943d5fdc45abf7e73ba6 libmrproject-0.9.1.ebuild 1049 +MD5 8c5048430a26ed9c042fab7324998b20 libmrproject-0.9.ebuild 1040 MD5 32bce59b5c318516f06a7d5b8b24cfb8 files/digest-libmrproject-0.4 68 MD5 1fd8e0b45280a178a9e7ac0fa92a840f files/digest-libmrproject-0.5 68 MD5 50085b8ce5dc78793def8cbc64548b73 files/digest-libmrproject-0.6 68 diff --git a/dev-libs/libmrproject/libmrproject-0.4.ebuild b/dev-libs/libmrproject/libmrproject-0.4.ebuild index 4258c5e1e373..527eb7250305 100644 --- a/dev-libs/libmrproject/libmrproject-0.4.ebuild +++ b/dev-libs/libmrproject/libmrproject-0.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/dev-libs/libmrproject/libmrproject-0.4.ebuild,v 1.7 2003/02/13 10:43:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmrproject/libmrproject-0.4.ebuild,v 1.8 2003/09/06 22:29:24 msterret Exp $ IUSE="doc nls" @@ -41,5 +41,5 @@ src_compile() { src_install() { einstall || die - dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* + dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* } diff --git a/dev-libs/libmrproject/libmrproject-0.5.ebuild b/dev-libs/libmrproject/libmrproject-0.5.ebuild index 61a177099eef..b24c0903938e 100644 --- a/dev-libs/libmrproject/libmrproject-0.5.ebuild +++ b/dev-libs/libmrproject/libmrproject-0.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/dev-libs/libmrproject/libmrproject-0.5.ebuild,v 1.6 2003/02/13 10:43:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmrproject/libmrproject-0.5.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ IUSE="doc nls" @@ -41,5 +41,5 @@ src_compile() { src_install() { einstall || die - dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* + dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* } diff --git a/dev-libs/libmrproject/libmrproject-0.6.ebuild b/dev-libs/libmrproject/libmrproject-0.6.ebuild index c23731df12a5..e7ade1b1e061 100644 --- a/dev-libs/libmrproject/libmrproject-0.6.ebuild +++ b/dev-libs/libmrproject/libmrproject-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/dev-libs/libmrproject/libmrproject-0.6.ebuild,v 1.6 2003/02/13 10:43:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmrproject/libmrproject-0.6.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ IUSE="doc nls" @@ -41,5 +41,5 @@ src_compile() { src_install() { einstall || die - dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* + dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* } diff --git a/dev-libs/libmrproject/libmrproject-0.7.ebuild b/dev-libs/libmrproject/libmrproject-0.7.ebuild index 375c4df0ec70..1fff2443fef6 100644 --- a/dev-libs/libmrproject/libmrproject-0.7.ebuild +++ b/dev-libs/libmrproject/libmrproject-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/dev-libs/libmrproject/libmrproject-0.7.ebuild,v 1.5 2003/07/12 09:22:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmrproject/libmrproject-0.7.ebuild,v 1.6 2003/09/06 22:29:24 msterret Exp $ IUSE="doc nls" @@ -40,5 +40,5 @@ src_compile() { src_install() { einstall || die - dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* + dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* } diff --git a/dev-libs/libmrproject/libmrproject-0.8.ebuild b/dev-libs/libmrproject/libmrproject-0.8.ebuild index d5cfa81949df..655ba5f99f6b 100644 --- a/dev-libs/libmrproject/libmrproject-0.8.ebuild +++ b/dev-libs/libmrproject/libmrproject-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/dev-libs/libmrproject/libmrproject-0.8.ebuild,v 1.4 2003/07/12 09:22:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmrproject/libmrproject-0.8.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ IUSE="doc nls" @@ -40,5 +40,5 @@ src_compile() { src_install() { einstall || die - dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* + dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* } diff --git a/dev-libs/libmrproject/libmrproject-0.9.1.ebuild b/dev-libs/libmrproject/libmrproject-0.9.1.ebuild index 69d7be8c8a18..131b421b3860 100644 --- a/dev-libs/libmrproject/libmrproject-0.9.1.ebuild +++ b/dev-libs/libmrproject/libmrproject-0.9.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/dev-libs/libmrproject/libmrproject-0.9.1.ebuild,v 1.3 2003/08/20 16:29:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmrproject/libmrproject-0.9.1.ebuild,v 1.4 2003/09/06 22:29:24 msterret Exp $ IUSE="doc nls" @@ -40,5 +40,5 @@ src_compile() { src_install() { einstall || die - dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* + dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* } diff --git a/dev-libs/libmrproject/libmrproject-0.9.ebuild b/dev-libs/libmrproject/libmrproject-0.9.ebuild index 8d8c9c2fc0fe..1a04d55d94c9 100644 --- a/dev-libs/libmrproject/libmrproject-0.9.ebuild +++ b/dev-libs/libmrproject/libmrproject-0.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/dev-libs/libmrproject/libmrproject-0.9.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmrproject/libmrproject-0.9.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ IUSE="doc nls" @@ -40,5 +40,5 @@ src_compile() { src_install() { einstall || die - dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* + dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* } diff --git a/dev-libs/libol/Manifest b/dev-libs/libol/Manifest index 040024d3e0ff..8d22bdb5719a 100644 --- a/dev-libs/libol/Manifest +++ b/dev-libs/libol/Manifest @@ -1,7 +1,7 @@ MD5 9a4a6e9d815eb90a90bf059a04918088 ChangeLog 2475 -MD5 6ca5d1f34f310d4e05a46ff8cb47f134 libol-0.2.23.ebuild 684 -MD5 8fbbd012138923f2e9b34f72fae9d7ee libol-0.3.6.ebuild 693 -MD5 2c2c2d900a59ae1f376650eb3c565fd2 libol-0.3.9.ebuild 708 +MD5 033c2e7b381ce9cf402d1657d241cf9d libol-0.2.23.ebuild 685 +MD5 401483b954c3567cf82b27ca7d77dda0 libol-0.3.6.ebuild 696 +MD5 d660eb53576543c8bd8f2e9a524680e4 libol-0.3.9.ebuild 710 MD5 59a3ac5bf8fbb594d56c7a6e59cfa280 files/digest-libol-0.2.23 64 MD5 9ccc95785fc23523de889f617736b84e files/digest-libol-0.3.6 63 MD5 7927b5897993e838986ff5ec85e1f375 files/digest-libol-0.3.9 63 diff --git a/dev-libs/libol/libol-0.2.23.ebuild b/dev-libs/libol/libol-0.2.23.ebuild index c9552fd8fe01..82714fd2dd4a 100644 --- a/dev-libs/libol/libol-0.2.23.ebuild +++ b/dev-libs/libol/libol-0.2.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/dev-libs/libol/libol-0.2.23.ebuild,v 1.15 2003/02/13 10:44:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.2.23.ebuild,v 1.16 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Support library for syslog-ng" @@ -24,5 +24,5 @@ src_compile() { src_install() { einstall || die - dodoc ChangeLog + dodoc ChangeLog } diff --git a/dev-libs/libol/libol-0.3.6.ebuild b/dev-libs/libol/libol-0.3.6.ebuild index 54404c1df710..2d058c305ac8 100644 --- a/dev-libs/libol/libol-0.3.6.ebuild +++ b/dev-libs/libol/libol-0.3.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/dev-libs/libol/libol-0.3.6.ebuild,v 1.3 2003/07/12 09:22:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.6.ebuild,v 1.4 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Support library for syslog-ng" @@ -25,5 +25,5 @@ src_compile() { src_install() { einstall || die - dodoc ChangeLog + dodoc ChangeLog } diff --git a/dev-libs/libol/libol-0.3.9.ebuild b/dev-libs/libol/libol-0.3.9.ebuild index c9adf8e501e4..e16dcc9c02eb 100644 --- a/dev-libs/libol/libol-0.3.9.ebuild +++ b/dev-libs/libol/libol-0.3.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/dev-libs/libol/libol-0.3.9.ebuild,v 1.8 2003/07/16 07:50:20 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.9.ebuild,v 1.9 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Support library for syslog-ng" @@ -25,5 +25,5 @@ src_compile() { src_install() { einstall || die - dodoc ChangeLog + dodoc ChangeLog } diff --git a/dev-libs/libole2/Manifest b/dev-libs/libole2/Manifest index 1831dca247ab..51478744ca5d 100644 --- a/dev-libs/libole2/Manifest +++ b/dev-libs/libole2/Manifest @@ -1,7 +1,7 @@ +MD5 7ba83d7be3c19e911b3c6f6ee59bf981 ChangeLog 1677 +MD5 e6ffd418afc4dc5bea6c578a28859eb6 libole2-0.2.3-r1.ebuild 612 +MD5 55614bc3692b2349759c5beae4053bb5 libole2-0.2.4-r1.ebuild 1147 +MD5 3b405e5c68518d60a25e2247ba864aee libole2-0.2.4.ebuild 965 MD5 fbf66bc8d1b2f4bb160d936813b712fb files/digest-libole2-0.2.3-r1 65 MD5 615e88687c2f2fed007b0910e9b02fb0 files/digest-libole2-0.2.4 66 MD5 615e88687c2f2fed007b0910e9b02fb0 files/digest-libole2-0.2.4-r1 66 -MD5 3af284c7ec6fc24e1373daee9e9bfe6c libole2-0.2.3-r1.ebuild 641 -MD5 e32dd56211ae2f00d3fddf9189caa0c0 libole2-0.2.4.ebuild 968 -MD5 7ba83d7be3c19e911b3c6f6ee59bf981 ChangeLog 1677 -MD5 49b676113920a59a2786b85a4b0b6e38 libole2-0.2.4-r1.ebuild 1147 diff --git a/dev-libs/libole2/libole2-0.2.3-r1.ebuild b/dev-libs/libole2/libole2-0.2.3-r1.ebuild index fd437cb75749..e5a91e9f7000 100644 --- a/dev-libs/libole2/libole2-0.2.3-r1.ebuild +++ b/dev-libs/libole2/libole2-0.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/libole2-0.2.3-r1.ebuild,v 1.10 2003/02/13 10:44:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/libole2-0.2.3-r1.ebuild,v 1.11 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="libole2" @@ -18,7 +18,7 @@ src_compile() { emake || die } -src_install() { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog NEWS README* TODO } diff --git a/dev-libs/libole2/libole2-0.2.4-r1.ebuild b/dev-libs/libole2/libole2-0.2.4-r1.ebuild index 092952ef14b2..21b1b1ec2b4c 100644 --- a/dev-libs/libole2/libole2-0.2.4-r1.ebuild +++ b/dev-libs/libole2/libole2-0.2.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/dev-libs/libole2/libole2-0.2.4-r1.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/libole2-0.2.4-r1.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ inherit gnome.org @@ -35,7 +35,7 @@ src_install() { cd ${S}/doc mv Makefile Makefile.orig sed 's/gtkdoc-fixxref.*/\\/' Makefile.orig > Makefile - + cd ${S} make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog NEWS README* TODO diff --git a/dev-libs/libole2/libole2-0.2.4.ebuild b/dev-libs/libole2/libole2-0.2.4.ebuild index 2d1249c044d1..15d105310b79 100644 --- a/dev-libs/libole2/libole2-0.2.4.ebuild +++ b/dev-libs/libole2/libole2-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/libole2-0.2.4.ebuild,v 1.14 2003/03/06 15:30:39 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/libole2-0.2.4.ebuild,v 1.15 2003/09/06 22:29:24 msterret Exp $ inherit gnome.org @@ -26,7 +26,7 @@ src_install() { cd ${S}/doc mv Makefile Makefile.orig sed 's/gtkdoc-fixxref.*/\\/' Makefile.orig > Makefile - + cd ${S} make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog NEWS README* TODO diff --git a/dev-libs/libots/Manifest b/dev-libs/libots/Manifest index bb531f7d11f7..0bfe774fb667 100644 --- a/dev-libs/libots/Manifest +++ b/dev-libs/libots/Manifest @@ -1,4 +1,4 @@ -MD5 fafe30c98feed82d08f7cdd3cab1b3b0 libots-2.2.7.ebuild 875 MD5 8390e8d99040f39f3f128ec974acb1f5 ChangeLog 523 +MD5 8c75bbf53f15707693d8ba6f0997a264 libots-2.2.7.ebuild 874 MD5 d0ec81a70aa1af5bc20cc9bc02f0aca4 metadata.xml 382 MD5 24217a4a8cbf67a8f09647b179a10571 files/digest-libots-2.2.7 68 diff --git a/dev-libs/libots/libots-2.2.7.ebuild b/dev-libs/libots/libots-2.2.7.ebuild index eba8910ebe1b..941e565d5467 100644 --- a/dev-libs/libots/libots-2.2.7.ebuild +++ b/dev-libs/libots/libots-2.2.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/dev-libs/libots/libots-2.2.7.ebuild,v 1.4 2003/05/20 19:30:50 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ At="libots-2.2.7-2.alpha.rpm" S=${WORKDIR}/usr/lib/compaq/libots-2.2.7 @@ -13,7 +13,7 @@ RDEPEND="$DEPEND" LICENSE="compaq-sdla" SLOT="2.2.7" KEYWORDS="-x86 -ppc -sparc alpha" - + src_unpack() { #if [ ! -f ${DISTDIR}/${At} ] ; then # die "Please download ${At} from ${HOMEPAGE}" @@ -24,9 +24,9 @@ src_unpack() { src_install () { dodir /usr/lib - + cp libots.* ${D}/usr/lib - dodoc README + dodoc README } diff --git a/dev-libs/libpcre/Manifest b/dev-libs/libpcre/Manifest index 2962f855ba5f..01660e177724 100644 --- a/dev-libs/libpcre/Manifest +++ b/dev-libs/libpcre/Manifest @@ -2,7 +2,7 @@ MD5 3f3f59d2f0b594e85d09c54f83c3a2bc ChangeLog 2900 MD5 c767a4a018af19b7ae9e252844628e2e libpcre-3.9-r1.ebuild 732 MD5 6597d35bf7d63e6accb9b0719f5f3058 libpcre-3.9-r2.ebuild 743 MD5 7dcdef4d7a38afb50e792e33a0452982 libpcre-3.9.ebuild 708 -MD5 cb52b9aacf59a4292d8ffdaf08239986 libpcre-4.2-r1.ebuild 772 +MD5 cdf0f1e9c5511b85b714fbd1329ea03d libpcre-4.2-r1.ebuild 773 MD5 0baca84ddbe0223b3e71da8f829841bc files/digest-libpcre-3.9 61 MD5 0baca84ddbe0223b3e71da8f829841bc files/digest-libpcre-3.9-r1 61 MD5 0baca84ddbe0223b3e71da8f829841bc files/digest-libpcre-3.9-r2 61 diff --git a/dev-libs/libpcre/libpcre-4.2-r1.ebuild b/dev-libs/libpcre/libpcre-4.2-r1.ebuild index 53149daa8e98..85e4a584f671 100644 --- a/dev-libs/libpcre/libpcre-4.2-r1.ebuild +++ b/dev-libs/libpcre/libpcre-4.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/dev-libs/libpcre/libpcre-4.2-r1.ebuild,v 1.5 2003/07/23 21:26:15 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-4.2-r1.ebuild,v 1.6 2003/09/06 22:29:24 msterret Exp $ inherit libtool @@ -18,7 +18,7 @@ DEPEND="virtual/glibc" src_compile() { elibtoolize econf --enable-utf8 || die - make || die + make || die } src_install () { diff --git a/dev-libs/libprelude/Manifest b/dev-libs/libprelude/Manifest index 78dab4afb3d6..63e6d213372f 100644 --- a/dev-libs/libprelude/Manifest +++ b/dev-libs/libprelude/Manifest @@ -1,6 +1,6 @@ -MD5 43e3fd05fc5aa752526d29c4a386620b metadata.xml 310 MD5 1aaa894f0a42e63d8dbb957271f102d6 ChangeLog 638 -MD5 33975ea524be5d1772005d98ebf1accd libprelude-0.8.5-r1.ebuild 1391 -MD5 00157939313f86f6800c9f2932cd3a71 libprelude-0.8.5.ebuild 1384 +MD5 8a13b886a8ebd2a45d5c12edc112f6fb libprelude-0.8.5.ebuild 1385 +MD5 b04bb9eb4ffacd8ba8279158e3d7f6a0 libprelude-0.8.5-r1.ebuild 1392 +MD5 43e3fd05fc5aa752526d29c4a386620b metadata.xml 310 MD5 b7db6df788e20e6f9a36b39ee7e47480 files/digest-libprelude-0.8.5 68 MD5 b7db6df788e20e6f9a36b39ee7e47480 files/digest-libprelude-0.8.5-r1 68 diff --git a/dev-libs/libprelude/libprelude-0.8.5-r1.ebuild b/dev-libs/libprelude/libprelude-0.8.5-r1.ebuild index dbeb1c363dc8..5f7fe4b39ddb 100644 --- a/dev-libs/libprelude/libprelude-0.8.5-r1.ebuild +++ b/dev-libs/libprelude/libprelude-0.8.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/dev-libs/libprelude/libprelude-0.8.5-r1.ebuild,v 1.1 2003/06/29 20:49:57 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libprelude/libprelude-0.8.5-r1.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Prelude-IDS Framework Library" HOMEPAGE="http://www.prelude-ids.org" @@ -22,10 +22,10 @@ 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" - + aclocal -I /usr/share/aclocal autoconf autoheader diff --git a/dev-libs/libprelude/libprelude-0.8.5.ebuild b/dev-libs/libprelude/libprelude-0.8.5.ebuild index 3d944ece50a7..31741a80caba 100644 --- a/dev-libs/libprelude/libprelude-0.8.5.ebuild +++ b/dev-libs/libprelude/libprelude-0.8.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/dev-libs/libprelude/libprelude-0.8.5.ebuild,v 1.1 2003/06/21 17:12:35 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libprelude/libprelude-0.8.5.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="Prelude-IDS Framework Library" HOMEPAGE="http://www.prelude-ids.org" @@ -22,10 +22,10 @@ src_compile() { local myconf export WANT_AUTOCONF_2_5="1" export WANT_AUTOMAKE_1_6="1" - + use ssl && myconf="${myconf} --enable-openssl" || myconf="${myconf} --disable-openssl" use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" - + aclocal -I /usr/share/aclocal autoconf autoheader diff --git a/dev-libs/librep/Manifest b/dev-libs/librep/Manifest index b058ad0b23fc..0bfe5568dc5e 100644 --- a/dev-libs/librep/Manifest +++ b/dev-libs/librep/Manifest @@ -1,9 +1,9 @@ MD5 05df768a95c509ea54c7e9acaabc9cfc ChangeLog 2326 MD5 f00764d421c89187dd67a52d68954ae5 librep-0.15.2-r1.ebuild 1180 -MD5 b8db91badd7a5364ca8eab3806d37bc2 librep-0.16.1-r1.ebuild 1264 -MD5 e72350b299ec5c970c86057647722ac0 librep-0.16.1.ebuild 1145 -MD5 60edb28063f7bf4e368a7339b9f70d8e librep-0.16.2.ebuild 1248 -MD5 9727f974190c6f571c3411b322df7eb7 librep-0.16.ebuild 1322 +MD5 d02e78a24edab767a01914ede4ea2407 librep-0.16.1-r1.ebuild 1261 +MD5 cf8d6717f90f801e6847bc1be6b60f62 librep-0.16.1.ebuild 1146 +MD5 747fa19d26664886248cb9fd49be2897 librep-0.16.2.ebuild 1247 +MD5 bcb201be2b204036a98ea33c24300b9e librep-0.16.ebuild 1322 MD5 2c77df8e488d86a257852012c021bd5c files/digest-librep-0.15.2-r1 65 MD5 f878188de6e4e2a6f6efa758fc1a76eb files/digest-librep-0.16 64 MD5 5306d9ba8300d0c1f46fe24bd200ebd1 files/digest-librep-0.16.1 65 diff --git a/dev-libs/librep/librep-0.16.1-r1.ebuild b/dev-libs/librep/librep-0.16.1-r1.ebuild index 2c7faf37c9ec..20eaeb5f3a3d 100644 --- a/dev-libs/librep/librep-0.16.1-r1.ebuild +++ b/dev-libs/librep/librep-0.16.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/dev-libs/librep/librep-0.16.1-r1.ebuild,v 1.1 2003/02/22 13:08:54 agriffis Exp $ +# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.16.1-r1.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ IUSE="readline" @@ -28,7 +28,7 @@ src_compile() { elibtoolize local myconf - + use readline \ && myconf='--with-readline' \ || myconf='--without-readline' @@ -51,7 +51,7 @@ src_install() { DESTDIR=${D} \ aclocaldir=/usr/share/aclocal \ infodir=/usr/share/info || die - + insinto /usr/include doins src/rep_config.h diff --git a/dev-libs/librep/librep-0.16.1.ebuild b/dev-libs/librep/librep-0.16.1.ebuild index d007b764b9d2..fd9f478a80ca 100644 --- a/dev-libs/librep/librep-0.16.1.ebuild +++ b/dev-libs/librep/librep-0.16.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/dev-libs/librep/librep-0.16.1.ebuild,v 1.9 2003/02/13 10:45:11 vapier Exp $ +# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.16.1.ebuild,v 1.10 2003/09/06 22:29:24 msterret Exp $ IUSE="readline" @@ -46,7 +46,7 @@ src_install() { DESTDIR=${D} \ aclocaldir=/usr/share/aclocal \ infodir=/usr/share/info || die - + insinto /usr/include doins src/rep_config.h diff --git a/dev-libs/librep/librep-0.16.2.ebuild b/dev-libs/librep/librep-0.16.2.ebuild index d6541b04b7c7..745aa59e6b84 100644 --- a/dev-libs/librep/librep-0.16.2.ebuild +++ b/dev-libs/librep/librep-0.16.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/dev-libs/librep/librep-0.16.2.ebuild,v 1.2 2003/04/01 20:06:45 drobbins Exp $ +# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.16.2.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ IUSE="readline" @@ -27,7 +27,7 @@ src_compile() { elibtoolize local myconf - + use readline \ && myconf='--with-readline' \ || myconf='--without-readline' diff --git a/dev-libs/librep/librep-0.16.ebuild b/dev-libs/librep/librep-0.16.ebuild index 200b3e545804..62001fc9da71 100644 --- a/dev-libs/librep/librep-0.16.ebuild +++ b/dev-libs/librep/librep-0.16.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/dev-libs/librep/librep-0.16.ebuild,v 1.8 2003/02/13 10:45:15 vapier Exp $ +# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.16.ebuild,v 1.9 2003/09/06 22:29:24 msterret Exp $ IUSE="readline" @@ -49,7 +49,7 @@ src_install() { DESTDIR=${D} \ aclocaldir=/usr/share/aclocal \ infodir=/usr/share/info || die - + insinto /usr/include doins src/rep_config.h diff --git a/dev-libs/libsigc++/Manifest b/dev-libs/libsigc++/Manifest index d69559a39352..f042655ce8dd 100644 --- a/dev-libs/libsigc++/Manifest +++ b/dev-libs/libsigc++/Manifest @@ -1,10 +1,10 @@ +MD5 83702c1f8b558d6b72b9d296b9599a59 ChangeLog 2501 +MD5 8315a95fc04ddf59d48bf131d9aa9e36 libsigc++-1.0.4-r2.ebuild 1512 +MD5 d781269075efd06b193911ec84d9513f libsigc++-1.2.2.ebuild 1050 +MD5 a6d2d4ee553143c580a1abcebb597712 libsigc++-1.2.3.ebuild 1050 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 7d55a805e0db94ae3b4a72d4702eef09 libsigc++-1.2.5.ebuild 1055 MD5 628fd3eec229a5ec7bdf9751004f9b46 files/digest-libsigc++-1.0.4-r2 67 MD5 2097fbc4c79a21de2b7f3a7e89a35137 files/digest-libsigc++-1.2.5 67 MD5 1dafc199015856931c135a0a15a757c1 files/digest-libsigc++-1.2.2 67 MD5 d022afc817cff89e7d0eec21e87613f3 files/digest-libsigc++-1.2.3 67 -MD5 10c9b8ff836e598f2c79f4ac01be263c libsigc++-1.0.4-r2.ebuild 1520 -MD5 62140d7f8effee1531947bd0cafd317b libsigc++-1.2.5.ebuild 1057 -MD5 d781269075efd06b193911ec84d9513f libsigc++-1.2.2.ebuild 1050 -MD5 a6d2d4ee553143c580a1abcebb597712 libsigc++-1.2.3.ebuild 1050 -MD5 83702c1f8b558d6b72b9d296b9599a59 ChangeLog 2501 -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 diff --git a/dev-libs/libsigc++/libsigc++-1.0.4-r2.ebuild b/dev-libs/libsigc++/libsigc++-1.0.4-r2.ebuild index a7de8afa7661..a88895eb9b8b 100644 --- a/dev-libs/libsigc++/libsigc++-1.0.4-r2.ebuild +++ b/dev-libs/libsigc++/libsigc++-1.0.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.0.4-r2.ebuild,v 1.11 2003/08/03 02:18:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.0.4-r2.ebuild,v 1.12 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="The GLib library of C routines" HOMEPAGE="http://libsigc.sourceforge.net/" @@ -19,28 +19,28 @@ src_compile() { && myconf="--enable-debug=yes" \ || myconf="--enable-debug=no" econf ${myconf} || die - + # Fix sandbox violation when old libsig++ is already installed, # hopefully this will go away after the header location settles down # Comment out the remove old header directory line - + cp sigc++/Makefile sigc++/Makefile.orig sed -e 's:\(@if\):#\1:' \ sigc++/Makefile.orig > sigc++/Makefile - + # This occurs in two places - + cp sigc++/config/Makefile sigc++/config/Makefile.orig sed -e 's:\(@if\):#\1:' \ sigc++/config/Makefile.orig > sigc++/config/Makefile - + emake || die } src_install() { make DESTDIR=${D} \ install || die - + dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS } diff --git a/dev-libs/libsigc++/libsigc++-1.2.5.ebuild b/dev-libs/libsigc++/libsigc++-1.2.5.ebuild index 8b43b04ac6b3..38c619dab362 100644 --- a/dev-libs/libsigc++/libsigc++-1.2.5.ebuild +++ b/dev-libs/libsigc++/libsigc++-1.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/dev-libs/libsigc++/libsigc++-1.2.5.ebuild,v 1.5 2003/08/03 02:18:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.2.5.ebuild,v 1.6 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="The GLib library of C routines" HOMEPAGE="http://libsigc.sourceforge.net/" @@ -18,7 +18,7 @@ src_compile() { use debug \ && myconf="--enable-debug=yes" \ || myconf="--enable-debug=no" - + econf ${myconf} --enable-threads || die emake || die "emake failure" } diff --git a/dev-libs/libstroke/Manifest b/dev-libs/libstroke/Manifest index 0c0746b117b1..d54869de5d06 100644 --- a/dev-libs/libstroke/Manifest +++ b/dev-libs/libstroke/Manifest @@ -1,5 +1,5 @@ MD5 fedb6c7812b7d3557c6549860fa02ed4 ChangeLog 1193 -MD5 696ce3b3a726a4dcf61f0aecb021228b libstroke-0.4.ebuild 668 -MD5 a64604b2704f2a150fd6f1f38b021b03 libstroke-0.5.1.ebuild 691 +MD5 36c014fabe2bf05fe68aa0b3b09ea403 libstroke-0.4.ebuild 667 +MD5 039f9aa40d2b9a02627ddd756d050e6a libstroke-0.5.1.ebuild 691 MD5 0ed300488be87ed223f0356a3fc2d0bc files/digest-libstroke-0.4 65 MD5 f326e3b555cd7ab918577090c330cc42 files/digest-libstroke-0.5.1 67 diff --git a/dev-libs/libstroke/libstroke-0.4.ebuild b/dev-libs/libstroke/libstroke-0.4.ebuild index f817c6f058f5..486c187e2feb 100644 --- a/dev-libs/libstroke/libstroke-0.4.ebuild +++ b/dev-libs/libstroke/libstroke-0.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/dev-libs/libstroke/libstroke-0.4.ebuild,v 1.13 2003/04/03 22:14:29 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.4.ebuild,v 1.14 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Stroke and Guesture recognition Library" @@ -21,5 +21,5 @@ src_compile() { src_install () { make DESTDIR=${D} install || die - dodoc COPYING COPYRIGHT CREDITS ChangeLog README + dodoc COPYING COPYRIGHT CREDITS ChangeLog README } diff --git a/dev-libs/libstroke/libstroke-0.5.1.ebuild b/dev-libs/libstroke/libstroke-0.5.1.ebuild index 03ed3d661176..0dbcb2c5ef5c 100644 --- a/dev-libs/libstroke/libstroke-0.5.1.ebuild +++ b/dev-libs/libstroke/libstroke-0.5.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/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.1 2003/06/25 20:31:57 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Stroke and Guesture recognition Library" @@ -22,5 +22,5 @@ src_compile() { src_install () { make DESTDIR=${D} install || die - dodoc COPYING COPYRIGHT CREDITS ChangeLog README + dodoc COPYING COPYRIGHT CREDITS ChangeLog README } diff --git a/dev-libs/libtasn1/Manifest b/dev-libs/libtasn1/Manifest index 4889656be625..ebd893ac19fc 100644 --- a/dev-libs/libtasn1/Manifest +++ b/dev-libs/libtasn1/Manifest @@ -1,4 +1,4 @@ MD5 874e0e364d01e8a80cfdd465475f19de ChangeLog 377 -MD5 387a0a3cfca2454503dd31d685730722 libtasn1-0.2.5.ebuild 761 +MD5 46e8275b0b451074e80a1d96e46216ef libtasn1-0.2.5.ebuild 761 MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 MD5 cc07074154018eda55e36d7f44f4474b files/digest-libtasn1-0.2.5 66 diff --git a/dev-libs/libtasn1/libtasn1-0.2.5.ebuild b/dev-libs/libtasn1/libtasn1-0.2.5.ebuild index 02d446b57821..30c81e44b1f9 100644 --- a/dev-libs/libtasn1/libtasn1-0.2.5.ebuild +++ b/dev-libs/libtasn1/libtasn1-0.2.5.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/dev-libs/libtasn1/libtasn1-0.2.5.ebuild,v 1.1 2003/09/02 22:16:31 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-0.2.5.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="This is the library which provides ASN.1 structures parsing capabilities for use with GNUTLS" HOMEPAGE="http://www.gnutls.org/" @@ -21,7 +21,7 @@ src_compile() { src_install() { einstall || die "installed failed" - + dodoc AUTHORS COPYING ChangeLog NEWS README THANKS TODO [ "`use doc`" ] && dodoc doc/asn1.ps } diff --git a/dev-libs/libunicode/Manifest b/dev-libs/libunicode/Manifest index 66c148c2ac8f..96532a174d12 100644 --- a/dev-libs/libunicode/Manifest +++ b/dev-libs/libunicode/Manifest @@ -1,3 +1,3 @@ MD5 da1b73dcae1c69e7430f9110091da783 ChangeLog 1275 -MD5 63bc6d2e65f64029ef4ff025e6b61c05 libunicode-0.4-r1.ebuild 825 +MD5 e2606fe12829d7654650eba16b94271c libunicode-0.4-r1.ebuild 769 MD5 a066e7d3e71f036d4818545113d51ab3 files/digest-libunicode-0.4-r1 72 diff --git a/dev-libs/libunicode/libunicode-0.4-r1.ebuild b/dev-libs/libunicode/libunicode-0.4-r1.ebuild index 0c9d333f3ae5..d7581ef197eb 100644 --- a/dev-libs/libunicode/libunicode-0.4-r1.ebuild +++ b/dev-libs/libunicode/libunicode-0.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/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.19 2003/07/06 11:29:09 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.20 2003/09/06 22:29:24 msterret Exp $ inherit gnuconfig @@ -21,12 +21,12 @@ src_unpack() { use alpha && gnuconfig_update } -src_compile() { +src_compile() { econf || die emake || die } -src_install() { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO diff --git a/dev-libs/libxml/Manifest b/dev-libs/libxml/Manifest index 7a0a482e5fcf..51ad9f56ac3c 100644 --- a/dev-libs/libxml/Manifest +++ b/dev-libs/libxml/Manifest @@ -1,3 +1,3 @@ -MD5 a8d81b21909db238cf9b0eec1cd6a367 libxml-1.8.17-r2.ebuild 1093 MD5 3074a3d6b6d76f59c208aa4f15e4ca37 ChangeLog 1761 +MD5 5fbe3857317f1f30525986e24cea7771 libxml-1.8.17-r2.ebuild 1094 MD5 a7f3493f7c7d8225d792688539ae37b5 files/digest-libxml-1.8.17-r2 65 diff --git a/dev-libs/libxml/libxml-1.8.17-r2.ebuild b/dev-libs/libxml/libxml-1.8.17-r2.ebuild index 7a9c16bebf96..4d2fac0d5cc9 100644 --- a/dev-libs/libxml/libxml-1.8.17-r2.ebuild +++ b/dev-libs/libxml/libxml-1.8.17-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r2.ebuild,v 1.17 2003/07/20 01:03:50 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r2.ebuild,v 1.18 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Version 1 of the library to manipulate XML files." @@ -32,7 +32,7 @@ src_install() { # This link must be fixed rm ${D}/usr/include/gnome-xml/libxml dosym /usr/include/gnome-xml /usr/include/gnome-xml/libxml - + dodoc AUTHORS COPYING* ChangeLog NEWS README } diff --git a/dev-libs/libxml2/Manifest b/dev-libs/libxml2/Manifest index b312f2547fb9..0526824952e8 100644 --- a/dev-libs/libxml2/Manifest +++ b/dev-libs/libxml2/Manifest @@ -1,16 +1,16 @@ -MD5 27f2fbf8232d37703d3044e5313ef8a4 libxml2-2.5.7.ebuild 1688 -MD5 777c09c8e73e52840bc823fe5e11dfac libxml2-2.5.10.ebuild 1559 -MD5 26e074f5737ec54a809410f8d46cf049 libxml2-2.5.9.ebuild 1870 -MD5 368cdacece33a02c727d99a0da27cf81 libxml2-2.5.4.ebuild 1681 -MD5 94528b184d673dc0f52c426d8867d5a3 libxml2-2.4.30.ebuild 1478 -MD5 762d86795294cf124ad1cbfb5deb9571 libxml2-2.5.8.ebuild 1856 MD5 156d2b7821b6ab9a74ac87b0b1b8af9d ChangeLog 6070 +MD5 20af0a03d2853b1e4271f46c2589f836 libxml2-2.5.7.ebuild 1686 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 49743757cf83cdff77f25886c42592e2 files/digest-libxml2-2.5.4 67 +MD5 27475be8a09de2e3476f78119c136c20 libxml2-2.5.8.ebuild 1858 +MD5 82e1d16f095d6d7fb6d257113812b028 libxml2-2.4.30.ebuild 1477 +MD5 85543d5e104b850a242dc86ec2b0bc52 libxml2-2.5.4.ebuild 1682 +MD5 4bf8598f732b07aa9019cfe1f8402c53 libxml2-2.5.9.ebuild 1872 +MD5 4402f5fb2868bfaea954c3044a42d237 libxml2-2.5.10.ebuild 1561 MD5 46b436e9d358547dbee7e9101d5eed45 files/digest-libxml2-2.5.7 67 -MD5 3faad335ba4bb6c8e06311d4a694106b files/digest-libxml2-2.5.8 67 -MD5 b7955770c4b6abe981595c3ed70bde03 files/digest-libxml2-2.5.9 67 MD5 eb759e6bb67654c71d0d53cb8a1c6633 files/libxml2-2.5.4-dec-alpha-compiler.diff 1283 MD5 eb759e6bb67654c71d0d53cb8a1c6633 files/libxml2-2.5.7-dec-alpha-compiler.diff 1283 MD5 9cfd17e057e09b2880060eb051e4dfcb files/digest-libxml2-2.4.30 68 +MD5 b7955770c4b6abe981595c3ed70bde03 files/digest-libxml2-2.5.9 67 +MD5 49743757cf83cdff77f25886c42592e2 files/digest-libxml2-2.5.4 67 +MD5 3faad335ba4bb6c8e06311d4a694106b files/digest-libxml2-2.5.8 67 MD5 083bdfb9fa6e6d9a790843ff209b513d files/digest-libxml2-2.5.10 68 diff --git a/dev-libs/libxml2/libxml2-2.4.30.ebuild b/dev-libs/libxml2/libxml2-2.4.30.ebuild index 73148f654d0d..b61000947642 100644 --- a/dev-libs/libxml2/libxml2-2.4.30.ebuild +++ b/dev-libs/libxml2/libxml2-2.4.30.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/dev-libs/libxml2/libxml2-2.4.30.ebuild,v 1.6 2003/07/18 22:18:17 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.30.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ inherit eutils libtool gnome.org flag-o-matic @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/" DEPEND="sys-libs/zlib python? ( dev-lang/python ) readline? ( sys-libs/readline )" - + SLOT="2" LICENSE="MIT" KEYWORDS="x86 ~sparc ~ppc alpha ~hppa amd64" @@ -32,7 +32,7 @@ src_compile() { #use zlib && myconf="--with-zlib" || myconf="--without-zlib" use python && myconf="${myconf} --with-python" \ - || myconf="${myconf} --without-python" + || myconf="${myconf} --without-python" use readline && myconf="${myconf} --with-readline" \ || myconf="${myconf} --without-readline" @@ -50,6 +50,6 @@ src_install() { EXAMPLES_DIR=/usr/share/doc/${PF}/example \ TARGET_DIR=/usr/share/doc/${PF}/html \ install || die - + dodoc AUTHORS COPYING* ChangeLog NEWS README } diff --git a/dev-libs/libxml2/libxml2-2.5.10.ebuild b/dev-libs/libxml2/libxml2-2.5.10.ebuild index ee8fe7f72f2e..5ba046c98868 100644 --- a/dev-libs/libxml2/libxml2-2.5.10.ebuild +++ b/dev-libs/libxml2/libxml2-2.5.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/dev-libs/libxml2/libxml2-2.5.10.ebuild,v 1.2 2003/09/06 19:13:21 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.10.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ inherit eutils libtool gnome.org @@ -12,7 +12,7 @@ HOMEPAGE="http://www.xmlsoft.org/" DEPEND="sys-libs/zlib python? ( dev-lang/python ) readline? ( sys-libs/readline )" - + SLOT="2" LICENSE="MIT" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" @@ -40,7 +40,7 @@ src_install() { EXAMPLES_DIR=/usr/share/doc/${PF}/example \ TARGET_DIR=/usr/share/doc/${PF}/html \ install || die - + dodoc AUTHORS COPYING* ChangeLog NEWS README } @@ -54,7 +54,7 @@ pkg_postinst() { if [ ! -e ${CATALOG} ]; then [ -d /etc/xml ] || mkdir /etc/xml /usr/bin/xmlcatalog --create > ${CATALOG} - einfo "Created XML catalog in ${CATALOG}" + einfo "Created XML catalog in ${CATALOG}" fi } diff --git a/dev-libs/libxml2/libxml2-2.5.4.ebuild b/dev-libs/libxml2/libxml2-2.5.4.ebuild index cf65bf7064cc..c9989a6bbf8a 100644 --- a/dev-libs/libxml2/libxml2-2.5.4.ebuild +++ b/dev-libs/libxml2/libxml2-2.5.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/dev-libs/libxml2/libxml2-2.5.4.ebuild,v 1.6 2003/07/12 09:22:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.4.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ inherit eutils libtool gnome.org flag-o-matic @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/" DEPEND="sys-libs/zlib python? ( dev-lang/python ) readline? ( sys-libs/readline )" - + SLOT="2" LICENSE="MIT" KEYWORDS="x86 ppc ~sparc alpha hppa" @@ -36,7 +36,7 @@ src_compile() { #use zlib && myconf="--with-zlib" || myconf="--without-zlib" use python && myconf="${myconf} --with-python" \ - || myconf="${myconf} --without-python" + || myconf="${myconf} --without-python" use readline && myconf="${myconf} --with-readline" \ || myconf="${myconf} --without-readline" @@ -54,6 +54,6 @@ src_install() { EXAMPLES_DIR=/usr/share/doc/${PF}/example \ TARGET_DIR=/usr/share/doc/${PF}/html \ install || die - + dodoc AUTHORS COPYING* ChangeLog NEWS README } diff --git a/dev-libs/libxml2/libxml2-2.5.7.ebuild b/dev-libs/libxml2/libxml2-2.5.7.ebuild index 6d4cf840722e..ed066b2dbe45 100644 --- a/dev-libs/libxml2/libxml2-2.5.7.ebuild +++ b/dev-libs/libxml2/libxml2-2.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/dev-libs/libxml2/libxml2-2.5.7.ebuild,v 1.6 2003/07/18 22:18:17 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.7.ebuild,v 1.7 2003/09/06 22:29:24 msterret Exp $ inherit eutils libtool gnome.org flag-o-matic @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/" DEPEND="sys-libs/zlib python? ( dev-lang/python ) readline? ( sys-libs/readline )" - + SLOT="2" LICENSE="MIT" KEYWORDS="x86 ~ppc sparc alpha ~hppa amd64" @@ -23,7 +23,7 @@ src_compile() { elibtoolize local myconf="" - + if [ "${ARCH}" == "alpha" -a "${CC}" == "ccc" ]; then # i think the author assumes __DECC is defined only on Tru64. # quick fix in this patch. -taviso. @@ -36,7 +36,7 @@ src_compile() { #use zlib && myconf="--with-zlib" || myconf="--without-zlib" use python && myconf="${myconf} --with-python" \ - || myconf="${myconf} --without-python" + || myconf="${myconf} --without-python" use readline && myconf="${myconf} --with-readline" \ || myconf="${myconf} --without-readline" @@ -54,6 +54,6 @@ src_install() { EXAMPLES_DIR=/usr/share/doc/${PF}/example \ TARGET_DIR=/usr/share/doc/${PF}/html \ install || die - + dodoc AUTHORS COPYING* ChangeLog NEWS README } diff --git a/dev-libs/libxml2/libxml2-2.5.8.ebuild b/dev-libs/libxml2/libxml2-2.5.8.ebuild index 367790953450..5aa6e8fed83a 100644 --- a/dev-libs/libxml2/libxml2-2.5.8.ebuild +++ b/dev-libs/libxml2/libxml2-2.5.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/dev-libs/libxml2/libxml2-2.5.8.ebuild,v 1.5 2003/09/06 19:13:21 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.8.ebuild,v 1.6 2003/09/06 22:29:24 msterret Exp $ inherit eutils libtool gnome.org @@ -12,7 +12,7 @@ HOMEPAGE="http://www.xmlsoft.org/" DEPEND="sys-libs/zlib python? ( dev-lang/python ) readline? ( sys-libs/readline )" - + SLOT="2" LICENSE="MIT" KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~amd64" @@ -44,7 +44,7 @@ src_install() { EXAMPLES_DIR=/usr/share/doc/${PF}/example \ TARGET_DIR=/usr/share/doc/${PF}/html \ install || die - + dodoc AUTHORS COPYING* ChangeLog NEWS README } @@ -58,7 +58,7 @@ pkg_postinst() { if [ ! -e ${CATALOG} ]; then [ -d /etc/xml ] || mkdir /etc/xml /usr/bin/xmlcatalog --create > ${CATALOG} - einfo "Created XML catalog in ${CATALOG}" + einfo "Created XML catalog in ${CATALOG}" fi } diff --git a/dev-libs/libxml2/libxml2-2.5.9.ebuild b/dev-libs/libxml2/libxml2-2.5.9.ebuild index 0b137966f5c3..119c83e95446 100644 --- a/dev-libs/libxml2/libxml2-2.5.9.ebuild +++ b/dev-libs/libxml2/libxml2-2.5.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/dev-libs/libxml2/libxml2-2.5.9.ebuild,v 1.2 2003/09/06 19:13:21 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.9.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ inherit eutils libtool gnome.org @@ -12,7 +12,7 @@ HOMEPAGE="http://www.xmlsoft.org/" DEPEND="sys-libs/zlib python? ( dev-lang/python ) readline? ( sys-libs/readline )" - + SLOT="2" LICENSE="MIT" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" @@ -47,7 +47,7 @@ src_install() { EXAMPLES_DIR=/usr/share/doc/${PF}/example \ TARGET_DIR=/usr/share/doc/${PF}/html \ install || die - + dodoc AUTHORS COPYING* ChangeLog NEWS README } @@ -61,7 +61,7 @@ pkg_postinst() { if [ ! -e ${CATALOG} ]; then [ -d /etc/xml ] || mkdir /etc/xml /usr/bin/xmlcatalog --create > ${CATALOG} - einfo "Created XML catalog in ${CATALOG}" + einfo "Created XML catalog in ${CATALOG}" fi } diff --git a/dev-libs/libxslt/Manifest b/dev-libs/libxslt/Manifest index 077bff386011..a2a42250efa9 100644 --- a/dev-libs/libxslt/Manifest +++ b/dev-libs/libxslt/Manifest @@ -1,8 +1,8 @@ MD5 d825d288cad0d00b7769ef0615f3cbe4 ChangeLog 4961 -MD5 10c955e3c391d909cd396fd554a1fac6 libxslt-1.0.20.ebuild 1166 -MD5 f82e53f856ad6704e3ca51c2c204e67a libxslt-1.0.32.ebuild 928 -MD5 cab147bfd72ef514370e2c8f62e7ae2b libxslt-1.0.30-r1.ebuild 1037 -MD5 708d5fb6e1a46390f0eb5e7e31b2ead5 libxslt-1.0.31.ebuild 997 +MD5 e298055d8d4878868eb4e6043cf35ff9 libxslt-1.0.20.ebuild 1136 +MD5 e70e79e5bebbe3eb0887f06e50dcbdb7 libxslt-1.0.32.ebuild 900 +MD5 f9d9e8fdbb77ee419f6fbac7b4f795ae libxslt-1.0.30-r1.ebuild 1008 +MD5 1de7ecba045cc7caa4a9246ed150d4e8 libxslt-1.0.31.ebuild 968 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 aee3c49ccfaafced6a8027ad31ec655a files/Makefile-py.patch 775 MD5 212abce59213d7dc5c535a806ec6318a files/digest-libxslt-1.0.20 68 diff --git a/dev-libs/libxslt/libxslt-1.0.20.ebuild b/dev-libs/libxslt/libxslt-1.0.20.ebuild index b124563e3cde..0532d39940a9 100644 --- a/dev-libs/libxslt/libxslt-1.0.20.ebuild +++ b/dev-libs/libxslt/libxslt-1.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.20.ebuild,v 1.10 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.20.ebuild,v 1.11 2003/09/06 22:29:24 msterret Exp $ inherit libtool @@ -29,7 +29,7 @@ src_compile() { make || die } -src_install() { +src_install() { make DESTDIR=${D} \ DOCS_DIR=/usr/share/doc/${PF}/python \ EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \ diff --git a/dev-libs/libxslt/libxslt-1.0.30-r1.ebuild b/dev-libs/libxslt/libxslt-1.0.30-r1.ebuild index 2de7e4bc960e..ffc1b1bbf5f9 100644 --- a/dev-libs/libxslt/libxslt-1.0.30-r1.ebuild +++ b/dev-libs/libxslt/libxslt-1.0.30-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/dev-libs/libxslt/libxslt-1.0.30-r1.ebuild,v 1.5 2003/07/23 21:45:06 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.30-r1.ebuild,v 1.6 2003/09/06 22:29:24 msterret Exp $ inherit libtool gnome.org @@ -29,7 +29,7 @@ src_compile() { emake || die } -src_install() { +src_install() { make DESTDIR=${D} \ DOCS_DIR=/usr/share/doc/${PF}/python \ EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \ diff --git a/dev-libs/libxslt/libxslt-1.0.31.ebuild b/dev-libs/libxslt/libxslt-1.0.31.ebuild index fa36f24a7630..f77c44d11f4a 100644 --- a/dev-libs/libxslt/libxslt-1.0.31.ebuild +++ b/dev-libs/libxslt/libxslt-1.0.31.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/dev-libs/libxslt/libxslt-1.0.31.ebuild,v 1.4 2003/08/24 09:57:03 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.31.ebuild,v 1.5 2003/09/06 22:29:24 msterret Exp $ inherit libtool gnome.org @@ -25,7 +25,7 @@ src_compile() { emake || die } -src_install() { +src_install() { make DESTDIR=${D} \ DOCS_DIR=/usr/share/doc/${PF}/python \ EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \ diff --git a/dev-libs/libxslt/libxslt-1.0.32.ebuild b/dev-libs/libxslt/libxslt-1.0.32.ebuild index 2428dc2f172b..255b2417e9ad 100644 --- a/dev-libs/libxslt/libxslt-1.0.32.ebuild +++ b/dev-libs/libxslt/libxslt-1.0.32.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/dev-libs/libxslt/libxslt-1.0.32.ebuild,v 1.1 2003/08/10 11:06:29 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.32.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ inherit libtool gnome.org @@ -22,7 +22,7 @@ src_compile() { emake || die } -src_install() { +src_install() { make DESTDIR=${D} \ DOCS_DIR=/usr/share/doc/${PF}/python \ EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \ diff --git a/dev-libs/log4c/Manifest b/dev-libs/log4c/Manifest index a5100425db06..92186fb4cba8 100644 --- a/dev-libs/log4c/Manifest +++ b/dev-libs/log4c/Manifest @@ -1,5 +1,5 @@ MD5 082b1d6f4f95871147091f040bdd7283 ChangeLog 882 -MD5 4f6a72edb3239dcfd66471d0449c7ad9 log4c-1.0.6-r1.ebuild 1065 -MD5 0628f355ebbba9b0da49fc9088d2719f log4c-1.0.6.ebuild 1057 +MD5 6607d6681e1b0e4659305b975eb51c56 log4c-1.0.6-r1.ebuild 1066 +MD5 3025cf8bdd63fb569a2df3cd8bd7e930 log4c-1.0.6.ebuild 1059 MD5 fcc031971422d4234f3de52e34fcf256 files/digest-log4c-1.0.6 63 MD5 fcc031971422d4234f3de52e34fcf256 files/digest-log4c-1.0.6-r1 63 diff --git a/dev-libs/log4c/log4c-1.0.6-r1.ebuild b/dev-libs/log4c/log4c-1.0.6-r1.ebuild index 471cad797cf7..6d1e53679705 100644 --- a/dev-libs/log4c/log4c-1.0.6-r1.ebuild +++ b/dev-libs/log4c/log4c-1.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/dev-libs/log4c/log4c-1.0.6-r1.ebuild,v 1.8 2003/02/13 10:47:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6-r1.ebuild,v 1.9 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Log4c is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (http://jakarta.apache.org/log4j/), staying as close to their API as is reasonable." @@ -31,5 +31,5 @@ src_install () { make prefix=${D}/usr \ mandir=${D}/usr/share/man \ sysconfdir=${D}/etc install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README } diff --git a/dev-libs/log4c/log4c-1.0.6.ebuild b/dev-libs/log4c/log4c-1.0.6.ebuild index a4521912244d..c8844bcf2a99 100644 --- a/dev-libs/log4c/log4c-1.0.6.ebuild +++ b/dev-libs/log4c/log4c-1.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/dev-libs/log4c/log4c-1.0.6.ebuild,v 1.9 2003/02/13 10:47:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6.ebuild,v 1.10 2003/09/06 22:29:24 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Log4c is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (http://jakarta.apache.org/log4j/), staying as close to their API as is reasonable." @@ -27,5 +27,5 @@ src_compile() { src_install () { make prefix=${D}/usr mandir=${D}/usr/share/man install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README } diff --git a/dev-libs/memcached-api-php/Manifest b/dev-libs/memcached-api-php/Manifest index ed90c6033486..9b397fde354b 100644 --- a/dev-libs/memcached-api-php/Manifest +++ b/dev-libs/memcached-api-php/Manifest @@ -1,15 +1,15 @@ -MD5 2f019d4d14aa0e7e3082f003cdc772f5 memcached-api-php-1.0.6.ebuild 1037 +MD5 804ab1b7465b0174edf6bb56d770fea2 ChangeLog 1570 +MD5 241292b027bbbdc069c1fdebff34efc6 memcached-api-php-1.0.6.ebuild 1040 +MD5 ff9df238c60e6e059092e3e34ac1c06a memcached-api-php-1.0.6-r1.ebuild 885 +MD5 91bb440dd6ba2cdef3c033836d1c50df memcached-api-php-1.0.7.ebuild 1040 MD5 4706c497a50e03b2b6ee9cbb6340fc43 memcached-api-php-1.0.7-r1.ebuild 869 -MD5 e9a55a2c8dc09c8667cd6ff56081aa3c memcached-api-php-1.0.10.ebuild 948 MD5 53a41d019843ff8059d9e0ed101642f9 memcached-api-php-1.0.8.ebuild 947 -MD5 5b5d10d4440b424a890f784bb0b92929 memcached-api-php-1.0.6-r1.ebuild 882 -MD5 666ecdd316954cff74a127818e5f01dd memcached-api-php-1.0.7.ebuild 1037 -MD5 804ab1b7465b0174edf6bb56d770fea2 ChangeLog 1570 MD5 17791ce61a42cf2d2a5c1300d389fb12 memcached-api-php-1.0.9.ebuild 947 -MD5 ea91893703442eba7969aa8235d1d5d1 files/digest-memcached-api-php-1.0.10 70 +MD5 e9a55a2c8dc09c8667cd6ff56081aa3c memcached-api-php-1.0.10.ebuild 948 MD5 86ef06379987a2a46a33ae5718762644 files/digest-memcached-api-php-1.0.6 69 +MD5 86ef06379987a2a46a33ae5718762644 files/digest-memcached-api-php-1.0.6-r1 69 MD5 79994cee0604a4b23842e29d2c3a686c files/digest-memcached-api-php-1.0.7 69 +MD5 79994cee0604a4b23842e29d2c3a686c files/digest-memcached-api-php-1.0.7-r1 69 MD5 f5fef6483a1f6351c71a9e810895147a files/digest-memcached-api-php-1.0.8 69 MD5 1535004247d41d7126cf0c32bb7f42eb files/digest-memcached-api-php-1.0.9 69 -MD5 86ef06379987a2a46a33ae5718762644 files/digest-memcached-api-php-1.0.6-r1 69 -MD5 79994cee0604a4b23842e29d2c3a686c files/digest-memcached-api-php-1.0.7-r1 69 +MD5 ea91893703442eba7969aa8235d1d5d1 files/digest-memcached-api-php-1.0.10 70 diff --git a/dev-libs/memcached-api-php/memcached-api-php-1.0.6-r1.ebuild b/dev-libs/memcached-api-php/memcached-api-php-1.0.6-r1.ebuild index defc39c493bd..3ec69ef84d8a 100644 --- a/dev-libs/memcached-api-php/memcached-api-php-1.0.6-r1.ebuild +++ b/dev-libs/memcached-api-php/memcached-api-php-1.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/dev-libs/memcached-api-php/memcached-api-php-1.0.6-r1.ebuild,v 1.2 2003/08/08 20:23:42 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/memcached-api-php/memcached-api-php-1.0.6-r1.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="PHP API for memcached" @@ -29,7 +29,7 @@ src_compile() { src_install() { #Just a file to mv. cool, huh? insinto ${APIDEST} - doins ${S}/MemCachedClient.inc.php + doins ${S}/MemCachedClient.inc.php einfo "The PHP API is installed to ${APIDEST}/MemCachedClient.inc.php" einfo "You may want to edit your php.ini to include_path that directory" } diff --git a/dev-libs/memcached-api-php/memcached-api-php-1.0.6.ebuild b/dev-libs/memcached-api-php/memcached-api-php-1.0.6.ebuild index e065b78e9a6c..a49e357f2efc 100644 --- a/dev-libs/memcached-api-php/memcached-api-php-1.0.6.ebuild +++ b/dev-libs/memcached-api-php/memcached-api-php-1.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/dev-libs/memcached-api-php/memcached-api-php-1.0.6.ebuild,v 1.1 2003/07/30 01:46:51 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/memcached-api-php/memcached-api-php-1.0.6.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="PHP API for memcached" @@ -31,7 +31,7 @@ src_compile() { src_install() { #Just a file to mv. cool, huh? insinto ${APIDEST} - doins ${S}/MemCachedClient.inc.php + doins ${S}/MemCachedClient.inc.php einfo "The PHP API is installed to ${APIDEST}/MemCachedClient.inc.php" einfo "You may want to edit your php.ini to include_path that directory" } diff --git a/dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild b/dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild index 0d3ce5d8cdae..8de9819beeb7 100644 --- a/dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild +++ b/dev-libs/memcached-api-php/memcached-api-php-1.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/dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild,v 1.1 2003/08/10 23:33:12 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/memcached-api-php/memcached-api-php-1.0.7.ebuild,v 1.2 2003/09/06 22:29:25 msterret Exp $ DESCRIPTION="PHP API for memcached" @@ -31,7 +31,7 @@ src_compile() { src_install() { #Just a file to mv. cool, huh? insinto ${APIDEST} - doins ${S}/MemCachedClient.inc.php + doins ${S}/MemCachedClient.inc.php einfo "The PHP API is installed to ${APIDEST}/MemCachedClient.inc.php" einfo "You may want to edit your php.ini to include_path that directory" } diff --git a/dev-libs/nspr/Manifest b/dev-libs/nspr/Manifest index c7acc17882de..0014f4113ad5 100644 --- a/dev-libs/nspr/Manifest +++ b/dev-libs/nspr/Manifest @@ -1,5 +1,5 @@ MD5 4de24d8efd1ebd644077bce3fb32362a ChangeLog 1299 -MD5 9854379f484984d1196eed62fe6f7fa4 nspr-4.1.2.ebuild 1179 +MD5 7f469b69f0aeaa53e65f10a9915b8acd nspr-4.1.2.ebuild 1180 MD5 779aaf1f5359d76e86cf45fc9dd0cd62 nspr-4.3.ebuild 891 MD5 10437559f8044e78299742d18180760e files/digest-nspr-4.1.2 63 MD5 6cbbac8e2a77405ce2ab861405896548 files/digest-nspr-4.3 61 diff --git a/dev-libs/nspr/nspr-4.1.2.ebuild b/dev-libs/nspr/nspr-4.1.2.ebuild index 01c729c84cc7..9f2affa456be 100644 --- a/dev-libs/nspr/nspr-4.1.2.ebuild +++ b/dev-libs/nspr/nspr-4.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.1.2.ebuild,v 1.8 2003/02/13 10:48:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.1.2.ebuild,v 1.9 2003/09/06 22:29:25 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Netscape Portable Runtime" @@ -30,7 +30,7 @@ src_compile() { src_install () { # Their build system is royally fucked, as usual - dolib ${S}/inst/bin/lib*.so + dolib ${S}/inst/bin/lib*.so dolib ${S}/inst/lib/lib*.a insinto /usr/include/nspr diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest index 66dedebdda96..c00cd06ce74e 100644 --- a/dev-libs/nss/Manifest +++ b/dev-libs/nss/Manifest @@ -1,4 +1,4 @@ MD5 d57e2b0087a4b57201ca9ad3807215ae ChangeLog 1637 MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 -MD5 38030f694a8f10600b8857dd6a7276ce nss-3.8.ebuild 2238 +MD5 de254f87376fdc19659b66c48e2a5b50 nss-3.8.ebuild 2235 MD5 80da1f67cfbd587017f411109c5ca57b files/digest-nss-3.8 60 diff --git a/dev-libs/nss/nss-3.8.ebuild b/dev-libs/nss/nss-3.8.ebuild index 8a41ed456750..9d3179fa95f0 100644 --- a/dev-libs/nss/nss-3.8.ebuild +++ b/dev-libs/nss/nss-3.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/dev-libs/nss/nss-3.8.ebuild,v 1.12 2003/09/05 11:21:50 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.8.ebuild,v 1.13 2003/09/06 22:29:25 msterret Exp $ S=${WORKDIR}/${P} @@ -25,7 +25,7 @@ src_unpack() { # hack nspr paths echo 'INCLUDES += -I/usr/include/nspr -I$(DIST)/include/dbm' \ >> ${S}/mozilla/security/coreconf/headers.mk || die "failed to append include" - + sed -e 's:$(DIST)/lib/$(LIB_PREFIX)plc4:/usr/lib/$(LIB_PREFIX)plc4:' \ -e 's:$(DIST)/lib/$(LIB_PREFIX)plds4:/usr/lib/$(LIB_PREFIX)plds4:' \ -i ${S}/mozilla/security/nss/lib/ckfw/builtins/Makefile @@ -36,7 +36,7 @@ src_unpack() { # modify install path sed -e 's:SOURCE_PREFIX = $(CORE_DEPTH)/\.\./dist:SOURCE_PREFIX = $(CORE_DEPTH)/dist:' \ -i ${S}/mozilla/security/coreconf/source.mk - + # workaround to satisfy linux-2.6* (#24626) cp ${S}/mozilla/security/coreconf/Linux2.5.mk ${S}/mozilla/security/coreconf/Linux2.6.mk } @@ -56,7 +56,7 @@ src_compile() { src_install () { cd ${S}/mozilla/security/dist - + # put all *.a files in /usr/lib/nss (because some have conflicting names # with existing libraries) dodir /usr/lib/nss @@ -67,7 +67,7 @@ src_install () { insinto /usr/include/nss doins private/nss/*.h doins public/nss/*.h - + # NOTE: we ignore the binary files - + } diff --git a/dev-libs/openssl/Manifest b/dev-libs/openssl/Manifest index ea79e1e584cf..1d0cb348e142 100644 --- a/dev-libs/openssl/Manifest +++ b/dev-libs/openssl/Manifest @@ -1,14 +1,14 @@ +MD5 f7de912814c5376242cd8c25527ea437 ChangeLog 7356 +MD5 7c732dae05a3589d0fef59bb8e29a6de openssl-0.9.6i-r2.ebuild 2934 +MD5 f8e8af9137d62aef01abc127aa315a95 openssl-0.9.7b-r1.ebuild 2873 +MD5 f02c69b1a1f0c0636a4302ac9c080dee openssl-0.9.7b.ebuild 2872 +MD5 547394e575d93b1b3e0d84438e10a845 openssl-0.9.6j.ebuild 2614 MD5 ec3ece282da08b6e27d213ee22c00208 files/digest-openssl-0.9.7b-r1 67 -MD5 a5a379391dfaaef98e4fe4198ff2ed2c files/openssl-0.9.6i-blinding.patch 1717 MD5 8c719455d9438ab2eb36279f5befe581 files/digest-openssl-0.9.6i-r2 67 +MD5 ec3ece282da08b6e27d213ee22c00208 files/digest-openssl-0.9.7b 67 MD5 b901850df9952252974316e78775673b files/openssl-0.9.6-mips.diff 1487 +MD5 a5a379391dfaaef98e4fe4198ff2ed2c files/openssl-0.9.6i-blinding.patch 1717 MD5 cebd09d1819c07b0fab14ad90b0da884 files/openssl-0.9.6i-gentoo.diff 1591 -MD5 7483d6f0412e857e9063dce4aecf2991 files/openssl-0.9.7a-gentoo.diff 936 MD5 e47009f3748b8b56f2a2859405dc1b41 files/openssl-0.9.6i-klima_pokorny_rosa_attack.patch 2144 -MD5 ec3ece282da08b6e27d213ee22c00208 files/digest-openssl-0.9.7b 67 +MD5 7483d6f0412e857e9063dce4aecf2991 files/openssl-0.9.7a-gentoo.diff 936 MD5 6c1086cc2f14b7eee2c5a59f55a30811 files/digest-openssl-0.9.6j 67 -MD5 f8e8af9137d62aef01abc127aa315a95 openssl-0.9.7b-r1.ebuild 2873 -MD5 464b8ed8737ae71a3a5b68bcf00b0942 openssl-0.9.6i-r2.ebuild 2946 -MD5 f7de912814c5376242cd8c25527ea437 ChangeLog 7356 -MD5 f02c69b1a1f0c0636a4302ac9c080dee openssl-0.9.7b.ebuild 2872 -MD5 6c44c49086052ef3b6c3d7a023d383c2 openssl-0.9.6j.ebuild 2614 diff --git a/dev-libs/openssl/openssl-0.9.6i-r2.ebuild b/dev-libs/openssl/openssl-0.9.6i-r2.ebuild index 9fae6c8b4e55..3ff73c3e6b20 100644 --- a/dev-libs/openssl/openssl-0.9.6i-r2.ebuild +++ b/dev-libs/openssl/openssl-0.9.6i-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/dev-libs/openssl/openssl-0.9.6i-r2.ebuild,v 1.5 2003/06/14 03:21:14 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.6i-r2.ebuild,v 1.6 2003/09/06 22:29:25 msterret Exp $ inherit eutils @@ -23,11 +23,11 @@ fi if [ "`uname -m`" = "parisc64" ]; then SSH_TARGET="linux-parisc" fi - + src_unpack() { unpack ${A} ; cd ${S} - + epatch ${FILESDIR}/${P}-klima_pokorny_rosa_attack.patch epatch ${FILESDIR}/${P}-blinding.patch epatch ${FILESDIR}/${P}-gentoo.diff @@ -50,9 +50,9 @@ src_unpack() { elif [ "${ARCH}" = "alpha" ]; then if [ "${CC}" != "ccc" ]; then # ccc compiled openssl will break things linked against - # a gcc compiled openssl, the configure will automatically detect + # a gcc compiled openssl, the configure will automatically detect # ccc and use it, so stop that if user hasnt asked for it. - # + # sed -e \ 's!CC=ccc!CC=gcc!' config > config.orig cp config.orig config @@ -74,7 +74,7 @@ src_compile() { fi # i think parallel make has problems make all || die - + } src_install() { diff --git a/dev-libs/openssl/openssl-0.9.6j.ebuild b/dev-libs/openssl/openssl-0.9.6j.ebuild index d30b8720c983..8056a7a25ec8 100644 --- a/dev-libs/openssl/openssl-0.9.6j.ebuild +++ b/dev-libs/openssl/openssl-0.9.6j.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/dev-libs/openssl/openssl-0.9.6j.ebuild,v 1.7 2003/07/29 20:13:54 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.6j.ebuild,v 1.8 2003/09/06 22:29:25 msterret Exp $ inherit eutils @@ -31,7 +31,7 @@ esac src_unpack() { unpack ${A} ; cd ${S} - + epatch ${FILESDIR}/${PN}-0.9.6i-gentoo.diff if [ "${ARCH}" = "mips" ] @@ -65,7 +65,7 @@ src_compile() { fi # i think parallel make has problems make all || die - + } src_install() { diff --git a/dev-libs/popt/Manifest b/dev-libs/popt/Manifest index adfb1ff060e2..1d73cfbd83ba 100644 --- a/dev-libs/popt/Manifest +++ b/dev-libs/popt/Manifest @@ -1,6 +1,6 @@ MD5 c18926c87c686f1f0b1a6900ed8afa9a ChangeLog 2137 MD5 855badbf5e80bf0d074762c8865bf923 popt-1.5.ebuild 674 -MD5 fd824cc0024a3d9aafe62568a4956f96 popt-1.6.3.ebuild 701 +MD5 542c7b128f0f6c1286404c87b4ba17d0 popt-1.6.3.ebuild 702 MD5 f2cded21ebb1e2294d1c54e9d7939cce popt-1.7-r1.ebuild 751 MD5 3544b985258bada5be203123264e3fff files/digest-popt-1.5 60 MD5 60f13b6822e9d1bf71be36a3611e5221 files/digest-popt-1.6.3 62 diff --git a/dev-libs/popt/popt-1.6.3.ebuild b/dev-libs/popt/popt-1.6.3.ebuild index d7a24fb5c5e7..8b7f062a6ad4 100644 --- a/dev-libs/popt/popt-1.6.3.ebuild +++ b/dev-libs/popt/popt-1.6.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/dev-libs/popt/popt-1.6.3.ebuild,v 1.16 2003/02/13 10:49:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.6.3.ebuild,v 1.17 2003/09/06 22:29:25 msterret Exp $ IUSE="nls" @@ -19,7 +19,7 @@ src_compile() { local myconf use nls || myconf="$myconf --disable-nls" - + econf ${myconf} || die make || die } diff --git a/dev-libs/pwlib/Manifest b/dev-libs/pwlib/Manifest index 72aeff4a5842..9b3f22795fb5 100644 --- a/dev-libs/pwlib/Manifest +++ b/dev-libs/pwlib/Manifest @@ -1,11 +1,11 @@ MD5 d7923b731b4157e204e68d710f06efe4 ChangeLog 5280 +MD5 745952dde51bf3e48386a6f996d0b8d9 pwlib-1.3.11-r1.ebuild 1854 +MD5 e57f7ee24e8bbebe4e20c6a47f517631 pwlib-1.4.11.ebuild 2197 +MD5 b84751a0e9ace93b1cf1b9244f9f2c1c pwlib-1.5.0.ebuild 2323 MD5 f84656fa6353d2444ee4a6ef3516cc8d metadata.xml 327 -MD5 32e25655669c27bac9083519c782882e pwlib-1.3.11-r1.ebuild 1854 -MD5 a11e7c12ac8f71ec687a211101647889 pwlib-1.4.11.ebuild 2197 -MD5 12cc9a7ca9d35800e63f56fa730f2595 pwlib-1.5.0.ebuild 2327 -MD5 27e7fc54cb5bcb4687a35c8dde46864e pwlib-1.5.2.ebuild 2616 +MD5 07c1c27747ed6673756a1a5b53d47854 pwlib-1.5.2.ebuild 2611 MD5 0c5d290a2ad15d1e8b2ae85365a83bd6 files/digest-pwlib-1.3.11-r1 64 MD5 c1a54c4c742e40812c02bea08e570604 files/digest-pwlib-1.4.11 64 +MD5 91035c6391e112595e0003cebda275f6 files/pwlib-1.3.11-r1.diff 2260 MD5 67bcec54ffa82d8da3b0c0e2f23daf7e files/digest-pwlib-1.5.0 64 MD5 4fc6a7891d23db3dc2837f825afa2324 files/digest-pwlib-1.5.2 64 -MD5 91035c6391e112595e0003cebda275f6 files/pwlib-1.3.11-r1.diff 2260 diff --git a/dev-libs/pwlib/pwlib-1.3.11-r1.ebuild b/dev-libs/pwlib/pwlib-1.3.11-r1.ebuild index ff1e077b3cb8..2eed6c97dcc4 100644 --- a/dev-libs/pwlib/pwlib-1.3.11-r1.ebuild +++ b/dev-libs/pwlib/pwlib-1.3.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.3.11-r1.ebuild,v 1.7 2003/08/03 02:25:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.3.11-r1.ebuild,v 1.8 2003/09/06 22:29:25 msterret Exp $ DESCRIPTION="Libs needed for GnomeMeeting" HOMEPAGE="http://www.openh323.org/" @@ -44,11 +44,11 @@ src_install() { dodir /usr/lib /usr/include/ptlib/unix/ptlib \ /usr/share/pwlib /usr/include/ptclib - cd ${S} + cd ${S} cp -a lib/*so* ${D}/usr/lib cp -a include/ptlib.h ${D}/usr/include cp -a include/ptlib/*.h ${D}/usr/include/ptlib/ - cp -a include/ptlib/*.inl ${D}/usr/include/ptlib/ + cp -a include/ptlib/*.inl ${D}/usr/include/ptlib/ cp -a include/ptlib/unix/ptlib/*.h ${D}/usr/include/ptlib/unix/ptlib cp -a include/ptlib/unix/ptlib/*.inl ${D}/usr/include/ptlib/unix/ptlib cp -a include/ptclib/*.h ${D}/usr/include/ptclib/ diff --git a/dev-libs/pwlib/pwlib-1.4.11.ebuild b/dev-libs/pwlib/pwlib-1.4.11.ebuild index 4437d222f0a9..b64cbbdaba26 100644 --- a/dev-libs/pwlib/pwlib-1.4.11.ebuild +++ b/dev-libs/pwlib/pwlib-1.4.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/dev-libs/pwlib/pwlib-1.4.11.ebuild,v 1.4 2003/08/03 02:25:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.4.11.ebuild,v 1.5 2003/09/06 22:29:25 msterret Exp $ DESCRIPTION="Libs needed for GnomeMeeting" HOMEPAGE="http://www.openh323.org/" @@ -55,11 +55,11 @@ src_install() { dodir /usr/lib /usr/include/ptlib/unix/ptlib \ /usr/share/pwlib /usr/include/ptclib - cd ${S} + cd ${S} cp -a lib/*so* ${D}/usr/lib cp -a include/ptlib.h ${D}/usr/include cp -a include/ptlib/*.h ${D}/usr/include/ptlib/ - cp -a include/ptlib/*.inl ${D}/usr/include/ptlib/ + cp -a include/ptlib/*.inl ${D}/usr/include/ptlib/ cp -a include/ptlib/unix/ptlib/*.h ${D}/usr/include/ptlib/unix/ptlib cp -a include/ptlib/unix/ptlib/*.inl ${D}/usr/include/ptlib/unix/ptlib cp -a include/ptclib/*.h ${D}/usr/include/ptclib/ diff --git a/dev-libs/pwlib/pwlib-1.5.0.ebuild b/dev-libs/pwlib/pwlib-1.5.0.ebuild index dcddf9375601..dac3550ccf69 100644 --- a/dev-libs/pwlib/pwlib-1.5.0.ebuild +++ b/dev-libs/pwlib/pwlib-1.5.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/dev-libs/pwlib/pwlib-1.5.0.ebuild,v 1.6 2003/09/03 12:50:23 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.5.0.ebuild,v 1.7 2003/09/06 22:29:25 msterret Exp $ DESCRIPTION="Portable Multiplatform Class Libraries for OpenH323" HOMEPAGE="http://www.openh323.org/" @@ -40,12 +40,12 @@ src_compile() { fi econf || die "configure failed" - + # horrible hack to strip out -L/usr/lib to allow upgrades - # problem is it adds -L/usr/lib before -L${S} when SSL is enabled + # problem is it adds -L/usr/lib before -L${S} when SSL is enabled sed -i -e "s:^\(LDFLAGS.*\)-L/usr/lib:\1:" ${S}/make/ptbuildopts.mak sed -i -e "s:^\(LDFLAGS[\s]*=.*\) -L/usr/lib:\1:" ${S}/make/ptlib-config - + make opt || die "make failed" } @@ -59,8 +59,8 @@ src_install() { # FIXME: probably should fix this with ptlib-config dodir /usr/share/pwlib/include cp -r ${D}/usr/include/* ${D}/usr/share/pwlib/include - - dodir /usr/share/pwlib/lib + + dodir /usr/share/pwlib/lib for x in ${D}/usr/lib/*; do dosym /usr/lib/`basename ${x}` /usr/share/pwlib/lib/`basename ${x}` done diff --git a/dev-libs/pwlib/pwlib-1.5.2.ebuild b/dev-libs/pwlib/pwlib-1.5.2.ebuild index 7d4de2ef6f92..c0be0d4fb133 100644 --- a/dev-libs/pwlib/pwlib-1.5.2.ebuild +++ b/dev-libs/pwlib/pwlib-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/dev-libs/pwlib/pwlib-1.5.2.ebuild,v 1.1 2003/09/03 10:23:12 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.5.2.ebuild,v 1.2 2003/09/06 22:29:25 msterret Exp $ DESCRIPTION="Portable Multiplatform Class Libraries for OpenH323" HOMEPAGE="http://www.openh323.org/" @@ -41,12 +41,12 @@ src_compile() { fi econf || die "configure failed" - + # horrible hack to strip out -L/usr/lib to allow upgrades - # problem is it adds -L/usr/lib before -L${S} when SSL is enabled + # problem is it adds -L/usr/lib before -L${S} when SSL is enabled sed -i -e "s:^\(LDFLAGS.*\)-L/usr/lib:\1:" ${S}/make/ptbuildopts.mak sed -i -e "s:^\(LDFLAGS[\s]*=.*\) -L/usr/lib:\1:" ${S}/make/ptlib-config - + emake opt || die "make failed" } @@ -60,8 +60,8 @@ src_install() { # FIXME: probably should fix this with ptlib-config dodir /usr/share/pwlib/include cp -r ${D}/usr/include/* ${D}/usr/share/pwlib/include - - dodir /usr/share/pwlib/lib + + dodir /usr/share/pwlib/lib for x in ${D}/usr/lib/*; do dosym /usr/lib/`basename ${x}` /usr/share/pwlib/lib/`basename ${x}` done @@ -86,6 +86,6 @@ src_install() { # satisfy ptlib.mak's weird definition (should check if true for future versions) cp ${D}/usr/bin/ptlib-config ${D}/usr/share/pwlib/make/ptlib-config - + dodoc ReadMe.txt History.txt } diff --git a/dev-libs/qsa/Manifest b/dev-libs/qsa/Manifest index 1238d4227a72..b936a143f59e 100644 --- a/dev-libs/qsa/Manifest +++ b/dev-libs/qsa/Manifest @@ -1,9 +1,9 @@ -MD5 d8ec65c3d54ac5614be89d6fbb0c1baf qsa-1.0_pre20030513.ebuild 1148 -MD5 aa14b3ef7db03b2dcfb4ce67ff69dc79 qsa-1.0.0.ebuild 841 MD5 e7b3ba4b2745fd9da08d02be916aab30 ChangeLog 593 +MD5 0b1c9fe0b6b67017616a1e7fda9ce0be qsa-1.0_pre20030513.ebuild 1150 +MD5 d1ce7683341b78e3f149ec19685d83ac qsa-1.0.0.ebuild 843 MD5 985a5afdc28056b0cf5c427a966b9143 metadata.xml 218 -MD5 0f2c8d390dff8aafa5d5e952af3ed4fe files/qsa-1.0_pre20030513-libdir-patch.diff 356 MD5 07a92e22f605243fa3e6efcb4a1e7da5 files/digest-qsa-1.0_pre20030513 74 -MD5 b4f80b2107bf151f4232a2e25290ff9f files/qsa-1.0.0-sandbox-fix.diff 319 -MD5 005ebaeb3996a2a42c0440168a47d1d7 files/qsa-1.0.0-no-examples.diff 219 +MD5 0f2c8d390dff8aafa5d5e952af3ed4fe files/qsa-1.0_pre20030513-libdir-patch.diff 356 MD5 40102ad29fae0f586b3e6116374627ef files/digest-qsa-1.0.0 71 +MD5 005ebaeb3996a2a42c0440168a47d1d7 files/qsa-1.0.0-no-examples.diff 219 +MD5 b4f80b2107bf151f4232a2e25290ff9f files/qsa-1.0.0-sandbox-fix.diff 319 diff --git a/dev-libs/qsa/qsa-1.0.0.ebuild b/dev-libs/qsa/qsa-1.0.0.ebuild index 47c5dda9e25e..261896140b67 100644 --- a/dev-libs/qsa/qsa-1.0.0.ebuild +++ b/dev-libs/qsa/qsa-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/dev-libs/qsa/qsa-1.0.0.ebuild,v 1.3 2003/08/28 03:40:55 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qsa/qsa-1.0.0.ebuild,v 1.4 2003/09/06 22:29:25 msterret Exp $ inherit eutils kde-functions @@ -9,7 +9,7 @@ S="${WORKDIR}/${PN}-x11-free-${PV}" DESCRIPTION="QSA version ${PV}" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc" SRC_URI="ftp://ftp.trolltech.com/qsa/source/${PN}-x11-free-${PV}.tar.gz" HOMEPAGE="http://www.trolltech.com/" DEPEND=">=x11-libs/qt-3.1.2-r3" diff --git a/dev-libs/qsa/qsa-1.0_pre20030513.ebuild b/dev-libs/qsa/qsa-1.0_pre20030513.ebuild index 00a5d8ce5be8..5180967060d8 100644 --- a/dev-libs/qsa/qsa-1.0_pre20030513.ebuild +++ b/dev-libs/qsa/qsa-1.0_pre20030513.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/dev-libs/qsa/qsa-1.0_pre20030513.ebuild,v 1.2 2003/05/24 12:01:50 brain Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qsa/qsa-1.0_pre20030513.ebuild,v 1.3 2003/09/06 22:29:25 msterret Exp $ inherit eutils kde-functions @@ -9,7 +9,7 @@ S="${WORKDIR}/qsa-x11-free-20030513" DESCRIPTION="QSA version ${PV}" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86" SRC_URI="ftp://ftp.trolltech.com/qsa/qsa-x11-free-20030513.tar.gz" HOMEPAGE="http://www.trolltech.com/" DEPEND=">=x11-libs/qt-3.1.2-r3" diff --git a/dev-libs/root/Manifest b/dev-libs/root/Manifest index 5bd18bf7bd41..ea37538b5373 100644 --- a/dev-libs/root/Manifest +++ b/dev-libs/root/Manifest @@ -1,7 +1,7 @@ -MD5 d35f10589b646c63acfb9e4d8c85d111 root-3.05.04.ebuild 1649 -MD5 50cc7d40a05b451b7f97c9589ebe5fb6 root-3.03.04-r2.ebuild 1627 MD5 c3a802cefcff6161f82e8aea968b5cb9 ChangeLog 1400 -MD5 58ce6f63773b28de747663b7e908e2bb files/root-makefile.patch 742 -MD5 053f8a5dbe37435f2b62ee44c79e9523 files/digest-root-3.05.04 73 +MD5 cf1e366374bdb5b1ed5dc5c72e3fe979 root-3.03.04-r2.ebuild 1626 +MD5 cbb07e77a0d564c2998e6370d31d1bb4 root-3.05.04.ebuild 1648 MD5 cb6730d3f0de83973de47c6bf1d82cfa files/digest-root-3.03.04-r2 73 MD5 1ef2792a1fad865173670aa5942bef6c files/pgsql-no-libpq-int.patch 290 +MD5 58ce6f63773b28de747663b7e908e2bb files/root-makefile.patch 742 +MD5 053f8a5dbe37435f2b62ee44c79e9523 files/digest-root-3.05.04 73 diff --git a/dev-libs/root/root-3.03.04-r2.ebuild b/dev-libs/root/root-3.03.04-r2.ebuild index 5eed9bc40d48..c0c59a118f24 100644 --- a/dev-libs/root/root-3.03.04-r2.ebuild +++ b/dev-libs/root/root-3.03.04-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/dev-libs/root/root-3.03.04-r2.ebuild,v 1.3 2003/06/12 16:57:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/root-3.03.04-r2.ebuild,v 1.4 2003/09/06 22:29:25 msterret Exp $ inherit flag-o-matic eutils @@ -33,7 +33,7 @@ src_compile() { ppc) append-flags "-fsigned-char";; esac - export GENTOO_CFLAGS="${CFLAGS}" GENTOO_CXXFLAGS="${CXXFLAGS}" + export GENTOO_CFLAGS="${CFLAGS}" GENTOO_CXXFLAGS="${CXXFLAGS}" ./configure \ linux \ --prefix=/usr \ @@ -64,7 +64,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - + dodir /etc/env.d echo "LDPATH=/usr/lib/root" > ${D}/etc/env.d/60root } diff --git a/dev-libs/root/root-3.05.04.ebuild b/dev-libs/root/root-3.05.04.ebuild index d60b369f4342..7b4efa676986 100644 --- a/dev-libs/root/root-3.05.04.ebuild +++ b/dev-libs/root/root-3.05.04.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/dev-libs/root/root-3.05.04.ebuild,v 1.2 2003/04/25 16:44:35 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/root-3.05.04.ebuild,v 1.3 2003/09/06 22:29:25 msterret Exp $ inherit flag-o-matic eutils @@ -34,7 +34,7 @@ src_compile() { ppc) append-flags "-fsigned-char";; esac - #export GENTOO_CFLAGS="${CFLAGS}" GENTOO_CXXFLAGS="${CXXFLAGS}" + #export GENTOO_CFLAGS="${CFLAGS}" GENTOO_CXXFLAGS="${CXXFLAGS}" ./configure \ linux \ --prefix=/usr \ @@ -63,7 +63,7 @@ src_compile() { src_install() { make DESTDIR=${D} INSTALL="install" install || die - + dodir /etc/env.d echo "LDPATH=/usr/lib/root" > ${D}/etc/env.d/60root } diff --git a/dev-libs/skalibs/Manifest b/dev-libs/skalibs/Manifest index 87fcfa90fcd4..b3feba9dd022 100644 --- a/dev-libs/skalibs/Manifest +++ b/dev-libs/skalibs/Manifest @@ -1,4 +1,4 @@ MD5 9699c78d7378e73d07b933481570b056 ChangeLog 314 -MD5 eb1379b7f724de494889a4d2ba86f946 skalibs-0.30.ebuild 1341 -MD5 fc2b9cf2c3db0a0fb6ae394f94756664 files/skalibs-0.30-gccattributes.h.patch 1542 +MD5 b833fc7003d033dc21dcc0a7b00c89be skalibs-0.30.ebuild 1342 MD5 4c3a4fb9cc708490449379d29c61f4b5 files/digest-skalibs-0.30 64 +MD5 fc2b9cf2c3db0a0fb6ae394f94756664 files/skalibs-0.30-gccattributes.h.patch 1542 diff --git a/dev-libs/skalibs/skalibs-0.30.ebuild b/dev-libs/skalibs/skalibs-0.30.ebuild index 7cd57164d746..c3d3230df801 100644 --- a/dev-libs/skalibs/skalibs-0.30.ebuild +++ b/dev-libs/skalibs/skalibs-0.30.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/dev-libs/skalibs/skalibs-0.30.ebuild,v 1.1 2003/08/25 20:28:19 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/skalibs/skalibs-0.30.ebuild,v 1.2 2003/09/06 22:29:25 msterret Exp $ # NOTE: The comments in this file are for instruction and documentation. # They're not meant to appear with your final, production ebuild. Please @@ -26,7 +26,7 @@ S=${WORKDIR}/prog/${P} src_unpack() { unpack ${A} - + cd ${S}/src/headers patch gccattributes.h < ${FILESDIR}/skalibs-0.30-gccattributes.h.patch } diff --git a/dev-libs/slib/Manifest b/dev-libs/slib/Manifest index 544fcc214921..9ad0ef6c54f6 100644 --- a/dev-libs/slib/Manifest +++ b/dev-libs/slib/Manifest @@ -1,5 +1,5 @@ -MD5 e7708edef83d3331853f7c5d2f812a90 slib-2.4.2.ebuild 869 MD5 10597b3a9ccf6616f870edc9b3eb3942 ChangeLog 1031 -MD5 95c8f2d8b329329b939d147794f2c4ef slib-2.4.3.ebuild 880 +MD5 f701c78fd8ec5d3707e0c6a1f2c7cba0 slib-2.4.2.ebuild 870 +MD5 4ad8613514582d1f7b6abdaad1ae8ac6 slib-2.4.3.ebuild 881 MD5 b03f0974d61facc6baf55cd7c52c4d00 files/digest-slib-2.4.2 56 MD5 3569b91b0a2d855c5b8b93cb260d7b7f files/digest-slib-2.4.3 56 diff --git a/dev-libs/slib/slib-2.4.2.ebuild b/dev-libs/slib/slib-2.4.2.ebuild index dca62ab65b82..944079d28770 100644 --- a/dev-libs/slib/slib-2.4.2.ebuild +++ b/dev-libs/slib/slib-2.4.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/dev-libs/slib/slib-2.4.2.ebuild,v 1.10 2003/03/01 04:57:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.2.ebuild,v 1.11 2003/09/06 22:29:25 msterret Exp $ MY_P=${PN}2d2 S=${WORKDIR}/${PN} @@ -27,6 +27,6 @@ src_install() { pkg_postinst() { if [ "${ROOT}" == "/" ] ; then einfo "Installing..." - guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" + guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" fi } diff --git a/dev-libs/slib/slib-2.4.3.ebuild b/dev-libs/slib/slib-2.4.3.ebuild index 1d79c965f0e9..c31cf2f56b39 100644 --- a/dev-libs/slib/slib-2.4.3.ebuild +++ b/dev-libs/slib/slib-2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.3.ebuild,v 1.12 2003/07/24 18:39:39 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.3.ebuild,v 1.13 2003/09/06 22:29:25 msterret Exp $ MY_P=${PN}2d5 S=${WORKDIR}/${PN} @@ -27,6 +27,6 @@ src_install() { pkg_postinst() { if [ "${ROOT}" == "/" ] ; then einfo "Installing..." - guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" + guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" fi } diff --git a/dev-libs/vrb/Manifest b/dev-libs/vrb/Manifest index 06b060aabb53..00a1597739c5 100644 --- a/dev-libs/vrb/Manifest +++ b/dev-libs/vrb/Manifest @@ -1,3 +1,3 @@ MD5 ed29752b25b46e31b25dad729a07135c ChangeLog 459 -MD5 814a5329ee518f0f68f99bb0fb3c566d vrb-0.3.0.ebuild 994 +MD5 e10e9917cc7b4fb077cd4dd9c996774f vrb-0.3.0.ebuild 995 MD5 0909e424939cc5315584de43e6573eb0 files/digest-vrb-0.3.0 60 diff --git a/dev-libs/vrb/vrb-0.3.0.ebuild b/dev-libs/vrb/vrb-0.3.0.ebuild index 73d9649016e3..a2cd8fbd5605 100644 --- a/dev-libs/vrb/vrb-0.3.0.ebuild +++ b/dev-libs/vrb/vrb-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Johannes Findeisen <you@hanez.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.6 2003/03/01 04:58:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.7 2003/09/06 22:29:25 msterret Exp $ DESCRIPTION="library for a virtual ring buffer" HOMEPAGE="http://phil.ipal.org/freeware/vrb/" @@ -16,7 +16,7 @@ src_compile() { sed -e "s/copts=\"-pipe -O2\"/copts=\"${CFLAGS}\"/g" \ < Configure > Configure.hacked cp Configure.hacked Configure - + ./Configure \ --prefix=/usr || die "./Configure failed" diff --git a/dev-libs/xerces-c/Manifest b/dev-libs/xerces-c/Manifest index ef4b35cf777a..c2727a497241 100644 --- a/dev-libs/xerces-c/Manifest +++ b/dev-libs/xerces-c/Manifest @@ -1,9 +1,9 @@ -MD5 aa0cd1745661860cca93e0dbb6a860bd xerces-c-2.3.0-r3.ebuild 1150 -MD5 88d10e697b375c341776459b8eba6077 xerces-c-2.3.0-r5.ebuild 1031 -MD5 3524ed76d09f43fbaae3256997a4e9d1 xerces-c-2.3.0-r2.ebuild 1075 -MD5 2f72652809ca6b4036e5e8a8073a9142 xerces-c-2.3.0-r4.ebuild 1036 MD5 d30386d3cccfbd7a899e41b39e3830a0 ChangeLog 1976 +MD5 c408d5d9c38cf57f347cd13046d63d5a xerces-c-2.3.0-r2.ebuild 1075 +MD5 9b5f471f807f24c58f6f66dbe6cb3f22 xerces-c-2.3.0-r3.ebuild 1150 +MD5 b3ec0beb2ea61aee06329afa2b795742 xerces-c-2.3.0-r4.ebuild 1037 MD5 03351c0a7b1304347e9fc9935ee439ba metadata.xml 455 +MD5 b9525b480440af5c3ae84bc5c50281e1 xerces-c-2.3.0-r5.ebuild 1032 MD5 89278908039ced958d9b6f0b25bd5fe3 files/digest-xerces-c-2.3.0-r2 71 MD5 89278908039ced958d9b6f0b25bd5fe3 files/digest-xerces-c-2.3.0-r3 71 MD5 89278908039ced958d9b6f0b25bd5fe3 files/digest-xerces-c-2.3.0-r4 71 diff --git a/dev-libs/xerces-c/xerces-c-2.3.0-r2.ebuild b/dev-libs/xerces-c/xerces-c-2.3.0-r2.ebuild index 639038e519de..2403c864dfae 100644 --- a/dev-libs/xerces-c/xerces-c-2.3.0-r2.ebuild +++ b/dev-libs/xerces-c/xerces-c-2.3.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-2.3.0-r2.ebuild,v 1.2 2003/07/29 02:20:39 zhen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-2.3.0-r2.ebuild,v 1.3 2003/09/06 22:29:25 msterret Exp $ MY_PV=${PV//./_} @@ -22,7 +22,7 @@ src_compile() { export XERCESCROOT=${S} cd src/xercesc ./configure || die - + # emake does NOT work!!! make || die } @@ -31,7 +31,7 @@ src_install () { cd src/xercesc make PREFIX="${D}/usr" install dolib lib/libxerces-c.so.2.3.0 - + if [ "`use doc`" ]; then dodir /usr/share/doc/${P} cp -a ${S}/samples ${D}/usr/share/doc/${P} @@ -41,6 +41,6 @@ src_install () { cd ${S} dodoc STATUS LICENSE LICENSE.txt credits.txt version.incl xerces-c.spec dohtml Readme.html - + unset XERCESCROOT } diff --git a/dev-libs/xerces-c/xerces-c-2.3.0-r3.ebuild b/dev-libs/xerces-c/xerces-c-2.3.0-r3.ebuild index f96b19513fb1..8dd5e7da22d5 100644 --- a/dev-libs/xerces-c/xerces-c-2.3.0-r3.ebuild +++ b/dev-libs/xerces-c/xerces-c-2.3.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-2.3.0-r3.ebuild,v 1.3 2003/08/01 22:55:55 zhen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-2.3.0-r3.ebuild,v 1.4 2003/09/06 22:29:25 msterret Exp $ MY_PV=${PV//./_} @@ -21,7 +21,7 @@ src_compile() { export XERCESCROOT=${S} cd src/xercesc ./configure || die - + make || die } @@ -30,7 +30,7 @@ src_install () { make PREFIX="${D}/usr" install cd ${XERCESCROOT}/lib dosym libxerces-c.so.23.0 libxerces-c.so - dosym libxerces-c.so.23.0 libxerces-c.so.23 + dosym libxerces-c.so.23.0 libxerces-c.so.23 dolib.so libxerces-c.so.23.0 if [ "`use doc`" ]; then @@ -42,6 +42,6 @@ src_install () { cd ${S} dodoc STATUS LICENSE LICENSE.txt credits.txt version.incl xerces-c.spec dohtml Readme.html - + unset XERCESCROOT } diff --git a/dev-libs/xerces-c/xerces-c-2.3.0-r4.ebuild b/dev-libs/xerces-c/xerces-c-2.3.0-r4.ebuild index 386785cc2128..482aa816e284 100644 --- a/dev-libs/xerces-c/xerces-c-2.3.0-r4.ebuild +++ b/dev-libs/xerces-c/xerces-c-2.3.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-2.3.0-r4.ebuild,v 1.1 2003/08/01 22:53:26 zhen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-2.3.0-r4.ebuild,v 1.2 2003/09/06 22:29:25 msterret Exp $ MY_PV=${PV//./_} @@ -21,7 +21,7 @@ src_compile() { export XERCESCROOT=${S} cd src/xercesc ./configure || die - + make || die } @@ -39,6 +39,6 @@ src_install () { cd ${S} dodoc STATUS LICENSE LICENSE.txt credits.txt version.incl xerces-c.spec dohtml Readme.html - + unset XERCESCROOT } diff --git a/dev-libs/xerces-c/xerces-c-2.3.0-r5.ebuild b/dev-libs/xerces-c/xerces-c-2.3.0-r5.ebuild index c6a8da39cdaf..23da10573101 100644 --- a/dev-libs/xerces-c/xerces-c-2.3.0-r5.ebuild +++ b/dev-libs/xerces-c/xerces-c-2.3.0-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/dev-libs/xerces-c/xerces-c-2.3.0-r5.ebuild,v 1.1 2003/08/05 15:25:39 zhen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-2.3.0-r5.ebuild,v 1.2 2003/09/06 22:29:25 msterret Exp $ MY_PV=${PV//./_} @@ -21,7 +21,7 @@ src_compile() { export XERCESCROOT=${S} cd src/xercesc econf || die - + emake || die } @@ -39,6 +39,6 @@ src_install () { cd ${S} dodoc STATUS LICENSE LICENSE.txt credits.txt version.incl xerces-c.spec dohtml Readme.html - + unset XERCESCROOT } |