diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-09-27 12:43:46 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-09-27 12:43:46 +0000 |
commit | 59ddf402fb0e56953496e45d319750d2aacba3a6 (patch) | |
tree | 5b47dd735ea243d46b8f9f5f42855951410bb426 /app-emacs/table | |
parent | alpha/ia64/sparc stable wrt #193818 (diff) | |
download | gentoo-2-59ddf402fb0e56953496e45d319750d2aacba3a6.tar.gz gentoo-2-59ddf402fb0e56953496e45d319750d2aacba3a6.tar.bz2 gentoo-2-59ddf402fb0e56953496e45d319750d2aacba3a6.zip |
Sparc stable --- Bug #193832 --- works fine.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-emacs/table')
-rw-r--r-- | app-emacs/table/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/table/files/51table-gentoo.el | 6 | ||||
-rw-r--r-- | app-emacs/table/files/digest-table-1.5.54-r1 | 3 | ||||
-rw-r--r-- | app-emacs/table/table-1.5.54-r1.ebuild | 22 | ||||
-rw-r--r-- | app-emacs/table/table-1.5.54-r2.ebuild | 4 |
5 files changed, 6 insertions, 34 deletions
diff --git a/app-emacs/table/ChangeLog b/app-emacs/table/ChangeLog index d80f947a5a14..1b4b32f6ddfc 100644 --- a/app-emacs/table/ChangeLog +++ b/app-emacs/table/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/table # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/ChangeLog,v 1.19 2007/09/27 07:45:57 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/ChangeLog,v 1.20 2007/09/27 12:43:46 fmccor Exp $ + + 27 Sep 2007; Ferris McCormick <fmccor@gentoo.org> table-1.5.54-r2.ebuild: + Sparc stable --- Bug #193832 --- works fine. 27 Sep 2007; Christian Faulhammer <opfer@gentoo.org> table-1.5.54-r2.ebuild: diff --git a/app-emacs/table/files/51table-gentoo.el b/app-emacs/table/files/51table-gentoo.el deleted file mode 100644 index 7eeb2fcb6a43..000000000000 --- a/app-emacs/table/files/51table-gentoo.el +++ /dev/null @@ -1,6 +0,0 @@ - -;;; table site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(load "table-autoloads" nil t) -(add-hook 'text-mode-hook 'table-recognize) diff --git a/app-emacs/table/files/digest-table-1.5.54-r1 b/app-emacs/table/files/digest-table-1.5.54-r1 deleted file mode 100644 index 5624fb376706..000000000000 --- a/app-emacs/table/files/digest-table-1.5.54-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bf610808fa37ec0c6393e841d99defd9 table-1.5.54.el.gz 58136 -RMD160 da7312476e92bc298fc997f7940910a924507f8c table-1.5.54.el.gz 58136 -SHA256 af7f3337e1dc517bcb9f5683103d5e32a34dcf311f1187a02660fc3642089cba table-1.5.54.el.gz 58136 diff --git a/app-emacs/table/table-1.5.54-r1.ebuild b/app-emacs/table/table-1.5.54-r1.ebuild deleted file mode 100644 index 53c6bb62a4b2..000000000000 --- a/app-emacs/table/table-1.5.54-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 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-r1.ebuild,v 1.3 2007/05/16 17:30:50 gustavoz Exp $ - -inherit elisp - -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=51${PN}-gentoo.el -SIMPLE_ELISP=t - -src_compile() { - elisp-compile *.el || die "elisp-compile failed" - elisp-make-autoload-file || die "elisp-make-autoload-file failed" -} diff --git a/app-emacs/table/table-1.5.54-r2.ebuild b/app-emacs/table/table-1.5.54-r2.ebuild index 036ccfe5d4d4..31dd32375b1a 100644 --- a/app-emacs/table/table-1.5.54-r2.ebuild +++ b/app-emacs/table/table-1.5.54-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.4 2007/09/27 07:45:57 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/table-1.5.54-r2.ebuild,v 1.5 2007/09/27 12:43:46 fmccor Exp $ inherit elisp versionator @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/table/${P}.el.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ppc sparc x86" IUSE="" SIMPLE_ELISP=t |