diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 12:32:27 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 12:32:27 +0000 |
commit | 90fff1b736d50032b11a659137124a648ddf1aa4 (patch) | |
tree | ebf5e5de4f1cd4246a76f42ee27545f39ebe0945 /app-xemacs | |
parent | Version bump: XEmacs compatibility fixes. (diff) | |
download | historical-90fff1b736d50032b11a659137124a648ddf1aa4.tar.gz historical-90fff1b736d50032b11a659137124a648ddf1aa4.tar.bz2 historical-90fff1b736d50032b11a659137124a648ddf1aa4.zip |
Version bump: sync to upstream 10.7.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/apel/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/apel/apel-1.34.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/app-xemacs/apel/ChangeLog b/app-xemacs/apel/ChangeLog index feb666e38816..4c08f768f0be 100644 --- a/app-xemacs/apel/ChangeLog +++ b/app-xemacs/apel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/apel -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/apel/ChangeLog,v 1.17 2009/02/22 15:12:03 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/apel/ChangeLog,v 1.18 2010/08/13 12:32:27 graaff Exp $ + +*apel-1.34 (13 Aug 2010) + + 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> +apel-1.34.ebuild: + Version bump: sync to upstream 10.7. *apel-1.33 (22 Feb 2009) diff --git a/app-xemacs/apel/apel-1.34.ebuild b/app-xemacs/apel/apel-1.34.ebuild new file mode 100644 index 000000000000..85762f864533 --- /dev/null +++ b/app-xemacs/apel/apel-1.34.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/apel/apel-1.34.ebuild,v 1.1 2010/08/13 12:32:27 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="A Portable Emacs Library. Used by XEmacs MIME support." +PKG_CAT="standard" + +RDEPEND="app-xemacs/fsf-compat +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |