diff options
author | 2008-10-28 20:17:20 +0000 | |
---|---|---|
committer | 2008-10-28 20:17:20 +0000 | |
commit | b9d22fd346dff174f3e6c4db9ef234af5c5a1fe1 (patch) | |
tree | c47c14a45eebff9d858e90ae0d6dead8046bc3bc /app-emacs/gentoo-syntax | |
parent | Marking gnome-mount-0.6 ~ppc64 again b/c hal is now ppc64 stable (diff) | |
download | gentoo-2-b9d22fd346dff174f3e6c4db9ef234af5c5a1fe1.tar.gz gentoo-2-b9d22fd346dff174f3e6c4db9ef234af5c5a1fe1.tar.bz2 gentoo-2-b9d22fd346dff174f3e6c4db9ef234af5c5a1fe1.zip |
clean up
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-emacs/gentoo-syntax')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild | 24 |
2 files changed, 5 insertions, 25 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index c20c4b9d7108..251e4f5aae99 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/gentoo-syntax # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.26 2008/10/27 22:50:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.27 2008/10/28 20:17:20 opfer Exp $ + + 28 Oct 2008; Christian Faulhammer <opfer@gentoo.org> + -gentoo-syntax-1.8.ebuild: + clean up 27 Oct 2008; Brent Baude <ranger@gentoo.org> gentoo-syntax-1.9.ebuild: stable ppc64, bug 243100 diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild deleted file mode 100644 index c4e1437fef62..000000000000 --- a/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 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.8.ebuild,v 1.11 2008/04/24 20:11:42 jer 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 ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -SITEFILE=51${PN}-gentoo.el -DOCS="ChangeLog" - -pkg_postinst() { - elisp-site-regen - - elog "Some optional features may require installation of additional" - elog "packages, like app-portage/gentoolkit-dev for echangelog." -} |