diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-01 18:14:57 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-01 18:14:57 +0000 |
commit | 65639458b41481cec98569d5a704deb5aa5eb055 (patch) | |
tree | aec5fc83f305f4fee28c6b4f8a21da2d7b88e17e /app-emacs/table | |
parent | version bump (diff) | |
download | historical-65639458b41481cec98569d5a704deb5aa5eb055.tar.gz historical-65639458b41481cec98569d5a704deb5aa5eb055.tar.bz2 historical-65639458b41481cec98569d5a704deb5aa5eb055.zip |
.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-emacs/table')
-rw-r--r-- | app-emacs/table/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/table/Manifest | 6 | ||||
-rw-r--r-- | app-emacs/table/table-1.5.54.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-emacs/table/ChangeLog b/app-emacs/table/ChangeLog index 4a768c82abfc..897c3c2e8e05 100644 --- a/app-emacs/table/ChangeLog +++ b/app-emacs/table/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/table # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/ChangeLog,v 1.7 2005/02/01 08:10:52 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/ChangeLog,v 1.8 2005/07/01 18:14:57 mkennedy Exp $ + + 01 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org> table-1.5.54.ebuild: + Keywording ~amd64. 01 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> metadata.xml: New upstream version; Reduced ebuild; Expanded metadata.xml diff --git a/app-emacs/table/Manifest b/app-emacs/table/Manifest index 8d5a260a1aa7..83966cce4cfa 100644 --- a/app-emacs/table/Manifest +++ b/app-emacs/table/Manifest @@ -1,7 +1,7 @@ -MD5 e259d4c45419bd4c4dcaa8425f83bf3b table-1.5.53.ebuild 901 -MD5 b0817479f24ec1d9ef38fb1b00f0fc7a table-1.5.54.ebuild 546 MD5 ad36d1092d9458fc10ad15ae381a3f50 ChangeLog 732 MD5 1e850ac6a0bf83b9afd876b1eb82e0b3 metadata.xml 439 +MD5 e259d4c45419bd4c4dcaa8425f83bf3b table-1.5.53.ebuild 901 +MD5 51d640522f077251bdf808d93fb4f118 table-1.5.54.ebuild 553 +MD5 9af1a008f461fcc42085534fdb7a7e16 files/50table-gentoo.el 145 MD5 cbf116f0cb84cdb4fc96c2f2197b515a files/digest-table-1.5.53 62 MD5 1707def8783a3c63c144f959c484aa7b files/digest-table-1.5.54 62 -MD5 9af1a008f461fcc42085534fdb7a7e16 files/50table-gentoo.el 145 diff --git a/app-emacs/table/table-1.5.54.ebuild b/app-emacs/table/table-1.5.54.ebuild index 4dc3916358b0..8bfe1bbfa187 100644 --- a/app-emacs/table/table-1.5.54.ebuild +++ b/app-emacs/table/table-1.5.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.1 2005/02/01 08:10:52 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/table-1.5.54.ebuild,v 1.2 2005/07/01 18:14:57 mkennedy Exp $ inherit elisp @@ -9,7 +9,7 @@ HOMEPAGE="http://table.sourceforge.net/" SRC_URI="mirror://sourceforge/table/${P}.el.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc" +KEYWORDS="x86 sparc ~amd64" IUSE="" DEPEND="virtual/emacs" |