diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-02-20 00:01:50 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-02-20 00:01:50 +0000 |
commit | 837051a6d70476a8c0305a91bd7ac137d9fac541 (patch) | |
tree | 0991da2e9639919b15947d3d758c53c590cd5c0e /app-xemacs/ediff | |
parent | clean up (diff) | |
download | gentoo-2-837051a6d70476a8c0305a91bd7ac137d9fac541.tar.gz gentoo-2-837051a6d70476a8c0305a91bd7ac137d9fac541.tar.bz2 gentoo-2-837051a6d70476a8c0305a91bd7ac137d9fac541.zip |
clean up
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-xemacs/ediff')
-rw-r--r-- | app-xemacs/ediff/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/ediff/ediff-1.66.ebuild | 19 |
2 files changed, 5 insertions, 21 deletions
diff --git a/app-xemacs/ediff/ChangeLog b/app-xemacs/ediff/ChangeLog index e0071ca125e5..8f7f72db2138 100644 --- a/app-xemacs/ediff/ChangeLog +++ b/app-xemacs/ediff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/ediff -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ediff/ChangeLog,v 1.21 2008/05/12 13:54:43 corsair Exp $ +# 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 $ + + 19 Feb 2009; Christian Faulhammer <fauli@gentoo.org> -ediff-1.66.ebuild: + clean up 12 May 2008; Markus Rothe <corsair@gentoo.org> ediff-1.68.ebuild: Stable on ppc64 diff --git a/app-xemacs/ediff/ediff-1.66.ebuild b/app-xemacs/ediff/ediff-1.66.ebuild deleted file mode 100644 index dc166a46c465..000000000000 --- a/app-xemacs/ediff/ediff-1.66.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ediff/ediff-1.66.ebuild,v 1.3 2007/06/03 18:11:27 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 -" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |