diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:50:26 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:50:26 +0000 |
commit | 806729b343786afaba725cef1822f87de7df1ee5 (patch) | |
tree | b45263461dd8690e8050526476f72ea96de8d22d /dev-libs | |
parent | Added LICENSE, SLOT, KEYWORDS (diff) | |
download | gentoo-2-806729b343786afaba725cef1822f87de7df1ee5.tar.gz gentoo-2-806729b343786afaba725cef1822f87de7df1ee5.tar.bz2 gentoo-2-806729b343786afaba725cef1822f87de7df1ee5.zip |
repoman'd
Diffstat (limited to 'dev-libs')
23 files changed, 106 insertions, 445 deletions
diff --git a/dev-libs/ffcall/ffcall-1.8d.ebuild b/dev-libs/ffcall/ffcall-1.8d.ebuild index 79b8d72fc5c7..fcc7355814b3 100644 --- a/dev-libs/ffcall/ffcall-1.8d.ebuild +++ b/dev-libs/ffcall/ffcall-1.8d.ebuild @@ -1,23 +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/ffcall/ffcall-1.8d.ebuild,v 1.3 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.8d.ebuild,v 1.4 2002/08/01 16:50:26 seemant Exp $ DESCRIPTION="foreign function call libraries" +SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/directory/ffcall.html" + # "Ffcall is under GNU GPL. As a special exception, if used in GNUstep # or in derivate works of GNUstep, the included parts of ffcall are # under GNU LGPL." -ffcall author -LICENSE="GPL-2" +LICENSE="GPL-2 | LGPL-2" +SLOT="0" +KEYWORDS="x86" + DEPEND="virtual/glibc" -RDEPEND="virtual/glibc" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${P}.tar.gz" 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/g-wrap/files/digest-g-wrap-1.2.1 b/dev-libs/g-wrap/files/digest-g-wrap-1.2.1 deleted file mode 100644 index 7ad337466984..000000000000 --- a/dev-libs/g-wrap/files/digest-g-wrap-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9406339bb3f04c08448f4bab3c537ce7 g-wrap-1.2.1.tar.gz 349469 diff --git a/dev-libs/g-wrap/files/digest-g-wrap-1.2.1-r1 b/dev-libs/g-wrap/files/digest-g-wrap-1.2.1-r1 deleted file mode 100644 index 7ad337466984..000000000000 --- a/dev-libs/g-wrap/files/digest-g-wrap-1.2.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9406339bb3f04c08448f4bab3c537ce7 g-wrap-1.2.1.tar.gz 349469 diff --git a/dev-libs/g-wrap/files/digest-g-wrap-1.3.1 b/dev-libs/g-wrap/files/digest-g-wrap-1.3.1 deleted file mode 100644 index 44d6fbc296f9..000000000000 --- a/dev-libs/g-wrap/files/digest-g-wrap-1.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3f186c0f5839ee253d411fdf565d974b g-wrap-1.3.1.tar.gz 352352 diff --git a/dev-libs/g-wrap/g-wrap-1.2.1-r1.ebuild b/dev-libs/g-wrap/g-wrap-1.2.1-r1.ebuild deleted file mode 100644 index c80ba7015d5f..000000000000 --- a/dev-libs/g-wrap/g-wrap-1.2.1-r1.ebuild +++ /dev/null @@ -1,32 +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/g-wrap/g-wrap-1.2.1-r1.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A tool for exporting C libraries into Scheme" -SRC_URI="http://www.gnucash.org/pub/g-wrap/source/${P}.tar.gz" -HOMEPAGE="http://" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=dev-util/guile-1.4 - >=dev-libs/slib-2.4.1" - - -src_compile() { - - # fix the "relink" bug in older versions of libtool - libtoolize --copy --force - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --libexecdir=/usr/lib/misc \ - --infodir=/usr/share/info || die - - make || die -} - -src_install () { - - make DESTDIR=${D} install || die -} - diff --git a/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild b/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild index ea38c3a73bd8..2ce121ed1b1f 100644 --- a/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild +++ b/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild @@ -1,40 +1,36 @@ # 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/g-wrap/g-wrap-1.2.1-r2.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild,v 1.3 2002/08/01 16:50:26 seemant Exp $ + +inherit libtool S=${WORKDIR}/${P} DESCRIPTION="A tool for exporting C libraries into Scheme" SRC_URI="http://www.gnucash.org/pub/g-wrap/source/${P}.tar.gz" -HOMEPAGE="http://" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=dev-util/guile-1.4 - >=dev-libs/slib-2.4.1" - +HOMEPAGE="http://www.gnucash.org" -src_unpack() { +SLOT="1.2" +LICENSE="GPL-2" +KEYWORDS="x86" - unpack ${A} - -} +DEPEND=">=dev-util/guile-1.4 + >=dev-libs/slib-2.4.1" src_compile() { # fix the "relink" bug in older versions of libtool - libtoolize --copy --force + elibtoolize - ./configure --host=${CHOST} \ - --prefix=/usr \ - --libexecdir=/usr/lib/misc \ - --infodir=/usr/share/info || die + econf \ + --libexecdir=/usr/lib/misc || die - #GCC3 Compile fix, I tried to do this at the Makefile.in level - #but it hates me with a passion so it goes here. - for FILE in `find . -iname "Makefile"` - do - mv ${FILE} ${FILE}.old - sed -e "s:-I/usr/include::" ${FILE}.old > ${FILE} - done + #GCC3 Compile fix, I tried to do this at the Makefile.in level + #but it hates me with a passion so it goes here. + for FILE in `find . -iname "Makefile"` + do + mv ${FILE} ${FILE}.old + sed -e "s:-I/usr/include::" ${FILE}.old > ${FILE} + done make || die } @@ -42,5 +38,5 @@ src_compile() { src_install () { make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog NEWS README THANKS } - diff --git a/dev-libs/g-wrap/g-wrap-1.2.1.ebuild b/dev-libs/g-wrap/g-wrap-1.2.1.ebuild deleted file mode 100644 index 30fe49a878e2..000000000000 --- a/dev-libs/g-wrap/g-wrap-1.2.1.ebuild +++ /dev/null @@ -1,29 +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/g-wrap/g-wrap-1.2.1.ebuild,v 1.3 2002/07/11 06:30:20 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A tool for exporting C libraries into Scheme" -SRC_URI="http://www.gnucash.org/pub/g-wrap/source/${P}.tar.gz" -HOMEPAGE="http://" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=dev-util/guile-1.4 - >=dev-libs/slib-2.4.1" - - -src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --libexecdir=/usr/lib/misc \ - --infodir=/usr/share/info || die - - make || die -} - -src_install () { - - make DESTDIR=${D} install || die -} - diff --git a/dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild b/dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild index c0ccd0953fc2..fd8388720ab8 100644 --- a/dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild +++ b/dev-libs/g-wrap/g-wrap-1.3.1-r1.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/g-wrap/g-wrap-1.3.1-r1.ebuild,v 1.3 2002/08/01 11:59:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild,v 1.4 2002/08/01 16:50:26 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A tool for exporting C libraries into Scheme" SRC_URI="ftp://ftp.gnucash.org/pub/g-wrap/source/${P}.tar.gz" -HOMEPAGE="http://" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=dev-util/guile-1.4 - >=dev-libs/slib-2.4.1" +HOMEPAGE="http://www.gnucash.org" +SLOT="1.3" +LICENSE="GPL-2" +KEYWORDS="x86" -src_unpack() { +DEPEND=">=dev-util/guile-1.4 + >=dev-libs/slib-2.4.1" - unpack ${A} -} src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --libexecdir=/usr/lib/misc \ - --infodir=/usr/share/info || die + econf \ + --libexecdir=/usr/lib/misc || die #GCC3 Compile fix, I tried to do this at the Makefile.in level #but it hates me with a passion so it goes here. @@ -38,4 +34,5 @@ src_compile() { src_install () { make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog NEWS README THANKS } diff --git a/dev-libs/g-wrap/g-wrap-1.3.1.ebuild b/dev-libs/g-wrap/g-wrap-1.3.1.ebuild deleted file mode 100644 index 036b3576c904..000000000000 --- a/dev-libs/g-wrap/g-wrap-1.3.1.ebuild +++ /dev/null @@ -1,28 +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/g-wrap/g-wrap-1.3.1.ebuild,v 1.3 2002/08/01 11:59:01 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A tool for exporting C libraries into Scheme" -SRC_URI="ftp://ftp.gnucash.org/pub/g-wrap/source/${P}.tar.gz" -HOMEPAGE="http://" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=dev-util/guile-1.4 - >=dev-libs/slib-2.4.1" - - -src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --libexecdir=/usr/lib/misc \ - --infodir=/usr/share/info || die - - make || die -} - -src_install () { - - make DESTDIR=${D} install || die -} diff --git a/dev-libs/gdome2/gdome2-0.7.2.ebuild b/dev-libs/gdome2/gdome2-0.7.2.ebuild index 4e185fb4c122..204a47d16ab7 100644 --- a/dev-libs/gdome2/gdome2-0.7.2.ebuild +++ b/dev-libs/gdome2/gdome2-0.7.2.ebuild @@ -1,24 +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/gdome2/gdome2-0.7.2.ebuild,v 1.1 2002/07/09 21:33:12 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdome2/gdome2-0.7.2.ebuild,v 1.2 2002/08/01 16:50:26 seemant Exp $ DESCRIPTION="The DOM C library for the GNOME project" HOMEPAGE="http://phd.cs.unibo.it/gdome2/" SRC_URI="http://phd.cs.unibo.it/gdome2/tarball/${P}.tar.gz" -LICENSE="LPGL-2.1" + SLOT="0" +LICENSE="LPGL-2.1" KEYWORDS="x86" RDEPEND=">=dev-libs/libxml2-2.4.21 >=dev-libs/glib-1.2.10" -DEPEND="${RDEPEND}" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --with-html-dir=${D}/usr/doc \ - || die "configure problem" - + econf \ + --with-html-dir=${D}/usr/share/doc || die "configure problem" emake || die "compile problem" } diff --git a/dev-libs/ggz-client-libs/ggz-client-libs-0.0.5.ebuild b/dev-libs/ggz-client-libs/ggz-client-libs-0.0.5.ebuild index 2f7ab500dcdf..361e13e59780 100644 --- a/dev-libs/ggz-client-libs/ggz-client-libs-0.0.5.ebuild +++ b/dev-libs/ggz-client-libs/ggz-client-libs-0.0.5.ebuild @@ -1,30 +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/ggz-client-libs/ggz-client-libs-0.0.5.ebuild,v 1.4 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ggz-client-libs/ggz-client-libs-0.0.5.ebuild,v 1.5 2002/08/01 16:50:26 seemant Exp $ S=${WORKDIR}/${P} - DESCRIPTION="The client libraries for GGZ Gaming Zone" - SRC_URI="mirror://sourceforge/ggz/${P}.tar.gz" - HOMEPAGE="http://ggz.sourceforge.net/" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + DEPEND=">=dev-libs/libggz-0.0.5 dev-libs/expat" -#RDEPEND="" - src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --sysconfdir=/etc \ - --mandir=/usr/share/man || die "./configure failed" + econf || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING ChangeLog HACKING NEWS Quick* README* TODO } diff --git a/dev-libs/glib/files/digest-glib-2.0.1-r6 b/dev-libs/glib/files/digest-glib-2.0.1-r6 deleted file mode 100644 index 7cceb72b2250..000000000000 --- a/dev-libs/glib/files/digest-glib-2.0.1-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 d81814a57f3861c3077e55870faabede glib-2.0.1.tar.bz2 1409749 diff --git a/dev-libs/glib/files/digest-glib-2.0.3 b/dev-libs/glib/files/digest-glib-2.0.3 deleted file mode 100644 index 588434a5bd9d..000000000000 --- a/dev-libs/glib/files/digest-glib-2.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 cba4ea14c4969c24dc49f08469aa0d7d glib-2.0.3.tar.bz2 1455505 diff --git a/dev-libs/glib/files/digest-glib-2.0.4 b/dev-libs/glib/files/digest-glib-2.0.4 deleted file mode 100644 index b1a2f8a20d38..000000000000 --- a/dev-libs/glib/files/digest-glib-2.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 a4101c1f3fc1306eeb8f048f08e3f4b1 glib-2.0.4.tar.bz2 1463890 diff --git a/dev-libs/glib/glib-1.2.10-r4.ebuild b/dev-libs/glib/glib-1.2.10-r4.ebuild index 6ccf83d0dccc..fa590f753369 100644 --- a/dev-libs/glib/glib-1.2.10-r4.ebuild +++ b/dev-libs/glib/glib-1.2.10-r4.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/glib/glib-1.2.10-r4.ebuild,v 1.3 2002/07/24 03:44:56 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r4.ebuild,v 1.4 2002/08/01 16:50:26 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="The GLib library of C routines" SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${P}.tar.gz ftp://ftp.gnome.org/pub/GNOME/stable/sources/glib/${P}.tar.gz" HOMEPAGE="http://www.gtk.org/" + +SLOT="1" +LICENSE="LGPL-2.1" KEYWORDS="x86 ppc" + DEPEND="virtual/glibc" -RDEPEND="virtual/glibc" -LICENSE="LGPL-2.1" -SLOT="1" src_compile() { - local myconf - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-threads=posix \ - --enable-debug=yes || die + econf \ + --with-threads=posix \ + --enable-debug=yes || die emake || die } src_install() { - make prefix=${D}/usr \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die + einstall || die ( cd ${D}/usr/lib ; chmod 755 libgmodule-1.2.so.* ) diff --git a/dev-libs/glib/glib-2.0.1-r6.ebuild b/dev-libs/glib/glib-2.0.1-r6.ebuild deleted file mode 100644 index ecc7b1d25e28..000000000000 --- a/dev-libs/glib/glib-2.0.1-r6.ebuild +++ /dev/null @@ -1,66 +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/glib/glib-2.0.1-r6.ebuild,v 1.3 2002/07/24 03:44:56 cselkirk Exp $ - -# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ -DEBUG="yes" -RESTRICT="nostrip" -# force debug information -CFLAGS="${CFLAGS} -g" -CXXFLAGS="${CXXFLAGS} -g" - - - -S=${WORKDIR}/${P} -DESCRIPTION="The GLib library of C routines" -SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.0/${P}.tar.bz2" -HOMEPAGE="http://www.gtk.org/" -LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc" -SLOT="2" - -DEPEND="virtual/glibc - >=dev-util/pkgconfig-0.12.0 - doc? ( >=dev-util/gtk-doc-0.9-r2 )" - - -# libiconv breaks other stuff - -RDEPEND="virtual/glibc" - -src_compile() { -# Running libtoolize results in missing .so files -- karltk 2002-05-25 -# libtoolize --copy --force - local myconf - use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-threads=posix \ - ${myconf} \ - --enable-debug=yes || die - -# This had to be removed since it broke other stuff. darn. 2002-05-03 -# --with-libiconv=gnu \ - - -# you cannot disable debug or this will fail building. -# odd but true :/ - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS NEWS.pre-1-3 TODO.xml -} - - - - - diff --git a/dev-libs/glib/glib-2.0.3.ebuild b/dev-libs/glib/glib-2.0.3.ebuild deleted file mode 100644 index ec5b6491512f..000000000000 --- a/dev-libs/glib/glib-2.0.3.ebuild +++ /dev/null @@ -1,65 +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/glib/glib-2.0.3.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ - -# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ -DEBUG="yes" -RESTRICT="nostrip" -# force debug information -CFLAGS="${CFLAGS} -g" -CXXFLAGS="${CXXFLAGS} -g" - - - -S=${WORKDIR}/${P} -DESCRIPTION="The GLib library of C routines" -SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.0/${P}.tar.bz2" -HOMEPAGE="http://www.gtk.org/" -LICENSE="LGPL-2.1" -SLOT="2" - -DEPEND="virtual/glibc - >=dev-util/pkgconfig-0.12.0 - doc? ( >=dev-util/gtk-doc-0.9-r2 )" - - -# libiconv breaks other stuff - -RDEPEND="virtual/glibc" - -src_compile() { -# Running libtoolize results in missing .so files -- karltk 2002-05-25 -# libtoolize --copy --force - local myconf - use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-threads=posix \ - ${myconf} \ - --enable-debug=yes || die - -# This had to be removed since it broke other stuff. darn. 2002-05-03 -# --with-libiconv=gnu \ - - -# you cannot disable debug or this will fail building. -# odd but true :/ - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS NEWS.pre-1-3 TODO.xml -} - - - - - diff --git a/dev-libs/glib/glib-2.0.4-r1.ebuild b/dev-libs/glib/glib-2.0.4-r1.ebuild index 94d85da189f3..f58b7d36f20c 100644 --- a/dev-libs/glib/glib-2.0.4-r1.ebuild +++ b/dev-libs/glib/glib-2.0.4-r1.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/glib/glib-2.0.4-r1.ebuild,v 1.3 2002/07/24 03:44:56 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.0.4-r1.ebuild,v 1.4 2002/08/01 16:50:26 seemant Exp $ inherit debug inherit libtool - S=${WORKDIR}/${P} DESCRIPTION="The GLib library of C routines" SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.0/${P}.tar.bz2" HOMEPAGE="http://www.gtk.org/" + +SLOT="2" LICENSE="LGPL-2.1" KEYWORDS="x86 ppc" -SLOT="2" -DEPEND="virtual/glibc - >=dev-util/pkgconfig-0.12.0 +DEPEND=">=dev-util/pkgconfig-0.12.0 doc? ( >=dev-util/gtk-doc-0.9-r2 )" @@ -31,30 +30,20 @@ src_compile() { local myconf="" use doc && myconf="${myconf} --enable-gtk-doc" use doc || myconf="${myconf} --disable-gtk-doc" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + + econf \ --with-threads=posix \ - ${myconf} \ - --enable-debug=yes || die + --enable-debug=yes \ + ${myconf} || die -# you cannot disable debug or this will fail building. -# odd but true :/ + # you cannot disable debug or this will fail building. + # odd but true :/ emake || die } src_install() { - make prefix=${D}/usr \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die + einstall || die dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS NEWS.pre-1-3 TODO.xml } - - - - - diff --git a/dev-libs/glib/glib-2.0.4.ebuild b/dev-libs/glib/glib-2.0.4.ebuild deleted file mode 100644 index 6f650c9dae49..000000000000 --- a/dev-libs/glib/glib-2.0.4.ebuild +++ /dev/null @@ -1,56 +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/glib/glib-2.0.4.ebuild,v 1.3 2002/07/24 03:44:56 cselkirk Exp $ - -inherit debug -inherit libtool - - -S=${WORKDIR}/${P} -DESCRIPTION="The GLib library of C routines" -SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.0/${P}.tar.bz2" -HOMEPAGE="http://www.gtk.org/" -LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc" -SLOT="2" - -DEPEND="virtual/glibc - >=dev-util/pkgconfig-0.12.0 - doc? ( >=dev-util/gtk-doc-0.9-r2 )" - - -# libiconv breaks other stuff - -RDEPEND="virtual/glibc" - -src_compile() { - elibtoolize - local myconf - use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-threads=posix \ - ${myconf} \ - --enable-debug=yes || die - -# you cannot disable debug or this will fail building. -# odd but true :/ - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS NEWS.pre-1-3 TODO.xml -} - - - - - diff --git a/dev-libs/gsl/gsl-1.0.ebuild b/dev-libs/gsl/gsl-1.0.ebuild index cd024ff8eba0..dba420ff7f78 100644 --- a/dev-libs/gsl/gsl-1.0.ebuild +++ b/dev-libs/gsl/gsl-1.0.ebuild @@ -1,15 +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/gsl/gsl-1.0.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gsl/gsl-1.0.ebuild,v 1.3 2002/08/01 16:50:26 seemant Exp $ S=${WORKDIR}/${P} - DESCRIPTION="The GNU Scientific Library" - SRC_URI="http://mirrors.rcn.net/pub/sourceware/gsl/${P}.tar.gz" - HOMEPAGE="http://sources.redhat.com/gsl/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { @@ -18,31 +19,15 @@ src_compile() { local myconf myconf="--disable-libtool-lock" - ./configure --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --host=${CHOST} \ - ${myconf} || die - + econf ${myconf} || die emake || die -#Uncomment the 'make check ...' line if you want to run the test suite. -#Note that the check.log file will be several megabytes in size. -# make check > check.log 2>&1 || die - + #Uncomment the 'make check ...' line if you want to run the test suite. + #Note that the check.log file will be several megabytes in size. + # make check > check.log 2>&1 || die } src_install () { - - make prefix=${D}/usr \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN-PROBLEMS MACHINES -NEWS - + einstall || die + dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN-PROBLEMS MACHINES NEWS } - - - diff --git a/dev-libs/gsl/gsl-1.1.1.ebuild b/dev-libs/gsl/gsl-1.1.1.ebuild index 3a963881fbdd..8598c0bf3b79 100644 --- a/dev-libs/gsl/gsl-1.1.1.ebuild +++ b/dev-libs/gsl/gsl-1.1.1.ebuild @@ -3,13 +3,14 @@ # /space/gentoo/cvsroot/gentoo-x86/dev-libs/gsl/gsl-1.0.ebuild,v 1.1 2002/01/12 15:24:19 verwilst Exp S=${WORKDIR}/${P} - DESCRIPTION="The GNU Scientific Library" - SRC_URI="http://mirrors.rcn.net/pub/sourceware/gsl/${P}.tar.gz" - HOMEPAGE="http://sources.redhat.com/gsl/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { @@ -18,31 +19,17 @@ src_compile() { local myconf myconf="--disable-libtool-lock" - ./configure --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --host=${CHOST} \ - ${myconf} || die - + econf ${myconf} || die emake || die -#Uncomment the 'make check ...' line if you want to run the test suite. -#Note that the check.log file will be several megabytes in size. -# make check > check.log 2>&1 || die + #Uncomment the 'make check ...' line if you want to run the test suite. + #Note that the check.log file will be several megabytes in size. + # make check > check.log 2>&1 || die } src_install () { - - make prefix=${D}/usr \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN-PROBLEMS MACHINES -NEWS + einstall || die + dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN-PROBLEMS MACHINES NEWS } - - - diff --git a/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild b/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild index ab067ddde46f..bfe087a41a30 100644 --- a/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild +++ b/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild @@ -1,13 +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/ibpp/ibpp-1.0.5.2-r1.ebuild,v 1.3 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ibpp/ibpp-1.0.5.2-r1.ebuild,v 1.4 2002/08/01 16:50:26 seemant Exp $ S="${WORKDIR}/${P}" DESCRIPTION="IBPP, a C++ client API for firebird 1.0" SRC_URI="mirror://sourceforge/ibpp/ibpp-1-0-5-2-src.zip" +HOMEPAGE="http://ibpp.sourceforge.net/" -DEPEND=">=sys-devel/gcc-2.95.3-r5 - >=dev-db/firebird-1.0" +SLOT="0" +LICENSE="MPL-1.1" +KEYWORDS="x86" + +DEPEND=">=dev-db/firebird-1.0" src_unpack() { mkdir ${P} diff --git a/dev-libs/icu/icu-2.0.ebuild b/dev-libs/icu/icu-2.0.ebuild index ee9d7b3ec6b6..2baaa7deff1f 100644 --- a/dev-libs/icu/icu-2.0.ebuild +++ b/dev-libs/icu/icu-2.0.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/icu/icu-2.0.ebuild,v 1.4 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.0.ebuild,v 1.5 2002/08/01 16:50:26 seemant Exp $ S=${WORKDIR}/${PN}/source DESCRIPTION="IBM Internationalization Components for Unicode" SRC_URI="http://oss.software.ibm.com/icu/download/${PV}/${P}.tgz" HOMEPAGE="http://oss.software.ibm.com/icu/index.html" -DEPEND="" -RDEPEND="" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_compile() { - ./configure \ - --build=${CHOST} \ - --enable-layout \ - --prefix=/usr \ - --mandir=/usr/share/man || die "./configure failed" + econf --enable-layout || die emake || die "emake failed" } |