summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-06-10 12:51:22 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-06-10 12:51:22 +0000
commitd2f6807e80f3a5405e0a3763b2de3e43051909b3 (patch)
tree31f7736268be47d07f51502fe062a8374a7ab17a /net-mail
parentcleanup libgtkhtml/gal deps (diff)
downloadhistorical-d2f6807e80f3a5405e0a3763b2de3e43051909b3.tar.gz
historical-d2f6807e80f3a5405e0a3763b2de3e43051909b3.tar.bz2
historical-d2f6807e80f3a5405e0a3763b2de3e43051909b3.zip
cleanup libgtkhtml/gal deps
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/balsa/ChangeLog6
-rw-r--r--net-mail/balsa/Manifest17
-rw-r--r--net-mail/balsa/balsa-2.0.10.ebuild4
-rw-r--r--net-mail/balsa/balsa-2.0.11.ebuild4
4 files changed, 16 insertions, 15 deletions
diff --git a/net-mail/balsa/ChangeLog b/net-mail/balsa/ChangeLog
index b4ccae034878..0822eb0d7eda 100644
--- a/net-mail/balsa/ChangeLog
+++ b/net-mail/balsa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/balsa
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.38 2003/05/15 22:50:22 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.39 2003/06/10 12:51:14 liquidx Exp $
+
+ 10 Jun 2003; Alastair Tse <liquidx@gentoo.org> balsa-2.0.10.ebuild,
+ balsa-2.0.11.ebuild:
+ fixing libgtkhtml deps
*balsa-2.0.11 (15 May 2003)
diff --git a/net-mail/balsa/Manifest b/net-mail/balsa/Manifest
index a74de715a7c0..c668f9357057 100644
--- a/net-mail/balsa/Manifest
+++ b/net-mail/balsa/Manifest
@@ -1,13 +1,10 @@
-MD5 4711229b39a14546fdfbca44704138e3 ChangeLog 6157
+MD5 3e5f9e746cb4c16fdd2bc30ff42e1d23 ChangeLog 7049
MD5 d908221a6603a181bca96ddf861cb014 balsa-1.4.0-r1.ebuild 1695
-MD5 6aed332e978ec1617ffabb9b3498957a balsa-2.0.1-r2.ebuild 2481
-MD5 159dea80a8b778fec067bed2aa790349 balsa-2.0.5.ebuild 1846
-MD5 be4809f27aa312513f6607845d0e5abe balsa-2.0.9-r1.ebuild 1903
-MD5 6faadc2a78c29d913348c9eca5758403 balsa-2.0.9.ebuild 1754
+MD5 28b0f2c091008e4d2e773d12ed6b36b8 balsa-2.0.11.ebuild 1659
+MD5 38928b00f46180822c83d51b00c29883 balsa-1.4.3.ebuild 1714
+MD5 440329358e99cb75091d7f125d4ca6b6 balsa-2.0.10.ebuild 1732
MD5 7640c6a66bb87af1486164581e95296d files/balsa-1.4.0-gentoo.diff 830
-MD5 bfcba0b910386c9682dee1c0c9761fa2 files/digest-balsa-2.0.9 65
-MD5 1a90a15b479014cad351afdb41145c03 files/balsa-2.0.1-gentoo.patch 797
-MD5 bfcba0b910386c9682dee1c0c9761fa2 files/digest-balsa-2.0.9-r1 65
+MD5 2543b736a736635b03f9b7156b2a5071 files/digest-balsa-2.0.11 66
+MD5 92455a1d3e62f5727b37d43f60acdf12 files/digest-balsa-1.4.3 65
MD5 db591d45fa09eff2d747d1cb4662a18e files/digest-balsa-1.4.0-r1 65
-MD5 c3070702681c933f1701202f772cf865 files/digest-balsa-2.0.1-r2 65
-MD5 00477e1bf518d7d4438bef8d3f44b8cc files/digest-balsa-2.0.5 65
+MD5 74b12c84c9aefe5b1c457d6503a7040e files/digest-balsa-2.0.10 66
diff --git a/net-mail/balsa/balsa-2.0.10.ebuild b/net-mail/balsa/balsa-2.0.10.ebuild
index aee8c23b2cbb..b8312a020372 100644
--- a/net-mail/balsa/balsa-2.0.10.ebuild
+++ b/net-mail/balsa/balsa-2.0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.10.ebuild,v 1.2 2003/04/30 06:38:17 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.10.ebuild,v 1.3 2003/06/10 12:51:14 liquidx Exp $
inherit gnome2 eutils
@@ -25,7 +25,7 @@ RDEPEND="net-mail/mailbase
virtual/aspell-dict
ssl? ( dev-libs/openssl )
perl? ( >=dev-libs/libpcre-3.4 )
- gtkhtml? ( >=gnome-extra/libgtkhtml-2 )
+ gtkhtml? ( =gnome-extra/libgtkhtml-2* )
ldap? ( net-nds/openldap )"
DEPEND="dev-util/pkgconfig
diff --git a/net-mail/balsa/balsa-2.0.11.ebuild b/net-mail/balsa/balsa-2.0.11.ebuild
index dc3ab326b964..dd4e704d58f2 100644
--- a/net-mail/balsa/balsa-2.0.11.ebuild
+++ b/net-mail/balsa/balsa-2.0.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.11.ebuild,v 1.1 2003/05/15 22:50:24 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.11.ebuild,v 1.2 2003/06/10 12:51:14 liquidx Exp $
inherit gnome2 eutils
@@ -25,7 +25,7 @@ RDEPEND="net-mail/mailbase
virtual/aspell-dict
ssl? ( dev-libs/openssl )
perl? ( >=dev-libs/libpcre-3.4 )
- gtkhtml? ( >=gnome-extra/libgtkhtml-2 )
+ gtkhtml? ( =gnome-extra/libgtkhtml-2* )
ldap? ( net-nds/openldap )"
DEPEND="dev-util/pkgconfig