diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-03-09 07:43:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-03-09 07:43:45 +0000 |
commit | 5e28704a13fe454c514f042af77bbfed91541ce3 (patch) | |
tree | 0a03a223312d2da32af47f9779c2dc21b97eb2d5 /app-emacs/gentoo-syntax | |
parent | Remove old LeechCraft packages (diff) | |
download | gentoo-2-5e28704a13fe454c514f042af77bbfed91541ce3.tar.gz gentoo-2-5e28704a13fe454c514f042af77bbfed91541ce3.tar.bz2 gentoo-2-5e28704a13fe454c514f042af77bbfed91541ce3.zip |
Version bump. Remove old.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/gentoo-syntax')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.21.ebuild (renamed from app-emacs/gentoo-syntax/gentoo-syntax-1.19.ebuild) | 12 |
2 files changed, 13 insertions, 7 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index 46d11aae5612..10e68373c865 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.91 2013/01/22 17:31:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.92 2013/03/09 07:43:45 ulm Exp $ + +*gentoo-syntax-1.21 (08 Mar 2013) + + 08 Mar 2013; Ulrich Müller <ulm@gentoo.org> -gentoo-syntax-1.19.ebuild, + +gentoo-syntax-1.21.ebuild: + Version bump. Remove old. 22 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gentoo-syntax-1.20.ebuild: Stable for x86, wrt bug #451924 diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.19.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.21.ebuild index ff31d5473500..3edadfd06038 100644 --- a/app-emacs/gentoo-syntax/gentoo-syntax-1.19.ebuild +++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.21.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.19.ebuild,v 1.7 2012/09/22 13:20:16 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.21.ebuild,v 1.1 2013/03/09 07:43:45 ulm Exp $ -EAPI=4 +EAPI=5 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" +SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -DOCS="ChangeLog" +DOCS="ChangeLog keyword-generation.sh" ELISP_TEXINFO="${PN}.texi" SITEFILE="50${PN}-gentoo.el" |