diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-11 10:14:13 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-11 10:14:13 +0000 |
commit | d981eab7bfe796263434ba0f104a4f64420ae398 (patch) | |
tree | a573ec38d33854a3c99f258bd37e2cc6ff4145ab /app-xemacs/dired/dired-1.17.ebuild | |
parent | Version bump, fixes bug #119162. (diff) | |
download | gentoo-2-d981eab7bfe796263434ba0f104a4f64420ae398.tar.gz gentoo-2-d981eab7bfe796263434ba0f104a4f64420ae398.tar.bz2 gentoo-2-d981eab7bfe796263434ba0f104a4f64420ae398.zip |
Version bump, may fix bug #127362; remove old files.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-xemacs/dired/dired-1.17.ebuild')
-rw-r--r-- | app-xemacs/dired/dired-1.17.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-xemacs/dired/dired-1.17.ebuild b/app-xemacs/dired/dired-1.17.ebuild new file mode 100644 index 000000000000..e0bb84241b7d --- /dev/null +++ b/app-xemacs/dired/dired-1.17.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/dired/dired-1.17.ebuild,v 1.1 2006/11/11 10:14:13 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 |