diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-07-06 18:03:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-07-06 18:03:07 +0000 |
commit | cb49b9041e19cb09aa4d34718e7b101b58e74a94 (patch) | |
tree | 599bd84425b312b7f75f6743fa128e80c097109f /app-emacs | |
parent | added prefix support (diff) | |
download | gentoo-2-cb49b9041e19cb09aa4d34718e7b101b58e74a94.tar.gz gentoo-2-cb49b9041e19cb09aa4d34718e7b101b58e74a94.tar.bz2 gentoo-2-cb49b9041e19cb09aa4d34718e7b101b58e74a94.zip |
Remove old.
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.20.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index 03eaeaefbc2e..98c2ed90bf77 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,9 @@ # 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.101 2013/05/25 08:02:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.102 2013/07/06 18:03:07 ulm Exp $ + + 06 Jul 2013; Ulrich Müller <ulm@gentoo.org> -gentoo-syntax-1.20.ebuild: + Remove old. 25 May 2013; Agostino Sarubbo <ago@gentoo.org> gentoo-syntax-1.21.ebuild: Stable for sparc, wrt bug #469882 diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.20.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.20.ebuild deleted file mode 100644 index 2bf3643d8022..000000000000 --- a/app-emacs/gentoo-syntax/gentoo-syntax-1.20.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.20.ebuild,v 1.9 2013/01/22 17:31:18 ago Exp $ - -EAPI=4 - -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 ~ppc-macos ~x86-macos" - -DOCS="ChangeLog keyword-generation.sh" -ELISP_TEXINFO="${PN}.texi" -SITEFILE="50${PN}-gentoo.el" - -pkg_postinst() { - elisp-site-regen - - elog "Some optional features may require installation of additional" - elog "packages, like app-portage/gentoolkit-dev for echangelog." -} |