diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 14:44:07 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 14:44:07 +0000 |
commit | 9b7a5d6d039cac107eeb9b55cb0116fc11e70e70 (patch) | |
tree | 34dd6a4d07fc579d4d538610286ef2040ff90388 /app-xemacs/dired | |
parent | Stable on alpha, bug #259213 (diff) | |
download | gentoo-2-9b7a5d6d039cac107eeb9b55cb0116fc11e70e70.tar.gz gentoo-2-9b7a5d6d039cac107eeb9b55cb0116fc11e70e70.tar.bz2 gentoo-2-9b7a5d6d039cac107eeb9b55cb0116fc11e70e70.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/dired')
-rw-r--r-- | app-xemacs/dired/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/dired/dired-1.19.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/app-xemacs/dired/ChangeLog b/app-xemacs/dired/ChangeLog index 0761184a688a..349d156acd21 100644 --- a/app-xemacs/dired/ChangeLog +++ b/app-xemacs/dired/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/dired -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/dired/ChangeLog,v 1.14 2008/03/19 19:23:13 graaff Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/dired/ChangeLog,v 1.15 2009/02/22 14:44:07 graaff Exp $ + +*dired-1.19 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +dired-1.19.ebuild: + Version bump synced to upstream 7.16 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer diff --git a/app-xemacs/dired/dired-1.19.ebuild b/app-xemacs/dired/dired-1.19.ebuild new file mode 100644 index 000000000000..dcb498a533df --- /dev/null +++ b/app-xemacs/dired/dired-1.19.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/dired/dired-1.19.ebuild,v 1.1 2009/02/22 14:44:07 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Manage file systems." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/prog-modes +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |