diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 10:48:41 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 10:48:41 +0000 |
commit | 55260fa542434897203a8f87507dafbdcdac6d43 (patch) | |
tree | 09d2ae4c34660ab5449e14a0b8601a1c284581f4 /app-xemacs | |
parent | Version bump (diff) | |
download | gentoo-2-55260fa542434897203a8f87507dafbdcdac6d43.tar.gz gentoo-2-55260fa542434897203a8f87507dafbdcdac6d43.tar.bz2 gentoo-2-55260fa542434897203a8f87507dafbdcdac6d43.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/hyperbole/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/hyperbole/hyperbole-1.17.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/app-xemacs/hyperbole/ChangeLog b/app-xemacs/hyperbole/ChangeLog index d12516aa2b03..776e58817573 100644 --- a/app-xemacs/hyperbole/ChangeLog +++ b/app-xemacs/hyperbole/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/hyperbole -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/hyperbole/ChangeLog,v 1.4 2008/04/28 18:03:31 armin76 Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/hyperbole/ChangeLog,v 1.5 2009/02/22 10:48:41 graaff Exp $ + +*hyperbole-1.17 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +hyperbole-1.17.ebuild: + Version bump synced with upstream 5.0.1. 28 Apr 2008; Raúl Porcel <armin76@gentoo.org> hyperbole-1.16.ebuild: alpha stable wrt #219332 diff --git a/app-xemacs/hyperbole/hyperbole-1.17.ebuild b/app-xemacs/hyperbole/hyperbole-1.17.ebuild new file mode 100644 index 000000000000..49d83763719e --- /dev/null +++ b/app-xemacs/hyperbole/hyperbole-1.17.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/hyperbole/hyperbole-1.17.ebuild,v 1.1 2009/02/22 10:48:41 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Hyperbole: The Everyday Info Manager." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/mail-lib +app-xemacs/calendar +app-xemacs/vm +app-xemacs/text-modes +app-xemacs/gnus +app-xemacs/mh-e +app-xemacs/rmail +app-xemacs/apel +app-xemacs/tm +app-xemacs/sh-script +app-xemacs/net-utils +app-xemacs/ecrypto +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |