diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 11:56:17 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 11:56:17 +0000 |
commit | f4c0f8584973830d975f0c1c0998c351a65f7b71 (patch) | |
tree | 78ea08a74201f80fea16e1457adf26900f2d11de /app-xemacs/ediff | |
parent | Remove ebuild that is not target for unmask anyway. (diff) | |
download | gentoo-2-f4c0f8584973830d975f0c1c0998c351a65f7b71.tar.gz gentoo-2-f4c0f8584973830d975f0c1c0998c351a65f7b71.tar.bz2 gentoo-2-f4c0f8584973830d975f0c1c0998c351a65f7b71.zip |
Version bump: bug fixes.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/ediff')
-rw-r--r-- | app-xemacs/ediff/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/ediff/ediff-1.81.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/app-xemacs/ediff/ChangeLog b/app-xemacs/ediff/ChangeLog index 574ceefc4c7b..2a8d5029bddd 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.23 2009/02/22 14:26:53 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ediff/ChangeLog,v 1.24 2010/08/13 11:56:17 graaff Exp $ + +*ediff-1.81 (13 Aug 2010) + + 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> +ediff-1.81.ebuild: + Version bump: bug fixes. *ediff-1.77 (22 Feb 2009) diff --git a/app-xemacs/ediff/ediff-1.81.ebuild b/app-xemacs/ediff/ediff-1.81.ebuild new file mode 100644 index 000000000000..9489df2c01b2 --- /dev/null +++ b/app-xemacs/ediff/ediff-1.81.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ediff/ediff-1.81.ebuild,v 1.1 2010/08/13 11:56:17 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 |