summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnome-extra/libgtkhtml/ChangeLog5
-rw-r--r--gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild4
-rw-r--r--net-libs/libsoup/ChangeLog5
-rw-r--r--net-libs/libsoup/libsoup-1.99.28.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/gnome-extra/libgtkhtml/ChangeLog b/gnome-extra/libgtkhtml/ChangeLog
index a1e1c3e4b72f..5630ac329bc2 100644
--- a/gnome-extra/libgtkhtml/ChangeLog
+++ b/gnome-extra/libgtkhtml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/libgtkhtml
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.83 2004/07/11 20:19:21 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.84 2004/07/28 03:19:56 agriffis Exp $
+
+ 27 Jul 2004; <agriffis@gentoo.org> libgtkhtml-3.0.10.ebuild:
+ stable on ia64
11 Jul 2004; <spider@gentoo.org> :
versionbump
diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild
index bf3d3b4f57fa..8817cc9263bd 100644
--- a/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild
+++ b/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild,v 1.11 2004/07/04 19:22:00 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild,v 1.12 2004/07/28 03:19:56 agriffis Exp $
inherit gnome2 eutils
@@ -16,7 +16,7 @@ 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 ppc sparc hppa alpha ~ia64 amd64"
+KEYWORDS="x86 ppc sparc hppa alpha ia64 amd64"
IUSE=""
S=${WORKDIR}/${MY_P}
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog
index ca40a5d4492f..9a21dd5ea819 100644
--- a/net-libs/libsoup/ChangeLog
+++ b/net-libs/libsoup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libsoup
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.31 2004/07/04 19:20:45 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.32 2004/07/28 03:18:42 agriffis Exp $
+
+ 27 Jul 2004; <agriffis@gentoo.org> libsoup-1.99.28.ebuild:
+ stable on ia64
04 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> libsoup-1.99.28.ebuild:
Stable on alpha.
diff --git a/net-libs/libsoup/libsoup-1.99.28.ebuild b/net-libs/libsoup/libsoup-1.99.28.ebuild
index a81874ebe9ed..2a65e74909c6 100644
--- a/net-libs/libsoup/libsoup-1.99.28.ebuild
+++ b/net-libs/libsoup/libsoup-1.99.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-1.99.28.ebuild,v 1.9 2004/07/04 19:20:45 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-1.99.28.ebuild,v 1.10 2004/07/28 03:18:42 agriffis Exp $
inherit gnome.org libtool eutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/"
IUSE="gnutls"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="x86 sparc ppc alpha hppa ~ia64 amd64"
+KEYWORDS="x86 sparc ppc alpha hppa ia64 amd64"
RDEPEND=">=dev-libs/glib-2.0
!gnutls? ( dev-libs/openssl )