From 3b5047f22496ea6e9bded256cf2e7e3aedbc204a Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 22 Oct 2010 20:14:18 +0000 Subject: Version bump. Remove old. (Portage version: 2.1.9.21/cvs/Linux x86_64) --- app-emacs/gentoo-syntax/ChangeLog | 8 ++++- app-emacs/gentoo-syntax/gentoo-syntax-1.16.ebuild | 38 ----------------------- app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild | 38 +++++++++++++++++++++++ 3 files changed, 45 insertions(+), 39 deletions(-) delete mode 100644 app-emacs/gentoo-syntax/gentoo-syntax-1.16.ebuild create mode 100644 app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild (limited to 'app-emacs') diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index 08856234d977..a9444bfa562e 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/gentoo-syntax # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.73 2010/09/29 15:55:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.74 2010/10/22 20:14:18 ulm Exp $ + +*gentoo-syntax-1.18 (22 Oct 2010) + + 22 Oct 2010; Ulrich Mueller -gentoo-syntax-1.16.ebuild, + +gentoo-syntax-1.18.ebuild: + Version bump. Remove old. 29 Sep 2010; Jeroen Roovers gentoo-syntax-1.17.ebuild: Stable for HPPA (bug #332079). diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.16.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.16.ebuild deleted file mode 100644 index be5a60048009..000000000000 --- a/app-emacs/gentoo-syntax/gentoo-syntax-1.16.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.16.ebuild,v 1.7 2010/05/21 20:54:59 pacho Exp $ - -inherit elisp - -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" -HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" - -DOCS="ChangeLog" -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp_src_compile - makeinfo gentoo-syntax.texi || die -} - -src_install() { - elisp-install ${PN} *.el *.elc || die - sed -e "s:@PORTDIR@:${PORTDIR}:" \ - "${FILESDIR}/${SITEFILE}" >"${T}/${SITEFILE}" || die - elisp-site-file-install "${T}/${SITEFILE}" || die - doinfo gentoo-syntax.info || die - dodoc ${DOCS} || die -} - -pkg_postinst() { - elisp-site-regen - - elog "Some optional features may require installation of additional" - elog "packages, like app-portage/gentoolkit-dev for echangelog." -} diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild new file mode 100644 index 000000000000..7079bc2f39fb --- /dev/null +++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.18.ebuild,v 1.1 2010/10/22 20:14:18 ulm Exp $ + +inherit elisp + +DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" +HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +DOCS="ChangeLog" +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp_src_compile + makeinfo gentoo-syntax.texi || die +} + +src_install() { + elisp-install ${PN} *.el *.elc || die + sed -e "s:@PORTDIR@:${PORTDIR}:" \ + "${FILESDIR}/${SITEFILE}" >"${T}/${SITEFILE}" || die + elisp-site-file-install "${T}/${SITEFILE}" || die + doinfo gentoo-syntax.info || die + dodoc ${DOCS} || die +} + +pkg_postinst() { + elisp-site-regen + + elog "Some optional features may require installation of additional" + elog "packages, like app-portage/gentoolkit-dev for echangelog." +} -- cgit v1.2.3-65-gdbad