summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/gnome-spell/ChangeLog7
-rw-r--r--app-text/gnome-spell/Manifest4
-rw-r--r--app-text/gnome-spell/files/digest-gnome-spell-1.0.41
-rw-r--r--app-text/gnome-spell/gnome-spell-1.0.4.ebuild34
-rw-r--r--gnome-extra/libgtkhtml/ChangeLog8
-rw-r--r--gnome-extra/libgtkhtml/files/digest-libgtkhtml-3.0.41
-rw-r--r--gnome-extra/libgtkhtml/libgtkhtml-3.0.4.ebuild58
-rw-r--r--net-libs/libsoup/ChangeLog7
-rw-r--r--net-libs/libsoup/files/digest-libsoup-1.99.221
-rw-r--r--net-libs/libsoup/libsoup-1.99.22.ebuild40
10 files changed, 157 insertions, 4 deletions
diff --git a/app-text/gnome-spell/ChangeLog b/app-text/gnome-spell/ChangeLog
index b8add0ba8b07..f331297a8c9d 100644
--- a/app-text/gnome-spell/ChangeLog
+++ b/app-text/gnome-spell/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/gnome-spell
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.26 2003/05/18 09:37:54 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.27 2003/06/03 10:23:02 liquidx Exp $
+
+*gnome-spell-1.0.4 (03 Jun 2003)
+
+ 03 Jun 2003; Alastair Tse <liquidx@gentoo.org> gnome-spell-1.0.4.ebuild:
+ version bump. part of evo 1.3.92 update
18 May 2003; Alastair Tse <liquidx@gentoo.org> gnome-spell-1.0.3.ebuild:
enable debug by default for unstable package
diff --git a/app-text/gnome-spell/Manifest b/app-text/gnome-spell/Manifest
index d230017aa3d6..e4ba8ccab3bd 100644
--- a/app-text/gnome-spell/Manifest
+++ b/app-text/gnome-spell/Manifest
@@ -1,7 +1,9 @@
-MD5 fd7b5eb4d76be66edda2df2710ed8263 ChangeLog 3789
+MD5 48603b86800338f083bbbb7283c03621 ChangeLog 3941
MD5 c7f4cbf6e18157d59d38b743d1b6b04b gnome-spell-0.4.1-r3.ebuild 1131
MD5 1f5f3539f0e0484a964c07db13775a43 gnome-spell-0.5.ebuild 1131
+MD5 088d14502cfb9bab1c4bc096ebef94e4 gnome-spell-1.0.4.ebuild 939
MD5 5041ad0e00b568c93dd85185c1ca21fc gnome-spell-1.0.3.ebuild 939
MD5 a47d1ed4439e02575405c32e447f7e2d files/digest-gnome-spell-0.4.1-r3 69
MD5 c9d55e535778f7a2386f5bba1c2cfcf7 files/digest-gnome-spell-0.5 68
+MD5 d7a3ea11abf9781f4dbfca9c0b6cfecb files/digest-gnome-spell-1.0.4 70
MD5 7af76f23ba1a397b5abd20c84ff89dd3 files/digest-gnome-spell-1.0.3 70
diff --git a/app-text/gnome-spell/files/digest-gnome-spell-1.0.4 b/app-text/gnome-spell/files/digest-gnome-spell-1.0.4
new file mode 100644
index 000000000000..22d410154c11
--- /dev/null
+++ b/app-text/gnome-spell/files/digest-gnome-spell-1.0.4
@@ -0,0 +1 @@
+MD5 d991c1791fdc58d38d514752daf92330 gnome-spell-1.0.4.tar.bz2 212842
diff --git a/app-text/gnome-spell/gnome-spell-1.0.4.ebuild b/app-text/gnome-spell/gnome-spell-1.0.4.ebuild
new file mode 100644
index 000000000000..9c9f9e5581c2
--- /dev/null
+++ b/app-text/gnome-spell/gnome-spell-1.0.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.4.ebuild,v 1.1 2003/06/03 10:23:02 liquidx Exp $
+
+IUSE=""
+
+inherit gnome.org gnome2 libtool
+inherit debug # because this an unstable package
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="Gnome spellchecking component."
+HOMEPAGE="http://www.gnome.org/"
+
+KEYWORDS="~x86 ~sparc ~ppc ~alpha"
+SLOT="1"
+LICENSE="GPL-2"
+
+DEPEND=">=gnome-base/libgnomeui-2.2
+ >=gnome-base/libbonoboui-2.0
+ >=gnome-base/libglade-2.0
+ >=gnome-base/libbonobo-2.0
+ >=gnome-base/bonobo-activation-2.0
+ >=gnome-base/ORBit2-2.0
+ virtual/aspell-dict"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-lang/perl-5.6.0"
+
+# the control-center capplet seems to be missing
+# so gnome-base/control-center-2.0 dep removed
+
+DOCS="AUTHORS COPYING ChangeLog NEWS README"
+SCROLLKEEPER_UPDATE="0"
diff --git a/gnome-extra/libgtkhtml/ChangeLog b/gnome-extra/libgtkhtml/ChangeLog
index 71704d6b335d..98b3447f5b86 100644
--- a/gnome-extra/libgtkhtml/ChangeLog
+++ b/gnome-extra/libgtkhtml/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-extra/libgtkhtml
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.27 2003/05/13 18:26:27 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.28 2003/06/03 10:24:37 liquidx Exp $
+
+*libgtkhtml-3.0.4 (03 Jun 2003)
+
+ 03 Jun 2003; Alastair Tse <liquidx@gentoo.org> libgtkhtml-3.0.4.ebuild:
+ version bump. added more hacks around libtool problems. part of evo 1.3.92
+ update
*libgtkhtml-2.2.4 (13 May 2003)
diff --git a/gnome-extra/libgtkhtml/files/digest-libgtkhtml-3.0.4 b/gnome-extra/libgtkhtml/files/digest-libgtkhtml-3.0.4
new file mode 100644
index 000000000000..2f2c8ae3c0de
--- /dev/null
+++ b/gnome-extra/libgtkhtml/files/digest-libgtkhtml-3.0.4
@@ -0,0 +1 @@
+MD5 37181c66c5cd02017c29340b4fccbd22 gtkhtml-3.0.4.tar.bz2 1041751
diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.0.4.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.0.4.ebuild
new file mode 100644
index 000000000000..89c9e1c6eea0
--- /dev/null
+++ b/gnome-extra/libgtkhtml/libgtkhtml-3.0.4.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.0.4.ebuild,v 1.1 2003/06/03 10:24:37 liquidx Exp $
+
+inherit gnome2
+
+MY_P=${P/lib/}
+MY_PN=${PN/lib/}
+DESCRIPTION="Lightweight HTML Rendering/Printing/Editing Engine"
+HOMEPAGE="http://www.gnome.org/"
+
+# stolen from gnome.org eclass because it support this one-off name-mangling
+
+[ -z "${GNOME_TARBALL_SUFFIX}" ] && export GNOME_TARBALL_SUFFIX="bz2"
+PVP=($(echo " $PV " | sed 's:[-\._]: :g'))
+SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.${GNOME_TARBALL_SUFFIX}"
+LICENSE="GPL-2"
+SLOT="3"
+KEYWORDS="~x86"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+RDEPEND=">=gnome-base/libgnomeui-2.2
+ >=gnome-base/libgnomeprint-2.2
+ >=gnome-base/libgnomeprintui-2.2.1
+ >=gnome-base/libbonoboui-2.0
+ >=gnome-base/bonobo-activation-2.0
+ >=gnome-base/libbonobo-2.0
+ >=gnome-extra/gal-1.99.6
+ >=gnome-base/ORBit2-2.5.6
+ >=net-libs/libsoup-1.99.17
+ >=dev-libs/libxml2-2.5
+ >=gnome-base/gnome-vfs-2.1
+ >=gnome-base/gail-1.1"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0"
+
+USE_DESTDIR="1"
+SCROLLKEEPER_UPDATE="0"
+
+# HACK HACK HACK !!!
+# libtool's lameness causes libgtkhtml to link to the older installed version
+# rather than the one in its own source tree. normally, elibtoolize
+# --reverse-deps solves this, but in this case, it screws up when linking
+# src/gtest.c
+#
+# so, i've decided to re-create libgtkhtml-3.0.so.0 symlinks. if anyone
+# knows a better solution, please let me know. - <liquidx@gentoo.org>
+
+src_install() {
+ gnome2_src_install
+ dosym /usr/lib/libgtkhtml-a11y-3.0.so.2 /usr/lib/libgtkhtml-a11y-3.0.so.0
+ dosym /usr/lib/libgtkhtml-3.0.so.2 /usr/lib/libgtkhtml-3.0.so.0
+ dosym /usr/lib/libgtkhtml-a11y-3.0.so.2 /usr/lib/libgtkhtml-a11y-3.0.so.1
+ dosym /usr/lib/libgtkhtml-3.0.so.2 /usr/lib/libgtkhtml-3.0.so.1
+}
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog
index 96572373b427..afedec72099b 100644
--- a/net-libs/libsoup/ChangeLog
+++ b/net-libs/libsoup/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libsoup
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.5 2003/05/07 11:18:18 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.6 2003/06/03 10:24:17 liquidx Exp $
+
+*libsoup-1.99.22 (03 Jun 2003)
+
+ 03 Jun 2003; Alastair Tse <liquidx@gentoo.org> libsoup-1.99.22.ebuild:
+ version bump. part of evo 1.3.92 update.
*libsoup-1.99.20 (07 May 2003)
diff --git a/net-libs/libsoup/files/digest-libsoup-1.99.22 b/net-libs/libsoup/files/digest-libsoup-1.99.22
new file mode 100644
index 000000000000..f6dddd409113
--- /dev/null
+++ b/net-libs/libsoup/files/digest-libsoup-1.99.22
@@ -0,0 +1 @@
+MD5 6ab7b945fbd8ec79274864433eed4e90 libsoup-1.99.22.tar.bz2 226921
diff --git a/net-libs/libsoup/libsoup-1.99.22.ebuild b/net-libs/libsoup/libsoup-1.99.22.ebuild
new file mode 100644
index 000000000000..78f350b5407b
--- /dev/null
+++ b/net-libs/libsoup/libsoup-1.99.22.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-1.99.22.ebuild,v 1.1 2003/06/03 10:24:17 liquidx Exp $
+
+#IUSE="ssl"
+IUSE=""
+
+inherit gnome.org libtool
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="Soup is a SOAP implementation"
+HOMEPAGE="http://www.gnome.org/"
+
+SLOT="2"
+RDEPEND=">=dev-libs/glib-2.0
+ dev-libs/openssl"
+DEPEND=">=dev-util/pkgconfig-0.12.0
+ dev-libs/popt
+ ${RDEPEND}"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc ~alpha"
+
+src_compile() {
+ elibtoolize
+
+ local myconf=""
+
+ # current build system deems ssl as NOT AN OPTION.
+ # use ssl && myconf="--enable-ssl --enable-openssl"
+
+ econf ${myconf} || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS COPYING* ChangeLog README* TODO
+}