summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-08-13 07:32:38 +0000
committerHans de Graaff <graaff@gentoo.org>2010-08-13 07:32:38 +0000
commitf23eba10a1d8eb5611cbeb2471ed4a7bd00fcae3 (patch)
tree44853151ebf50cc0489409d7039503397ce742a1 /app-xemacs/vm
parentCleanup (diff)
downloadgentoo-2-f23eba10a1d8eb5611cbeb2471ed4a7bd00fcae3.tar.gz
gentoo-2-f23eba10a1d8eb5611cbeb2471ed4a7bd00fcae3.tar.bz2
gentoo-2-f23eba10a1d8eb5611cbeb2471ed4a7bd00fcae3.zip
Version bump: fix possible UTF-8 related corruption.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/vm')
-rw-r--r--app-xemacs/vm/ChangeLog9
-rw-r--r--app-xemacs/vm/vm-8.08.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/app-xemacs/vm/ChangeLog b/app-xemacs/vm/ChangeLog
index de7df2988e2c..f1ec0923f125 100644
--- a/app-xemacs/vm/ChangeLog
+++ b/app-xemacs/vm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-xemacs/vm
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/vm/ChangeLog,v 1.14 2009/02/21 14:16:40 graaff Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/vm/ChangeLog,v 1.15 2010/08/13 07:32:38 graaff Exp $
+
+*vm-8.08 (13 Aug 2010)
+
+ 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> +vm-8.08.ebuild:
+ Version bump: fix possible UTF-8 related corruption.
*vm-8.07 (21 Feb 2009)
diff --git a/app-xemacs/vm/vm-8.08.ebuild b/app-xemacs/vm/vm-8.08.ebuild
new file mode 100644
index 000000000000..5ba1c18aa88a
--- /dev/null
+++ b/app-xemacs/vm/vm-8.08.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/vm/vm-8.08.ebuild,v 1.1 2010/08/13 07:32:38 graaff Exp $
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="An Emacs mailer."
+PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/mail-lib
+app-xemacs/gnus
+app-xemacs/pgg
+app-xemacs/ecrypto
+app-xemacs/xemacs-eterm
+app-xemacs/sh-script
+app-xemacs/net-utils
+app-xemacs/ps-print
+app-xemacs/os-utils
+app-xemacs/bbdb
+app-xemacs/fsf-compat
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages