summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-06-29 17:50:30 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-06-29 17:50:30 +0000
commit0403d14ad116688f7c8bed9c3269a627023d774e (patch)
tree8d084343147221a28b2d8f6eed9e15f02d9ed786 /app-emacs
parentVersion bumped. (diff)
downloadgentoo-2-0403d14ad116688f7c8bed9c3269a627023d774e.tar.gz
gentoo-2-0403d14ad116688f7c8bed9c3269a627023d774e.tar.bz2
gentoo-2-0403d14ad116688f7c8bed9c3269a627023d774e.zip
.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/erc/ChangeLog5
-rw-r--r--app-emacs/erc/Manifest4
-rw-r--r--app-emacs/erc/erc-5.0.3.ebuild4
-rw-r--r--app-emacs/htmlize/ChangeLog6
-rw-r--r--app-emacs/htmlize/Manifest4
-rw-r--r--app-emacs/htmlize/files/digest-htmlize-0.671
-rw-r--r--app-emacs/htmlize/htmlize-0.67.ebuild38
-rw-r--r--app-emacs/htmlize/htmlize-1.16.ebuild25
-rw-r--r--app-emacs/initsplit/ChangeLog5
-rw-r--r--app-emacs/initsplit/Manifest2
-rw-r--r--app-emacs/initsplit/initsplit-1.6.ebuild14
11 files changed, 23 insertions, 85 deletions
diff --git a/app-emacs/erc/ChangeLog b/app-emacs/erc/ChangeLog
index d67ae74321e0..3862f6c08590 100644
--- a/app-emacs/erc/ChangeLog
+++ b/app-emacs/erc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/erc
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/erc/ChangeLog,v 1.16 2005/06/20 16:58:37 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/erc/ChangeLog,v 1.17 2005/06/29 17:48:01 mkennedy Exp $
+
+ 29 Jun 2005; Matthew Kennedy <mkennedy@gentoo.org> erc-5.0.3.ebuild:
+ Keywording ~amd64
*erc-5.0.3 (20 Jun 2005)
diff --git a/app-emacs/erc/Manifest b/app-emacs/erc/Manifest
index ed73d6fa73aa..309e41a19299 100644
--- a/app-emacs/erc/Manifest
+++ b/app-emacs/erc/Manifest
@@ -1,7 +1,7 @@
MD5 2a6dc843b314c61715ac4da368a5026c ChangeLog 2324
-MD5 412b2136b80db7ac2a1fc58fccb01f63 metadata.xml 239
MD5 d588aaf74c2e7892c36ff6e48682defe erc-5.0.2.ebuild 686
-MD5 9334f3ca404962993966fe8c0495f3f6 erc-5.0.3.ebuild 688
+MD5 05e7ee6f87b74be18a8f9722714d2aac erc-5.0.3.ebuild 695
+MD5 412b2136b80db7ac2a1fc58fccb01f63 metadata.xml 239
MD5 bbf2a316136100c46b67f11dd4c04629 files/digest-erc-5.0.2 61
MD5 e3caca5f67d85c344b59d357cee50244 files/digest-erc-5.0.3 61
MD5 bcd491fbc10e0b3fb9a03cefc37fd266 files/5.0.2/50erc-gentoo.el 87
diff --git a/app-emacs/erc/erc-5.0.3.ebuild b/app-emacs/erc/erc-5.0.3.ebuild
index 94d06e7ba4e8..b0dabbbd33ab 100644
--- a/app-emacs/erc/erc-5.0.3.ebuild
+++ b/app-emacs/erc/erc-5.0.3.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/erc/erc-5.0.3.ebuild,v 1.1 2005/06/20 16:58:37 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/erc/erc-5.0.3.ebuild,v 1.2 2005/06/29 17:48:01 mkennedy Exp $
inherit elisp
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/erc/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="ppc sparc x86"
+KEYWORDS="ppc sparc x86 ~amd64"
IUSE=""
DEPEND="virtual/emacs"
diff --git a/app-emacs/htmlize/ChangeLog b/app-emacs/htmlize/ChangeLog
index f7826f2908c1..d77a1ada4b87 100644
--- a/app-emacs/htmlize/ChangeLog
+++ b/app-emacs/htmlize/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/htmlize
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.7 2005/06/22 01:37:43 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.8 2005/06/29 17:45:49 mkennedy Exp $
+
+ 29 Jun 2005; Matthew Kennedy <mkennedy@gentoo.org> -htmlize-0.67.ebuild,
+ htmlize-1.16.ebuild:
+ Keywording ~amd64; Clean up ebuild; Removed old ebuilds.
22 Jun 2005; Jason Wever <weeve@gentoo.org> htmlize-1.16.ebuild:
Added ~sparc keyword.
diff --git a/app-emacs/htmlize/Manifest b/app-emacs/htmlize/Manifest
index 9d4aeceeb8fc..83e13ab2fa9b 100644
--- a/app-emacs/htmlize/Manifest
+++ b/app-emacs/htmlize/Manifest
@@ -1,7 +1,5 @@
MD5 5200bb1e32c0855b23ccb3a4e314ebf9 ChangeLog 734
-MD5 111f742673fac4a2ccda5b581047e473 htmlize-0.67.ebuild 904
-MD5 a2226de1222aef3f4d1be590a93986f0 htmlize-1.16.ebuild 944
+MD5 20582d75c7413b6439e5df577f878970 htmlize-1.16.ebuild 518
MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158
MD5 3f9a23f355fb5e1981e4b03c03007863 files/50htmlize-gentoo.el 95
-MD5 0a08248643af787bd55c563d814df9ef files/digest-htmlize-0.67 64
MD5 167eb07957b3f230bac501c70b377801 files/digest-htmlize-1.16 63
diff --git a/app-emacs/htmlize/files/digest-htmlize-0.67 b/app-emacs/htmlize/files/digest-htmlize-0.67
deleted file mode 100644
index 15f41a5df870..000000000000
--- a/app-emacs/htmlize/files/digest-htmlize-0.67
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ffe23f208746b5591df6d9c05e225c24 htmlize-0.67.tar.bz2 11898
diff --git a/app-emacs/htmlize/htmlize-0.67.ebuild b/app-emacs/htmlize/htmlize-0.67.ebuild
deleted file mode 100644
index ad0c98cfe290..000000000000
--- a/app-emacs/htmlize/htmlize-0.67.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-0.67.ebuild,v 1.8 2005/01/01 13:48:33 eradicator Exp $
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="HTML-ize font-lock buffers in Emacs"
-HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?SaveAsHtml"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="virtual/emacs"
-
-SITEFILE=50htmlize-gentoo.el
-
-# NOTE: this version of htmlize may have issues with emacs-cvs
-
-src_compile() {
- emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
-}
-
-pkg_postinst() {
- elisp-site-regen
- einfo "Please see ${SITELISP}/${PN}/htmlize.el for the complete documentation."
-}
-
-pkg_postrm() {
- elisp-site-regen
-}
diff --git a/app-emacs/htmlize/htmlize-1.16.ebuild b/app-emacs/htmlize/htmlize-1.16.ebuild
index f26a36b4210a..2e54f1e9b8c2 100644
--- a/app-emacs/htmlize/htmlize-1.16.ebuild
+++ b/app-emacs/htmlize/htmlize-1.16.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/htmlize/htmlize-1.16.ebuild,v 1.6 2005/06/22 01:37:43 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.16.ebuild,v 1.7 2005/06/29 17:45:49 mkennedy Exp $
inherit elisp
@@ -12,28 +12,7 @@ HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?SaveAsHtml
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~sparc x86"
-
-DEPEND="virtual/emacs"
+KEYWORDS="~sparc x86 ~amd64"
SITEFILE=50htmlize-gentoo.el
-# NOTE: this version of htmlize may have issues with emacs-cvs
-
-src_compile() {
- emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
-}
-
-pkg_postinst() {
- elisp-site-regen
- einfo "Please see ${SITELISP}/${PN}/htmlize.el for the complete documentation."
-}
-
-pkg_postrm() {
- elisp-site-regen
-}
diff --git a/app-emacs/initsplit/ChangeLog b/app-emacs/initsplit/ChangeLog
index e64be0b1c214..ee77b7872070 100644
--- a/app-emacs/initsplit/ChangeLog
+++ b/app-emacs/initsplit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/initsplit
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/initsplit/ChangeLog,v 1.2 2005/01/01 13:50:42 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/initsplit/ChangeLog,v 1.3 2005/06/29 17:50:30 mkennedy Exp $
+
+ 29 Jun 2005; Matthew Kennedy <mkennedy@gentoo.org> initsplit-1.6.ebuild:
+ Keywording ~amd64; Clean up ebuild.
*initsplit-1.6 (17 Nov 2004)
diff --git a/app-emacs/initsplit/Manifest b/app-emacs/initsplit/Manifest
index c084d5945024..730e6fa966b7 100644
--- a/app-emacs/initsplit/Manifest
+++ b/app-emacs/initsplit/Manifest
@@ -1,5 +1,5 @@
MD5 aa3ed0f943a562905546b91f47b9202b ChangeLog 446
-MD5 d27f24e36dcd9f390cc6f4b749e55b3a initsplit-1.6.ebuild 636
+MD5 1a84bf783333988df762af2fa34ed0a7 initsplit-1.6.ebuild 482
MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158
MD5 e7bb76099eabbf75a3fcc402468aca4e files/50initsplit-gentoo.el 395
MD5 f3f73a0c3447dd52cd8fa70db47c8465 files/digest-initsplit-1.6 63
diff --git a/app-emacs/initsplit/initsplit-1.6.ebuild b/app-emacs/initsplit/initsplit-1.6.ebuild
index ac1ecdfca3b8..8492ed7de1a9 100644
--- a/app-emacs/initsplit/initsplit-1.6.ebuild
+++ b/app-emacs/initsplit/initsplit-1.6.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/initsplit/initsplit-1.6.ebuild,v 1.2 2005/01/01 13:50:42 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/initsplit/initsplit-1.6.ebuild,v 1.3 2005/06/29 17:50:30 mkennedy Exp $
inherit elisp
@@ -9,17 +9,7 @@ HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki?InitSplit"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ~amd64"
IUSE=""
-DEPEND="virtual/emacs"
SITEFILE=50initsplit-gentoo.el
-
-src_compile() {
- elisp_src_compile
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
-}