summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-05-22 08:07:08 +0000
committerUlrich Müller <ulm@gentoo.org>2010-05-22 08:07:08 +0000
commita8d7974bbfbd534b5d4709c8aca6c075cf0d917c (patch)
treea8338ed77434086c3754125a82f1f3d51672a75a /app-emacs
parentx86 stable wrt bug #319887 (diff)
downloadhistorical-a8d7974bbfbd534b5d4709c8aca6c075cf0d917c.tar.gz
historical-a8d7974bbfbd534b5d4709c8aca6c075cf0d917c.tar.bz2
historical-a8d7974bbfbd534b5d4709c8aca6c075cf0d917c.zip
Remove old.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/gentoo-syntax/ChangeLog6
-rw-r--r--app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo-1.12.el9
-rw-r--r--app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild24
-rw-r--r--app-emacs/gentoo-syntax/gentoo-syntax-1.15-r1.ebuild38
-rw-r--r--app-emacs/whine/ChangeLog5
-rw-r--r--app-emacs/whine/whine-20071227.ebuild16
6 files changed, 9 insertions, 89 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog
index 7592a3793ba6..b621e4c68b4f 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.66 2010/05/21 20:54:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.67 2010/05/22 08:06:15 ulm Exp $
+
+ 22 May 2010; Ulrich Mueller <ulm@gentoo.org> -gentoo-syntax-1.12.ebuild,
+ -files/50gentoo-syntax-gentoo-1.12.el, -gentoo-syntax-1.15-r1.ebuild:
+ Remove old.
21 May 2010; Pacho Ramos <pacho@gentoo.org> gentoo-syntax-1.16.ebuild:
stable amd64, bug 299358
diff --git a/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo-1.12.el b/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo-1.12.el
deleted file mode 100644
index 4c4f2739c91d..000000000000
--- a/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo-1.12.el
+++ /dev/null
@@ -1,9 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'ebuild-mode "gentoo-syntax"
- "Major mode for Portage .ebuild and .eclass files." t)
-(autoload 'eselect-mode "gentoo-syntax" "Major mode for .eselect files." t)
-
-(add-to-list 'auto-mode-alist '("\\.\\(ebuild\\|eclass\\)\\'" . ebuild-mode))
-(add-to-list 'auto-mode-alist '("\\.eselect\\'" . eselect-mode))
-(add-to-list 'interpreter-mode-alist '("runscript" . sh-mode))
-(modify-coding-system-alist 'file "\\.\\(ebuild\\|eclass\\)\\'" 'utf-8)
diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild
deleted file mode 100644
index e91bb89b1262..000000000000
--- a/app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 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.12.ebuild,v 1.9 2009/11/24 20:57:24 fauli 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-${PV}.el"
-
-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.15-r1.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.15-r1.ebuild
deleted file mode 100644
index 256d2108bf5f..000000000000
--- a/app-emacs/gentoo-syntax/gentoo-syntax-1.15-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 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.15-r1.ebuild,v 1.2 2009/11/24 20:57:24 fauli 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/whine/ChangeLog b/app-emacs/whine/ChangeLog
index f6e57cd9d419..385f44899305 100644
--- a/app-emacs/whine/ChangeLog
+++ b/app-emacs/whine/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/whine
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/whine/ChangeLog,v 1.8 2010/05/21 20:53:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/whine/ChangeLog,v 1.9 2010/05/22 08:07:08 ulm Exp $
+
+ 22 May 2010; Ulrich Mueller <ulm@gentoo.org> -whine-20071227.ebuild:
+ Remove old.
21 May 2010; Pacho Ramos <pacho@gentoo.org> whine-20091222.ebuild:
stable amd64, bug 297562
diff --git a/app-emacs/whine/whine-20071227.ebuild b/app-emacs/whine/whine-20071227.ebuild
deleted file mode 100644
index bf10dfd61a44..000000000000
--- a/app-emacs/whine/whine-20071227.ebuild
+++ /dev/null
@@ -1,16 +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/whine/whine-20071227.ebuild,v 1.2 2008/02/25 20:43:46 opfer Exp $
-
-inherit elisp
-
-DESCRIPTION="Complaint generator for GNU Emacs"
-HOMEPAGE="http://groups.google.com/group/comp.emacs/msg/00352d73fff71dca"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-SITEFILE=50${PN}-gentoo.el