diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-25 13:01:23 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-25 13:01:23 +0000 |
commit | c183b627ac959c8e6cedda89419c4dc41e9e14d3 (patch) | |
tree | 4cb80e23a489b2c8fe16046f9f5377b949c8c315 /gnome-libs | |
parent | virtual packages :) (diff) | |
download | historical-c183b627ac959c8e6cedda89419c4dc41e9e14d3.tar.gz historical-c183b627ac959c8e6cedda89419c4dc41e9e14d3.tar.bz2 historical-c183b627ac959c8e6cedda89419c4dc41e9e14d3.zip |
*** empty log message ***
Diffstat (limited to 'gnome-libs')
-rw-r--r-- | gnome-libs/ammonite/ammonite-0.8.1.ebuild | 32 | ||||
-rw-r--r-- | gnome-libs/ammonite/files/digest-ammonite-0.8.1 | 1 | ||||
-rw-r--r-- | gnome-libs/gb/files/digest-gb-0.0.15 | 1 | ||||
-rw-r--r-- | gnome-libs/gb/gb-0.0.15.ebuild | 32 | ||||
-rw-r--r-- | gnome-libs/glibwww/files/digest-glibwww-0.2 | 1 | ||||
-rw-r--r-- | gnome-libs/glibwww/glibwww-0.2.ebuild | 36 | ||||
-rw-r--r-- | gnome-libs/libgda/files/digest-libgda-0.2.0 | 1 | ||||
-rw-r--r-- | gnome-libs/libgda/libgda-0.1.0.ebuild | 3 | ||||
-rw-r--r-- | gnome-libs/libgda/libgda-0.2.0.ebuild | 38 | ||||
-rw-r--r-- | gnome-libs/libole2/libole2-0.1.7.ebuild | 2 | ||||
-rw-r--r-- | gnome-libs/medusa/files/digest-medusa-0.2.2 | 1 | ||||
-rw-r--r-- | gnome-libs/medusa/medusa-0.2.2.ebuild | 32 |
12 files changed, 179 insertions, 1 deletions
diff --git a/gnome-libs/ammonite/ammonite-0.8.1.ebuild b/gnome-libs/ammonite/ammonite-0.8.1.ebuild new file mode 100644 index 000000000000..ad9a3522bfd0 --- /dev/null +++ b/gnome-libs/ammonite/ammonite-0.8.1.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: /var/cvsroot/gentoo-x86/gnome-libs/ammonite/ammonite-0.8.1.ebuild,v 1.1 2000/11/25 13:01:22 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="libgtop" +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 + >=gnome-base/libxml-1.8.10-r1" + +src_compile() { + cd ${S} + #LDFLAGS="-lncurses" + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + dodoc ABOUT-NLS AUTHORS COPYING* HACKING README NEWS + dodoc TODO doc/*.txt + +} + + + + diff --git a/gnome-libs/ammonite/files/digest-ammonite-0.8.1 b/gnome-libs/ammonite/files/digest-ammonite-0.8.1 new file mode 100644 index 000000000000..4f4b27c83b60 --- /dev/null +++ b/gnome-libs/ammonite/files/digest-ammonite-0.8.1 @@ -0,0 +1 @@ +MD5 a0df75276f3b7c76ea4c881541634e3b ammonite-0.8.1.tar.gz diff --git a/gnome-libs/gb/files/digest-gb-0.0.15 b/gnome-libs/gb/files/digest-gb-0.0.15 new file mode 100644 index 000000000000..1b5045bd10a2 --- /dev/null +++ b/gnome-libs/gb/files/digest-gb-0.0.15 @@ -0,0 +1 @@ +MD5 3e59330868d23b5ee4e12cb9a81f9a7c gb-0.0.15.tar.gz diff --git a/gnome-libs/gb/gb-0.0.15.ebuild b/gnome-libs/gb/gb-0.0.15.ebuild new file mode 100644 index 000000000000..5cf8dedd74ef --- /dev/null +++ b/gnome-libs/gb/gb-0.0.15.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.4" + +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/glibwww/files/digest-glibwww-0.2 b/gnome-libs/glibwww/files/digest-glibwww-0.2 new file mode 100644 index 000000000000..794b77812ee1 --- /dev/null +++ b/gnome-libs/glibwww/files/digest-glibwww-0.2 @@ -0,0 +1 @@ +MD5 3f20f0e7b01acb8dc81502e088cd9389 glibwww-0.2.tar.gz diff --git a/gnome-libs/glibwww/glibwww-0.2.ebuild b/gnome-libs/glibwww/glibwww-0.2.ebuild new file mode 100644 index 000000000000..3976c7c2e128 --- /dev/null +++ b/gnome-libs/glibwww/glibwww-0.2.ebuild @@ -0,0 +1,36 @@ +# 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-libs-1.2.8 + >=net-libs/libwww-1.5.3-r1" +RDEPEND=">=net-libs/libwww-1.5.3-r1 + +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 THANKS TODO +} + + + + + diff --git a/gnome-libs/libgda/files/digest-libgda-0.2.0 b/gnome-libs/libgda/files/digest-libgda-0.2.0 new file mode 100644 index 000000000000..364ea11d38d6 --- /dev/null +++ b/gnome-libs/libgda/files/digest-libgda-0.2.0 @@ -0,0 +1 @@ +MD5 58b1b943f1987cf01876ff04546f2a30 libgda-0.2.0.tar.gz diff --git a/gnome-libs/libgda/libgda-0.1.0.ebuild b/gnome-libs/libgda/libgda-0.1.0.ebuild index 95e6d9f86717..62f0af43d009 100644 --- a/gnome-libs/libgda/libgda-0.1.0.ebuild +++ b/gnome-libs/libgda/libgda-0.1.0.ebuild @@ -22,7 +22,7 @@ src_unpack() { src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-mysql=/usr --with-ldap=/usr --with-odbc --with-catgets + --with-mysql=/usr --with-ldap=/usr --with-odbc try make } @@ -35,3 +35,4 @@ src_install() { + diff --git a/gnome-libs/libgda/libgda-0.2.0.ebuild b/gnome-libs/libgda/libgda-0.2.0.ebuild new file mode 100644 index 000000000000..26a88460cc99 --- /dev/null +++ b/gnome-libs/libgda/libgda-0.2.0.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.10 + >=gnome-base/gnome-libs-1.2.4 + >=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 install + + dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO +} + + + + diff --git a/gnome-libs/libole2/libole2-0.1.7.ebuild b/gnome-libs/libole2/libole2-0.1.7.ebuild index 018266bfd27b..ba8cd5502bbf 100644 --- a/gnome-libs/libole2/libole2-0.1.7.ebuild +++ b/gnome-libs/libole2/libole2-0.1.7.ebuild @@ -9,6 +9,8 @@ DESCRIPTION="libole2" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" +DEPEND=">=dev-libs/glib-1.2.8" + src_unpack() { unpack ${A} } diff --git a/gnome-libs/medusa/files/digest-medusa-0.2.2 b/gnome-libs/medusa/files/digest-medusa-0.2.2 new file mode 100644 index 000000000000..918055a20776 --- /dev/null +++ b/gnome-libs/medusa/files/digest-medusa-0.2.2 @@ -0,0 +1 @@ +MD5 19066c59e85fa81d8a24966d24c17291 medusa-0.2.2.tar.gz diff --git a/gnome-libs/medusa/medusa-0.2.2.ebuild b/gnome-libs/medusa/medusa-0.2.2.ebuild new file mode 100644 index 000000000000..78ad57b5c4ab --- /dev/null +++ b/gnome-libs/medusa/medusa-0.2.2.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: /var/cvsroot/gentoo-x86/gnome-libs/medusa/medusa-0.2.2.ebuild,v 1.1 2000/11/25 13:01:23 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="medusa" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/gtkhtml-0.7" + +src_compile() { + cd ${S} + try LDFLAGS=\"-L/opt/gnome/lib -lunicode -lpspell\" \ + ./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 +} + + + + + + + |