diff options
51 files changed, 747 insertions, 40 deletions
diff --git a/app-office/gnumeric/files/digest-gnumeric-0.61 b/app-office/gnumeric/files/digest-gnumeric-0.61 new file mode 100644 index 000000000000..52579fb1ba95 --- /dev/null +++ b/app-office/gnumeric/files/digest-gnumeric-0.61 @@ -0,0 +1 @@ +MD5 3a40015a74a10a75e3290a86fc9f7f0c gnumeric-0.61.tar.gz diff --git a/current-packages.new b/current-packages.new index ddc84eda3cd8..0141c84c4473 100644 --- a/current-packages.new +++ b/current-packages.new @@ -390,6 +390,7 @@ ./sys-apps/shadow/shadow-20000902-r1.ebuild ./sys-apps/sharutils/sharutils-4.2.1-r1.ebuild ./sys-apps/sysvinit/sysvinit-2.78-r1.ebuild +./sys-apps/sysklogd/sysklogd-1.4.ebuild ./sys-apps/tar/tar-1.13.18.ebuild ./sys-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild ./sys-apps/texinfo/texinfo-4.0-r1.ebuild diff --git a/dev-lang/entity/entity-pre-0.7.0.ebuild b/dev-lang/entity/entity-pre-0.7.0.ebuild index f67676ad73cd..47be0c2a3ba0 100644 --- a/dev-lang/entity/entity-pre-0.7.0.ebuild +++ b/dev-lang/entity/entity-pre-0.7.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-pre-0.7.0.ebuild,v 1.2 2000/12/01 21:58:45 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-pre-0.7.0.ebuild,v 1.3 2000/12/21 08:22:28 achim Exp $ P=entity-pre0.7.0 A=${P}.tar.gz @@ -35,9 +35,6 @@ src_compile() { src_install () { cd ${S} - ldconfig ${D}/usr/lib - export LD_LIBRARY_PATH=${D}/usr/lib - try make DESTDIR=${D} install - ldconfig + make DESTDIR=${D} install } diff --git a/dev-perl/mod_perl/mod_perl-1.24.1.ebuild b/dev-perl/mod_perl/mod_perl-1.24.1.ebuild index 2ef9e02f4bc0..842e8bcffb70 100644 --- a/dev-perl/mod_perl/mod_perl-1.24.1.ebuild +++ b/dev-perl/mod_perl/mod_perl-1.24.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.24.1.ebuild,v 1.2 2000/12/15 07:29:29 jerry Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.24.1.ebuild,v 1.3 2000/12/21 08:22:28 achim Exp $ P=mod_perl-1.24 A=${P}_01.tar.gz @@ -24,8 +24,6 @@ src_compile() { cp Makefile Makefile.orig sed -e "s:apxs_install doc_install:doc_install:" Makefile.orig > Makefile try make -# cd src/modules/perl -# apxs -c -I /usr/lib/perl5/5.6.0/i686-linux-thread-multi/CORE mod_perl.c } src_install () { diff --git a/gnome-apps/evolution/files/digest-evolution-0.8 b/gnome-apps/evolution/files/digest-evolution-0.8 new file mode 100644 index 000000000000..e67b1ed2bdf1 --- /dev/null +++ b/gnome-apps/evolution/files/digest-evolution-0.8 @@ -0,0 +1 @@ +MD5 763c06bd0d2496038eb9d3d8bbd149cb evolution-0.8.tar.gz diff --git a/gnome-base/ORBit/ORBit-0.5.6.ebuild b/gnome-base/ORBit/ORBit-0.5.6.ebuild new file mode 100644 index 000000000000..eb90d9def23e --- /dev/null +++ b/gnome-base/ORBit/ORBit-0.5.6.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.6.ebuild,v 1.1 2000/12/21 08:22:28 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A high-performance, lightweight CORBA ORB aiming for CORBA 2.2 compliance" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} +HOMEPAGE="http://www.labs.redhat.com/orbit/" + +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-apps/tcp-wrappers-7.6 + >=dev-libs/glib-1.2.8" + +RDEPEND=">=sys-libs/glibc-2.1.3 + >=sys-apps/bash-2.04 + >=dev-libs/glib-1.2.8" + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + + dodoc AUTHORS COPYING* ChangeLog README NEWS TODO + dodoc docs/*.txt docs/IDEA1 + docinto idl + cd libIDL + dodoc AUTHORS BUGS COPYING NEWS README* + docinto popt + cd ../popt + dodoc CHANGES COPYING README +} + +pkg_postinst() { + + ldconfig -r ${ROOT} + +} + + + diff --git a/gnome-base/ORBit/files/digest-ORBit-0.5.6 b/gnome-base/ORBit/files/digest-ORBit-0.5.6 new file mode 100644 index 000000000000..120d570f246b --- /dev/null +++ b/gnome-base/ORBit/files/digest-ORBit-0.5.6 @@ -0,0 +1 @@ +MD5 aa4bbf9c0c42b34e84ffeea1c917e117 ORBit-0.5.6.tar.gz diff --git a/gnome-base/bonobo/bonobo-0.29.ebuild b/gnome-base/bonobo/bonobo-0.29.ebuild new file mode 100644 index 000000000000..0c9cd0d32fac --- /dev/null +++ b/gnome-base/bonobo/bonobo-0.29.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-0.29.ebuild,v 1.1 2000/12/21 08:22:28 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A set of language and system independant CORBA interfaces" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/bonobo/"${A} +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/oaf-0.6.1 + >=gnome-base/gnome-print-0.25" + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* ChangeLog README + dodoc NEWS TODO +} + + + + + + + diff --git a/gnome-base/bonobo/bonobo-0.30.ebuild b/gnome-base/bonobo/bonobo-0.30.ebuild new file mode 100644 index 000000000000..19e98736b1bd --- /dev/null +++ b/gnome-base/bonobo/bonobo-0.30.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-0.30.ebuild,v 1.1 2000/12/21 08:22:28 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A set of language and system independant CORBA interfaces" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/bonobo/"${A} +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/oaf-0.6.1 + >=gnome-base/gnome-print-0.25" + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* ChangeLog README + dodoc NEWS TODO +} + + + + + + + diff --git a/gnome-base/bonobo/files/digest-bonobo-0.29 b/gnome-base/bonobo/files/digest-bonobo-0.29 new file mode 100644 index 000000000000..a1134ad6ce34 --- /dev/null +++ b/gnome-base/bonobo/files/digest-bonobo-0.29 @@ -0,0 +1 @@ +MD5 dbe053b8f6c2a4bfd1659a772a0b0028 bonobo-0.29.tar.gz diff --git a/gnome-base/bonobo/files/digest-bonobo-0.30 b/gnome-base/bonobo/files/digest-bonobo-0.30 new file mode 100644 index 000000000000..07d0c342aab6 --- /dev/null +++ b/gnome-base/bonobo/files/digest-bonobo-0.30 @@ -0,0 +1 @@ +MD5 640d6b3285044ee7e9a1462dfe13a874 bonobo-0.30.tar.gz diff --git a/gnome-base/gal/files/digest-gal-0.4.1 b/gnome-base/gal/files/digest-gal-0.4.1 new file mode 100644 index 000000000000..f67a6659161d --- /dev/null +++ b/gnome-base/gal/files/digest-gal-0.4.1 @@ -0,0 +1 @@ +MD5 c0f791fdbd6af7b906cd372dc0a3c25c gal-0.4.1.tar.gz diff --git a/gnome-base/gal/gal-0.4.1.ebuild b/gnome-base/gal/gal-0.4.1.ebuild new file mode 100644 index 000000000000..efcddebd4bf0 --- /dev/null +++ b/gnome-base/gal/gal-0.4.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="The Gnome Application Libraries" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/gnome-vfs-0.4.2 + >=gnome-base/libglade-0.14 + >=gnome-base/libunicode-0.4 + >=gnome-base/gnome-print-0.25" +RDEPEND=">=sys-libs/glibc-2.1.3" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + + dodoc AUTHORS COPYING ChangeLog NEWS README +} + + + + + diff --git a/gnome-base/gnome-core/gnome-core-1.2.4.ebuild b/gnome-base/gnome-core/gnome-core-1.2.4.ebuild index 62fa048b3090..ce8e4a3c23de 100644 --- a/gnome-base/gnome-core/gnome-core-1.2.4.ebuild +++ b/gnome-base/gnome-core/gnome-core-1.2.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core/gnome-core-1.2.4.ebuild,v 1.1 2000/11/25 12:57:02 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core/gnome-core-1.2.4.ebuild,v 1.2 2000/12/21 08:22:28 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -14,7 +14,7 @@ DEPEND=">=gnome-base/gtkhtml-0.7" src_compile() { cd ${S} try LDFLAGS=\"-L/opt/gnome/lib -lunicode -lgtkhtml -lpspell\" ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-kde-datadir=/opt/kde2 --enable-gtkhtml-help + --with-kde-datadir=/opt/kde2/share --enable-gtkhtml-help try make } diff --git a/gnome-base/gtkhtml/files/digest-gtkhtml-0.8 b/gnome-base/gtkhtml/files/digest-gtkhtml-0.8 new file mode 100644 index 000000000000..056c492d69c7 --- /dev/null +++ b/gnome-base/gtkhtml/files/digest-gtkhtml-0.8 @@ -0,0 +1 @@ +MD5 3c80b274420d3c205a5d50febcf3ff17 gtkhtml-0.8.tar.gz diff --git a/gnome-base/gtkhtml/gtkhtml-0.8.ebuild b/gnome-base/gtkhtml/gtkhtml-0.8.ebuild new file mode 100644 index 000000000000..31925c7c8746 --- /dev/null +++ b/gnome-base/gtkhtml/gtkhtml-0.8.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gtkhtml/gtkhtml-0.8.ebuild,v 1.1 2000/12/21 08:22:28 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="gtkhtml" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gtkhtml/"${A} +HOMEPAGE="http://www.gnome.org/" +DEPEND=">=gnome-base/gal-0.2.2 + >=gnome-base/control-center-1.2.2 + >=gnome-base/glibwww-0.2 + >=app-text/pspell-0.11.2" + + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + try LDFLAGS=\"-L/opt/gnome/lib -lunicode -lpspell\" ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-pspell --with-bonobo --with-gconf + # bonobo support doesn't work yet ? + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + insinto /opt/gnome/include/gtkhtml + doins src/htmlurl.h + dodoc AUTHORS COPYING* ChangeLog README + dodoc NEWS TODO +} + + + + + + + + + + + + + diff --git a/gnome-base/libghttp/files/digest-libghttp-1.0.8 b/gnome-base/libghttp/files/digest-libghttp-1.0.8 new file mode 100644 index 000000000000..09f25a17ba4c --- /dev/null +++ b/gnome-base/libghttp/files/digest-libghttp-1.0.8 @@ -0,0 +1 @@ +MD5 2897d33fabf7a6eb93a9564fd8619259 libghttp-1.0.8.tar.gz diff --git a/gnome-base/libghttp/libghttp-1.0.8.ebuild b/gnome-base/libghttp/libghttp-1.0.8.ebuild new file mode 100644 index 000000000000..43ced8db7930 --- /dev/null +++ b/gnome-base/libghttp/libghttp-1.0.8.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.8.ebuild,v 1.1 2000/12/21 08:22:28 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="libghttp" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=sys-libs/glibc-2.1.3" + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* ChangeLog README NEWS TODO + docinto html + dodoc doc/ghttp.html +} + +pkg_postinst() { + ldconfig -r ${ROOT} + +} diff --git a/gnome-extra/gal/files/digest-gal-0.4.1 b/gnome-extra/gal/files/digest-gal-0.4.1 new file mode 100644 index 000000000000..f67a6659161d --- /dev/null +++ b/gnome-extra/gal/files/digest-gal-0.4.1 @@ -0,0 +1 @@ +MD5 c0f791fdbd6af7b906cd372dc0a3c25c gal-0.4.1.tar.gz diff --git a/gnome-extra/gal/gal-0.4.1.ebuild b/gnome-extra/gal/gal-0.4.1.ebuild new file mode 100644 index 000000000000..efcddebd4bf0 --- /dev/null +++ b/gnome-extra/gal/gal-0.4.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="The Gnome Application Libraries" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/gnome-vfs-0.4.2 + >=gnome-base/libglade-0.14 + >=gnome-base/libunicode-0.4 + >=gnome-base/gnome-print-0.25" +RDEPEND=">=sys-libs/glibc-2.1.3" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + + dodoc AUTHORS COPYING ChangeLog NEWS README +} + + + + + diff --git a/gnome-extra/gb/files/digest-gb-0.0.16 b/gnome-extra/gb/files/digest-gb-0.0.16 new file mode 100644 index 000000000000..6c699c8d3105 --- /dev/null +++ b/gnome-extra/gb/files/digest-gb-0.0.16 @@ -0,0 +1 @@ +MD5 e7ff8b79afbc2ae88a40a45703fdaab3 gb-0.0.16.tar.gz diff --git a/gnome-extra/gb/gb-0.0.16.ebuild b/gnome-extra/gb/gb-0.0.16.ebuild new file mode 100644 index 000000000000..8b4fb871f777 --- /dev/null +++ b/gnome-extra/gb/gb-0.0.16.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="GNOME Basic" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/gnome-libs-1.2.8" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + + dodoc AUTHORS COPYING ChangeLog NEWS README* TODO +} + + + diff --git a/gnome-extra/gnome-db/files/digest-gnome-db-0.2.1 b/gnome-extra/gnome-db/files/digest-gnome-db-0.2.1 new file mode 100644 index 000000000000..b6771bc66765 --- /dev/null +++ b/gnome-extra/gnome-db/files/digest-gnome-db-0.2.1 @@ -0,0 +1 @@ +MD5 488a61be75dc1f7800ed50ebb2563ef1 gnome-db-0.2.1.tar.gz diff --git a/gnome-extra/gnome-db/gnome-db-0.2.1.ebuild b/gnome-extra/gnome-db/gnome-db-0.2.1.ebuild new file mode 100644 index 000000000000..51831491aff8 --- /dev/null +++ b/gnome-extra/gnome-db/gnome-db-0.2.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-db/gnome-db-0.2.1.ebuild,v 1.1 2000/12/21 08:22:28 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Framework for creating database applications" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/gnome-office/gnomedb.shtml" + +DEPEND=">=gnome-base/gtkhtml-0.7 + >=gnome-base/bonobo-0.28 + >=gnome-libs/libgda-0.2.0" + +src_compile() { + cd ${S} + + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-mysql=/usr --with-ldap=/usr + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome \ + GNOME_sysconfdir=${D}/opt/gnome/etc \ + GNOME_datadir=${D}/opt/gnome/share \ + GNOMEDB_oafinfodir=${D}/opt/gnome/share/oaf \ + install + dodoc AUTHORS COPYING ChangeLog README +} + + + diff --git a/gnome-extra/gtkhtml/files/digest-gtkhtml-0.8 b/gnome-extra/gtkhtml/files/digest-gtkhtml-0.8 new file mode 100644 index 000000000000..056c492d69c7 --- /dev/null +++ b/gnome-extra/gtkhtml/files/digest-gtkhtml-0.8 @@ -0,0 +1 @@ +MD5 3c80b274420d3c205a5d50febcf3ff17 gtkhtml-0.8.tar.gz diff --git a/gnome-extra/gtkhtml/gtkhtml-0.8.ebuild b/gnome-extra/gtkhtml/gtkhtml-0.8.ebuild new file mode 100644 index 000000000000..8a4eb6facb11 --- /dev/null +++ b/gnome-extra/gtkhtml/gtkhtml-0.8.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-0.8.ebuild,v 1.1 2000/12/21 08:22:28 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="gtkhtml" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gtkhtml/"${A} +HOMEPAGE="http://www.gnome.org/" +DEPEND=">=gnome-base/gal-0.2.2 + >=gnome-base/control-center-1.2.2 + >=gnome-base/glibwww-0.2 + >=app-text/pspell-0.11.2" + + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + try LDFLAGS=\"-L/opt/gnome/lib -lunicode -lpspell\" ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-pspell --with-bonobo --with-gconf + # bonobo support doesn't work yet ? + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + insinto /opt/gnome/include/gtkhtml + doins src/htmlurl.h + dodoc AUTHORS COPYING* ChangeLog README + dodoc NEWS TODO +} + + + + + + + + + + + + + diff --git a/gnome-extra/libgda/files/digest-libgda-0.2.1 b/gnome-extra/libgda/files/digest-libgda-0.2.1 new file mode 100644 index 000000000000..fa9eaf0e0f16 --- /dev/null +++ b/gnome-extra/libgda/files/digest-libgda-0.2.1 @@ -0,0 +1 @@ +MD5 c8085ace5cfe9beb815fba386dc21164 libgda-0.2.1.tar.gz diff --git a/gnome-extra/libgda/libgda-0.2.1.ebuild b/gnome-extra/libgda/libgda-0.2.1.ebuild new file mode 100644 index 000000000000..3114f3d00784 --- /dev/null +++ b/gnome-extra/libgda/libgda-0.2.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="gda lib" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-db/${A}" +HOMEPAGE="http://www.gnome.org/gnome-db" + +DEPEND=">=gnome-base/gconf-0.11 + >=dev-db/mysql-3.23.26 + >=dev-db/unixODBC-1.8.13 + >=net-nds/openldap-1.2.11" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-mysql=/usr --with-ldap=/usr --with-odbc + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome \ + GDA_oafinfodir=${D}/opt/gnome/share/oaf install + + dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO +} + + + + diff --git a/gnome-libs/gb/files/digest-gb-0.0.16 b/gnome-libs/gb/files/digest-gb-0.0.16 new file mode 100644 index 000000000000..6c699c8d3105 --- /dev/null +++ b/gnome-libs/gb/files/digest-gb-0.0.16 @@ -0,0 +1 @@ +MD5 e7ff8b79afbc2ae88a40a45703fdaab3 gb-0.0.16.tar.gz diff --git a/gnome-libs/gb/gb-0.0.16.ebuild b/gnome-libs/gb/gb-0.0.16.ebuild new file mode 100644 index 000000000000..8b4fb871f777 --- /dev/null +++ b/gnome-libs/gb/gb-0.0.16.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="GNOME Basic" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/gnome-libs-1.2.8" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + + dodoc AUTHORS COPYING ChangeLog NEWS README* TODO +} + + + diff --git a/gnome-libs/libgda/files/digest-libgda-0.2.1 b/gnome-libs/libgda/files/digest-libgda-0.2.1 new file mode 100644 index 000000000000..fa9eaf0e0f16 --- /dev/null +++ b/gnome-libs/libgda/files/digest-libgda-0.2.1 @@ -0,0 +1 @@ +MD5 c8085ace5cfe9beb815fba386dc21164 libgda-0.2.1.tar.gz diff --git a/gnome-libs/libgda/libgda-0.2.1.ebuild b/gnome-libs/libgda/libgda-0.2.1.ebuild new file mode 100644 index 000000000000..3114f3d00784 --- /dev/null +++ b/gnome-libs/libgda/libgda-0.2.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="gda lib" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-db/${A}" +HOMEPAGE="http://www.gnome.org/gnome-db" + +DEPEND=">=gnome-base/gconf-0.11 + >=dev-db/mysql-3.23.26 + >=dev-db/unixODBC-1.8.13 + >=net-nds/openldap-1.2.11" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-mysql=/usr --with-ldap=/usr --with-odbc + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome \ + GDA_oafinfodir=${D}/opt/gnome/share/oaf install + + dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO +} + + + + diff --git a/gnome-office/gnome-db/files/digest-gnome-db-0.2.1 b/gnome-office/gnome-db/files/digest-gnome-db-0.2.1 new file mode 100644 index 000000000000..b6771bc66765 --- /dev/null +++ b/gnome-office/gnome-db/files/digest-gnome-db-0.2.1 @@ -0,0 +1 @@ +MD5 488a61be75dc1f7800ed50ebb2563ef1 gnome-db-0.2.1.tar.gz diff --git a/gnome-office/gnome-db/gnome-db-0.2.1.ebuild b/gnome-office/gnome-db/gnome-db-0.2.1.ebuild new file mode 100644 index 000000000000..5002556de1a1 --- /dev/null +++ b/gnome-office/gnome-db/gnome-db-0.2.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnome-db/gnome-db-0.2.1.ebuild,v 1.1 2000/12/21 08:22:28 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Framework for creating database applications" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/gnome-office/gnomedb.shtml" + +DEPEND=">=gnome-base/gtkhtml-0.7 + >=gnome-base/bonobo-0.28 + >=gnome-libs/libgda-0.2.0" + +src_compile() { + cd ${S} + + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-mysql=/usr --with-ldap=/usr + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome \ + GNOME_sysconfdir=${D}/opt/gnome/etc \ + GNOME_datadir=${D}/opt/gnome/share \ + GNOMEDB_oafinfodir=${D}/opt/gnome/share/oaf \ + install + dodoc AUTHORS COPYING ChangeLog README +} + + + diff --git a/gnome-office/gnumeric/files/digest-gnumeric-0.61 b/gnome-office/gnumeric/files/digest-gnumeric-0.61 new file mode 100644 index 000000000000..52579fb1ba95 --- /dev/null +++ b/gnome-office/gnumeric/files/digest-gnumeric-0.61 @@ -0,0 +1 @@ +MD5 3a40015a74a10a75e3290a86fc9f7f0c gnumeric-0.61.tar.gz diff --git a/media-gfx/blender-static/files/digest-blender-static-2.04 b/media-gfx/blender-static/files/digest-blender-static-2.04 new file mode 100644 index 000000000000..de22e4e1b776 --- /dev/null +++ b/media-gfx/blender-static/files/digest-blender-static-2.04 @@ -0,0 +1,2 @@ +MD5 d9ed02c74bccfeecb77f48afa40e33b6 blender2.04-linux-glibc2.1.2-i386-static.tar.gz +MD5 489f4b961370f0bc1b4d8e7737157fbd manual_1.5.zip diff --git a/media-gfx/gimp/files/digest-gimp-1.1.31 b/media-gfx/gimp/files/digest-gimp-1.1.31 new file mode 100644 index 000000000000..d8b7fc02c027 --- /dev/null +++ b/media-gfx/gimp/files/digest-gimp-1.1.31 @@ -0,0 +1 @@ +MD5 4f8ad8502b58f898b6ea63e42098b2d4 gimp-1.1.31.tar.bz2 diff --git a/media-gfx/gimp/gimp-1.1.31.ebuild b/media-gfx/gimp/gimp-1.1.31.ebuild new file mode 100644 index 000000000000..adda339ec603 --- /dev/null +++ b/media-gfx/gimp/gimp-1.1.31.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.1.31.ebuild,v 1.1 2000/12/21 08:22:29 achim Exp $ + +A=${P}.tar.bz2 +S=${WORKDIR}/${P} +DESCRIPTION="GIMP" +SRC_URI="ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.1/v${PV}/"${A} +HOMEPAGE="http://www.gimp.org" + +DEPEND=">=sys-libs/slang-1.4.2 + >=gnome-base/gnome-libs-1.2.4 + >=media-libs/mpeg-lib-1.3.1 + >=media-libs/aalib-1.2 + || ( net-print/LPRng net-print/cups )" +RDEPEND=">=sys-libs/slang-1.4.2 + >=gnome-base/gnome-libs-1.2.4 + >=media-libs/aalib-1.2" + + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc + try make +} + +src_install() { + dodir /usr/X11R6/lib/gimp/1.1/plug-ins + cd ${S} + try make prefix=${D}/usr/X11R6 gimpsysconfdir=${D}/etc/gimp/1.1 PREFIX=${D}/usr install + preplib /usr/X11R6 + dodoc AUTHORS COPYING ChangeLog* *MAINTAINERS README* TODO + dodoc docs/*.txt docs/*.ps docs/Wilber* docs/quick_reference.tar.gz + docinto html/libgimp + dodoc devel-docs/libgimp/html/*.html + docinto devel + dodoc devel-docs/*.txt +} + + + + + diff --git a/media-libs/freetype/files/digest-freetype-2.0.1 b/media-libs/freetype/files/digest-freetype-2.0.1 new file mode 100644 index 000000000000..06e174223713 --- /dev/null +++ b/media-libs/freetype/files/digest-freetype-2.0.1 @@ -0,0 +1 @@ +MD5 85c5d77ae4056583c6c92eecb7a8ef82 freetype-2.0.1.tar.bz2 diff --git a/media-libs/freetype/freetype-2.0.1.ebuild b/media-libs/freetype/freetype-2.0.1.ebuild new file mode 100644 index 000000000000..b8affdbaba7e --- /dev/null +++ b/media-libs/freetype/freetype-2.0.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.0.1.ebuild,v 1.1 2000/12/21 08:22:29 achim Exp $ + +A=${P}.tar.bz2 +S=${WORKDIR}/${P} +DESCRIPTION="TTF-Library" +SRC_URI="ftp://ftp.freetype.org/pub/freetype2/"${A} +HOMEPAGE="http://www.freetype.org/" + +DEPEND=">=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" + +src_compile() { + cd ${S} + export CFG="--host=${CHOST} --prefix=/usr/lib/freetype2" + try make + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/usr/lib/freetype2 install + dodoc CHANGES LICENSE.TXT + dodoc docs/*.txt + docinto html + dodoc docs/*.html + for i in design glyphs image tutorial + do + docinto html/${i} + dodoc docs/${i}/* + done + +} + + + + + diff --git a/media-libs/freetype/freetype-2.0.ebuild b/media-libs/freetype/freetype-2.0.ebuild index cb5b18797aa2..733028642ded 100644 --- a/media-libs/freetype/freetype-2.0.ebuild +++ b/media-libs/freetype/freetype-2.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.0.ebuild,v 1.2 2000/11/26 20:54:18 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.0.ebuild,v 1.3 2000/12/21 08:22:29 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -14,20 +14,24 @@ DEPEND=">=sys-libs/glibc-2.1.3 src_compile() { cd ${S} - export CFG="--host=${CHOST} --prefix=/usr/lib/freetype2 --includedir=/usr/include" + export CFG="--host=${CHOST} --prefix=/usr/lib/freetype2" try make try make } src_install() { cd ${S} - try make prefix=${D}/usr/lib/freetype2 includedir=${D}/usr/include install - dodoc announce PATENTS README readme.1st - dodoc docs/*.txt docs/FAQ docs/TODO + try make prefix=${D}/usr/lib/freetype2 install + dodoc CHANGES LICENSE.TXT + dodoc docs/*.txt docinto html - dodoc docs/*.htm - docinto html/image - dodoc docs/image/*.gif docs/image/*.png + dodoc docs/*.html + for i in design glyphs image tutorial + do + docinto html/${i} + dodoc docs/${i}/* + done + } diff --git a/media-libs/mesa-glu/mesa-glu-3.4.ebuild b/media-libs/mesa-glu/mesa-glu-3.4.ebuild index 950d49ceba61..39b81e048c40 100644 --- a/media-libs/mesa-glu/mesa-glu-3.4.ebuild +++ b/media-libs/mesa-glu/mesa-glu-3.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa-glu/mesa-glu-3.4.ebuild,v 1.1 2000/12/05 23:27:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa-glu/mesa-glu-3.4.ebuild,v 1.2 2000/12/21 08:22:29 achim Exp $ P=MesaLib-${PV} A=${P}.tar.gz @@ -25,14 +25,14 @@ src_install () { cd ${S} try make DESTDIR=${D} install -# rm -f ${D}/usr/X11R6/lib/libGL.* + rm -f ${D}/usr/X11R6/lib/libGL.* -# rm -f ${D}/usr/X11R6/include/GL/gl.h -# rm -f ${D}/usr/X11R6/include/GL/glx.h -# rm -f ${D}/usr/X11R6/include/GL/osmesa.h + rm -f ${D}/usr/X11R6/include/GL/gl.h + rm -f ${D}/usr/X11R6/include/GL/glx.h + rm -f ${D}/usr/X11R6/include/GL/osmesa.h cd ${D}/usr/X11R6/lib - ln -s libGLU.so.1.1.030400 libMesaGLU.so.3 - ln -s libGL.so.2.1.030400 libMesaGL.so.3 +# ln -s libGLU.so.1.1.030400 libMesaGLU.so.3 +# ln -s libGL.so.2.1.030400 libMesaGL.so.3 cd ${S} dodoc docs/* diff --git a/media-sound/alsa-driver/alsa-driver-0.5.9d.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.9d.ebuild index 1ff85ca93bae..8bc3f883a977 100644 --- a/media-sound/alsa-driver/alsa-driver-0.5.9d.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.5.9d.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.9d.ebuild,v 1.2 2000/12/08 17:21:49 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.9d.ebuild,v 1.3 2000/12/21 08:22:29 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} DESCRIPTION="Advanced Linux Sound Architecture / Drivers" SRC_URI="ftp://ftp.alsa-project.org/pub/driver/"${A} HOMEPAGE="http://www.alsa-project.org/" -KERNEL="linux-2.4.0_rc11" -MODULES=2.4.0-test11/kernel/drivers/alsa/ -#KERNEL="linux-UP-2.2.17-r3" -#MODULES="2.2.17-RAID/misc/" -DEPEND=">=sys-kernel/linux-2.4.0_rc11" +KERNEL="linux-2.4.0_rc10-r6" +MODULES=2.4.0-test10/kernel/drivers/alsa/ +DEPEND=">=sys-kernel/linux-2.4.0_rc10" src_unpack() { unpack ${A} diff --git a/net-libs/libwww/libwww-5.3.1-r1.ebuild b/net-libs/libwww/libwww-5.3.1-r1.ebuild index fe3c308aa9e0..f0be5ad99ed5 100644 --- a/net-libs/libwww/libwww-5.3.1-r1.ebuild +++ b/net-libs/libwww/libwww-5.3.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.3.1-r1.ebuild,v 1.1 2000/11/25 13:13:30 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.3.1-r1.ebuild,v 1.2 2000/12/21 08:22:29 achim Exp $ A=w3c-${P}.tar.gz S=${WORKDIR}/w3c-${P} @@ -26,9 +26,7 @@ src_compile() { src_install () { cd ${S} - try make DESTDIR=${D} install - insinto /usr/include/w3c-libwww - doins wwwconf.h + try make prefix=${D}/usr install dodoc COPYRIGHT docinto html dodoc *.html diff --git a/net-mail/evolution/files/digest-evolution-0.8 b/net-mail/evolution/files/digest-evolution-0.8 new file mode 100644 index 000000000000..e67b1ed2bdf1 --- /dev/null +++ b/net-mail/evolution/files/digest-evolution-0.8 @@ -0,0 +1 @@ +MD5 763c06bd0d2496038eb9d3d8bbd149cb evolution-0.8.tar.gz diff --git a/x11-base/xfree/files/4.0.2/site.def b/x11-base/xfree/files/4.0.2/site.def index c516e927e29e..53f15f80fa3d 100644 --- a/x11-base/xfree/files/4.0.2/site.def +++ b/x11-base/xfree/files/4.0.2/site.def @@ -4,4 +4,4 @@ #define ForceNormalLib YES #define BuildXinerama YES #define SharedLibXau YES - +#define Freetype2Dir /usr/lib/freetype2 diff --git a/x11-base/xfree/xfree-4.0.1-r1.ebuild b/x11-base/xfree/xfree-4.0.1-r1.ebuild index 4d836e523c72..85497dcd297b 100644 --- a/x11-base/xfree/xfree-4.0.1-r1.ebuild +++ b/x11-base/xfree/xfree-4.0.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.0.1-r1.ebuild,v 1.6 2000/11/01 04:44:23 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.0.1-r1.ebuild,v 1.7 2000/12/21 08:22:29 achim Exp $ P=xfree-4.0.1 A="X401src-1.tgz X401src-2.tgz X401src-3.tgz" @@ -19,7 +19,7 @@ DEPEND=">=sys-apps/bash-2.04 src_unpack () { unpack ${A} - cp ${FILESDIR}/site.def ${S}/config/cf/host.def + cp ${FILESDIR}/${PV}/site.def ${S}/config/cf/host.def } src_compile() { diff --git a/x11-base/xfree/xfree-4.0.2.ebuild b/x11-base/xfree/xfree-4.0.2.ebuild index af2b0eb6d3d4..82c083bc4156 100644 --- a/x11-base/xfree/xfree-4.0.2.ebuild +++ b/x11-base/xfree/xfree-4.0.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.0.2.ebuild,v 1.1 2000/12/21 02:10:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.0.2.ebuild,v 1.2 2000/12/21 08:22:29 achim Exp $ A="X402src-1.tgz X402src-2.tgz X402src-3.tgz" S=${WORKDIR}/xc @@ -19,7 +19,7 @@ DEPEND=">=sys-apps/bash-2.04 src_unpack () { unpack ${A} - cp ${FILESDIR}/site.def ${S}/config/cf/host.def + cp ${FILESDIR}/${PV}/site.def ${S}/config/cf/host.def } src_compile() { diff --git a/x11-libs/qt-x11/files/digest-qt-x11-2.2.3 b/x11-libs/qt-x11/files/digest-qt-x11-2.2.3 new file mode 100644 index 000000000000..87ccecf82ae7 --- /dev/null +++ b/x11-libs/qt-x11/files/digest-qt-x11-2.2.3 @@ -0,0 +1 @@ +MD5 964ca0e7e641271a2f5706a0e4383fcf qt-x11-2.2.3.tar.gz diff --git a/x11-libs/qt-x11/files/qt-2.2.3.diff.gz b/x11-libs/qt-x11/files/qt-2.2.3.diff.gz Binary files differnew file mode 100644 index 000000000000..7b1fa1597faf --- /dev/null +++ b/x11-libs/qt-x11/files/qt-2.2.3.diff.gz diff --git a/x11-libs/qt-x11/qt-x11-2.2.3.ebuild b/x11-libs/qt-x11/qt-x11-2.2.3.ebuild new file mode 100644 index 000000000000..d91e03779044 --- /dev/null +++ b/x11-libs/qt-x11/qt-x11-2.2.3.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-2.2.3.ebuild,v 1.1 2000/12/21 08:22:29 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/qt-${PV} +DESCRIPTION="QT 2.2" +SRC_PATH="kde/stable/2.0/distribution/tar/generic/src/${A}" +SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/${A}" +HOMEPAGE="http://www.kde.org/" + +DEPEND=">=media-libs/libpng-1.0.7 + >=media-libs/libmng-0.9.3 + >=media-libs/mesa-3.4 + >=media-sound/nas-1.4.1 + >=x11-base/xfree-4.0.2" + +export QTDIR=${S} + +src_unpack() { + unpack ${A} + cd ${S} + gzip -dc ${FILESDIR}/qt-2.2.3.diff.gz | patch -p0 + cp configure configure.orig + sed -e "s:read acceptance:acceptance=yes:" configure.orig > configure +} + +src_compile() { + cd ${S} + export LDFLAGS="-ldl" + ./configure -sm -thread -system-zlib -system-jpeg -system-nas-sound \ + -system-libmng -system-libpng -gif -platform linux-g++ -ldl -lpthread + cd ${S}/src + cp Makefile Makefile.orig + sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile + cd ${S}/tools + cp Makefile Makefile.orig + sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile + cd ${S}/src/moc + cp Makefile Makefile.orig + sed -e "s/-pipe -O2/${CFLAGS}/" Makefile.orig > Makefile + cd ${S} + try make symlinks src-moc src-mt sub-src sub-tools +} + +src_install() { + + QTBASE=/usr/X11R6/lib + cd ${S} + dodir $QTBASE/${P} + into $QTBASE/${P} + dobin bin/* + dolib.so lib/libqt.so.${PV} + dolib.so lib/libqt-mt.so.${PV} + dolib.so lib/libqutil.so.1.0.0 + preplib $QTBASE/lib/${P} + dosym libqt.so.${PV} $QTBASE/${P}/lib/libqt.so + dosym libqt-mt.so.${PV} $QTBASE/${P}/lib/libqt-mt.so + dosym libqutil.so.1.0.0 $QTBASE/${P}/lib/libqutil.so + cd ${D}${QTBASE} + ln -sf qt-x11-${PV} qt + cd ${S} + dodir ${QTBASE}/${P}/include + cp include/* ${D}${QTBASE}/${P}/include/ + doman doc/man/man3/* + + dodoc ANNOUNCE FAQ LICENSE.QPL MANIFEST PLATFORMS + dodoc PORTING README* + cp -af ${S}/doc/html ${D}/usr/doc/${P} + +} + + + + |