diff options
-rw-r--r-- | gnome-extra/libgda/files/digest-libgda-0.10.0 | 1 | ||||
-rw-r--r-- | gnome-extra/libgda/files/digest-libgda-0.2.96 | 1 | ||||
-rw-r--r-- | gnome-extra/libgda/files/digest-libgda-0.2.96-r1 | 1 | ||||
-rw-r--r-- | gnome-extra/libgda/files/digest-libgda-0.8.192 | 1 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-0.10.0.ebuild | 96 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.96-r1.ebuild | 135 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.96.ebuild | 128 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-0.8.192.ebuild | 93 |
8 files changed, 0 insertions, 456 deletions
diff --git a/gnome-extra/libgda/files/digest-libgda-0.10.0 b/gnome-extra/libgda/files/digest-libgda-0.10.0 deleted file mode 100644 index 2c787c10c7f4..000000000000 --- a/gnome-extra/libgda/files/digest-libgda-0.10.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7d8ab6091d7a90e4b92fe6d123e6ae88 libgda-0.10.0.tar.bz2 795000 diff --git a/gnome-extra/libgda/files/digest-libgda-0.2.96 b/gnome-extra/libgda/files/digest-libgda-0.2.96 deleted file mode 100644 index a359b7677236..000000000000 --- a/gnome-extra/libgda/files/digest-libgda-0.2.96 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c52b9a76b8b7669b795393de1ddc322 libgda-0.2.96.tar.gz 1327366 diff --git a/gnome-extra/libgda/files/digest-libgda-0.2.96-r1 b/gnome-extra/libgda/files/digest-libgda-0.2.96-r1 deleted file mode 100644 index a359b7677236..000000000000 --- a/gnome-extra/libgda/files/digest-libgda-0.2.96-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c52b9a76b8b7669b795393de1ddc322 libgda-0.2.96.tar.gz 1327366 diff --git a/gnome-extra/libgda/files/digest-libgda-0.8.192 b/gnome-extra/libgda/files/digest-libgda-0.8.192 deleted file mode 100644 index e708991907a3..000000000000 --- a/gnome-extra/libgda/files/digest-libgda-0.8.192 +++ /dev/null @@ -1 +0,0 @@ -MD5 5a532ee249e1e4fcc0267840064e9de2 libgda-0.8.192.tar.gz 825508 diff --git a/gnome-extra/libgda/libgda-0.10.0.ebuild b/gnome-extra/libgda/libgda-0.10.0.ebuild deleted file mode 100644 index dde0b5bbffc8..000000000000 --- a/gnome-extra/libgda/libgda-0.10.0.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.10.0.ebuild,v 1.1 2003/03/10 00:02:22 liquidx Exp $ - -IUSE="odbc postgres mysql ldap" - -inherit gnome2 gnome.org - -S=${WORKDIR}/${P} -DESCRIPTION="Gnome Database Access Library" -HOMEPAGE="http://www.gnome-db.org/" -SLOT="0" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="~x86" - -RDEPEND=">=gnome-base/ORBit2-2.3.91 - >=dev-libs/glib-2.0.4 - >=gnome-base/bonobo-activation-0.7.0 - >=gnome-base/libbonobo-2.0.0 - >=dev-libs/libxml2-2.4.23 - >=gnome-base/gconf-1.2.0 - >=dev-libs/libxslt-1.0.9 - >=gnome-base/gnome-vfs-2.0.0 - dev-libs/popt - sys-libs/readline - sys-libs/ncurses - mysql? ( >=dev-db/mysql-3.23.51 ) - postgres? ( >=dev-db/postgresql-7.2.1 ) - odbc? ( >=dev-db/unixODBC-2.0.6 ) - ldap? ( net-nds/openldap )" - -# removing un-ratified use flags -# sqlite? ( >=dev-db/sqlite-2.4.2 ) -# freetds? ( >=dev-db/freetds-0.53 ) - -DEPEND=">=dev-util/pkgconfig-0.8 - >=dev-util/intltool-0.22 - ${RDEPEND}" - -src_compile() { - - local myconf - - if [ -n "`use mysql`" ]; then - myconf="--with-mysql=/usr" - else - myconf="--without-mysql" - fi - - if [ -n "`use postgres`" ]; then - myconf="${myconf} --with-postgres=/usr" - else - myconf="${myconf} --without-postgres" - fi - - if [ -n "`use odbc`" ]; then - myconf="${myconf} --with-odbc=/usr" - else - myconf="${myconf} --without-odbc" - fi - - if [ -n "`use ldap`" ]; then - myconf="${myconf} --with-ldap=/usr" - else - myconf="${myconf} --without-ldap" - fi - - # disabling unratified USE flags - - #if [ -n "`use sqlite`" ]; then - # myconf="$myconf --with-sqlite=/usr" - #else - # myconf="$myconf --without-sqlite" - #fi - - #if [ -n "`use freetds`" ]; then - # myconf="$myconf --with-tds=/usr" - #else - # myconf="$myconf --without-tds" - #fi - - # not setting these, because we should allow - # libgda to autodetect the environment if - # there are no use flags for these backends. - - #myconf="${myconf} --without-sqlite" - #myconf="${myconf} --without-tds" - #myconf="${myconf} --without-ibmdb2" - #myconf="${myconf} --without-sybase" - #myconf="${myconf} --without-oracle" - #myconf="${myconf} --without-firebird" - #myconf="${myconf} --without-mdb" - - gnome2_src_compile ${myconf} - -} diff --git a/gnome-extra/libgda/libgda-0.2.96-r1.ebuild b/gnome-extra/libgda/libgda-0.2.96-r1.ebuild deleted file mode 100644 index 027f73535502..000000000000 --- a/gnome-extra/libgda/libgda-0.2.96-r1.ebuild +++ /dev/null @@ -1,135 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.2.96-r1.ebuild,v 1.8 2003/02/13 12:21:41 vapier Exp $ - -IUSE="ldap odbc postgres mysql" - -S=${WORKDIR}/${P} -DESCRIPTION="gda lib" -SRC_URI="ftp://ftp.gnome-db.org/pub/gnome-db/sources/latest/${P}.tar.gz - ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/gnome-db" -SLOT="0" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 sparc " - - -RDEPEND="virtual/glibc - >=gnome-base/gconf-1.0.4-r2 - <gnome-base/gconf-1.1 - >=gnome-base/oaf-0.6.6-r1 - >=gnome-base/bonobo-1.0.9-r1 - >=dev-libs/libxslt-1.0.1 - >=sys-libs/gdbm-1.8.0 - >=sys-libs/readline-4.1 - >=dev-perl/CORBA-ORBit-0.4.3 - >=dev-db/sqlite-2.0.8 - mysql? ( >=dev-db/mysql-3.23.26 ) - postgres? ( >=dev-db/postgresql-7.1 ) - odbc? ( >=dev-db/unixODBC-1.8.13 ) - ldap? ( >=net-nds/openldap-1.2.11 )" - -DEPEND="${RDEPEND} - >=app-text/scrollkeeper-0.2-r3 - sys-apps/which" - -src_unpack() { - - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/${P}-gentoo.patch || die "Patch for gcc-3.1 failed" - -} - -src_compile() { - - local myconf - - if [ "`use mysql`" ] - then - myconf="--with-mysql=/usr" - fi - -# if [ "`use ldap`" ] -# then -# myconf="$myconf --with-ldap=/usr" -# fi -# -# LDAP support is currently broken - myconf="$myconf --without-ldap" - - if [ "`use odbc`" ] - then - myconf="$myconf --with-odbc" - fi - - if [ "`use postgres`" ] - then - myconf="$myconf --with-postgres=/usr" - fi - - # Wierd one, it dont detect bonobo. If someone could have a look - # and fix if i havent gotten to it yet. -# myconf="$myconf --disable-bonobotest" - - # Do not compile buildin sqlite - cp configure configure.orig - grep -v sqlite configure.orig >configure - chmod +x configure - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - $myconf || die - - # Build and use an external version of sqlite since some versions - # of libgda have a bug where the buildin do not compile. - # Also cant hurt to use the latest version of sqlite :) - mv ${S}/providers/gda-default-server/gda-default.h \ - ${S}/gda-default.h.orig - sed -e 's/\"build_sqlite\/sqlite\.h\"/<sqlite.h>/' \ - ${S}/gda-default.h.orig > \ - ${S}/providers/gda-default-server/gda-default.h || die - ln -s /usr/lib/libsqlite.a \ - ${S}/providers/gda-default-server/sqlite/libsqlite.a - mv providers/gda-default-server/Makefile \ - providers/gda-default-server/Makefile.orig - grep -v '= sqlite' providers/gda-default-server/Makefile.orig > \ - providers/gda-default-server/Makefile - - # Doesn't work with -j 4 (hallski) - make LDFLAGS="-lncurses" LIBREADLINE="-lreadline -lncurses" || die -} - -src_install() { - - cd ${S}/doc - cp Makefile Makefile.old - sed -e "s:scrollkeeper-update.*::g" Makefile.old > Makefile - rm Makefile.old - cd ${S} - - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - GDA_oafinfodir=${D}/usr/share/oaf \ - install || die - - # Not needed as we build sqlite seperately -# dobin providers/gda-default-server/build_sqlite/{lemon,sqlite} - - dodoc AUTHORS COPYING.* ChangeLog NEWS README -} - -pkg_postinst() { - echo ">>> Updating Scrollkeeper database..." - scrollkeeper-update >/dev/null 2>&1 -} - -pkg_postrm() { - echo ">>> Updating Scrollkeeper database..." - scrollkeeper-update >/dev/null 2>&1 -} - diff --git a/gnome-extra/libgda/libgda-0.2.96.ebuild b/gnome-extra/libgda/libgda-0.2.96.ebuild deleted file mode 100644 index 0a2dd9a89fd5..000000000000 --- a/gnome-extra/libgda/libgda-0.2.96.ebuild +++ /dev/null @@ -1,128 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.2.96.ebuild,v 1.8 2003/02/13 12:21:49 vapier Exp $ - -IUSE="ldap odbc postgres mysql" - -S=${WORKDIR}/${P} -DESCRIPTION="gda lib" -SRC_URI="ftp://ftp.gnome-db.org/pub/gnome-db/sources/latest/${P}.tar.gz - ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/gnome-db" -SLOT="0" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 sparc " - - -RDEPEND="virtual/glibc - >=gnome-base/gconf-1.0.4-r2 - <gnome-base/gconf-1.1 - >=gnome-base/oaf-0.6.6-r1 - >=gnome-base/bonobo-1.0.9-r1 - >=dev-libs/libxslt-1.0.1 - >=sys-libs/gdbm-1.8.0 - >=sys-libs/readline-4.1 - >=dev-perl/CORBA-ORBit-0.4.3 - >=dev-db/sqlite-2.0.8 - mysql? ( >=dev-db/mysql-3.23.26 ) - postgres? ( >=dev-db/postgresql-7.1 ) - odbc? ( >=dev-db/unixODBC-1.8.13 ) - ldap? ( >=net-nds/openldap-1.2.11 )" - -DEPEND="${RDEPEND} - >=app-text/scrollkeeper-0.2-r3 - sys-apps/which" - - -src_compile() { - - local myconf - - if [ "`use mysql`" ] - then - myconf="--with-mysql=/usr" - fi - -# if [ "`use ldap`" ] -# then -# myconf="$myconf --with-ldap=/usr" -# fi -# -# LDAP support is currently broken - myconf="$myconf --without-ldap" - - if [ "`use odbc`" ] - then - myconf="$myconf --with-odbc" - fi - - if [ "`use postgres`" ] - then - myconf="$myconf --with-postgres=/usr" - fi - - # Wierd one, it dont detect bonobo. If someone could have a look - # and fix if i havent gotten to it yet. -# myconf="$myconf --disable-bonobotest" - - # Do not compile buildin sqlite - cp configure configure.orig - grep -v sqlite configure.orig >configure - chmod +x configure - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - $myconf || die - - # Build and use an external version of sqlite since some versions - # of libgda have a bug where the buildin do not compile. - # Also cant hurt to use the latest version of sqlite :) - mv ${S}/providers/gda-default-server/gda-default.h \ - ${S}/gda-default.h.orig - sed -e 's/\"build_sqlite\/sqlite\.h\"/<sqlite.h>/' \ - ${S}/gda-default.h.orig > \ - ${S}/providers/gda-default-server/gda-default.h || die - ln -s /usr/lib/libsqlite.a \ - ${S}/providers/gda-default-server/sqlite/libsqlite.a - mv providers/gda-default-server/Makefile \ - providers/gda-default-server/Makefile.orig - grep -v '= sqlite' providers/gda-default-server/Makefile.orig > \ - providers/gda-default-server/Makefile - - # Doesn't work with -j 4 (hallski) - make LDFLAGS="-lncurses" LIBREADLINE="-lreadline -lncurses" || die -} - -src_install() { - - cd ${S}/doc - cp Makefile Makefile.old - sed -e "s:scrollkeeper-update.*::g" Makefile.old > Makefile - rm Makefile.old - cd ${S} - - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - GDA_oafinfodir=${D}/usr/share/oaf \ - install || die - - # Not needed as we build sqlite seperately -# dobin providers/gda-default-server/build_sqlite/{lemon,sqlite} - - dodoc AUTHORS COPYING.* ChangeLog NEWS README -} - -pkg_postinst() { - echo ">>> Updating Scrollkeeper database..." - scrollkeeper-update >/dev/null 2>&1 -} - -pkg_postrm() { - echo ">>> Updating Scrollkeeper database..." - scrollkeeper-update >/dev/null 2>&1 -} - diff --git a/gnome-extra/libgda/libgda-0.8.192.ebuild b/gnome-extra/libgda/libgda-0.8.192.ebuild deleted file mode 100644 index 237840f578df..000000000000 --- a/gnome-extra/libgda/libgda-0.8.192.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.8.192.ebuild,v 1.9 2003/02/13 12:21:54 vapier Exp $ - -IUSE="sqlite oci8 odbc postgres mysql" - -inherit gnome2 - -S=${WORKDIR}/${P} -DESCRIPTION="gda library" -SRC_URI="ftp://ftp.gnome-db.org/pub/gnome-db/sources/v0.8.192/${P}.tar.gz - ftp://ftp.gnome.org/pub/gnome/2.0.0/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/gnome-db" -SLOT="0" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 sparc ppc" - -DEPEND=">=dev-libs/glib-2.0.4 - >=dev-libs/libxml2-2.4.23 - >=gnome-base/oaf-0.6.8 - >=gnome-base/gconf-1.2.0 - >=dev-libs/libxslt-1.0.19 - >=dev-libs/popt-1.6.3 - >=sys-libs/zlib-1.1.4 - mysql? ( >=dev-db/mysql-3.23.51 ) - postgres? ( >=dev-db/postgresql-7.2.1 ) - odbc? ( >=dev-db/unixODBC-2.0.6 ) - sqlite? ( >=dev-db/sqlite-2.4.2 )" - -src_compile() { - - local myconf - - if [ "`use mysql`" ] - then - myconf="--with-mysql=/usr" - else - myconf="--without-mysql" - fi - - if [ "`use postgres`" ] - then - myconf="$myconf --with-postgres=/usr" - else - myconf="$myconf --without-postgres" - fi - - if [ "`use odbc`" ] - then - myconf="$myconf --with-odbc" - else - myconf="$myconf --without-odbc" - fi - - if [ "`use sqlite`" ] - then - myconf="$myconf --with-sqlite=/usr" - else - myconf="$myconf --without-sqlite" - fi - - if [ !"`use oci8`" ] - then - myconf="$myconf --without-oracle" - fi - - econf $myconf || die "configure failed" - - # Doesn't work with -j 4 (hallski) - make LDFLAGS="-lncurses" LIBREADLINE="-lreadline -lncurses" \ - || die "make failed" -} - -src_install() { - - cd ${S}/doc - cp Makefile Makefile.old - sed -e "s:scrollkeeper-update.*::g" Makefile.old > Makefile - rm Makefile.old - cd ${S} - - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - GDA_oafinfodir=${D}/usr/share/oaf \ - idldir=${D}/usr/share/idl/libgda \ - dtddir=${D}/usr/share/libgda/dtd \ - datadir=${D}/usr/share \ - install || die - - dodoc AUTHORS COPYING.* ChangeLog NEWS README -} |