summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-05-18 18:21:48 +0000
committerUlrich Müller <ulm@gentoo.org>2011-05-18 18:21:48 +0000
commit7160e21cce1620c53f42c753ac20f10b11903016 (patch)
treeef9eef91bf69994a70b98b0cc3cf2ae5eed852fd /app-emacs
parentRemove package app-emacs/ibuffer, bug 358351. (diff)
downloadgentoo-2-7160e21cce1620c53f42c753ac20f10b11903016.tar.gz
gentoo-2-7160e21cce1620c53f42c753ac20f10b11903016.tar.bz2
gentoo-2-7160e21cce1620c53f42c753ac20f10b11903016.zip
Remove package app-emacs/table, bug 358351.
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/table/ChangeLog8
-rw-r--r--app-emacs/table/Manifest15
-rw-r--r--app-emacs/table/files/50table-gentoo.el8
-rw-r--r--app-emacs/table/metadata.xml11
-rw-r--r--app-emacs/table/table-1.5.54-r2.ebuild38
5 files changed, 6 insertions, 74 deletions
diff --git a/app-emacs/table/ChangeLog b/app-emacs/table/ChangeLog
index c17cde965266..a47621666fa8 100644
--- a/app-emacs/table/ChangeLog
+++ b/app-emacs/table/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/table
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/ChangeLog,v 1.21 2008/06/14 23:30:29 ulm Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/ChangeLog,v 1.22 2011/05/18 18:21:48 ulm Exp $
+
+ 18 May 2011; Ulrich Mueller <ulm@gentoo.org> -files/50table-gentoo.el,
+ -table-1.5.54-r2.ebuild, -metadata.xml:
+ Remove app-emacs/table, bug 358351.
14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> table-1.5.54-r2.ebuild:
Do not assign SIMPLE_ELISP since elisp.eclass now detects this case
diff --git a/app-emacs/table/Manifest b/app-emacs/table/Manifest
deleted file mode 100644
index 1ba989a841fa..000000000000
--- a/app-emacs/table/Manifest
+++ /dev/null
@@ -1,15 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-AUX 50table-gentoo.el 236 RMD160 e8a24e99570686442f243065e6b28220aae0541a SHA1 e7aa3d5ca32fe3dc8205193068a5dfd1e3285035 SHA256 a9cd79c366355fad0ccfe6df7aedaf66b3ee413c2c73d60aadfbab0574a5b1c6
-DIST table-1.5.54.el.gz 58136 RMD160 da7312476e92bc298fc997f7940910a924507f8c SHA1 4c5545ecda7da7e9572733f90e6d92551b62223e SHA256 af7f3337e1dc517bcb9f5683103d5e32a34dcf311f1187a02660fc3642089cba
-EBUILD table-1.5.54-r2.ebuild 1056 RMD160 3f42811cd644b7c9b055ee18ad6fa49f862a46b2 SHA1 0422b51116aacab3a16b7d80f8349c14156d02d0 SHA256 dbf438963fae690cd054e73c144159cdaf9923fe640da7288ab09d5e953c6de3
-MISC ChangeLog 2597 RMD160 85530832186ef7a7a20a9a69429ff8be84672880 SHA1 f07f5060dd19ff560bf3e51931e36ccbc05b557d SHA256 a5dba369aee8f94f3ffe4d974ab37a1660c9d8ff9a4fc0b4d4494c7083e2bcd2
-MISC metadata.xml 439 RMD160 e78a27125711230ef5fd0ccd2cca0ca6939b90b6 SHA1 081827086b7fcda20ad34263e3a623e041acdfab SHA256 c10551fca3a6736b2d5d755bb82998c73a62236be309c5fa4a76bb03111a820e
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.9 (GNU/Linux)
-
-iEYEARECAAYFAkhUVMMACgkQOeoy/oIi7uwmpgCbBDjRM+MCLE9ziahj6sOIkYZw
-GScAnjQuee9hyCfzEGBm0yKc/TX5MOhZ
-=7nOO
------END PGP SIGNATURE-----
diff --git a/app-emacs/table/files/50table-gentoo.el b/app-emacs/table/files/50table-gentoo.el
deleted file mode 100644
index 9988e030ba9b..000000000000
--- a/app-emacs/table/files/50table-gentoo.el
+++ /dev/null
@@ -1,8 +0,0 @@
-
-;;; table site-lisp configuration
-
-;; Emacs 22 and later include the table package
-(unless (fboundp 'table-insert)
- (add-to-list 'load-path "@SITELISP@")
- (load "table-autoloads" nil t)
- (add-hook 'text-mode-hook 'table-recognize))
diff --git a/app-emacs/table/metadata.xml b/app-emacs/table/metadata.xml
deleted file mode 100644
index a9af3ba658d8..000000000000
--- a/app-emacs/table/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>emacs</herd>
-<longdescription>
-This Emacs Lisp package provides text based table creation and editing
-feature. Emacs can edit tables embedded inside a document, just like a modern
-WYSIWYG word processor. The latest version generates a table HTML source from a
-WYSIWYG table.
-</longdescription>
-</pkgmetadata>
diff --git a/app-emacs/table/table-1.5.54-r2.ebuild b/app-emacs/table/table-1.5.54-r2.ebuild
deleted file mode 100644
index b4087214f323..000000000000
--- a/app-emacs/table/table-1.5.54-r2.ebuild
+++ /dev/null
@@ -1,38 +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/table/table-1.5.54-r2.ebuild,v 1.6 2008/06/14 23:30:29 ulm Exp $
-
-inherit elisp versionator
-
-DESCRIPTION="Table editor for Emacs"
-HOMEPAGE="http://table.sourceforge.net/"
-SRC_URI="mirror://sourceforge/table/${P}.el.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE=""
-
-SITEFILE=50${PN}-gentoo.el
-
-src_compile() {
- elisp-compile *.el || die "elisp-compile failed"
- elisp-make-autoload-file || die "elisp-make-autoload-file failed"
-}
-
-src_install() {
- elisp_src_install
- # prevent inclusion of package dir by subdirs.el
- touch "${D}${SITELISP}/${PN}/.nosearch"
-}
-
-pkg_postinst() {
- elisp-site-regen
-
- if version_is_at_least 22 "$(elisp-emacs-version)"; then
- echo
- elog "Please note that \"${PN}\" is already included with Emacs 22 or"
- elog "later, so ${CATEGORY}/${PN} is only needed for lower versions."
- elog "You may select the active Emacs version with \"eselect emacs\"."
- fi
-}