diff options
Diffstat (limited to 'dev-libs')
51 files changed, 251 insertions, 700 deletions
diff --git a/dev-libs/libIDL/libIDL-0.7.4-r2.ebuild b/dev-libs/libIDL/libIDL-0.7.4-r2.ebuild index 3e717e3429d7..34dd957fbd44 100644 --- a/dev-libs/libIDL/libIDL-0.7.4-r2.ebuild +++ b/dev-libs/libIDL/libIDL-0.7.4-r2.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/libIDL/libIDL-0.7.4-r2.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/libIDL-0.7.4-r2.ebuild,v 1.3 2002/08/01 18:02:36 seemant Exp $ # Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ DEBUG="yes" @@ -14,37 +14,23 @@ S=${WORKDIR}/${P} DESCRIPTION="CORBA tree builder" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org" + SLOT="0" LICENSE="LGPL-2.1" +KEYWORDS="x86" RDEPEND=">=dev-libs/glib-2.0.0 - >=sys-devel/flex-2.5.4" -DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" - -src_compile() { - local myconf + >=sys-devel/flex-2.5.4" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --enable-debug=yes || die +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" +src_compile() { + econf --enable-debug=yes || die emake || die } 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 BUGS COPYING ChangeLog INSTALL NEWS README* } - - - - - diff --git a/dev-libs/libIDL/libIDL-0.8.0.ebuild b/dev-libs/libIDL/libIDL-0.8.0.ebuild index 8f2185d22cbd..81f496567b02 100644 --- a/dev-libs/libIDL/libIDL-0.8.0.ebuild +++ b/dev-libs/libIDL/libIDL-0.8.0.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/libIDL/libIDL-0.8.0.ebuild,v 1.1 2002/06/05 14:27:40 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/libIDL-0.8.0.ebuild,v 1.2 2002/08/01 18:02:36 seemant Exp $ # Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ DEBUG="yes" @@ -13,37 +13,26 @@ S=${WORKDIR}/${P} DESCRIPTION="CORBA tree builder" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org" + SLOT="0" LICENSE="LGPL-2.1" +KEYWORDS="x86" RDEPEND=">=dev-libs/glib-2.0.0 - >=sys-devel/flex-2.5.4" -DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" + >=sys-devel/flex-2.5.4" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" src_compile() { local myconf - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --enable-debug=yes || die - + econf --enable-debug=yes || die emake || die } 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 BUGS COPYING ChangeLog INSTALL NEWS README* } - - - - - diff --git a/dev-libs/libdnet/libdnet-1.4.ebuild b/dev-libs/libdnet/libdnet-1.4.ebuild index b5ad55d23477..e38106cd0ce3 100644 --- a/dev-libs/libdnet/libdnet-1.4.ebuild +++ b/dev-libs/libdnet/libdnet-1.4.ebuild @@ -1,21 +1,21 @@ # 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/libdnet/libdnet-1.4.ebuild,v 1.3 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.4.ebuild,v 1.4 2002/08/01 18:02:36 seemant Exp $ DESCRIPTION="libdnet provides a simplified, portable interface to several low-level networking routines." SRC_URI="mirror://sourceforge/libdnet/${P}.tar.gz" HOMEPAGE="http://libdnet.sourceforge.net/" +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" + src_compile() { - econf + econf || die emake || die } src_install () { - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die + einstall || die dodoc COPYING.LIB ChangeLog VERSION README } - diff --git a/dev-libs/libelf/libelf-0.7.0.ebuild b/dev-libs/libelf/libelf-0.7.0.ebuild index 9eff37ed2f6e..fdfb4b3145d2 100644 --- a/dev-libs/libelf/libelf-0.7.0.ebuild +++ b/dev-libs/libelf/libelf-0.7.0.ebuild @@ -1,32 +1,33 @@ # 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/libelf/libelf-0.7.0.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.7.0.ebuild,v 1.4 2002/08/01 18:02:36 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A ELF object file access library" SRC_URI="http://www.stud.uni-hannover.de/~michael/software/libelf-0.7.0.tar.gz" HOMEPAGE="http://www.stud.uni-hannover.de/~michael/software/" -DEPEND="virtual/glibc nls? - ( sys-devel/gettext )" +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" + +DEPEND="nls? ( sys-devel/gettext )" src_compile() { - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi + local myconf + + use nls || myconf="--disable-nls" - ./configure --prefix=/usr \ - --host=${CHOST} \ + econf \ --enable-shared \ ${myconf} || die - emake || die + emake || die } src_install () { - make prefix=${D}/usr \ + make prefix=${D}/usr \ install || die - dodoc COYPING.LIB CHangeLog VERSION README + dodoc COYPING.LIB CHangeLog VERSION README } - diff --git a/dev-libs/libextractor/libextractor-0.1.0.ebuild b/dev-libs/libextractor/libextractor-0.1.0.ebuild index fec441a9e45e..e32646fb9521 100644 --- a/dev-libs/libextractor/libextractor-0.1.0.ebuild +++ b/dev-libs/libextractor/libextractor-0.1.0.ebuild @@ -1,22 +1,21 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libextractor/libextractor-0.1.0.ebuild,v 1.1 2002/07/10 18:32:24 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libextractor/libextractor-0.1.0.ebuild,v 1.2 2002/08/01 18:02:36 seemant Exp $ +S=${WORKDIR}/extractor-${PV} DESCRIPTION="A simple library for keyword extraction" HOMEPAGE="http://www.ovmj.org/~samanta/libextractor" +SRC_URI="http://www.ovmj.org/~samanta/libextractor/download/extractor-${PV}.tar.gz" + +SLOT="0" LICENSE="LGPL-2.1" +KEYWORDS="x86" + DEPEND=">=sys-devel/libtool-1.4.1 - oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 >=media-libs/libogg-1.0_beta4 )" -RDEPEND="${DEPEND}" -SRC_URI="http://www.ovmj.org/~samanta/libextractor/download/extractor-${PV}.tar.gz" -S=${WORKDIR}/extractor-${PV} + oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" + econf || die "./configure failed" emake || die } diff --git a/dev-libs/libffi/libffi-1.20.ebuild b/dev-libs/libffi/libffi-1.20.ebuild index a6060a8ad267..da8f751eb5ce 100644 --- a/dev-libs/libffi/libffi-1.20.ebuild +++ b/dev-libs/libffi/libffi-1.20.ebuild @@ -1,21 +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/libffi/libffi-1.20.ebuild,v 1.3 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-1.20.ebuild,v 1.4 2002/08/01 18:02:36 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Support library for Foreign Functions Interfaces" -SRC_URI="ftp://sourceware.cygnus.com/pub/libffi/libffi-1.20.tar.gz" +SRC_URI="ftp://sourceware.cygnus.com/pub/libffi/${P}.tar.gz" HOMEPAGE="http://sources.redhat.com/libffi/" -DEPEND="" -#RDEPEND="" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="virtual/glibc" 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/libgcrypt/libgcrypt-1.1.3.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild index 82742ad19a95..9175b18aae36 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild @@ -1,26 +1,29 @@ # 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/libgcrypt/libgcrypt-1.1.3.ebuild,v 1.4 2002/08/01 18:02:36 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="libgcrypt is a general purpose crypto library based on the code used in GnuPG." SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/${P}.tar.gz" HOMEPAGE="http://www.gnupg.org" -DEPEND="virtual/glibc - app-text/jadetex - app-text/docbook2X - nls? ( sys-devel/gettext )" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="app-text/jadetex + app-text/docbook2X" + +RDEPEND="nls? ( sys-devel/gettext )" src_compile() { local myconf use nls || myconf="${myconf} --disable-nls" - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --host=${CHOST} \ - --enable-m-guard \ - --enable-static \ + + econf \ + --enable-m-guard \ + --enable-static \ ${myconf} || die emake || die @@ -29,6 +32,5 @@ src_compile() { src_install () { make DESTDIR=${D} install || die - dodoc AUTHORS BUGS COPYING INSTALL NEWS README* THANKS VERSION } diff --git a/dev-libs/libggz/libggz-0.0.5.ebuild b/dev-libs/libggz/libggz-0.0.5.ebuild index 93280ca06704..aa7d6556f828 100644 --- a/dev-libs/libggz/libggz-0.0.5.ebuild +++ b/dev-libs/libggz/libggz-0.0.5.ebuild @@ -1,28 +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/libggz/libggz-0.0.5.ebuild,v 1.4 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libggz/libggz-0.0.5.ebuild,v 1.5 2002/08/01 18:02:36 seemant Exp $ S=${WORKDIR}/${P} - DESCRIPTION="The GGZ library, used by GGZ Gameing Zone" - SRC_URI="mirror://sourceforge/ggz/${P}.tar.gz" - HOMEPAGE="http://ggz.sourceforge.net/" -DEPEND="" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" -#RDEPEND="" +DEPEND="virtual/glibc" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" + econf || die emake || die } src_install () { make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog NEWS Quick* README* } diff --git a/dev-libs/libhoard/libhoard-2.1.0.ebuild b/dev-libs/libhoard/libhoard-2.1.0.ebuild index 723fa48f146b..29c5d398e15a 100644 --- a/dev-libs/libhoard/libhoard-2.1.0.ebuild +++ b/dev-libs/libhoard/libhoard-2.1.0.ebuild @@ -1,16 +1,22 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhoard/libhoard-2.1.0.ebuild,v 1.1 2002/06/10 02:06:51 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhoard/libhoard-2.1.0.ebuild,v 1.2 2002/08/01 18:02:36 seemant Exp $ + +inherit libtool DESCRIPTION="A fast, scalable and memory-efficient allocator for multiprocessors" HOMEPAGE="http://www.hoard.org/" +SRC_URI="${HOMEPAGE}/${P}.tar.gz" + +SLOT="0" LICENSE="LGPL-2.1" +KEYWORDS="x86" + DEPEND="virtual/glibc" -SRC_URI="${HOMEPAGE}/${P}.tar.gz" src_compile() { # update libtool - libtoolize --copy --force + elibtoolize # enable the GNU extensions export CPPFLAGS=-D_GNU_SOURCE @@ -23,4 +29,3 @@ src_install () { make DESTDIR=${D} install || die dodoc NEWS README docs/* } - diff --git a/dev-libs/libiconv/libiconv-1.7.ebuild b/dev-libs/libiconv/libiconv-1.7.ebuild index 6c575d1c2328..bb51f8dfab00 100644 --- a/dev-libs/libiconv/libiconv-1.7.ebuild +++ b/dev-libs/libiconv/libiconv-1.7.ebuild @@ -1,22 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.5 2002/04/29 22:56:53 sandymac Exp +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.7.ebuild,v 1.5 2002/08/01 18:02:36 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="This is a required for GTK+ in GNOME2" SRC_URI="ftp://ftp.gnu.org/pub/gnu/libiconv/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/libiconv/index.html" + +SLOT="0" LICENSE="LGPL-2.1" +KEYWORDS="x86" DEPEND="virtual/glibc" -RDEPEND="virtual/glibc" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" + econf || die mv man/Makefile man/Makefile.orig sed -e 's/mkdir/$(MKDIR)/' man/Makefile.orig > man/Makefile emake || die diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.1-r4.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.1-r4.ebuild index 251e3ccd5745..b006aacaeb20 100644 --- a/dev-libs/libmcrypt/libmcrypt-2.5.1-r4.ebuild +++ b/dev-libs/libmcrypt/libmcrypt-2.5.1-r4.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/libmcrypt/libmcrypt-2.5.1-r4.ebuild,v 1.1 2002/07/01 18:09:02 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.1-r4.ebuild,v 1.2 2002/08/01 18:02:36 seemant Exp $ inherit libtool @@ -9,12 +9,12 @@ DESCRIPTION="libmcrypt is a library that provides uniform interface to access se SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/${P}.tar.gz" HOMEPAGE="http://mcrypt.hellug.gr/" -DEPEND="virtual/glibc - >=sys-devel/automake-1.6.1 +DEPEND=">=sys-devel/automake-1.6.1 >=sys-devel/libtool-1.4.1-r8" -RDEPEND="virtual/glibc" + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" src_unpack() { diff --git a/dev-libs/libmrproject/libmrproject-0.4.ebuild b/dev-libs/libmrproject/libmrproject-0.4.ebuild index d2aa6a1f4254..4b759dd6f7aa 100644 --- a/dev-libs/libmrproject/libmrproject-0.4.ebuild +++ b/dev-libs/libmrproject/libmrproject-0.4.ebuild @@ -1,7 +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/libmrproject/libmrproject-0.4.ebuild,v 1.1 2002/07/06 20:25:40 spider Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmrproject/libmrproject-0.4.ebuild,v 1.2 2002/08/01 18:02:36 seemant Exp $ inherit debug @@ -9,45 +8,36 @@ S=${WORKDIR}/${P} DESCRIPTION="Project manager for Gnome2" SRC_URI="ftp://ftp.codefactory.se/pub/software/mrproject/unstable/${P}.tar.gz" HOMEPAGE="http://mrproject.codefactory.se/" + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" RDEPEND=">=dev-util/pkgconfig-0.12.0 - >=dev-libs/glib-2.0.0 - >=dev-libs/libxml2-2.4.19 - nls? ( sys-devel/gettext )" - + >=dev-libs/glib-2.0.0 + >=dev-libs/libxml2-2.4.19" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 +DEPEND="nls? ( sys-devel/gettext ) doc? ( >=dev-util/gtk-doc-0.9-r2 )" - src_compile() { local myconf - use doc && myconf="--enable-gtk-doc" || myconf="--disable-gtk-doc" - use nls && myconf="${myconf} --enable-nls" || myconf="${myconf} --disable-nls" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --localstatedir=/var/lib \ - ${myconf} --disable-maintainer-mode \ - --enable-debug || die + use doc \ + && myconf="--enable-gtk-doc" \ + || myconf="--disable-gtk-doc" + + use nls \ + && myconf="${myconf} --enable-nls" \ + || myconf="${myconf} --disable-nls" + + econf \ + --disable-maintainer-mode \ + --enable-debug \ + ${myconf} || die emake || die } src_install() { - make DESTDIR=${D} prefix=/usr \ - sysconfdir=/etc \ - infodir=/usr/share/info \ - mandir=/usr/share/man \ - localstatedir=/var/lib \ - install || die - + einstall || die dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README* - } - - diff --git a/dev-libs/libol/libol-0.2.23.ebuild b/dev-libs/libol/libol-0.2.23.ebuild index 5a6f0fef1dba..90d31bfcde85 100644 --- a/dev-libs/libol/libol-0.2.23.ebuild +++ b/dev-libs/libol/libol-0.2.23.ebuild @@ -1,24 +1,28 @@ # 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/libol/libol-0.2.23.ebuild,v 1.8 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.2.23.ebuild,v 1.9 2002/08/01 18:02:36 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Support library for syslog-ng" SRC_URI="http://www.balabit.hu/downloads/libol/0.2/${P}.tar.gz" HOMEPAGE="http://www.balabit.hu/en/products/syslog-ng/" + SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" src_compile() { - econf --enable-shared --enable-static --disable-libtool-lock || die + econf \ + --enable-shared \ + --enable-static \ + --disable-libtool-lock || die emake CFLAGS="${CFLAGS}" all || die } src_install() { - einstall || die dodoc ChangeLog } diff --git a/dev-libs/libol/libol-0.3.2.ebuild b/dev-libs/libol/libol-0.3.2.ebuild index 7d0826fa9f77..d4e37b5f8b39 100644 --- a/dev-libs/libol/libol-0.3.2.ebuild +++ b/dev-libs/libol/libol-0.3.2.ebuild @@ -1,24 +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/libol/libol-0.3.2.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.2.ebuild,v 1.4 2002/08/01 18:02:37 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Support library for syslog-ng" SRC_URI="http://www.balabit.hu/downloads/libol/0.3/${P}.tar.gz" HOMEPAGE="http://www.balabit.hu/en/products/syslog-ng/" + SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" src_compile() { - - econf --enable-shared --enable-static --disable-libtool-lock || die + econf \ + --enable-shared \ + --enable-static \ + --disable-libtool-lock || die emake CFLAGS="${CFLAGS}" all || die } src_install() { - einstall || die dodoc ChangeLog } diff --git a/dev-libs/libole2/libole2-0.2.3-r1.ebuild b/dev-libs/libole2/libole2-0.2.3-r1.ebuild index b7fdfd5faf0e..ea03811fe35d 100644 --- a/dev-libs/libole2/libole2-0.2.3-r1.ebuild +++ b/dev-libs/libole2/libole2-0.2.3-r1.ebuild @@ -1,23 +1,24 @@ # 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/libole2/libole2-0.2.3-r1.ebuild,v 1.6 2002/08/01 18:02:37 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="libole2" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="=dev-libs/glib-1.2*" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr || die - + econf || die emake || die } src_install() { 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 05702c4bc30a..a601f60833f9 100644 --- a/dev-libs/libole2/libole2-0.2.4.ebuild +++ b/dev-libs/libole2/libole2-0.2.4.ebuild @@ -1,25 +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/libole2/libole2-0.2.4.ebuild,v 1.5 2002/08/01 11:59:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/libole2-0.2.4.ebuild,v 1.6 2002/08/01 18:02:37 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="libole2" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="=dev-libs/glib-1.2*" src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr || die - + econf || die emake || die } src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog NEWS README* TODO } diff --git a/dev-libs/libowfat/libowfat-0.10.ebuild b/dev-libs/libowfat/libowfat-0.10.ebuild index ef801e57d9df..fe61be29ff4c 100644 --- a/dev-libs/libowfat/libowfat-0.10.ebuild +++ b/dev-libs/libowfat/libowfat-0.10.ebuild @@ -1,13 +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/libowfat/libowfat-0.10.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.10.ebuild,v 1.4 2002/08/01 18:02:37 seemant Exp $ S=${WORKDIR}/${P} - DESCRIPTION="reimplement libdjb - excellent libraries from Dan Bernstein." SRC_URI="http://www.fefe.de/libowfat/${P}.tar.bz2" HOMEPAGE="http://www.fefe.de/libowfat/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND=">=dev-libs/dietlibc-0.16" src_unpack() { diff --git a/dev-libs/libpcre/libpcre-3.9-r1.ebuild b/dev-libs/libpcre/libpcre-3.9-r1.ebuild index 05acd447008c..ec00e4b75535 100644 --- a/dev-libs/libpcre/libpcre-3.9-r1.ebuild +++ b/dev-libs/libpcre/libpcre-3.9-r1.ebuild @@ -6,18 +6,15 @@ S=${WORKDIR}/pcre-${PV} DESCRIPTION="Perl-compatible regular expression library" SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2" HOMEPAGE="http://www.pcre.org/" -LICENSE="as-is" -DEPEND="virtual/glibc" + SLOT="3" +LICENSE="as-is" KEYWORDS="x86 ppc" -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die +DEPEND="virtual/glibc" +src_compile() { + econf || die emake || die } diff --git a/dev-libs/libpcre/libpcre-3.9.ebuild b/dev-libs/libpcre/libpcre-3.9.ebuild index ef30af320e5f..64e0335ec908 100644 --- a/dev-libs/libpcre/libpcre-3.9.ebuild +++ b/dev-libs/libpcre/libpcre-3.9.ebuild @@ -1,24 +1,20 @@ # 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.9 2001/10/21 16:17:12 agriffis Exp +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-3.9.ebuild,v 1.6 2002/08/01 18:02:37 seemant Exp $ S=${WORKDIR}/pcre-${PV} DESCRIPTION="Perl-compitable regular expression library" SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2" HOMEPAGE="http://www.pcre.org/" -LICENSE="as-is" -DEPEND="virtual/glibc" -SLOT="3" +SLOT="3" +LICENSE="as-is" KEYWORDS="x86 ppc" -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die +DEPEND="virtual/glibc" +src_compile() { + econf || die emake || die } @@ -28,6 +24,5 @@ src_install () { dodoc AUTHORS COPYING INSTALL LICENCE NON-UNIX-USE dodoc doc/*.txt dodoc doc/Tech.Notes - docinto html - dohtml doc/*.html + dohtml =r doc } diff --git a/dev-libs/librep/files/digest-librep-0.15.2 b/dev-libs/librep/files/digest-librep-0.15.2 deleted file mode 100644 index 64057c2b8acc..000000000000 --- a/dev-libs/librep/files/digest-librep-0.15.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 0f009b208206e33bbb4754eba0a7d4d2 librep-0.15.2.tar.gz 895954 diff --git a/dev-libs/librep/librep-0.15.2-r1.ebuild b/dev-libs/librep/librep-0.15.2-r1.ebuild index a430802bfc73..ff32a597776f 100644 --- a/dev-libs/librep/librep-0.15.2-r1.ebuild +++ b/dev-libs/librep/librep-0.15.2-r1.ebuild @@ -1,17 +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/librep/librep-0.15.2-r1.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.15.2-r1.ebuild,v 1.3 2002/08/01 18:02:37 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Shared library implementing a Lisp dialect" SRC_URI="http://download.sourceforge.net/librep/${P}.tar.gz" HOMEPAGE="http://librep.sourceforge.net/" -DEPEND="virtual/glibc - >=sys-libs/gdbm-1.8.0 +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=sys-libs/gdbm-1.8.0 >=dev-libs/gmp-3.1.1 readline? ( >=sys-libs/readline-4.1 - >=sys-libs/ncurses-5.2 ) + >=sys-libs/ncurses-5.2 ) sys-apps/texinfo" src_unpack() { @@ -29,18 +32,11 @@ src_unpack() { src_compile() { local myconf - if [ "`use readline`" ] - then - myconf="--with-readline" - else - myconf="--without-readline" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --libexecdir=/usr/lib \ - --infodir=/usr/share/info || die + use readline \ + && myconf="--with-readline" \ + || myconf="--without-readline" + econf --libexecdir=/usr/lib || die emake || die } @@ -53,4 +49,3 @@ src_install() { docinto doc dodoc doc/* } - diff --git a/dev-libs/librep/librep-0.15.2.ebuild b/dev-libs/librep/librep-0.15.2.ebuild deleted file mode 100644 index a83e2d89af16..000000000000 --- a/dev-libs/librep/librep-0.15.2.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/librep/librep-0.15.2.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Shared library implementing a Lisp dialect" -SRC_URI="http://download.sourceforge.net/librep/${P}.tar.gz" -HOMEPAGE="http://librep.sourceforge.net/" - -DEPEND="virtual/glibc - >=sys-libs/gdbm-1.8.0 - >=dev-libs/gmp-3.1.1 - readline? ( >=sys-libs/readline-4.1 - >=sys-libs/ncurses-5.2 ) - sys-apps/texinfo" - -src_compile() { - local myconf - - if [ "`use readline`" ] - then - myconf="--with-readline" - else - myconf="--without-readline" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --libexecdir=/usr/lib \ - --infodir=/usr/share/info || die - - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - - insinto /usr/include - doins src/rep_config.h - dodoc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO DOC - docinto doc - dodoc doc/* -} diff --git a/dev-libs/librep/librep-0.16.ebuild b/dev-libs/librep/librep-0.16.ebuild index de5dc2414592..8194a39dc250 100644 --- a/dev-libs/librep/librep-0.16.ebuild +++ b/dev-libs/librep/librep-0.16.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/librep/librep-0.16.ebuild,v 1.2 2002/06/29 00:07:16 azarah Exp $ +# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.16.ebuild,v 1.3 2002/08/01 18:02:37 seemant Exp $ inherit libtool @@ -9,11 +9,14 @@ DESCRIPTION="Shared library implementing a Lisp dialect" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://librep.sourceforge.net/" -DEPEND="virtual/glibc - >=sys-libs/gdbm-1.8.0 +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=sys-libs/gdbm-1.8.0 >=dev-libs/gmp-3.1.1 readline? ( >=sys-libs/readline-4.1 - >=sys-libs/ncurses-5.2 ) + >=sys-libs/ncurses-5.2 ) sys-apps/texinfo >=sys-devel/automake-1.6.1-r5" @@ -21,18 +24,17 @@ src_compile() { elibtoolize local myconf="" - use readline && myconf="--with-readline" - use readline || myconf="--without-readline" + use readline \ + && myconf="--with-readline" \ + || myconf="--without-readline" LC_ALL="" LINGUAS="" LANG="" export LC_ALL LINGUAS LANG - ./configure --host=${CHOST} \ - --prefix=/usr \ + econf \ --libexecdir=/usr/lib \ - --infodir=/usr/share/info \ --with-extra-cflags=-fstrength-reduce \ ${myconf} || die "configure failure" @@ -53,4 +55,3 @@ src_install() { docinto doc dodoc doc/* } - diff --git a/dev-libs/libsigc++/libsigc++-1.0.4-r2.ebuild b/dev-libs/libsigc++/libsigc++-1.0.4-r2.ebuild index 3e0cab05d683..04da81945a14 100644 --- a/dev-libs/libsigc++/libsigc++-1.0.4-r2.ebuild +++ b/dev-libs/libsigc++/libsigc++-1.0.4-r2.ebuild @@ -1,12 +1,15 @@ # 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/libsigc++/libsigc++-1.0.4-r2.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.0.4-r2.ebuild,v 1.3 2002/08/01 18:02:37 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="The GLib library of C routines" SRC_URI="http://download.sourceforge.net/libsigc/${P}.tar.gz" HOMEPAGE="http://libsigc.sourceforge.net/" + SLOT="1.0" +LICENSE="GPL-2 LGPL-2.1" +KEYWORDS="x86" DEPEND="virtual/glibc" @@ -21,11 +24,7 @@ src_compile() { myconf="--enable-debug=no" fi - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} || die + econf ${myconf} || die # Fix sandbox violation when old libsig++ is already installed, # hopefully this will go away after the header location settles down @@ -61,4 +60,3 @@ pkg_postinst() { einfo "" einfo "**********************************************************" } - diff --git a/dev-libs/libsigc++/libsigc++-1.1.11.ebuild b/dev-libs/libsigc++/libsigc++-1.1.11.ebuild index 33b5be62f605..73664878575f 100644 --- a/dev-libs/libsigc++/libsigc++-1.1.11.ebuild +++ b/dev-libs/libsigc++/libsigc++-1.1.11.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/libsigc++/libsigc++-1.1.11.ebuild,v 1.3 2002/08/01 11:59:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.1.11.ebuild,v 1.4 2002/08/01 18:02:37 seemant Exp $ # unstable branch should have debugging. @@ -11,7 +11,11 @@ S=${WORKDIR}/${P} DESCRIPTION="The GLib library of C routines" SRC_URI="http://download.sourceforge.net/libsigc/${P}.tar.gz" HOMEPAGE="http://libsigc.sourceforge.net/" + SLOT="1.2" +LICENSE="GPL-2 LGPL-2.1" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { @@ -25,11 +29,7 @@ src_compile() { myconf="--enable-debug=no" fi - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} || die + econf ${myconf} || die # Fix sandbox violation when old libsig++ is already installed, # hopefully this will go away after the header location settles down @@ -49,9 +49,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} \ - install || die - + make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS } diff --git a/dev-libs/libstroke/libstroke-0.4.ebuild b/dev-libs/libstroke/libstroke-0.4.ebuild index 8751e8070b41..b0f9d3ac935e 100644 --- a/dev-libs/libstroke/libstroke-0.4.ebuild +++ b/dev-libs/libstroke/libstroke-0.4.ebuild @@ -1,28 +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/libstroke/libstroke-0.4.ebuild,v 1.5 2002/08/01 11:59:01 seemant Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.4.ebuild,v 1.6 2002/08/01 18:02:38 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Stroke and Guesture recognition Library" SRC_URI="http://www.etla.net/libstroke/${P}.tar.gz" HOMEPAGE="http://www.etla.net/libstroke" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" DEPEND=">=sys-libs/glibc-2.1.3 >=x11-base/xfree-4.0.3" src_compile() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} --mandir=/usr/share/man --infodir=/usr/share/info - try make - + econf || die + emake || die } src_install () { - - cd ${S} - try make DESTDIR=${D} install - dodoc COPYING COPYRIGHT CREDITS ChangeLog README + make DESTDIR=${D} install || die + dodoc COPYING COPYRIGHT CREDITS ChangeLog README } diff --git a/dev-libs/libtrain/libtrain-0.9b.ebuild b/dev-libs/libtrain/libtrain-0.9b.ebuild index 6733fe9a21f1..bffadc39b740 100644 --- a/dev-libs/libtrain/libtrain-0.9b.ebuild +++ b/dev-libs/libtrain/libtrain-0.9b.ebuild @@ -1,24 +1,22 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtrain/libtrain-0.9b.ebuild,v 1.1 2002/06/10 01:49:34 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtrain/libtrain-0.9b.ebuild,v 1.2 2002/08/01 18:02:38 seemant Exp $ DESCRIPTION="Library for calculating fastest train routes" SRC_URI="http://www.on.rim.or.jp/~katamuki/software/train/${P}.tar.gz" HOMEPAGE="http://www.on.rim.or.jp/~katamuki/software/train/" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - + econf || die emake || die } src_install () { make DESTDIR=${D} install || die } - diff --git a/dev-libs/libunicode/libunicode-0.4-r1.ebuild b/dev-libs/libunicode/libunicode-0.4-r1.ebuild index 537c99e105c9..687fad9ecb04 100644 --- a/dev-libs/libunicode/libunicode-0.4-r1.ebuild +++ b/dev-libs/libunicode/libunicode-0.4-r1.ebuild @@ -1,18 +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/libunicode/libunicode-0.4-r1.ebuild,v 1.9 2002/08/01 11:59:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.10 2002/08/01 18:02:38 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unicode library" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.gnome.tar.gz" HOMEPAGE="http://www.gnome.org/" +SLOT="0" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr || die - + econf || die emake || die } diff --git a/dev-libs/libusb/libusb-0.1.3b.ebuild b/dev-libs/libusb/libusb-0.1.3b.ebuild index a75abdf7d8d6..5354bf7d00b1 100644 --- a/dev-libs/libusb/libusb-0.1.3b.ebuild +++ b/dev-libs/libusb/libusb-0.1.3b.ebuild @@ -1,24 +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/libusb/libusb-0.1.3b.ebuild,v 1.5 2002/08/01 11:59:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.3b.ebuild,v 1.6 2002/08/01 18:02:38 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Userspace access to USB devices" SRC_URI="mirror://sourceforge/libusb/${P}.tar.gz" HOMEPAGE="http://libusb.sourceforge.net" +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr - assert - + econf || die make || die } src_install () { make DESTDIR=${D} install || die - dodoc AUTHORS NEWS README } diff --git a/dev-libs/libusb/libusb-0.1.5.ebuild b/dev-libs/libusb/libusb-0.1.5.ebuild index 75f83a3b672e..1250bdef4eda 100644 --- a/dev-libs/libusb/libusb-0.1.5.ebuild +++ b/dev-libs/libusb/libusb-0.1.5.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/libusb/libusb-0.1.5.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.5.ebuild,v 1.4 2002/08/01 18:02:38 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Userspace access to USB devices" @@ -9,16 +9,16 @@ HOMEPAGE="http://libusb.sourceforge.net" DEPEND="virtual/glibc" -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr || die +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" +src_compile() { + econf || die make || die } src_install () { make DESTDIR=${D} install || die - dodoc AUTHORS NEWS README } - diff --git a/dev-libs/libxml/files/digest-libxml-1.8.16 b/dev-libs/libxml/files/digest-libxml-1.8.16 deleted file mode 100644 index a9ea55ab5bf3..000000000000 --- a/dev-libs/libxml/files/digest-libxml-1.8.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 b5f7282ecbb35fb485a6d8f62f10028a libxml-1.8.16.tar.gz 997299 diff --git a/dev-libs/libxml/files/digest-libxml-1.8.17 b/dev-libs/libxml/files/digest-libxml-1.8.17 deleted file mode 100644 index bc18a55ae963..000000000000 --- a/dev-libs/libxml/files/digest-libxml-1.8.17 +++ /dev/null @@ -1 +0,0 @@ -MD5 53846294aa850a7d042948176d1d19dc libxml-1.8.17.tar.gz 996351 diff --git a/dev-libs/libxml/files/digest-libxml-1.8.17-r1 b/dev-libs/libxml/files/digest-libxml-1.8.17-r1 deleted file mode 100644 index bc18a55ae963..000000000000 --- a/dev-libs/libxml/files/digest-libxml-1.8.17-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 53846294aa850a7d042948176d1d19dc libxml-1.8.17.tar.gz 996351 diff --git a/dev-libs/libxml/libxml-1.8.16.ebuild b/dev-libs/libxml/libxml-1.8.16.ebuild deleted file mode 100644 index 5d1dbf937dd9..000000000000 --- a/dev-libs/libxml/libxml-1.8.16.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/libxml/libxml-1.8.16.ebuild,v 1.4 2002/08/01 11:59:01 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="libxml" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/" - -RDEPEND=">=sys-libs/ncurses-5.2" - -DEPEND="${RDEPEND} - >=sys-libs/readline-4.1" - - -src_compile() { - LDFLAGS="-lncurses" ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib - assert - - make || die # Doesn't work with -j 4 (hallski) -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - # 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/libxml/libxml-1.8.17-r1.ebuild b/dev-libs/libxml/libxml-1.8.17-r1.ebuild deleted file mode 100644 index 68a9ede8f990..000000000000 --- a/dev-libs/libxml/libxml-1.8.17-r1.ebuild +++ /dev/null @@ -1,45 +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/libxml/libxml-1.8.17-r1.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="libxml" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/" - -RDEPEND=">=sys-libs/ncurses-5.2" - -DEPEND="${RDEPEND} - >=sys-libs/readline-4.1" - - -src_compile() { - LDFLAGS="-lncurses" \ - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib || die - - make || die # Doesn't work with -j 4 (hallski) -} - -src_install() { - make DESTDIR=${D} \ - BASE_DIR=/usr/share/doc \ - DOC_MODULE=${PF} \ - TARGET_DIR=/usr/share/doc/${PF}/html \ - install || die - - # 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/libxml/libxml-1.8.17-r2.ebuild b/dev-libs/libxml/libxml-1.8.17-r2.ebuild index a227e192d7c9..9a74d3e7bd9b 100644 --- a/dev-libs/libxml/libxml-1.8.17-r2.ebuild +++ b/dev-libs/libxml/libxml-1.8.17-r2.ebuild @@ -1,21 +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/libxml/libxml-1.8.17-r2.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r2.ebuild,v 1.3 2002/08/01 18:02:38 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML version 1 parser for Gnome" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" +SLOT="1" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="x86" + RDEPEND=">=sys-libs/ncurses-5.2" DEPEND="${RDEPEND} - >=sys-libs/readline-4.1" - + >=sys-libs/readline-4.1" src_compile() { LDFLAGS="-lncurses" \ - ./configure --host=${CHOST} \ + configure \ + --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib || die @@ -43,4 +47,3 @@ pkg_preinst() { rm -f ${ROOT}/usr/include/gnome-xml/libxml fi } - diff --git a/dev-libs/libxml/libxml-1.8.17.ebuild b/dev-libs/libxml/libxml-1.8.17.ebuild deleted file mode 100644 index 54a7587ea125..000000000000 --- a/dev-libs/libxml/libxml-1.8.17.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/libxml/libxml-1.8.17.ebuild,v 1.3 2002/08/01 11:59:01 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="libxml" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/" - -RDEPEND=">=sys-libs/ncurses-5.2" - -DEPEND="${RDEPEND} - >=sys-libs/readline-4.1" - - -src_compile() { - LDFLAGS="-lncurses" ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib - assert - - make || die # Doesn't work with -j 4 (hallski) -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - # 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/files/digest-libxml2-2.4.21 b/dev-libs/libxml2/files/digest-libxml2-2.4.21 deleted file mode 100644 index b5ff9d8c9a3f..000000000000 --- a/dev-libs/libxml2/files/digest-libxml2-2.4.21 +++ /dev/null @@ -1 +0,0 @@ -MD5 f471a780f39d54e30f0c0177e63daba2 libxml2-2.4.21.tar.bz2 1517287 diff --git a/dev-libs/libxml2/files/digest-libxml2-2.4.21-r1 b/dev-libs/libxml2/files/digest-libxml2-2.4.21-r1 deleted file mode 100644 index b5ff9d8c9a3f..000000000000 --- a/dev-libs/libxml2/files/digest-libxml2-2.4.21-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f471a780f39d54e30f0c0177e63daba2 libxml2-2.4.21.tar.bz2 1517287 diff --git a/dev-libs/libxml2/files/digest-libxml2-2.4.22 b/dev-libs/libxml2/files/digest-libxml2-2.4.22 deleted file mode 100644 index 668f68a24aba..000000000000 --- a/dev-libs/libxml2/files/digest-libxml2-2.4.22 +++ /dev/null @@ -1 +0,0 @@ -MD5 3a65ccb87d556bd50548aed784ad02d3 libxml2-2.4.22.tar.bz2 1532054 diff --git a/dev-libs/libxml2/libxml2-2.4.21-r1.ebuild b/dev-libs/libxml2/libxml2-2.4.21-r1.ebuild deleted file mode 100644 index fe2d793a82db..000000000000 --- a/dev-libs/libxml2/libxml2-2.4.21-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/libxml2/libxml2-2.4.21-r1.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="libxml" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" - -DEPEND=">=sys-libs/ncurses-5.2 - >=sys-libs/readline-4.1 - >=sys-libs/zlib-1.1.4" - - -src_compile() { - # Fix .la files of python site packages - libtoolize --copy --force - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --with-zlib || die - - emake || die -} - -src_install() { - make DESTDIR=${D} \ - DOCS_DIR=/usr/share/doc/${PF}/python \ - EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \ - BASE_DIR=/usr/share/doc \ - DOC_MODULE=${PF} \ - 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.4.21.ebuild b/dev-libs/libxml2/libxml2-2.4.21.ebuild deleted file mode 100644 index 9481d0138b88..000000000000 --- a/dev-libs/libxml2/libxml2-2.4.21.ebuild +++ /dev/null @@ -1,37 +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/libxml2/libxml2-2.4.21.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="libxml" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" - -DEPEND=">=sys-libs/ncurses-5.2 - >=sys-libs/readline-4.1 - >=sys-libs/zlib-1.1.4" - - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --with-zlib || die - - emake || die -} - -src_install() { - make DESTDIR=${D} \ - DOCS_DIR=/usr/share/doc/${PF}/python \ - EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \ - BASE_DIR=/usr/share/doc \ - DOC_MODULE=${PF} \ - 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.4.22.ebuild b/dev-libs/libxml2/libxml2-2.4.22.ebuild deleted file mode 100644 index 818bdd58bb51..000000000000 --- a/dev-libs/libxml2/libxml2-2.4.22.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/libxml2/libxml2-2.4.22.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="libxml" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" - -DEPEND=">=sys-libs/ncurses-5.2 - >=sys-libs/readline-4.1 - >=sys-libs/zlib-1.1.4" - - -src_compile() { - # Fix .la files of python site packages - libtoolize --copy --force - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --with-zlib || die - - emake || die -} - -src_install() { - make DESTDIR=${D} \ - DOCS_DIR=/usr/share/doc/${PF}/python \ - EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \ - BASE_DIR=/usr/share/doc \ - DOC_MODULE=${PF} \ - 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.4.23.ebuild b/dev-libs/libxml2/libxml2-2.4.23.ebuild index ba80c529f76c..423db44b08db 100644 --- a/dev-libs/libxml2/libxml2-2.4.23.ebuild +++ b/dev-libs/libxml2/libxml2-2.4.23.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/libxml2/libxml2-2.4.23.ebuild,v 1.2 2002/07/17 23:04:41 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.23.ebuild,v 1.3 2002/08/01 18:02:39 seemant Exp $ + +inherit libtool S=${WORKDIR}/${P} DESCRIPTION="libxml2" @@ -11,22 +13,21 @@ DEPEND=">=sys-libs/ncurses-5.2 >=sys-libs/readline-4.1 >=sys-libs/zlib-1.1.4" +SLOT="2" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="x86" src_compile() { # Fix .la files of python site packages - libtoolize --copy --force - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --with-zlib || die + elibtoolize - MAKEOPTS="-j1" emake || die + econf --with-zlib || die + make || die } src_install() { - make DESTDIR=${D} \ + make \ + DESTDIR=${D} \ DOCS_DIR=/usr/share/doc/${PF}/python \ EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \ BASE_DIR=/usr/share/doc \ @@ -37,4 +38,3 @@ src_install() { dodoc AUTHORS COPYING* ChangeLog NEWS README } - diff --git a/dev-libs/libxslt/files/digest-libxslt-1.0.17 b/dev-libs/libxslt/files/digest-libxslt-1.0.17 deleted file mode 100644 index 56784379d141..000000000000 --- a/dev-libs/libxslt/files/digest-libxslt-1.0.17 +++ /dev/null @@ -1 +0,0 @@ -MD5 15e418c4ba781ae9b19e52730efae838 libxslt-1.0.17.tar.bz2 1490851 diff --git a/dev-libs/libxslt/files/digest-libxslt-1.0.17-r1 b/dev-libs/libxslt/files/digest-libxslt-1.0.17-r1 deleted file mode 100644 index 56784379d141..000000000000 --- a/dev-libs/libxslt/files/digest-libxslt-1.0.17-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 15e418c4ba781ae9b19e52730efae838 libxslt-1.0.17.tar.bz2 1490851 diff --git a/dev-libs/libxslt/files/digest-libxslt-1.0.18 b/dev-libs/libxslt/files/digest-libxslt-1.0.18 deleted file mode 100644 index 289b2341a60c..000000000000 --- a/dev-libs/libxslt/files/digest-libxslt-1.0.18 +++ /dev/null @@ -1 +0,0 @@ -MD5 5ce7b57a550a2a6c8b711cfcff4b6374 libxslt-1.0.18.tar.bz2 1490001 diff --git a/dev-libs/libxslt/libxslt-1.0.17-r1.ebuild b/dev-libs/libxslt/libxslt-1.0.17-r1.ebuild deleted file mode 100644 index 904c3810a598..000000000000 --- a/dev-libs/libxslt/libxslt-1.0.17-r1.ebuild +++ /dev/null @@ -1,38 +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/libxslt/libxslt-1.0.17-r1.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="XSLT libraries and tools" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" - -RDEPEND="virtual/glibc - >=dev-libs/libxml2-2.4.17" - -DEPEND="${RDEPEND} - sys-devel/perl" - -src_compile() { - # Fix .la files of python site packages - libtoolize --copy --force - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man || die - - emake || die -} - -src_install() { - make DESTDIR=${D} \ - DOCS_DIR=/usr/share/doc/${PF}/python \ - EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \ - BASE_DIR=/usr/share/doc \ - DOC_MODULE=${PF} \ - EXAMPLES_DIR=/usr/share/doc/${PF}/example \ - TARGET_DIR=/usr/share/doc/${PF}/html \ - install || die - - dodoc AUTHORS COPYING* ChangeLog README NEWS TODO -} diff --git a/dev-libs/libxslt/libxslt-1.0.17.ebuild b/dev-libs/libxslt/libxslt-1.0.17.ebuild deleted file mode 100644 index 33afd1a3da7d..000000000000 --- a/dev-libs/libxslt/libxslt-1.0.17.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/libxslt/libxslt-1.0.17.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="XSLT libraries and tools" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" - -RDEPEND="virtual/glibc - >=dev-libs/libxml2-2.4.17" - -DEPEND="${RDEPEND} - sys-devel/perl" - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man || die - - emake || die -} - -src_install() { - make DESTDIR=${D} \ - DOCS_DIR=/usr/share/doc/${PF}/python \ - EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \ - BASE_DIR=/usr/share/doc \ - DOC_MODULE=${PF} \ - EXAMPLES_DIR=/usr/share/doc/${PF}/example \ - TARGET_DIR=/usr/share/doc/${PF}/html \ - install || die - - dodoc AUTHORS COPYING* ChangeLog README NEWS TODO -} diff --git a/dev-libs/libxslt/libxslt-1.0.18.ebuild b/dev-libs/libxslt/libxslt-1.0.18.ebuild deleted file mode 100644 index 081b65022495..000000000000 --- a/dev-libs/libxslt/libxslt-1.0.18.ebuild +++ /dev/null @@ -1,38 +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/libxslt/libxslt-1.0.18.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="XSLT libraries and tools" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" - -RDEPEND="virtual/glibc - >=dev-libs/libxml2-2.4.17" - -DEPEND="${RDEPEND} - sys-devel/perl" - -src_compile() { - # Fix .la files of python site packages - libtoolize --copy --force - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man || die - - emake || die -} - -src_install() { - make DESTDIR=${D} \ - DOCS_DIR=/usr/share/doc/${PF}/python \ - EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \ - BASE_DIR=/usr/share/doc \ - DOC_MODULE=${PF} \ - EXAMPLES_DIR=/usr/share/doc/${PF}/example \ - TARGET_DIR=/usr/share/doc/${PF}/html \ - install || die - - dodoc AUTHORS COPYING* ChangeLog README NEWS TODO -} diff --git a/dev-libs/libxslt/libxslt-1.0.19.ebuild b/dev-libs/libxslt/libxslt-1.0.19.ebuild index e924b7cd649e..5c64f0d4bc5a 100644 --- a/dev-libs/libxslt/libxslt-1.0.19.ebuild +++ b/dev-libs/libxslt/libxslt-1.0.19.ebuild @@ -1,26 +1,28 @@ # 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/libxslt/libxslt-1.0.19.ebuild,v 1.2 2002/07/24 05:08:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.19.ebuild,v 1.3 2002/08/01 18:02:39 seemant Exp $ + +inherit libtool S=${WORKDIR}/${P} DESCRIPTION="XSLT libraries and tools" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" + SLOT="0" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="x86" -RDEPEND="virtual/glibc - >=dev-libs/libxml2-2.4.23" +RDEPEND=">=dev-libs/libxml2-2.4.23" DEPEND="${RDEPEND} sys-devel/perl" src_compile() { # Fix .la files of python site packages - libtoolize --copy --force + elibtoolize - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man || die + econf || die #libxslt-1.0.19 didn't like parallel make; test a good deal before re-enabling #(drobbins, 24 Jul 2002) make || die |