diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-16 17:30:50 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-16 17:30:50 +0000 |
commit | 85f43c9032a47629bd74769f7380f672ae96dd6a (patch) | |
tree | 0314e8e904a0a1e7aa4d418479c91a859bf33479 /app-emacs/table | |
parent | Stable on sparc wrt #178786 (diff) | |
download | gentoo-2-85f43c9032a47629bd74769f7380f672ae96dd6a.tar.gz gentoo-2-85f43c9032a47629bd74769f7380f672ae96dd6a.tar.bz2 gentoo-2-85f43c9032a47629bd74769f7380f672ae96dd6a.zip |
Stable on sparc wrt #178725 and cleanup old
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-emacs/table')
-rw-r--r-- | app-emacs/table/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/table/files/50table-gentoo.el | 7 | ||||
-rw-r--r-- | app-emacs/table/files/digest-table-1.5.54 | 3 | ||||
-rw-r--r-- | app-emacs/table/table-1.5.54-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/table/table-1.5.54.ebuild | 23 |
5 files changed, 7 insertions, 36 deletions
diff --git a/app-emacs/table/ChangeLog b/app-emacs/table/ChangeLog index 7e96df03d558..8616e45dd556 100644 --- a/app-emacs/table/ChangeLog +++ b/app-emacs/table/ChangeLog @@ -1,6 +1,10 @@ # 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.14 2007/05/16 11:59:28 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/ChangeLog,v 1.15 2007/05/16 17:30:50 gustavoz Exp $ + + 16 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> + -files/50table-gentoo.el, -table-1.5.54.ebuild, table-1.5.54-r1.ebuild: + Stable on sparc wrt #178725 and cleanup old 16 May 2007; Christian Faulhammer <opfer@gentoo.org> table-1.5.54-r1.ebuild: diff --git a/app-emacs/table/files/50table-gentoo.el b/app-emacs/table/files/50table-gentoo.el deleted file mode 100644 index 3614d6d9d58b..000000000000 --- a/app-emacs/table/files/50table-gentoo.el +++ /dev/null @@ -1,7 +0,0 @@ - -;;; table site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(require 'table) -(add-hook 'text-mode-hook 'table-recognize) - diff --git a/app-emacs/table/files/digest-table-1.5.54 b/app-emacs/table/files/digest-table-1.5.54 deleted file mode 100644 index 5624fb376706..000000000000 --- a/app-emacs/table/files/digest-table-1.5.54 +++ /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 index 1f6d10c1c206..53c6bb62a4b2 100644 --- a/app-emacs/table/table-1.5.54-r1.ebuild +++ b/app-emacs/table/table-1.5.54-r1.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-r1.ebuild,v 1.2 2007/05/16 11:59:28 opfer Exp $ +# $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 @@ -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="" SITEFILE=51${PN}-gentoo.el diff --git a/app-emacs/table/table-1.5.54.ebuild b/app-emacs/table/table-1.5.54.ebuild deleted file mode 100644 index c20ba7c5c690..000000000000 --- a/app-emacs/table/table-1.5.54.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2006 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.ebuild,v 1.4 2006/09/02 14:04:54 blubb 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="" -DEPEND="virtual/emacs" - -S="${WORKDIR}/" - -SITEFILE=50table-gentoo.el - -src_unpack() { - unpack ${A} - cd ${S} && mv ${P}.el ${PN}.el -} |