diff options
author | 2009-02-22 13:45:21 +0000 | |
---|---|---|
committer | 2009-02-22 13:45:21 +0000 | |
commit | 0309bd9d96d35574c4e8107347ac72aa02e243c3 (patch) | |
tree | de064d0127aaf1295c52c242139ed41d1afeb818 /app-xemacs/efs | |
parent | Version bump, thank Vieri for this work #257895. (diff) | |
download | gentoo-2-0309bd9d96d35574c4e8107347ac72aa02e243c3.tar.gz gentoo-2-0309bd9d96d35574c4e8107347ac72aa02e243c3.tar.bz2 gentoo-2-0309bd9d96d35574c4e8107347ac72aa02e243c3.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/efs')
-rw-r--r-- | app-xemacs/efs/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/efs/efs-1.34.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/app-xemacs/efs/ChangeLog b/app-xemacs/efs/ChangeLog index 506e476cb7a0..79a70a985630 100644 --- a/app-xemacs/efs/ChangeLog +++ b/app-xemacs/efs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/efs -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/efs/ChangeLog,v 1.14 2008/03/19 19:27:48 graaff Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/efs/ChangeLog,v 1.15 2009/02/22 13:45:21 graaff Exp $ + +*efs-1.34 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +efs-1.34.ebuild: + Version bump to upstream 1.24 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer diff --git a/app-xemacs/efs/efs-1.34.ebuild b/app-xemacs/efs/efs-1.34.ebuild new file mode 100644 index 000000000000..8aaca1d0def1 --- /dev/null +++ b/app-xemacs/efs/efs-1.34.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/efs/efs-1.34.ebuild,v 1.1 2009/02/22 13:45:21 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Treat files on remote systems the same as local files." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/dired +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |