diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 09:00:39 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 09:00:39 +0000 |
commit | 1edf0a2aa911eea729b90852f47e78d917f1139a (patch) | |
tree | 96df227652af41e4f1e5d73f8a35e759de045416 /app-xemacs/pcl-cvs | |
parent | Revbump with various patches i collected around. (diff) | |
download | gentoo-2-1edf0a2aa911eea729b90852f47e78d917f1139a.tar.gz gentoo-2-1edf0a2aa911eea729b90852f47e78d917f1139a.tar.bz2 gentoo-2-1edf0a2aa911eea729b90852f47e78d917f1139a.zip |
Version bump: minor bug fixes.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/pcl-cvs')
-rw-r--r-- | app-xemacs/pcl-cvs/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/pcl-cvs/pcl-cvs-1.70.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/app-xemacs/pcl-cvs/ChangeLog b/app-xemacs/pcl-cvs/ChangeLog index cf21594935b3..7ae082901042 100644 --- a/app-xemacs/pcl-cvs/ChangeLog +++ b/app-xemacs/pcl-cvs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/pcl-cvs -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/pcl-cvs/ChangeLog,v 1.17 2009/02/22 09:14:33 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/pcl-cvs/ChangeLog,v 1.18 2010/08/13 09:00:39 graaff Exp $ + +*pcl-cvs-1.70 (13 Aug 2010) + + 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> +pcl-cvs-1.70.ebuild: + Version bump: minor bug fixes. *pcl-cvs-1.68 (22 Feb 2009) diff --git a/app-xemacs/pcl-cvs/pcl-cvs-1.70.ebuild b/app-xemacs/pcl-cvs/pcl-cvs-1.70.ebuild new file mode 100644 index 000000000000..50a97f828a9d --- /dev/null +++ b/app-xemacs/pcl-cvs/pcl-cvs-1.70.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/pcl-cvs/pcl-cvs-1.70.ebuild,v 1.1 2010/08/13 09:00:39 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="CVS frontend." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/elib +app-xemacs/vc +app-xemacs/dired +app-xemacs/edebug +app-xemacs/ediff +app-xemacs/edit-utils +app-xemacs/mail-lib +app-xemacs/prog-modes +app-xemacs/tramp +app-xemacs/gnus +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |