summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-06-30 19:54:25 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-06-30 19:54:25 +0000
commita9aa030f08e18c9e0b1e732796ac97bd597a1a75 (patch)
tree6412c96403a144f1eb031ead91303e0fed024b76 /app-emacs
parentForce meanwhile support to off. It was unpredictable, was missing a dep, and ... (diff)
downloadhistorical-a9aa030f08e18c9e0b1e732796ac97bd597a1a75.tar.gz
historical-a9aa030f08e18c9e0b1e732796ac97bd597a1a75.tar.bz2
historical-a9aa030f08e18c9e0b1e732796ac97bd597a1a75.zip
.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/protbuf/ChangeLog5
-rw-r--r--app-emacs/protbuf/Manifest4
-rw-r--r--app-emacs/protbuf/protbuf-1.7.ebuild22
3 files changed, 8 insertions, 23 deletions
diff --git a/app-emacs/protbuf/ChangeLog b/app-emacs/protbuf/ChangeLog
index 38738d553b9c..8064880de279 100644
--- a/app-emacs/protbuf/ChangeLog
+++ b/app-emacs/protbuf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/protbuf
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/protbuf/ChangeLog,v 1.4 2005/01/01 13:57:03 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/protbuf/ChangeLog,v 1.5 2005/06/30 19:54:25 mkennedy Exp $
+
+ 30 Jun 2005; Matthew Kennedy <mkennedy@gentoo.org> protbuf-1.7.ebuild:
+ Keywording ~amd64; Ebuild clean up.
*protbuf-1.7 (31 Oct 2002)
diff --git a/app-emacs/protbuf/Manifest b/app-emacs/protbuf/Manifest
index 848b32c8e2bd..115128459e9a 100644
--- a/app-emacs/protbuf/Manifest
+++ b/app-emacs/protbuf/Manifest
@@ -1,5 +1,5 @@
-MD5 014a0e2397febfcc38f80d880d08b70c ChangeLog 401
+MD5 90f05b89e41ff77f820d89383c32c3d4 ChangeLog 511
MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158
-MD5 e7a889db698c16cdd3ff2095f5c483e5 protbuf-1.7.ebuild 857
+MD5 538d5bd3911a8094c1fc31a2fadcb58d protbuf-1.7.ebuild 516
MD5 45ecd04158f003c0d23f93b7505d735a files/50protbuf-gentoo.el 104
MD5 eb90c3e4a2085a7fb9a299a57c04ba7e files/digest-protbuf-1.7 62
diff --git a/app-emacs/protbuf/protbuf-1.7.ebuild b/app-emacs/protbuf/protbuf-1.7.ebuild
index 3a1ba01f93b3..7df59a390d19 100644
--- a/app-emacs/protbuf/protbuf-1.7.ebuild
+++ b/app-emacs/protbuf/protbuf-1.7.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/protbuf/protbuf-1.7.ebuild,v 1.7 2005/01/01 13:57:03 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/protbuf/protbuf-1.7.ebuild,v 1.8 2005/06/30 19:54:25 mkennedy Exp $
inherit elisp
@@ -11,26 +11,8 @@ HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ProtectingBuffers"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
DEPEND="virtual/emacs"
SITEFILE=50protbuf-gentoo.el
-
-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}/protbuf.el for the complete documentation."
-}
-
-pkg_postrm() {
- elisp-site-regen
-}