diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:07:18 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:07:18 +0000 |
commit | a9c6057cdf4933ad56f8750244a20ca65c2d45b6 (patch) | |
tree | 7e4bad3c8ba4cd715215067856541e6768ef1e28 | |
parent | repoman'd directory (diff) | |
download | gentoo-2-a9c6057cdf4933ad56f8750244a20ca65c2d45b6.tar.gz gentoo-2-a9c6057cdf4933ad56f8750244a20ca65c2d45b6.tar.bz2 gentoo-2-a9c6057cdf4933ad56f8750244a20ca65c2d45b6.zip |
repoman'd
28 files changed, 122 insertions, 288 deletions
diff --git a/dev-libs/DirectFB/DirectFB-0.9.11-r1.ebuild b/dev-libs/DirectFB/DirectFB-0.9.11-r1.ebuild index d236b278cd81..db87568630f2 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.11-r1.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.11-r1.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.11-r1.ebuild,v 1.3 2002/08/01 16:07:16 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="DirectFB is a thin library on top of the Linux framebuffer devices" @@ -17,6 +17,9 @@ DEPEND="sys-devel/perl quicktime? ( media-libs/quicktime4linux )" # avi? ( >=media-video/avifile-0.7.4.20020426-r2 )" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" src_unpack() { unpack ${A} @@ -71,7 +74,7 @@ src_compile() { cp idirectfbvideoprovider_libmpeg3.c \ idirectfbvideoprovider_libmpeg3.c.orig - sed s':#include <libmpeg3.h>:#include <libmpeg3/libmpeg3.h>:' \ + sed 's:#include <libmpeg3.h>:#include <libmpeg3/libmpeg3.h>:' \ idirectfbvideoprovider_libmpeg3.c.orig > \ idirectfbvideoprovider_libmpeg3.c cd ${S} @@ -85,8 +88,8 @@ src_install () { insinto /etc doins fb.modes - make \ - DESTDIR=${D} \ + make \ + DESTDIR=${D} \ install || die dodoc AUTHORS COPYING ChangeLog NEWS README* TODO diff --git a/dev-libs/DirectFB/DirectFB-0.9.12.ebuild b/dev-libs/DirectFB/DirectFB-0.9.12.ebuild index 5a10ecc65380..6dfbf1a72381 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.12.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.12.ebuild @@ -1,12 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.12.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.12.ebuild,v 1.3 2002/08/01 16:07:16 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="DirectFB is a thin library on top of the Linux framebuffer devices" SRC_URI="http://www.directfb.org/download/DirectFB/${P}.tar.gz" HOMEPAGE="http://www.directfb.org" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + DEPEND="sys-devel/perl gif? ( media-libs/giflib ) png? ( media-libs/libpng ) diff --git a/dev-libs/KXL/KXL-1.1.5.ebuild b/dev-libs/KXL/KXL-1.1.5.ebuild index cbf4a773378d..637d3b6345ce 100644 --- a/dev-libs/KXL/KXL-1.1.5.ebuild +++ b/dev-libs/KXL/KXL-1.1.5.ebuild @@ -1,40 +1,24 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/KXL/KXL-1.1.5.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ - -# This ebuild was generated by Ebuilder v0.4. +# $Header: /var/cvsroot/gentoo-x86/dev-libs/KXL/KXL-1.1.5.ebuild,v 1.3 2002/08/01 16:07:16 seemant Exp $ S="${WORKDIR}/${P}" -DESCRIPTION="Development Library for making games and stuff, I think" +DESCRIPTION="Development Library for making games for X" SRC_URI="http://kxl.hn.org/download/${P}.tar.gz" HOMEPAGE="http://kxl.hn.org/" -LICENSE="as-is" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - # emake (previously known as pmake) is a script that calls the - # standard GNU make with parallel building options for speedier - # builds (especially on SMP systems). Try emake first. It might - # not work for some packages, in which case you'll have to resort - # to normal "make". + econf || die "./configure failed" emake || die - #make || die } src_install () { make DESTDIR=${D} install || die - # If the above installs anything outside of DESTDIR, try the following. - #make \ - # prefix=${D}/usr \ - # mandir=${D}/usr/share/man \ - # infodir=${D}/usr/share/info \ - # install || die - - # Install documentation. dodoc ChangeLog COPYING README } diff --git a/dev-libs/STLport/STLport-4.0.ebuild b/dev-libs/STLport/STLport-4.0.ebuild deleted file mode 100644 index 0399f142b834..000000000000 --- a/dev-libs/STLport/STLport-4.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-4.0.ebuild,v 1.3 2002/08/01 11:40:14 seemant Exp $ -# specially modified from the 4.5 ebuild for openoffice - danarmak - -S=${WORKDIR}/${P} - -DESCRIPTION="C++ STL library" - -SRC_URI="http://www.stlport.org/archive/STLport-4.0.tar.gz" - -HOMEPAGE="http://www.stlport.org" - -DEPEND="sys-devel/gcc" - -src_compile() { - - cd ${S}/src - make -f gcc.mak clean all -} - -src_install () { - - target=/usr/lib/${P} - - dodir ${target}/include - cp -R ${S}/stlport ${D}/${target}/include - rm -rf ${D}/${target}/include/stlport/BC50 - - dodir ${target}/lib - cp -R ${S}/lib/* ${D}/${target}/lib/ - rm -rf ${D}/${target}/lib/obj - - dodir usr/share/doc/${P}/html - cp -R ${S}/doc/* ${D}/usr/share/doc/${P}/html - - insinto /etc/env.d - doins ${FILESDIR}/50${P} - -} - - diff --git a/dev-libs/STLport/STLport-4.5.3-r1.ebuild b/dev-libs/STLport/STLport-4.5.3-r1.ebuild index d0cc0a34870b..346db9152d47 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-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-4.5.3-r1.ebuild,v 1.1 2002/07/13 03:22:57 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-4.5.3-r1.ebuild,v 1.2 2002/08/01 16:07:16 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="C++ STL library" @@ -8,7 +8,7 @@ SRC_URI="http://www.stlport.org/archive/${P}.tar.gz" HOMEPAGE="http://www.stlport.org" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" + SLOT="0" KEYWORDS="x86" LICENSE="as-is" @@ -22,7 +22,6 @@ src_unpack() { src_compile() { - cd ${S}/src make -f gcc-linux.mak || die "Compile failed" } @@ -42,4 +41,3 @@ src_install () { cd ${S} dohtml -r doc } - diff --git a/dev-libs/STLport/STLport-4.5.3.ebuild b/dev-libs/STLport/STLport-4.5.3.ebuild deleted file mode 100644 index c042f8605851..000000000000 --- a/dev-libs/STLport/STLport-4.5.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-4.5.3.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="C++ STL library" -SRC_URI="http://www.stlport.org/archive/${P}.tar.gz" -HOMEPAGE="http://www.stlport.org" - -DEPEND="virtual/glibc" - -src_compile() { - - cd ${S}/src - make -f gcc-linux.mak -} - -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 - - cd ${S} - dohtml -r doc -} - diff --git a/dev-libs/STLport/STLport-4.5.ebuild b/dev-libs/STLport/STLport-4.5.ebuild deleted file mode 100644 index dc1396ac0614..000000000000 --- a/dev-libs/STLport/STLport-4.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-4.5.ebuild,v 1.4 2002/08/01 11:40:14 seemant Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="C++ STL library" - -SRC_URI="http://www.stlport.org/archive/STLport-4.5.tar.gz" - -HOMEPAGE="http://www.stlport.org" - -DEPEND="" - -src_compile() { - - cd ${S}/src - make -f gcc-linux.mak -} - -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 - - cd ${S} - dohtml -r doc -} diff --git a/dev-libs/STLport/files/digest-STLport-4.0 b/dev-libs/STLport/files/digest-STLport-4.0 deleted file mode 100644 index 55297c38fc6c..000000000000 --- a/dev-libs/STLport/files/digest-STLport-4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 9f46fa470328f55c550b829abbf8611b STLport-4.0.tar.gz 695790 diff --git a/dev-libs/STLport/files/digest-STLport-4.5 b/dev-libs/STLport/files/digest-STLport-4.5 deleted file mode 100644 index 16f756574498..000000000000 --- a/dev-libs/STLport/files/digest-STLport-4.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 18f577b374d60b3c760a3a3350407632 STLport-4.5.tar.gz 728789 diff --git a/dev-libs/STLport/files/digest-STLport-4.5.3 b/dev-libs/STLport/files/digest-STLport-4.5.3 deleted file mode 100644 index 291d823d7f54..000000000000 --- a/dev-libs/STLport/files/digest-STLport-4.5.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 cd4dd34b623a8704fbc800de79705171 STLport-4.5.3.tar.gz 739943 diff --git a/dev-libs/ace/ChangeLog b/dev-libs/ace/ChangeLog index ef9955bb04b2..eb0b362c5890 100644 --- a/dev-libs/ace/ChangeLog +++ b/dev-libs/ace/ChangeLog @@ -1,6 +1,6 @@ -# ChangeLog for media-gfx/scrot +# ChangeLog for dev-libs/ace # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.1 2002/04/26 04:04:00 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.2 2002/08/01 16:07:17 seemant Exp $ *ace-5.2.1 (26 April 2002) diff --git a/dev-libs/ace/ace-5.2.1.ebuild b/dev-libs/ace/ace-5.2.1.ebuild index a36a865a7cba..8b2a031e31d2 100644 --- a/dev-libs/ace/ace-5.2.1.ebuild +++ b/dev-libs/ace/ace-5.2.1.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.2.1.ebuild,v 1.4 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/ACE_wrappers ACE_VER=5.2.1 @@ -7,7 +8,12 @@ DESCRIPTION="The Adaptive Communications Environment" SRC_URI="http://deuce.doc.wustl.edu/ACE-${ACE_VER}.tar.gz ftp://deuce.doc.wustl.edu/pub/ACE+TAO-distribution/ACE-${ACE_VER}.tar.gz" HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html" -#DEPEND="" + +SLOT="0" +LICENSE="BSD as-is" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_unpack() { diff --git a/dev-libs/ace/ace-5.2.ebuild b/dev-libs/ace/ace-5.2.ebuild index fd3ac30e3c3e..1fde12e153b7 100644 --- a/dev-libs/ace/ace-5.2.ebuild +++ b/dev-libs/ace/ace-5.2.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.2.ebuild,v 1.4 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/ACE_wrappers ACE_VER=5.2 @@ -7,7 +8,12 @@ DESCRIPTION="The Adaptive Communications Environment" SRC_URI="http://deuce.doc.wustl.edu/ACE-${ACE_VER}.tar.gz ftp://deuce.doc.wustl.edu/pub/ACE+TAO-distribution/ACE-${ACE_VER}.tar.gz" HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html" -#DEPEND="" + +SLOT="0" +LICENSE="BSD as-is" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_unpack() { diff --git a/dev-libs/aterm/aterm-1.6.6.ebuild b/dev-libs/aterm/aterm-1.6.6.ebuild index 89d18e1308dd..14c3bf72ec47 100644 --- a/dev-libs/aterm/aterm-1.6.6.ebuild +++ b/dev-libs/aterm/aterm-1.6.6.ebuild @@ -1,36 +1,30 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/aterm/aterm-1.6.6.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/aterm/aterm-1.6.6.ebuild,v 1.3 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="ATerm tree-handling library" SRC_URI="http://www.cwi.nl/projects/MetaEnv/aterm/${P}.tar.gz" HOMEPAGE="http://www.cwi.nl/projects/MetaEnv/aterm/" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + DEPEND="java? ( virtual/jdk )" -#RDEPEND="" src_compile() { local myconf - use java && myconf="$myconf --with-java" + use java && myconf="${myconf} --with-java" - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + econf \ --with-gcc \ - $myconf || die "./configure failed" + ${myconf} || die "./configure failed" emake || die - #make || die } src_install () { make DESTDIR=${D} install || die - #make \ - # prefix=${D}/usr \ - # mandir=${D}/usr/share/man \ - # infodir=${D}/usr/share/info \ - # install || die + dodoc AUTHORS COPYING ChangeLog NEWS README } diff --git a/dev-libs/atk/atk-1.0.1-r3.ebuild b/dev-libs/atk/atk-1.0.1-r3.ebuild index 3cb52b15be94..c3b55edba882 100644 --- a/dev-libs/atk/atk-1.0.1-r3.ebuild +++ b/dev-libs/atk/atk-1.0.1-r3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.1-r3.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.1-r3.ebuild,v 1.3 2002/08/01 16:07:17 seemant Exp $ + +inherit libtool # Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ DEBUG="yes" @@ -10,12 +12,14 @@ CFLAGS="${CFLAGS} -g" CXXFLAGS="${CXXFLAGS} -g" -SLOT="1" S=${WORKDIR}/${P} DESCRIPTION="Gnome Accessibility Toolkit" SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.0/${P}.tar.bz2" HOMEPAGE="http://developer.gnome.org/projects/gap/" + +SLOT="1" LICENSE="LGPL-2.1" +KEYWORDS="X86" RDEPEND=">=dev-libs/glib-2.0.1" @@ -24,17 +28,13 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" src_compile() { - libtoolize --copy --force + elibtoolize local myconf - use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" + use doc \ + && myconf="${myconf} --enable-gtk-doc" \ + || myconf="${myconf} --disable-gtk-doc" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} \ - --enable-debug || die + econf ${myconf} --enable-debug || die ## Since glib fails with debug, we debug here too @@ -42,12 +42,7 @@ src_compile() { } src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die + einstall || die dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS } - diff --git a/dev-libs/atk/atk-1.0.2.ebuild b/dev-libs/atk/atk-1.0.2.ebuild index 400f44e5b477..0571b76b2656 100644 --- a/dev-libs/atk/atk-1.0.2.ebuild +++ b/dev-libs/atk/atk-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.2.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.2.ebuild,v 1.3 2002/08/01 16:07:17 seemant Exp $ # Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ DEBUG="yes" @@ -10,12 +10,14 @@ CFLAGS="${CFLAGS} -g" CXXFLAGS="${CXXFLAGS} -g" -SLOT="1" S=${WORKDIR}/${P} DESCRIPTION="Gnome Accessibility Toolkit" SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.0/${P}.tar.bz2" HOMEPAGE="http://developer.gnome.org/projects/gap/" + +SLOT="1" LICENSE="LGPL-2.1" +KEYWORDS="x86" RDEPEND=">=dev-libs/glib-2.0.3" @@ -27,15 +29,13 @@ src_compile() { # since no other of gtk pango and glib use this, remove it. its not recommended either # libtoolize --copy --force local myconf - use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" + use doc \ + && myconf="${myconf} --enable-gtk-doc" \ + || myconf="${myconf} --disable-gtk-doc" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} \ - --enable-debug || die + econf \ + --enable-debug \ + ${myconf} || die ## Since glib fails with debug, we debug here too @@ -43,12 +43,6 @@ src_compile() { } src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - + einstall || die dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS } - diff --git a/dev-libs/atlas/atlas-3.2.1.ebuild b/dev-libs/atlas/atlas-3.2.1.ebuild index e034dff90fae..880a7701d82d 100644 --- a/dev-libs/atlas/atlas-3.2.1.ebuild +++ b/dev-libs/atlas/atlas-3.2.1.ebuild @@ -1,12 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.2.1.ebuild,v 1.3 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/ATLAS DESCRIPTION="Automatically Tuned Linear Algebra Software (BLAS implementation)." SRC_URI="http://www.netlib.org/atlas/${PN}${PV}.tgz" HOMEPAGE="http://math-atlas.sourceforge.net/" +SLOT="0" +LICENSE="BSD" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { diff --git a/dev-libs/bglibs/bglibs-1.001.ebuild b/dev-libs/bglibs/bglibs-1.001.ebuild index 9a6558d2cc9a..2d09d6831aab 100644 --- a/dev-libs/bglibs/bglibs-1.001.ebuild +++ b/dev-libs/bglibs/bglibs-1.001.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/bglibs/bglibs-1.001.ebuild,v 1.1 2002/06/26 21:45:28 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/bglibs/bglibs-1.001.ebuild,v 1.2 2002/08/01 16:07:17 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="Bruce Guenters library package" HOMEPAGE="http://untroubled.org/bglibs/" +SRC_URI="http://untroubled.org/bglibs/${P}.tar.gz" + SLOT="0" LICENSE="GPL-2" - +KEYWORDS="x86" DEPEND="virtual/glibc" -SRC_URI="http://untroubled.org/bglibs/${P}.tar.gz" -S=${WORKDIR}/${P} src_compile() { - cd ${S} echo "${D}/usr/lib/bglibs" > conf-home echo "gcc ${CFLAGS}" > conf-cc emake || die diff --git a/dev-libs/boehm-gc/boehm-gc-6.0.ebuild b/dev-libs/boehm-gc/boehm-gc-6.0.ebuild index 5c8183ced745..1fa100417b89 100644 --- a/dev-libs/boehm-gc/boehm-gc-6.0.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-6.0.ebuild @@ -1,23 +1,23 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.0.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-6.0.ebuild,v 1.3 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/gc6.0 DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It is also used by a number of programming language implementations that use C as intermediate code." SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.0.tar.gz" HOMEPAGE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/" -DEPEND=">=sys-devel/gcc-2.95.3-r5" -RDEPEND=">=sys-devel/gcc-2.95.3-r5" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" -src_compile() { +DEPEND="virtual/glibc" +src_compile() { emake || die - } src_install () { - dodir /usr/include/gc insinto /usr/include/gc doins include/*.h diff --git a/dev-libs/cdk/cdk-4.9.10.20020430.ebuild b/dev-libs/cdk/cdk-4.9.10.20020430.ebuild index 7a4dbc9bb018..304ad8560284 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-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-4.9.10.20020430.ebuild,v 1.3 2002/08/01 16:07:17 seemant Exp $ MY_P=${P/.2002/-2002} @@ -12,9 +12,9 @@ HOMEPAGE="http://dickey.his.com/cdk/cdk.html" SLOT="0" LICENSE="BSD" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2" +KEYWORDS="x86" +DEPEND=">=sys-libs/ncurses-5.2" src_compile() { diff --git a/dev-libs/coldsync/coldsync-2.2.5.ebuild b/dev-libs/coldsync/coldsync-2.2.5.ebuild index 53af5f5cb7af..69ff1e974451 100644 --- a/dev-libs/coldsync/coldsync-2.2.5.ebuild +++ b/dev-libs/coldsync/coldsync-2.2.5.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/coldsync/coldsync-2.2.5.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/coldsync/coldsync-2.2.5.ebuild,v 1.3 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations" SRC_URI="http://www.coldsync.org/download/${P}.tar.gz" HOMEPAGE="http://www.coldsync.org/" + +SLOT="0" LICENSE="Artistic" +KEYWORDS="x86" src_compile() { local myconf diff --git a/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild index 485c86e14955..4a49f7074636 100644 --- a/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild,v 1.3 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/CommonC++-1.9.7 DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ @@ -9,9 +9,7 @@ and system services" SRC_URI="http://ftp.azc.uam.mx/mirrors/gnu/commonc++/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/commonc++/" - -DEPEND="virtual/glibc - sys-libs/zlib +DEPEND="sys-libs/zlib dev-libs/libxml2" SLOT="0" @@ -27,13 +25,8 @@ src_unpack() { } src_compile() { - cd ${S} - ./configure \ - --prefix=/usr --host=${CHOST} \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - || die "./configure failed" - emake ||: + econf || die "./configure failed" + emake || die } diff --git a/dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild b/dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild index 00011984eb51..ba8670f8a355 100644 --- a/dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild +++ b/dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild @@ -1,30 +1,25 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild,v 1.3 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Choice library mostly used by Stratego" SRC_URI="http://www.stratego-language.org/ftp/${P}.tar.gz" HOMEPAGE="http://www.stratego-language.org" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" -RDEPEND="$DEPEND" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" + econf || die "./configure failed" emake || die - #make || die } src_install () { make DESTDIR=${D} install || die - #make \ - # prefix=${D}/usr \ - # mandir=${D}/usr/share/man \ - # infodir=${D}/usr/share/info \ - # install || die + + dodoc AUTHORS COPYING ChangeLog NEWS README* } diff --git a/dev-libs/dietlibc/dietlibc-0.16.ebuild b/dev-libs/dietlibc/dietlibc-0.16.ebuild index adea07fc0421..c8fbd5f786b9 100644 --- a/dev-libs/dietlibc/dietlibc-0.16.ebuild +++ b/dev-libs/dietlibc/dietlibc-0.16.ebuild @@ -1,12 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.16.ebuild,v 1.3 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.16.ebuild,v 1.4 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A minimal libc" SRC_URI="http://www.fefe.de/dietlibc/${P}.tar.bz2" HOMEPAGE="http://www.fefe.de/dietlibc" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_unpack() { unpack ${A} ; cd ${S} mv Makefile Makefile.orig @@ -34,6 +38,4 @@ src_install () { doman diet.1 dodoc AUTHOR BUGS CAVEAT CHANGES README THANKS TODO PORTING - } - diff --git a/dev-libs/dietlibc/dietlibc-0.6.13.ebuild b/dev-libs/dietlibc/dietlibc-0.6.13.ebuild deleted file mode 100644 index 5d167f1316d6..000000000000 --- a/dev-libs/dietlibc/dietlibc-0.6.13.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.6.13.ebuild,v 1.5 2002/08/01 11:59:01 seemant Exp $ - -S=${WORKDIR}/${PN} -DESCRIPTION="A minimal libc" -SRC_URI="http://www.fefe.de/dietlibc/${P}.tar.bz2" -HOMEPAGE="http://www.fefe.de/dietlibc" - - -src_unpack() { - unpack ${A} - mkdir ${S}/include/asm - cp /usr/include/asm/posix_types.h ${S}/include/asm -} - -src_compile() { - - try make - -} - -src_install () { - - cd ${S} - dodir /usr/include/dietlibc - cp -a include/* ${D}/usr/include/dietlibc - dolib.a dietlibc.a - exeinto /usr/lib/dietlibc - doexe start.o - dodoc AUTHOR BUGS CAVEAT CHANGES README THANKS TODO - - -} - diff --git a/dev-libs/dietlibc/files/digest-dietlibc-0.6.13 b/dev-libs/dietlibc/files/digest-dietlibc-0.6.13 deleted file mode 100644 index c9edd4752782..000000000000 --- a/dev-libs/dietlibc/files/digest-dietlibc-0.6.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 f415061014212b913bc2d32f56f4dccf dietlibc-0.6.13.tar.bz2 84858 diff --git a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild index a946aab58297..c653c3ce1c6a 100644 --- a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild +++ b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2002 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.1 2002/06/06 02:32:53 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild,v 1.2 2002/08/01 16:07:18 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Debug Malloc Library" -SRC_URI="http://dmalloc.com/cgi-bin/bounce/http://download.sourceforge.net/${PN}/${PN}-${PV}.tgz" +SRC_URI="http://download.sourceforge.net/${PN}/${P}.tgz" HOMEPAGE="http://dmalloc.com/" -DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" + SLOT="0" LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_compile() { econf --enable-threads --enable-shlib || die "configure failed" diff --git a/dev-libs/dmalloc/dmalloc-4.8.2.ebuild b/dev-libs/dmalloc/dmalloc-4.8.2.ebuild index 001e2dba5a2e..be4878798f63 100644 --- a/dev-libs/dmalloc/dmalloc-4.8.2.ebuild +++ b/dev-libs/dmalloc/dmalloc-4.8.2.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2002 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.ebuild,v 1.1 2002/05/25 13:14:44 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2.ebuild,v 1.2 2002/08/01 16:07:18 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Debug Malloc Library" -SRC_URI="http://dmalloc.com/cgi-bin/bounce/http://download.sourceforge.net/${PN}/${PN}-${PV}.tgz" +SRC_URI="http://download.sourceforge.net/${PN}/${P}.tgz" HOMEPAGE="http://dmalloc.com/" -DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" + SLOT="0" LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_compile() { econf --with-shlibs || die |