diff options
33 files changed, 184 insertions, 373 deletions
diff --git a/dev-libs/log4c/log4c-1.0.6-r1.ebuild b/dev-libs/log4c/log4c-1.0.6-r1.ebuild index c0754c65bb78..6fd3424a53a3 100644 --- a/dev-libs/log4c/log4c-1.0.6-r1.ebuild +++ b/dev-libs/log4c/log4c-1.0.6-r1.ebuild @@ -1,30 +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/log4c/log4c-1.0.6-r1.ebuild,v 1.2 2002/06/20 17:16:25 mkennedy Exp $ - -LICENSE="LGPL-2.1" +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6-r1.ebuild,v 1.3 2002/08/01 18:46:28 seemant 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." SRC_URI="http://unc.dl.sourceforge.net/sourceforge/log4c/${P}.tar.gz" HOMEPAGE="http://www.cimai.com/opensource/log4c/index.html" + SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" -DEPEND="virtual/glibc - >=dev-libs/expat-1.95.2 +DEPEND=">=dev-libs/expat-1.95.2 >=app-doc/doxygen-1.2.15 >=media-gfx/graphviz-1.7.15-r2 >=app-text/tetex-1.0.7-r9" -RDEPEND="virtual/glibc - >=dev-libs/expat-1.95.2" - src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --sysconfdir=/etc \ - --mandir=/usr/share/man || die + + econf || die addwrite "/var/lib/texmf" addwrite "/usr/share/texmf" diff --git a/dev-libs/log4c/log4c-1.0.6.ebuild b/dev-libs/log4c/log4c-1.0.6.ebuild index ef3316ca6d3f..510afc13e358 100644 --- a/dev-libs/log4c/log4c-1.0.6.ebuild +++ b/dev-libs/log4c/log4c-1.0.6.ebuild @@ -1,28 +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/log4c/log4c-1.0.6.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ - -LICENSE="LGPL-2.1" +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6.ebuild,v 1.4 2002/08/01 18:46:28 seemant 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." -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/log4c/${P}.tar.gz" +SRC_URI="mirror://sourceforge/log4c/${P}.tar.gz" HOMEPAGE="http://www.cimai.com/opensource/log4c/index.html" -DEPEND="virtual/glibc - >=dev-libs/expat-1.95.2 +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + +DEPEND=">=dev-libs/expat-1.95.2 >=app-doc/doxygen-1.2.15 >=media-gfx/graphviz-1.7.15-r2 >=app-text/tetex-1.0.7-r9" -RDEPEND="virtual/glibc - >=dev-libs/expat-1.95.2" - src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die + econf || die # temporary location for font generation (possibly requiring # "texconfig font options varfonts" first) diff --git a/dev-libs/lzo/lzo-1.07.ebuild b/dev-libs/lzo/lzo-1.07.ebuild index 23ac1624e982..e58f14c09a9b 100644 --- a/dev-libs/lzo/lzo-1.07.ebuild +++ b/dev-libs/lzo/lzo-1.07.ebuild @@ -1,22 +1,20 @@ # 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/lzo/lzo-1.07.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-1.07.ebuild,v 1.3 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="An extremely fast compression and decompression library" HOMEPAGE="http://www.oberhumer.com/opensource/lzo/" SRC_URI="http://www.oberhumer.com/opensource/lzo/download/${P}.tar.gz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { - ./configure \ - --enable-shared \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - + econf --enable-shared || die emake || die } @@ -28,4 +26,3 @@ src_install () { docinto examples dodoc examples/*.c examples/Makefile } - diff --git a/dev-libs/mkl/mkl-5.1.ebuild b/dev-libs/mkl/mkl-5.1.ebuild index 5ebe944347b4..b7629a4854a9 100644 --- a/dev-libs/mkl/mkl-5.1.ebuild +++ b/dev-libs/mkl/mkl-5.1.ebuild @@ -1,26 +1,26 @@ # 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/mkl/mkl-5.1.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mkl/mkl-5.1.ebuild,v 1.3 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR} - DESCRIPTION="Intel(R) Math Kernel Library" +HOMEPAGE="http://developer.intel.com/software/products/mkl/mkl52/index.htm" +SRC_URI="http://developer.intel.com/software/products/mkl/downloads/mkleval-514.tar" + # No need to, there aren't any executables and it takes a long time. RESTRICT="nostrip" +SLOT="0" LICENSE="imkl-5.1" +KEYWORDS="x86" -SRC_URI="http://developer.intel.com/software/products/mkl/downloads/mkleval-514.tar" - -HOMEPAGE="http://developer.intel.com/software/products/mkl/mkl52/index.htm" -DEPEND=">=sys-libs/glibc-2.2.2 - sys-apps/cpio - app-arch/rpm" +DEPEND="sys-apps/cpio + app-arch/rpm" RDEPEND=">=sys-kernel/linux-sources-2.4 - >=sys-libs/glibc-2.2.2" + >=sys-libs/glibc-2.2.2" src_compile() { mkdir opt diff --git a/dev-libs/mm/mm-1.1.3-r1.ebuild b/dev-libs/mm/mm-1.1.3-r1.ebuild index 5396d293cbf6..5b3209af330e 100644 --- a/dev-libs/mm/mm-1.1.3-r1.ebuild +++ b/dev-libs/mm/mm-1.1.3-r1.ebuild @@ -1,14 +1,17 @@ # 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/mm/mm-1.1.3-r1.ebuild,v 1.1 2002/05/04 01:47:46 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mm/mm-1.1.3-r1.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Shared Memory Abstraction Library" HOMEPAGE="http://www.engelschall.com/sw/mm/" SRC_URI="http://www.engelschall.com/sw/mm/${P}.tar.gz" -DEPEND="virtual/glibc" -LICENSE="as-is" + SLOT="1" +LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_unpack() { unpack ${A} diff --git a/dev-libs/mpatrol/mpatrol-1.4.8.ebuild b/dev-libs/mpatrol/mpatrol-1.4.8.ebuild index 3d517fa2fde7..798888390dad 100644 --- a/dev-libs/mpatrol/mpatrol-1.4.8.ebuild +++ b/dev-libs/mpatrol/mpatrol-1.4.8.ebuild @@ -1,17 +1,19 @@ # 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/mpatrol/mpatrol-1.4.8.ebuild,v 1.1 2002/06/04 23:30:51 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/mpatrol-1.4.8.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A link library for controlling and tracing dynamic memory allocation. Attempts to diagnose run-time errors that are caused by misuse of dynamically allocated memory. Simple integration via a single header." SRC_URI="http://www.cbmamiga.demon.co.uk/mpatrol/files/${PN}_${PV}.tar.gz" HOMEPAGE="http://www.cbmamiga.demon.co.uk/mpatrol/index.html" -LICENSE="GPL" + SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + # To use X, mpatrol requires Motif DEPEND="virtual/glibc x? ( openmotif )" -RDEPEND="$DEPEND" src_compile() { cd $S/build/unix diff --git a/dev-libs/newt/newt-0.50.35.ebuild b/dev-libs/newt/newt-0.50.35.ebuild index 3b37834d2d47..d8e9f7efbc78 100644 --- a/dev-libs/newt/newt-0.50.35.ebuild +++ b/dev-libs/newt/newt-0.50.35.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.50.35.ebuild,v 1.1 2002/07/23 22:23:54 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.50.35.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="redhat's newt windowing toolkit development files" SRC_URI="http://koto.mynetix.de/gentoo/${P}.tar.gz" HOMEPAGE="http://www.redhat.com" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=sys-libs/slang-1.4 @@ -16,14 +17,11 @@ DEPEND=">=sys-libs/slang-1.4 RDEPEND="" src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr || die "configure failure" + econf || die emake || die "emake failure" } src_install () { - make prefix=${D}/usr install || die "make install failed" dodoc CHANGES COPYING peanuts.py popcorn.py tutorial.sgml } diff --git a/dev-libs/nspr/nspr-4.1.2.ebuild b/dev-libs/nspr/nspr-4.1.2.ebuild index a30b57999050..62a9e09bce2b 100644 --- a/dev-libs/nspr/nspr-4.1.2.ebuild +++ b/dev-libs/nspr/nspr-4.1.2.ebuild @@ -1,14 +1,17 @@ # 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/nspr/nspr-4.1.2.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.1.2.ebuild,v 1.3 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Netscape Portabel Runtime" SRC_URI="ftp://ftp.mozilla.org/pub/nspr/releases/v${PV}/src/${P}.tar.gz" HOMEPAGE="http://www.mozilla.org/projects/nspr/" +SLOT="0" +LICENSE="MPL-1.1" +KEYWORDS="x86" + DEPEND="virtual/glibc" -#RDEPEND="" src_unpack() { unpack ${P}.tar.gz diff --git a/dev-libs/openobex/openobex-0.9.8.ebuild b/dev-libs/openobex/openobex-0.9.8.ebuild index 81ff5fc6dc15..ec3f14ea2835 100644 --- a/dev-libs/openobex/openobex-0.9.8.ebuild +++ b/dev-libs/openobex/openobex-0.9.8.ebuild @@ -1,25 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Leigh Dyer <lsd@linuxgamers.net> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-0.9.8.ebuild,v 1.1 2002/05/15 07:40:41 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-0.9.8.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${P} - DESCRIPTION="An implementation of the OBEX protocol used for transferring data to mobile devices" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/openobex/${P}.tar.gz" +SRC_URI="mirror://sourceforge/openobex/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/openobex" +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND=">=dev-libs/glib-1.2" -RDEPEND="${DEPEND}" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" + econf || die emake || die } diff --git a/dev-libs/openssl/files/digest-openssl-0.9.6c-r1 b/dev-libs/openssl/files/digest-openssl-0.9.6c-r1 deleted file mode 100644 index 5765b8e0956a..000000000000 --- a/dev-libs/openssl/files/digest-openssl-0.9.6c-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6d0a279079fae4f0a5a7af60c89ea178 openssl-0.9.6c.tar.gz 2151178 diff --git a/dev-libs/openssl/files/digest-openssl-0.9.6d b/dev-libs/openssl/files/digest-openssl-0.9.6d deleted file mode 100644 index a3daf5dca163..000000000000 --- a/dev-libs/openssl/files/digest-openssl-0.9.6d +++ /dev/null @@ -1 +0,0 @@ -MD5 6cba586958f6e35f28dde70bd9e5d10a openssl-0.9.6d.tar.gz 2162736 diff --git a/dev-libs/openssl/files/digest-openssl-0.9.6d-r1 b/dev-libs/openssl/files/digest-openssl-0.9.6d-r1 deleted file mode 100644 index a3daf5dca163..000000000000 --- a/dev-libs/openssl/files/digest-openssl-0.9.6d-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6cba586958f6e35f28dde70bd9e5d10a openssl-0.9.6d.tar.gz 2162736 diff --git a/dev-libs/openssl/openssl-0.9.6c-r1.ebuild b/dev-libs/openssl/openssl-0.9.6c-r1.ebuild deleted file mode 100644 index 1bf71525b020..000000000000 --- a/dev-libs/openssl/openssl-0.9.6c-r1.ebuild +++ /dev/null @@ -1,40 +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/openssl/openssl-0.9.6c-r1.ebuild,v 1.1 2002/04/03 09:52:08 woodchip Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Toolkit for SSL v2/v3 and TLS v1" -SRC_URI="http://www.openssl.org/source/${P}.tar.gz" -HOMEPAGE="http://www.openssl.org/" - -RDEPEND="virtual/glibc" -DEPEND="${RDEPEND} >=sys-devel/perl-5" - -src_unpack() { - unpack ${A} ; cd ${S} - cp Configure Configure.orig - sed -e "s/-O3/$CFLAGS/" -e "s/-m486//" Configure.orig > Configure -} - -src_compile() { - ./config --prefix=/usr --openssldir=/usr/lib/ssl shared threads || die - emake all || die -} - -src_install() { - make INSTALL_PREFIX=${D} MANDIR=/usr/share/man install || die - dodoc CHANGES* FAQ LICENSE NEWS README - dodoc doc/*.txt - dohtml doc/* - insinto /usr/share/emacs/site-lisp - doins doc/c-indentation.el - - # The man pages rand.3 and passwd.1 conflict with other packages - # Rename them to ssl-* and also make a symlink from openssl-* to ssl-* - cd ${D}/usr/share/man/man1 - mv passwd.1 ssl-passwd.1 - ln -sf ssl-passwd.1 openssl-passwd.1 - cd ${D}/usr/share/man/man3 - mv rand.3 ssl-rand.3 - ln -sf ssl-rand.3 openssl-rand.3 -} diff --git a/dev-libs/openssl/openssl-0.9.6d-r1.ebuild b/dev-libs/openssl/openssl-0.9.6d-r1.ebuild deleted file mode 100644 index 74c4d6ca222a..000000000000 --- a/dev-libs/openssl/openssl-0.9.6d-r1.ebuild +++ /dev/null @@ -1,50 +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/openssl/openssl-0.9.6d-r1.ebuild,v 1.4 2002/07/17 05:07:21 jtegart Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Toolkit for SSL v2/v3 and TLS v1" -SRC_URI="http://www.openssl.org/source/${P}.tar.gz" -HOMEPAGE="http://www.openssl.org/" - -RDEPEND="virtual/glibc" -DEPEND="${RDEPEND} >=sys-devel/perl-5" -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 sparc sparc64" - -src_unpack() { - unpack ${A} ; cd ${S} - cp Configure Configure.orig - sed -e "s/-O3/$CFLAGS/" -e "s/-m486//" Configure.orig > Configure - if [ ${ARCH} = "sparc64" ] || [ ${ARCH} = "sparc" ]; then - cp Makefile.org Makefile.orig - sed -e "s/\${SHARED_LDFLAGS}//" Makefile.orig > Makefile.org - fi -} - -src_compile() { - ./config --prefix=/usr --openssldir=/usr/lib/ssl shared threads || die - # i think parallel make has problems - # as of 0.9.6d-r1, emake seems to work for me (drobbins, 15 Jul 2002) - # people should test emake and see if we should re-enable it. - make all || die -} - -src_install() { - make INSTALL_PREFIX=${D} MANDIR=/usr/share/man install || die - dodoc CHANGES* FAQ LICENSE NEWS README - dodoc doc/*.txt - dohtml doc/* - insinto /usr/share/emacs/site-lisp - doins doc/c-indentation.el - - # The man pages rand.3 and passwd.1 conflict with other packages - # Rename them to ssl-* and also make a symlink from openssl-* to ssl-* - cd ${D}/usr/share/man/man1 - mv passwd.1 ssl-passwd.1 - ln -sf ssl-passwd.1 openssl-passwd.1 - cd ${D}/usr/share/man/man3 - mv rand.3 ssl-rand.3 - ln -sf ssl-rand.3 openssl-rand.3 -} diff --git a/dev-libs/openssl/openssl-0.9.6d.ebuild b/dev-libs/openssl/openssl-0.9.6d.ebuild deleted file mode 100644 index 5704b62a48a2..000000000000 --- a/dev-libs/openssl/openssl-0.9.6d.ebuild +++ /dev/null @@ -1,43 +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/openssl/openssl-0.9.6d.ebuild,v 1.2 2002/05/14 05:30:10 woodchip Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Toolkit for SSL v2/v3 and TLS v1" -SRC_URI="http://www.openssl.org/source/${P}.tar.gz" -HOMEPAGE="http://www.openssl.org/" - -RDEPEND="virtual/glibc" -DEPEND="${RDEPEND} >=sys-devel/perl-5" -LICENSE="as-is" -SLOT="0" - -src_unpack() { - unpack ${A} ; cd ${S} - cp Configure Configure.orig - sed -e "s/-O3/$CFLAGS/" -e "s/-m486//" Configure.orig > Configure -} - -src_compile() { - ./config --prefix=/usr --openssldir=/usr/lib/ssl shared threads || die - # i think parallel make has problems - make all || die -} - -src_install() { - make INSTALL_PREFIX=${D} MANDIR=/usr/share/man install || die - dodoc CHANGES* FAQ LICENSE NEWS README - dodoc doc/*.txt - dohtml doc/* - insinto /usr/share/emacs/site-lisp - doins doc/c-indentation.el - - # The man pages rand.3 and passwd.1 conflict with other packages - # Rename them to ssl-* and also make a symlink from openssl-* to ssl-* - cd ${D}/usr/share/man/man1 - mv passwd.1 ssl-passwd.1 - ln -sf ssl-passwd.1 openssl-passwd.1 - cd ${D}/usr/share/man/man3 - mv rand.3 ssl-rand.3 - ln -sf ssl-rand.3 openssl-rand.3 -} diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.11.0 b/dev-libs/pilot-link/files/digest-pilot-link-0.11.0 deleted file mode 100644 index e6c15cae1564..000000000000 --- a/dev-libs/pilot-link/files/digest-pilot-link-0.11.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7548dac7b3c1a7b6eb41a82bdeddb101 pilot-link-0.11.0.tar.bz2 947323 diff --git a/dev-libs/pilot-link/pilot-link-0.11.0.ebuild b/dev-libs/pilot-link/pilot-link-0.11.0.ebuild deleted file mode 100644 index fe9328192b34..000000000000 --- a/dev-libs/pilot-link/pilot-link-0.11.0.ebuild +++ /dev/null @@ -1,49 +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/pilot-link/pilot-link-0.11.0.ebuild,v 1.3 2002/08/01 11:40:14 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A suite of tools contains a series of conduits for moving -information to and from your Palm device and your desktop or workstation -system." - -SRC_URI="http://pilot-link.org/source/${P}.tar.bz2" -HOMEPAGE="http://www.pilot-link.org/" -DEPEND="virtual/glibc" - -SLOT="0" -LICENSE="GPL-2 | LGPL" -KEYWORDS="x86 ppc" - -src_compile() { - - local myconf - - use perl || myconf="${myconf} --with-perl5=no" - use java || myconf="${myconf} --with-java=no" - use tcltk || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no" - - econf \ - --includedir=/usr/include/libpisock \ - --with-perl5=no \ - --with-python=no \ - --with-java=no \ - --with-tcl=no \ - --with-itcl=no \ - --with-tk=no || die - - cd ${S} - emake || die - - -} - -src_install() { - - make \ - DESTDIR=${D} \ - install || die - - dodoc ChangeLog README TODO NEWS AUTHORS - -} diff --git a/dev-libs/popt/popt-1.5.ebuild b/dev-libs/popt/popt-1.5.ebuild index ecc54b51f4f9..17ea6ea0fa92 100644 --- a/dev-libs/popt/popt-1.5.ebuild +++ b/dev-libs/popt/popt-1.5.ebuild @@ -1,27 +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/popt/popt-1.5.ebuild,v 1.7 2002/08/01 11:59:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.5.ebuild,v 1.8 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Parse Options: command line parser" SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/${P}.tar.gz" HOMEPAGE="http://www.rpm.org" -DEPEND="virtual/glibc - nls? ( sys-devel/gettext )" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="nls? ( sys-devel/gettext )" src_compile() { local myconf - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - $myconf || die + use nls || myconf="--disable-nls" + econf ${myconf} || die make || die } diff --git a/dev-libs/popt/popt-1.6.3.ebuild b/dev-libs/popt/popt-1.6.3.ebuild index d089aee6ba10..b3c1ff872237 100644 --- a/dev-libs/popt/popt-1.6.3.ebuild +++ b/dev-libs/popt/popt-1.6.3.ebuild @@ -1,27 +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/popt/popt-1.6.3.ebuild,v 1.4 2002/08/01 11:59:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.6.3.ebuild,v 1.5 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Parse Options - Command line parser" SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/${P}.tar.gz" HOMEPAGE="http://www.rpm.org" -DEPEND="virtual/glibc - nls? ( sys-devel/gettext )" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="nls? ( sys-devel/gettext )" src_compile() { local myconf - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - $myconf || die - + use nls || myconf="--disable-nls" + + econf || die make || die } diff --git a/dev-libs/progsreiserfs/progsreiserfs-0.3.0.3.ebuild b/dev-libs/progsreiserfs/progsreiserfs-0.3.0.3.ebuild index 6ded5f8db3ea..87cda45fbdd9 100644 --- a/dev-libs/progsreiserfs/progsreiserfs-0.3.0.3.ebuild +++ b/dev-libs/progsreiserfs/progsreiserfs-0.3.0.3.ebuild @@ -1,21 +1,27 @@ # 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/progsreiserfs/progsreiserfs-0.3.0.3.ebuild,v 1.1 2002/06/09 03:09:51 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/progsreiserfs/progsreiserfs-0.3.0.3.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ + +inherit libtool S=${WORKDIR}/${P} DESCRIPTION="A library for accessing and manipulating reiserfs partitions" SRC_URI="http://reiserfs.linux.kiev.ua/${P}.tar.gz" HOMEPAGE="http://reiserfs.linux.kiev.ua/" -DEPEND="virtual/glibc nls? ( sys-devel/gettext )" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="nls? ( sys-devel/gettext )" src_compile() { local myconf use nls || myconf="${myconf} --disable-nls" [ -z "${DEBUGBUILD}" ] && myconf="${myconf} --disable-debug" - libtoolize --copy --force - econf --host=${CHOST} ${myconf} || die + + elibtoolize + econf ${myconf} || die emake || die } diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild index ec1ac1e85f5b..1537c951b4f9 100644 --- a/dev-libs/pth/pth-1.4.0.ebuild +++ b/dev-libs/pth/pth-1.4.0.ebuild @@ -1,37 +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/pth/pth-1.4.0.ebuild,v 1.3 2002/08/01 11:59:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.4 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Portable Threads" SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-1.4.0.tar.gz" HOMEPAGE="http://www.gnu.org/software/pth/" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - assert - + econf || die emake || die } src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - + einstall || die dodoc ANNOUNCE AUTHORS COPYING ChangeLog NEWS README THANKS USERS } - - - - - - - diff --git a/dev-libs/publib/publib-0.31.ebuild b/dev-libs/publib/publib-0.31.ebuild index 4b3a4cefeafd..b0916f5e0cc4 100644 --- a/dev-libs/publib/publib-0.31.ebuild +++ b/dev-libs/publib/publib-0.31.ebuild @@ -1,11 +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/publib/publib-0.31.ebuild,v 1.1 2002/02/27 02:56:13 chouser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/publib/publib-0.31.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="C library of misc utility functions (parsing, data structs, etc.)" SRC_URI="http://liw.iki.fi/liw/programs/debian/publib_${PV}.tar.gz" HOMEPAGE="http://liw.iki.fi/liw/programs/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { diff --git a/dev-libs/pwlib/pwlib-1.3.3.ebuild b/dev-libs/pwlib/pwlib-1.3.3.ebuild index a5755faf2ea0..e7f2adbac20f 100644 --- a/dev-libs/pwlib/pwlib-1.3.3.ebuild +++ b/dev-libs/pwlib/pwlib-1.3.3.ebuild @@ -1,15 +1,18 @@ # Copyright 1999-2002 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.3.ebuild,v 1.2 2002/07/23 05:59:53 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.3.3.ebuild,v 1.3 2002/08/01 18:46:28 seemant Exp $ -S="${WORKDIR}/${PN}" +S=${WORKDIR}/${PN} DESCRIPTION="Libs needed for GnomeMeeting" -SRC_URI="http://www.openh323.org/bin/${PN}_${PV}.tar.gz" HOMEPAGE="http://www.openh323.org" +SRC_URI="http://www.openh323.org/bin/${PN}_${PV}.tar.gz" + SLOT="0" -DEPEND="virtual/glibc >=sys-devel/bison-1.28 >=sys-devel/flex-2.5.4a" +LICENSE="MPL-1.1" KEYWORDS="x86 -ppc -sparc -sparc64" -LICENSE="MPL" + +DEPEND=">=sys-devel/bison-1.28 + >=sys-devel/flex-2.5.4a" src_unpack() { @@ -17,12 +20,11 @@ src_unpack() { cd ${S} # Removes optimizations from unix make options # Allows the users make.conf to set optimization level - patch -p1 < ${FILESDIR}/opts.diff + patch -p1 < ${FILESDIR}/opts.diff || die } src_compile() { - cd ${S} export PWLIBDIR=${S} export PWLIB_BUILD="yes" make optshared || die diff --git a/dev-libs/root/root-3.03.04-r1.ebuild b/dev-libs/root/root-3.03.04-r1.ebuild index eb0bacfd34ad..f99a7f3e5338 100644 --- a/dev-libs/root/root-3.03.04-r1.ebuild +++ b/dev-libs/root/root-3.03.04-r1.ebuild @@ -1,31 +1,39 @@ # 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/root/root-3.03.04-r1.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/root-3.03.04-r1.ebuild,v 1.3 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="An Object-Oriented Data Analysis Framework" SRC_URI="ftp://root.cern.ch/root/root_v3.03.04.source.tar.gz" HOMEPAGE="http://root.cern.ch/" -DEPEND="virtual/glibc - virtual/x11 +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="virtual/x11 >=media-libs/xpm-3.4k >=media-libs/freetype-2.0.9 opengl? ( virtual/opengl virtual/glu ) mysql? ( >=dev-db/mysql-3.23.49 ) postgres? ( >=dev-db/postgresql-7.1.3-r4 )" -RDEPEND="${DEPEND}" src_compile() { - use opengl && myconf="${myconf} --enable-opengl" || myconf="${myconf} --disable-opengl" - use mysql && myconf="${myconf} --enable-mysql" || myconf="${myconf} --disable-mysql" - use postgres && myconf="${myconf} --enable-pgsql" || myconf="${myconf} --disable-pgsql" + use opengl \ + && myconf="${myconf} --enable-opengl" \ + || myconf="${myconf} --disable-opengl" + + use mysql \ + && myconf="${myconf} --enable-mysql" \ + || myconf="${myconf} --disable-mysql" + + use postgres \ + && myconf="${myconf} --enable-pgsql" \ + || myconf="${myconf} --disable-pgsql" - ./configure \ + econ \ linux \ - --prefix=/usr \ - --mandir=/usr/share/man \ --docdir=/usr/share/doc/${P} \ --enable-shared \ --disable-rpath \ diff --git a/dev-libs/slib/slib-2.4.2.ebuild b/dev-libs/slib/slib-2.4.2.ebuild index 69c41c42195e..aea9163cd1d3 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-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.2.ebuild,v 1.4 2002/08/01 11:59:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.2.ebuild,v 1.5 2002/08/01 18:46:28 seemant Exp $ MY_P=${PN}2d2 S=${WORKDIR}/${PN} @@ -8,6 +8,10 @@ DESCRIPTION="SLIB is a library providing functions for Scheme implementations." SRC_URI="http://swissnet.ai.mit.edu/ftpdir/scm/${MY_P}.zip" HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" +SLOT="0" +LICENSE="public-domain BSD" +KEYWORDS="x86" + RDEPEND=">=dev-util/guile-1.4" DEPEND="${RDEPEND} diff --git a/dev-libs/slib/slib-2.4.3.ebuild b/dev-libs/slib/slib-2.4.3.ebuild index b8ea1eabe1bb..a6597612bf2b 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-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.3.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.3.ebuild,v 1.4 2002/08/01 18:46:28 seemant Exp $ MY_P=${PN}2d3 S=${WORKDIR}/${PN} @@ -8,6 +8,10 @@ DESCRIPTION="SLIB is a library providing functions for Scheme implementations." SRC_URI="http://swissnet.ai.mit.edu/ftpdir/scm/${MY_P}.zip" HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" +SLOT="0" +LICENSE="public-domain BSD" +KEYWORDS="x86" + RDEPEND=">=dev-util/guile-1.4" DEPEND="${RDEPEND} diff --git a/dev-libs/syncdir/syncdir-1.0.ebuild b/dev-libs/syncdir/syncdir-1.0.ebuild index 5b7daca498a7..6b91898a198f 100644 --- a/dev-libs/syncdir/syncdir-1.0.ebuild +++ b/dev-libs/syncdir/syncdir-1.0.ebuild @@ -1,17 +1,17 @@ # 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/syncdir/syncdir-1.0.ebuild,v 1.1 2002/07/15 02:10:19 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/syncdir/syncdir-1.0.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Provides an alternate implementation for open, link, rename, and unlink " HOMEPAGE="http://untroubled.org/syncdir" SRC_URI="http://untroubled.org/syncdir/${P}.tar.gz" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" RDEPEND="virtual/glibc" -DEPEND="${RDEPEND}" src_compile() { emake || die "compile problem" diff --git a/dev-libs/tdb/tdb-1.0.6.ebuild b/dev-libs/tdb/tdb-1.0.6.ebuild index 7326d78fa024..6a993a9f417f 100644 --- a/dev-libs/tdb/tdb-1.0.6.ebuild +++ b/dev-libs/tdb/tdb-1.0.6.ebuild @@ -1,12 +1,18 @@ # 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/tdb/tdb-1.0.6.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tdb/tdb-1.0.6.ebuild,v 1.4 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="tdb - Trivial Database" SRC_URI="mirror://sourceforge/tdb/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/tdb" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/glibc" + src_compile() { ./configure --prefix=/usr || die make || die diff --git a/dev-libs/tinyq/tinyq-3.0.4.ebuild b/dev-libs/tinyq/tinyq-3.0.4.ebuild index 1e71cb4d07b5..e3c6c845aa37 100644 --- a/dev-libs/tinyq/tinyq-3.0.4.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.4.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/dev-libs/tinyqt/tinyqt-3.0.3.ebuild,v 1.3 2002/04/27 10:31:46 seemant Exp +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.4.ebuild,v 1.4 2002/08/01 18:46:28 seemant Exp $ -DESCRIPTION="Stripped down version of qt ${PV} for console development" -SLOT="3" S=${WORKDIR}/${P} +DESCRIPTION="Stripped down version of qt ${PV} for console development" SRC_URI="mirror://sourceforge/tinyqt/tinyq-${PV}.tar.bz2" HOMEPAGE="http://www.uwyn.com/projects/tinyq" -KEYWORDS="x86" + +SLOT="3" LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="virtual/glibc - >=sys-devel/gcc-2.95.3-r5 - >=dev-util/yacc-1.9.1-r1 +DEPEND=">=dev-util/yacc-1.9.1-r1 >=sys-devel/flex-2.5.4a-r4" QTBASE=/usr/qt/tinyq @@ -25,9 +24,7 @@ src_compile() { } src_install() { - make INSTALL_ROOT=${D} install || die insinto /etc/env.d doins ${FILESDIR}/47tinyq - } diff --git a/dev-libs/tinyq/tinyq-3.0.5.ebuild b/dev-libs/tinyq/tinyq-3.0.5.ebuild index d5693678ca65..cd6cd046ab71 100644 --- a/dev-libs/tinyq/tinyq-3.0.5.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.5.ebuild @@ -1,19 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Geert Bevin <gbevin@gentoo.org> -# /space/gentoo/cvsroot/gentoo-x86/dev-libs/tinyqt/tinyqt-3.0.3.ebuild,v 1.3 2002/04/27 10:31:46 seemant Exp +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.5.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ DESCRIPTION="Stripped down version of qt ${PV} for console development" -SLOT="3" S=${WORKDIR}/${P} SRC_URI="http://freesoftware.fsf.org/download/tinyq/tinyq-${PV}.tar.bz2" HOMEPAGE="http://www.uwyn.com/projects/tinyq" -KEYWORDS="x86" + +SLOT="3" LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="virtual/glibc - >=sys-devel/gcc-2.95.3-r5 - >=dev-util/yacc-1.9.1-r1 +DEPEND=">=dev-util/yacc-1.9.1-r1 >=sys-devel/flex-2.5.4a-r4" QTBASE=/usr/qt/tinyq diff --git a/dev-libs/ucl/ucl-1.01.ebuild b/dev-libs/ucl/ucl-1.01.ebuild index 586552b4d9e4..4348b38569bb 100644 --- a/dev-libs/ucl/ucl-1.01.ebuild +++ b/dev-libs/ucl/ucl-1.01.ebuild @@ -1,14 +1,16 @@ # Copyright 1998-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01.ebuild,v 1.3 2002/08/01 18:46:28 seemant Exp $ DESCRIPTION="UCL: The UCL Compression Library" SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" -LICENSE="GPL" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { - cd ${S} ./configure --prefix=/usr || die emake || die } @@ -18,4 +20,3 @@ src_install() { mkdir -p ${D}usr/src/ cp -r ${S} ${D}usr/src/ } - diff --git a/dev-libs/vrb/vrb-0.3.0.ebuild b/dev-libs/vrb/vrb-0.3.0.ebuild index bf86efefe3a0..b9e7a4bd167d 100644 --- a/dev-libs/vrb/vrb-0.3.0.ebuild +++ b/dev-libs/vrb/vrb-0.3.0.ebuild @@ -1,16 +1,18 @@ # Copyright 2002 Johannes Findeisen <you@hanez.org> # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.1 2002/07/12 20:11:20 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ +S="${WORKDIR}/${P}" DESCRIPTION="The VRB library is a virtual ring buffer" HOMEPAGE="http://phil.ipal.org/freeware/vrb/" +SRC_URI="http://phil.ipal.org/freeware/vrb/${P}.tar.gz" + +SLOT="0" LICENSE="LGPL-2.1" +KEYWORDS="x86" DEPEND="virtual/glibc" -SRC_URI="http://phil.ipal.org/freeware/vrb/${P}.tar.gz" -S="${WORKDIR}/${P}" - src_compile() { sed -e "s/copts=\"-pipe -O2\"/copts=\"${CFLAGS}\"/g" \ diff --git a/dev-libs/zthread/zthread-1.5.3.ebuild b/dev-libs/zthread/zthread-1.5.3.ebuild index 6b5b7ddab297..1ebd10732c3c 100644 --- a/dev-libs/zthread/zthread-1.5.3.ebuild +++ b/dev-libs/zthread/zthread-1.5.3.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: $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-1.5.3.ebuild,v 1.5 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/ZThread-${PV} @@ -8,31 +8,27 @@ DESCRIPTION="A Platform-Independent Object-Oriented Threading Architecture" SRC_URI="mirror://sourceforge/zthread/ZThread-${PV}.tar.gz" HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/" -DEPEND=">=sys-libs/glibc-2.2.4" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_compile() { - local myconf - if [ "${DEBUG}" ] - then - myconf="--enable-debug=yes" - else - myconf="--enable-debug=no" - fi - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || \ - ${myconf} || die "./configure failed" - - emake || die -} + local myconf + if [ "${DEBUG}" ] + then + myconf="--enable-debug=yes" + else + myconf="--enable-debug=no" + fi -src_install () { + econf ${myconf} || die "./configure failed" - make prefix=${D}/usr install || die - dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS TODO THANK.YOU - + emake || die } +src_install () { + make prefix=${D}/usr install || die + dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS TODO THANK.YOU +} |