summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-01-02 13:33:13 +0000
committerHans de Graaff <graaff@gentoo.org>2009-01-02 13:33:13 +0000
commit027a8670d171dec4f09bd4fdc209cb2efa2b2f22 (patch)
treeaeb6958ddd724e8b457833b37b11bf4b63749e95 /app-xemacs/gentoo-syntax
parentAdd ~arm/~s390, reflects keywording of app-editors/emacs-cvs. (diff)
downloadgentoo-2-027a8670d171dec4f09bd4fdc209cb2efa2b2f22.tar.gz
gentoo-2-027a8670d171dec4f09bd4fdc209cb2efa2b2f22.tar.bz2
gentoo-2-027a8670d171dec4f09bd4fdc209cb2efa2b2f22.zip
Remove old version
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)
Diffstat (limited to 'app-xemacs/gentoo-syntax')
-rw-r--r--app-xemacs/gentoo-syntax/ChangeLog7
-rw-r--r--app-xemacs/gentoo-syntax/gentoo-syntax-1.7.ebuild15
2 files changed, 5 insertions, 17 deletions
diff --git a/app-xemacs/gentoo-syntax/ChangeLog b/app-xemacs/gentoo-syntax/ChangeLog
index 8c5b1e839be5..ff1ed668e676 100644
--- a/app-xemacs/gentoo-syntax/ChangeLog
+++ b/app-xemacs/gentoo-syntax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-xemacs/gentoo-syntax
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.7 2008/05/14 17:29:41 opfer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.8 2009/01/02 13:33:13 graaff Exp $
+
+ 02 Jan 2009; Hans de Graaff <graaff@gentoo.org> -gentoo-syntax-1.7.ebuild:
+ Remove old version
14 May 2008; Christian Faulhammer <opfer@gentoo.org>
gentoo-syntax-1.8.ebuild:
diff --git a/app-xemacs/gentoo-syntax/gentoo-syntax-1.7.ebuild b/app-xemacs/gentoo-syntax/gentoo-syntax-1.7.ebuild
deleted file mode 100644
index 32e2ec3689f8..000000000000
--- a/app-xemacs/gentoo-syntax/gentoo-syntax-1.7.ebuild
+++ /dev/null
@@ -1,15 +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/gentoo-syntax/gentoo-syntax-1.7.ebuild,v 1.2 2007/09/16 13:33:03 mr_bones_ Exp $
-
-inherit xemacs-elisp eutils
-
-DESCRIPTION="An Emacs mode for editing ebuilds and other Gentoo specific files."
-HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/index.xml"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-editors/xemacs-21.4.20-r5"