diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 14:26:53 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 14:26:53 +0000 |
commit | 131db73bcb9364ecdbd7035ddb314c1d07c0b738 (patch) | |
tree | ae8d3fe09b9cd2672bd539cdc604a3ee65f20f30 /app-xemacs | |
parent | Remove mask for kdbus as it was removed from tree. (diff) | |
download | gentoo-2-131db73bcb9364ecdbd7035ddb314c1d07c0b738.tar.gz gentoo-2-131db73bcb9364ecdbd7035ddb314c1d07c0b738.tar.bz2 gentoo-2-131db73bcb9364ecdbd7035ddb314c1d07c0b738.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/ediff/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/ediff/ediff-1.77.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/app-xemacs/ediff/ChangeLog b/app-xemacs/ediff/ChangeLog index 8f7f72db2138..574ceefc4c7b 100644 --- a/app-xemacs/ediff/ChangeLog +++ b/app-xemacs/ediff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/ediff # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ediff/ChangeLog,v 1.22 2009/02/20 00:01:50 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ediff/ChangeLog,v 1.23 2009/02/22 14:26:53 graaff Exp $ + +*ediff-1.77 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +ediff-1.77.ebuild: + Version bump with several enhancements and bug fixes. 19 Feb 2009; Christian Faulhammer <fauli@gentoo.org> -ediff-1.66.ebuild: clean up diff --git a/app-xemacs/ediff/ediff-1.77.ebuild b/app-xemacs/ediff/ediff-1.77.ebuild new file mode 100644 index 000000000000..6a02a7fb4777 --- /dev/null +++ b/app-xemacs/ediff/ediff-1.77.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ediff/ediff-1.77.ebuild,v 1.1 2009/02/22 14:26:53 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Interface over GNU patch." +PKG_CAT="standard" + +RDEPEND="app-xemacs/pcl-cvs +app-xemacs/elib +app-xemacs/dired +app-xemacs/xemacs-base +app-xemacs/edebug +app-xemacs/prog-modes +app-xemacs/gnus +app-xemacs/tramp +app-xemacs/vc +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |