summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-07-01 18:44:00 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-07-01 18:44:00 +0000
commitd9f2c7b8ea17ed7ee0a82e3aeb986faf2fab8865 (patch)
treee3d1a39638d56d06d628ef88a518f0a445a9654d /app-emacs
parent. (diff)
downloadgentoo-2-d9f2c7b8ea17ed7ee0a82e3aeb986faf2fab8865.tar.gz
gentoo-2-d9f2c7b8ea17ed7ee0a82e3aeb986faf2fab8865.tar.bz2
gentoo-2-d9f2c7b8ea17ed7ee0a82e3aeb986faf2fab8865.zip
.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/htmlfontify/ChangeLog6
-rw-r--r--app-emacs/htmlfontify/Manifest4
-rw-r--r--app-emacs/htmlfontify/htmlfontify-0.17.ebuild15
-rw-r--r--app-emacs/http-emacs/ChangeLog5
-rw-r--r--app-emacs/http-emacs/Manifest2
-rw-r--r--app-emacs/http-emacs/http-emacs-1.1.ebuild4
6 files changed, 17 insertions, 19 deletions
diff --git a/app-emacs/htmlfontify/ChangeLog b/app-emacs/htmlfontify/ChangeLog
index 0b0c2966c5bd..ddf9a0323d56 100644
--- a/app-emacs/htmlfontify/ChangeLog
+++ b/app-emacs/htmlfontify/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/htmlfontify
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.5 2005/01/01 13:48:21 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.6 2005/07/01 18:39:22 mkennedy Exp $
+
+ 01 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ htmlfontify-0.17.ebuild:
+ Keywording ~amd64.
*htmlfontify-0.17 (31 Oct 2002)
diff --git a/app-emacs/htmlfontify/Manifest b/app-emacs/htmlfontify/Manifest
index a1505de69315..229bbb0fb43c 100644
--- a/app-emacs/htmlfontify/Manifest
+++ b/app-emacs/htmlfontify/Manifest
@@ -1,5 +1,5 @@
-MD5 cb465dcb1a7d104fbe552885cef2897d ChangeLog 592
-MD5 46415eb60159f6293dd9b2d9ec2b2837 htmlfontify-0.17.ebuild 918
+MD5 08bd3a96f808b4fa580a44fce7807016 ChangeLog 694
+MD5 313e765224df19796dac38aee02f3be6 htmlfontify-0.17.ebuild 798
MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158
MD5 4f2171cc57ec51f59c407f6bf8c1efc8 files/50htmlfontify-gentoo.el 112
MD5 29cb44272c00732b1bc6f13514277783 files/digest-htmlfontify-0.17 75
diff --git a/app-emacs/htmlfontify/htmlfontify-0.17.ebuild b/app-emacs/htmlfontify/htmlfontify-0.17.ebuild
index 7053352d7041..65732e18c0d3 100644
--- a/app-emacs/htmlfontify/htmlfontify-0.17.ebuild
+++ b/app-emacs/htmlfontify/htmlfontify-0.17.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/htmlfontify/htmlfontify-0.17.ebuild,v 1.7 2005/01/01 13:48:21 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.17.ebuild,v 1.8 2005/07/01 18:39:22 mkennedy Exp $
inherit elisp
@@ -14,7 +14,7 @@ SRC_URI="http://rtfm.etla.org/emacs/htmlfontify/${MY_P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86"
+KEYWORDS="x86 ~amd64"
DEPEND="virtual/emacs"
@@ -22,22 +22,13 @@ DEPEND="virtual/emacs"
SITEFILE=50htmlfontify-gentoo.el
src_compile() {
- emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el
+ elisp-compile *.el
makeinfo htmlfontify.texi
}
src_install() {
elisp-install ${PN} *.el *.elc
elisp-site-file-install ${FILESDIR}/${SITEFILE}
-
dodoc LICENSE
doinfo htmlfontify.info
}
-
-pkg_postinst() {
- elisp-site-regen
-}
-
-pkg_postrm() {
- elisp-site-regen
-}
diff --git a/app-emacs/http-emacs/ChangeLog b/app-emacs/http-emacs/ChangeLog
index a73a56db23b0..9e7d88a3c2db 100644
--- a/app-emacs/http-emacs/ChangeLog
+++ b/app-emacs/http-emacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/http-emacs
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/ChangeLog,v 1.4 2005/01/01 13:48:58 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/ChangeLog,v 1.5 2005/07/01 18:44:00 mkennedy Exp $
+
+ 01 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org> http-emacs-1.1.ebuild:
+ Keywording ~amd64.
01 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> metadata.xml,
http-emacs-1.1.ebuild:
diff --git a/app-emacs/http-emacs/Manifest b/app-emacs/http-emacs/Manifest
index a52c332d9a37..b64c0245272a 100644
--- a/app-emacs/http-emacs/Manifest
+++ b/app-emacs/http-emacs/Manifest
@@ -1,5 +1,5 @@
MD5 39e74a0016412bb6bd5adcde31c37b49 ChangeLog 571
-MD5 7e1b8ebf8dea419f390b09d49af0f3a8 http-emacs-1.1.ebuild 809
+MD5 891c815a5ead282b750c34896985f01b http-emacs-1.1.ebuild 816
MD5 ab5c0d0c080bb8e66bda7a15dea6ecb0 metadata.xml 448
MD5 7e25cea82fdb64654f673b2dc24a02f1 files/50http-emacs-gentoo.el 83
MD5 3c3f1ae83ee53786e797df5b16a72633 files/digest-http-emacs-1.1 65
diff --git a/app-emacs/http-emacs/http-emacs-1.1.ebuild b/app-emacs/http-emacs/http-emacs-1.1.ebuild
index 6b3fc2a810c7..4b8d4d178fa3 100644
--- a/app-emacs/http-emacs/http-emacs-1.1.ebuild
+++ b/app-emacs/http-emacs/http-emacs-1.1.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/http-emacs/http-emacs-1.1.ebuild,v 1.5 2005/01/01 13:48:58 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1.ebuild,v 1.6 2005/07/01 18:44:00 mkennedy Exp $
inherit elisp
@@ -9,7 +9,7 @@ HOMEPAGE="http://emacswiki.org/cgi-bin/wiki.pl?SimpleWikiEditMode"
SRC_URI="http://savannah.nongnu.org/download/http-emacs/http-emacs.pkg/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~alpha ~ppc-macos"
+KEYWORDS="x86 ~alpha ~ppc-macos ~amd64"
IUSE=""
S=${WORKDIR}/${PN}