diff options
author | 2009-02-22 09:09:06 +0000 | |
---|---|---|
committer | 2009-02-22 09:09:06 +0000 | |
commit | 88cb23c1ab1fd1fc1de20fac36fee86de71386e4 (patch) | |
tree | 39a3dfabf664f797b622c823ee15477b7f50c081 /app-xemacs/pcomplete | |
parent | Version bump (diff) | |
download | gentoo-2-88cb23c1ab1fd1fc1de20fac36fee86de71386e4.tar.gz gentoo-2-88cb23c1ab1fd1fc1de20fac36fee86de71386e4.tar.bz2 gentoo-2-88cb23c1ab1fd1fc1de20fac36fee86de71386e4.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/pcomplete')
-rw-r--r-- | app-xemacs/pcomplete/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/pcomplete/pcomplete-1.05.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/app-xemacs/pcomplete/ChangeLog b/app-xemacs/pcomplete/ChangeLog index 52b12a5b18a4..0943d87640a4 100644 --- a/app-xemacs/pcomplete/ChangeLog +++ b/app-xemacs/pcomplete/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/pcomplete -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/pcomplete/ChangeLog,v 1.13 2008/03/19 19:52:06 graaff Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/pcomplete/ChangeLog,v 1.14 2009/02/22 09:09:06 graaff Exp $ + +*pcomplete-1.05 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +pcomplete-1.05.ebuild: + Version bump 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer diff --git a/app-xemacs/pcomplete/pcomplete-1.05.ebuild b/app-xemacs/pcomplete/pcomplete-1.05.ebuild new file mode 100644 index 000000000000..485a4738098a --- /dev/null +++ b/app-xemacs/pcomplete/pcomplete-1.05.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/pcomplete/pcomplete-1.05.ebuild,v 1.1 2009/02/22 09:09:06 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Provides programmatic completion." +PKG_CAT="standard" + +RDEPEND="app-xemacs/sh-script +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |