summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-09-16 15:02:31 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-09-16 15:02:31 +0000
commitc5da4f25907f129d49f8b5348e8af23638da3bf8 (patch)
tree230e764a609455000515afee7579442c52b64768
parentversion bump (diff)
downloadgentoo-2-c5da4f25907f129d49f8b5348e8af23638da3bf8.tar.gz
gentoo-2-c5da4f25907f129d49f8b5348e8af23638da3bf8.tar.bz2
gentoo-2-c5da4f25907f129d49f8b5348e8af23638da3bf8.zip
version bump
-rw-r--r--gnome-extra/libgda/ChangeLog7
-rw-r--r--gnome-extra/libgda/Manifest4
-rw-r--r--gnome-extra/libgda/files/digest-libgda-1.0.01
-rw-r--r--gnome-extra/libgda/libgda-1.0.0.ebuild101
-rw-r--r--gnome-extra/libgnomedb/ChangeLog7
-rw-r--r--gnome-extra/libgnomedb/Manifest4
-rw-r--r--gnome-extra/libgnomedb/files/digest-libgnomedb-1.0.01
-rw-r--r--gnome-extra/libgnomedb/libgnomedb-1.0.0.ebuild45
-rw-r--r--net-im/gnomemeeting/ChangeLog5
-rw-r--r--net-im/gnomemeeting/Manifest4
-rw-r--r--net-im/gnomemeeting/files/digest-gnomemeeting-0.98.51
-rw-r--r--net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild67
12 files changed, 239 insertions, 8 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog
index 3e6d5c599324..b32837192520 100644
--- a/gnome-extra/libgda/ChangeLog
+++ b/gnome-extra/libgda/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-extra/libgda
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.25 2003/09/12 20:19:07 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.26 2003/09/16 14:58:32 liquidx Exp $
+
+*libgda-1.0.0 (16 Sep 2003)
+
+ 16 Sep 2003; Alastair Tse <liquidx@gentoo.org> libgda-1.0.0.ebuild:
+ version bump
12 Sep 2003; Alastair Tse <liquidx@gentoo.org> libgda-0.12.1.ebuild,
libgda-0.90.0.ebuild:
diff --git a/gnome-extra/libgda/Manifest b/gnome-extra/libgda/Manifest
index 0ba8016ccf5c..70148a2fee46 100644
--- a/gnome-extra/libgda/Manifest
+++ b/gnome-extra/libgda/Manifest
@@ -1,10 +1,10 @@
-MD5 6cf9c3c371747ddb39b250c5ec490f7c ChangeLog 4151
+MD5 10e28d9c4f764fa78820012131af36ae ChangeLog 4266
MD5 21d7bf915f9fdd61a090b47644a39662 libgda-0.12.1.ebuild 2570
MD5 37f9b04c394742e1ffcb6bf1218b6358 libgda-0.2.95-r1.ebuild 3283
MD5 ec4c66af4e7ca373e370223b7d126a4b libgda-0.2.96-r2.ebuild 3495
MD5 c19c0993d2f98e805569ab396e6e9bcb libgda-0.90.0.ebuild 2571
MD5 6bcaaa395f9f33c972852adc62b6f044 libgda-0.91.0.ebuild 2538
-MD5 6bcaaa395f9f33c972852adc62b6f044 libgda-1.0.0.ebuild 2538
+MD5 fccb16ab9d293633d8534799a15dad21 libgda-1.0.0.ebuild 2536
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 b8ef30c01c11ee3f373d99d6173d71a9 files/digest-libgda-0.12.1 66
MD5 40bbf8acf6e08a15e8e61573f6f07724 files/digest-libgda-0.2.95-r1 66
diff --git a/gnome-extra/libgda/files/digest-libgda-1.0.0 b/gnome-extra/libgda/files/digest-libgda-1.0.0
new file mode 100644
index 000000000000..459099ad1360
--- /dev/null
+++ b/gnome-extra/libgda/files/digest-libgda-1.0.0
@@ -0,0 +1 @@
+MD5 7e5f5c0943600236ec16df35119af86a libgda-1.0.0.tar.bz2 1026627
diff --git a/gnome-extra/libgda/libgda-1.0.0.ebuild b/gnome-extra/libgda/libgda-1.0.0.ebuild
new file mode 100644
index 000000000000..03bab267e212
--- /dev/null
+++ b/gnome-extra/libgda/libgda-1.0.0.ebuild
@@ -0,0 +1,101 @@
+# 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-1.0.0.ebuild,v 1.1 2003/09/16 14:58:32 liquidx Exp $
+
+IUSE="odbc postgres mysql ldap firebird freetds sqlite mdb oci8 doc"
+
+inherit gnome2
+
+DESCRIPTION="Gnome Database Access Library"
+HOMEPAGE="http://www.gnome-db.org/"
+SLOT="1"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="~x86 ~ppc"
+
+RDEPEND=">=dev-libs/glib-2.0
+ >=dev-libs/libxml2-2.0
+ >=dev-libs/libxslt-1.0.9
+ >=gnome-base/gnome-vfs-2.0
+ dev-libs/popt
+ 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-2.0.25 )
+ firebird? ( >=dev-db/firebird-1.0 )
+ freetds? ( >=dev-db/freetds-0.5 )
+ sqlite? ( >=dev-db/sqlite-2.4.2 )
+ mdb? ( >=app-office/mdbtools-0.5 )"
+
+DEPEND=">=dev-util/pkgconfig-0.8
+ >=dev-util/intltool-0.22
+ >=sys-devel/gettext-0.11
+ app-text/scrollkeeper
+ doc? ( dev-util/gtk-doc )
+ ${RDEPEND}"
+
+DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
+
+# problems with parallel builds
+MAKEOPTS="${MAKEOPTS} -j1"
+
+src_unpack() {
+ unpack ${A}
+ gnome2_omf_fix ${S}/doc/Makefile.in
+}
+
+src_compile() {
+
+ local myconf
+
+ use mysql \
+ && myconf="${myconf} --with-mysql=/usr" \
+ || myconf="${myconf} --without-mysql"
+
+ use postgres \
+ && myconf="${myconf} --with-postgres=/usr" \
+ || myconf="${myconf} --without-postgres"
+
+ use odbc \
+ && myconf="${myconf} --with-odbc=/usr" \
+ || myconf="${myconf} --without-odbc"
+
+ use ldap \
+ && myconf="${myconf} --with-ldap=/usr" \
+ || myconf="${myconf} --without-ldap"
+
+ use sqlite \
+ && myconf="$myconf --with-sqlite=/usr" \
+ || myconf="$myconf --without-sqlite"
+
+ use freetds \
+ && myconf="$myconf --with-tds=/usr" \
+ || myconf="$myconf --without-tds"
+
+ use firebird \
+ && myconf="${myconf} --with-firebird=/usr" \
+ || myconf="${myconf} --without-firebird"
+
+ use mdb \
+ && myconf="${myconf} --with-mdb=/usr" \
+ || myconf="${myconf} --without-mdb"
+
+ # not in portage (http://linux.techass.com/projects/xdb/)
+ myconf="${myconf} --without-xbase"
+ myconf="${myconf} --without-msql"
+
+ # closed source dbs
+ myconf="${myconf} --without-ibmdb2"
+ myconf="${myconf} --without-sybase"
+ use oci8 || myconf="${myconf} --without-oracle"
+
+ # workaround for readline-4.1 profile - disables building of gda-config-tool
+ if has_version "=sys-libs/readline-4.1*"; then
+ export CONFIG_TOOL_HEADERS="wrong"
+ fi
+
+ gnome2_src_compile ${myconf}
+
+ unset CONFIG_TOOL_HEADERS
+
+}
diff --git a/gnome-extra/libgnomedb/ChangeLog b/gnome-extra/libgnomedb/ChangeLog
index e6f5a3084c99..c0a1385b45a4 100644
--- a/gnome-extra/libgnomedb/ChangeLog
+++ b/gnome-extra/libgnomedb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-extra/libgnomedb
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/ChangeLog,v 1.10 2003/09/12 20:45:08 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/ChangeLog,v 1.11 2003/09/16 14:59:12 liquidx Exp $
+
+*libgnomedb-1.0.0 (16 Sep 2003)
+
+ 16 Sep 2003; Alastair Tse <liquidx@gentoo.org> libgnomedb-1.0.0.ebuild:
+ version bump
12 Sep 2003; Alastair Tse <liquidx@gentoo.org> libgnomedb-0.12.1.ebuild,
libgnomedb-0.90.0.ebuild, libgnomedb-0.91.0.ebuild:
diff --git a/gnome-extra/libgnomedb/Manifest b/gnome-extra/libgnomedb/Manifest
index 8e0795d1a2b0..d038aa0cc663 100644
--- a/gnome-extra/libgnomedb/Manifest
+++ b/gnome-extra/libgnomedb/Manifest
@@ -1,8 +1,8 @@
-MD5 262c304a6c90d5b63e7a8bc978deb7ab ChangeLog 1601
+MD5 8d18b1f065d5e081a3c3e3ba3a9537c4 ChangeLog 1724
MD5 06166e5e0c8158475fbd7972ae1383c1 libgnomedb-0.12.1.ebuild 1216
MD5 f69ca1d429ce23aeb4cbbf31d0d0c84e libgnomedb-0.90.0.ebuild 1217
MD5 81e5d9a098a95f97f43b3ab6565ad34b libgnomedb-0.91.0.ebuild 1242
-MD5 670b7e4d04975ae5e0e51064a63fdb73 libgnomedb-1.0.0.ebuild 1241
+MD5 4e2fc9a6ebd20b2a6ecdf64464921fec libgnomedb-1.0.0.ebuild 1240
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 d48a0cec30d90af0c488dc4dbfc3e1a3 files/digest-libgnomedb-0.12.1 70
MD5 7717e09f4661443921c018c804fa2623 files/digest-libgnomedb-0.90.0 70
diff --git a/gnome-extra/libgnomedb/files/digest-libgnomedb-1.0.0 b/gnome-extra/libgnomedb/files/digest-libgnomedb-1.0.0
new file mode 100644
index 000000000000..1119df1398b6
--- /dev/null
+++ b/gnome-extra/libgnomedb/files/digest-libgnomedb-1.0.0
@@ -0,0 +1 @@
+MD5 e5943ddf8e13cf216deb98433aeb02b7 libgnomedb-1.0.0.tar.bz2 565893
diff --git a/gnome-extra/libgnomedb/libgnomedb-1.0.0.ebuild b/gnome-extra/libgnomedb/libgnomedb-1.0.0.ebuild
new file mode 100644
index 000000000000..f56081082c8b
--- /dev/null
+++ b/gnome-extra/libgnomedb/libgnomedb-1.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.0.ebuild,v 1.1 2003/09/16 14:59:12 liquidx Exp $
+
+IUSE="doc"
+
+inherit gnome2
+
+DESCRIPTION="Library for writing gnome database programs"
+HOMEPAGE="http://www.gnome-db.org/"
+SLOT="0"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="~x86 ~ppc"
+
+RDEPEND=">=gnome-extra/libgda-1.0.0
+ >=x11-libs/gtk+-2.0
+ >=gnome-base/libglade-2.0
+ >=gnome-base/libgnomeui-2.0
+ >=gnome-base/libbonoboui-2.0
+ >=gnome-base/gconf-2"
+# optionally needs gtksourceview, but unmaintained currently
+
+DEPEND=">=dev-util/pkgconfig-0.8
+ >=dev-util/intltool-0.22
+ >=sys-devel/gettext-0.11
+ >=app-text/scrollkeeper-0.3.11
+ doc? ( dev-util/gtk-doc )
+ ${RDEPEND}"
+
+src_unpack() {
+ unpack ${A}
+ gnome2_omf_fix ${S}/doc/Makefile.in
+}
+
+src_install() {
+ gnome2_src_install
+
+ # minor cosmetic fix to capplet icon
+ capplet_link=${D}/usr/share/control-center-2.0/capplets/database-properties.desktop
+ if [ -f "${capplet_link}" ]; then
+ mv ${capplet_link} ${capplet_link}.orig && \
+ sed 's,Icon=gnome-db.png,Icon=libgnomedb/gnome-db.png,' ${capplet_link}.orig > ${capplet_link}
+ rm ${capplet_link}.orig
+ fi
+}
diff --git a/net-im/gnomemeeting/ChangeLog b/net-im/gnomemeeting/ChangeLog
index 680905ef736f..ce99b26b22c1 100644
--- a/net-im/gnomemeeting/ChangeLog
+++ b/net-im/gnomemeeting/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header:
+*gnomemeeting-0.98.5 (16 Sep 2003)
+
+ 16 Sep 2003; Alastair Tse <liquidx@gentoo.org> gnomemeeting-0.98.5.ebuild:
+ version bump
+
*gnomemeeting-0.98.4 (03 Sep 2003)
03 Sep 2003; Alastair Tse <liquidx@gentoo.org> gnomemeeting-0.96.0.ebuild,
diff --git a/net-im/gnomemeeting/Manifest b/net-im/gnomemeeting/Manifest
index 72439e59e000..8f27798018cf 100644
--- a/net-im/gnomemeeting/Manifest
+++ b/net-im/gnomemeeting/Manifest
@@ -1,9 +1,9 @@
-MD5 bf5cf7a406939d19116fd8af7e142ca2 ChangeLog 4880
+MD5 dc1ca408d0d60e83cba6381decd36fcf ChangeLog 5009
MD5 d8322bd3f7f177c740529bc08b2a5b47 gnomemeeting-0.94.1.ebuild 2038
MD5 9cd6fcb42c3ff1dee5b697ee11c1dd62 gnomemeeting-0.96.1-r1.ebuild 2146
MD5 9347f82f9f4f91d6a76e63ecaf178b2e gnomemeeting-0.98.0.ebuild 1777
MD5 e1741db608f6288a99783c6c1c57dd38 gnomemeeting-0.98.4.ebuild 1802
-MD5 9194d0c83f6bf9080e7f88d57422dabd gnomemeeting-0.98.5.ebuild 1802
+MD5 5fb24ad19ac829d84ecf2e662d4bcded gnomemeeting-0.98.5.ebuild 1801
MD5 80850151bae2bd61c4ac796f83656ef6 metadata.xml 217
MD5 458cb44a30e47a07c5116219068ab5a3 files/digest-gnomemeeting-0.94.1 72
MD5 abb5207ac1546a0bb5e8bdefb8755631 files/digest-gnomemeeting-0.96.1-r1 72
diff --git a/net-im/gnomemeeting/files/digest-gnomemeeting-0.98.5 b/net-im/gnomemeeting/files/digest-gnomemeeting-0.98.5
new file mode 100644
index 000000000000..9ce44fc1fdce
--- /dev/null
+++ b/net-im/gnomemeeting/files/digest-gnomemeeting-0.98.5
@@ -0,0 +1 @@
+MD5 fa11d5f3e6adb924f91aaa92099b6269 gnomemeeting-0.98.5.tar.bz2 1739613
diff --git a/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild b/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild
new file mode 100644
index 000000000000..90029b5d5c81
--- /dev/null
+++ b/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild,v 1.1 2003/09/16 15:02:27 liquidx Exp $
+
+inherit gnome2
+
+DESCRIPTION="Gnome NetMeeting client"
+HOMEPAGE="http://www.gnomemeeting.org"
+# now part of gnome-2.4
+#SRC_URI="http://www.gnomemeeting.org/downloads/latest/sources/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc -sparc"
+IUSE="sdl ssl ipv6"
+
+DEPEND=">=dev-libs/pwlib-1.5.0
+ >=net-libs/openh323-1.12.0
+ >=net-nds/openldap-2.0.25
+ ssl? ( >=dev-libs/openssl-0.9.6g )
+ sdl? ( >=media-libs/libsdl-1.2.4 )
+ >=gnome-base/libbonoboui-2.0
+ >=gnome-base/libbonobo-2.0
+ >=gnome-base/libgnomeui-2.0
+ >=gnome-base/libgnome-2.0
+ >=net-libs/linc-0.5.0
+ >=x11-libs/gtk+-2.0.0
+ >=dev-libs/glib-2.0.0
+ >=gnome-base/gconf-2.0
+ >=dev-libs/libxml2-2.5.11
+ >=media-sound/esound-0.2.28
+ >=gnome-base/ORBit2-2.5.0"
+
+RDEPEND="${DEPEND}
+ >=dev-util/pkgconfig-0.12.0
+ >=dev-util/intltool-0.20
+ dev-lang/perl"
+
+MAKEOPTS="${MAKEOPTS} -j1"
+
+src_compile() {
+
+ local myconf
+
+ myconf="${myconf} --with-ptlib-includes=/usr/include/ptlib"
+ myconf="${myconf} --with-ptlib-libs=/usr/lib"
+ myconf="${myconf} --with-openh323-includes=/usr/include/openh323"
+ myconf="${myconf} --with-openh323-libs=/usr/lib"
+
+ if [ -n "`use ssl`" ]; then
+ myconf="${myconf} --with-openssl-libs=/usr/lib"
+ myconf="${myconf} --with-openssl-includes=/usr/include/openssl"
+ fi
+
+ use sdl \
+ && myconf="${myconf} --with-sdl-prefix=/usr" \
+ || myconf="${myconf} --disable-sdltest"
+
+ use ipv6 \
+ && myconf="${myconf} --enable-ipv6" \
+ || myconf="${myconf} --disable-ipv6"
+
+ econf ${myconf} || die "configure failed"
+ emake || die
+}
+
+DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS FAQ TODO"