From 328523584cef8e8c20351acc51a566b256476fa6 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 17 Jan 2010 09:58:55 +0000 Subject: Version bump. (Portage version: 2.1.6.13/cvs/Linux x86_64) --- app-xemacs/gentoo-syntax/ChangeLog | 10 ++++++++-- app-xemacs/gentoo-syntax/gentoo-syntax-1.16.ebuild | 17 +++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 app-xemacs/gentoo-syntax/gentoo-syntax-1.16.ebuild (limited to 'app-xemacs') diff --git a/app-xemacs/gentoo-syntax/ChangeLog b/app-xemacs/gentoo-syntax/ChangeLog index f2556e887f31..eacbfad0bf64 100644 --- a/app-xemacs/gentoo-syntax/ChangeLog +++ b/app-xemacs/gentoo-syntax/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-xemacs/gentoo-syntax -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.16 2009/10/24 07:01:26 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.17 2010/01/17 09:58:55 graaff Exp $ + +*gentoo-syntax-1.16 (17 Jan 2010) + + 17 Jan 2010; Hans de Graaff + +gentoo-syntax-1.16.ebuild: + Version bump. *gentoo-syntax-1.15 (24 Oct 2009) diff --git a/app-xemacs/gentoo-syntax/gentoo-syntax-1.16.ebuild b/app-xemacs/gentoo-syntax/gentoo-syntax-1.16.ebuild new file mode 100644 index 000000000000..69041cf02569 --- /dev/null +++ b/app-xemacs/gentoo-syntax/gentoo-syntax-1.16.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 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.16.ebuild,v 1.1 2010/01/17 09:58:55 graaff 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 + app-xemacs/sh-script" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad