diff options
author | Graham Forest <vitaminmoo@gentoo.org> | 2003-04-22 23:43:07 +0000 |
---|---|---|
committer | Graham Forest <vitaminmoo@gentoo.org> | 2003-04-22 23:43:07 +0000 |
commit | d48d723f9de30c4f1d0bb7fa3dd411ea5480f145 (patch) | |
tree | 47e87768ca52a1788643d50156366b0e9f78d828 /net-mail/balsa | |
parent | new dev version (diff) | |
download | historical-d48d723f9de30c4f1d0bb7fa3dd411ea5480f145.tar.gz historical-d48d723f9de30c4f1d0bb7fa3dd411ea5480f145.tar.bz2 historical-d48d723f9de30c4f1d0bb7fa3dd411ea5480f145.zip |
app-text/aspell -> virtual/aspell-dict
Diffstat (limited to 'net-mail/balsa')
-rw-r--r-- | net-mail/balsa/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/balsa/Manifest | 13 | ||||
-rw-r--r-- | net-mail/balsa/balsa-1.4.0-r1.ebuild | 4 |
3 files changed, 19 insertions, 3 deletions
diff --git a/net-mail/balsa/ChangeLog b/net-mail/balsa/ChangeLog index 2cb8ba9ca095..6afbdab69ba6 100644 --- a/net-mail/balsa/ChangeLog +++ b/net-mail/balsa/ChangeLog @@ -1,6 +1,6 @@ # 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.32 2003/03/08 18:43:29 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.33 2003/04/22 23:42:54 vladimir Exp $ *balsa-2.0.9-r1 (08 Mar 2003) @@ -42,6 +42,9 @@ *balsa-1.4.0-r1 (03 Sep 2002) + 22 Apr 2003; Graham Forest <vladimir@gentoo.org> balsa-1.4.0-r1.ebuild: + app-text/aspell -> virtual/aspell-dict + 20 Oct 2002; Calum Selkirk <cselkirk@gentoo.org> balsa-2.0.1-r2.ebuild balsa-1.4.0-r1.ebuild : diff --git a/net-mail/balsa/Manifest b/net-mail/balsa/Manifest new file mode 100644 index 000000000000..f75911f571e2 --- /dev/null +++ b/net-mail/balsa/Manifest @@ -0,0 +1,13 @@ +MD5 ada79897f6f383f830de09f5d1445ce5 ChangeLog 5976 +MD5 d908221a6603a181bca96ddf861cb014 balsa-1.4.0-r1.ebuild 1695 +MD5 d72fd13be23038cd59a35db6e817c312 balsa-2.0.1-r2.ebuild 2482 +MD5 706d958391aab1ac931f589c38ab4dd4 balsa-2.0.5.ebuild 1846 +MD5 67580857ff32afb89f33a011ff038c00 balsa-2.0.9-r1.ebuild 1903 +MD5 e07ee58ce931e3ac57686390873039e3 balsa-2.0.9.ebuild 1754 +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 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 diff --git a/net-mail/balsa/balsa-1.4.0-r1.ebuild b/net-mail/balsa/balsa-1.4.0-r1.ebuild index bda0e6efa6c2..da50130a1ed8 100644 --- a/net-mail/balsa/balsa-1.4.0-r1.ebuild +++ b/net-mail/balsa/balsa-1.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-1.4.0-r1.ebuild,v 1.7 2003/03/26 10:18:49 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-1.4.0-r1.ebuild,v 1.8 2003/04/22 23:42:54 vladimir Exp $ IUSE="ssl nls cups gtkhtml spell perl" @@ -24,7 +24,7 @@ DEPEND="=dev-libs/glib-1.2* ssl? ( dev-libs/openssl ) cups? ( >=gnome-base/gnome-print-0.30 ) perl? ( >=dev-libs/libpcre-3.4 ) - spell? ( >=app-text/aspell-0.50 ) + spell? ( virtual/aspell-dict ) gtkhtml? ( >=gnome-extra/gtkhtml-0.16.1 )" src_unpack() { |