summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-02-01 07:56:39 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-02-01 07:56:39 +0000
commit726dc08ae4704301ff7ac38b82d6093ed9e37539 (patch)
treebd3d636abdce1f8683ead8e12fa29c08bbc3373a /app-emacs
parentPRET patch as per bug #77756 (diff)
downloadgentoo-2-726dc08ae4704301ff7ac38b82d6093ed9e37539.tar.gz
gentoo-2-726dc08ae4704301ff7ac38b82d6093ed9e37539.tar.bz2
gentoo-2-726dc08ae4704301ff7ac38b82d6093ed9e37539.zip
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/httpd/ChangeLog8
-rw-r--r--app-emacs/httpd/Manifest4
-rw-r--r--app-emacs/httpd/files/50httpd-gentoo.el3
-rw-r--r--app-emacs/httpd/files/digest-httpd-1.01
-rw-r--r--app-emacs/httpd/httpd-1.0.ebuild15
5 files changed, 27 insertions, 4 deletions
diff --git a/app-emacs/httpd/ChangeLog b/app-emacs/httpd/ChangeLog
index 793674c04c71..5cf3d1c4f8ff 100644
--- a/app-emacs/httpd/ChangeLog
+++ b/app-emacs/httpd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/httpd
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/httpd/ChangeLog,v 1.4 2005/01/01 13:48:46 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/httpd/ChangeLog,v 1.5 2005/02/01 07:56:39 mkennedy Exp $
+
+*httpd-1.0 (01 Feb 2005)
+
+ 01 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ files/50httpd-gentoo.el, +httpd-1.0.ebuild:
+ New upstream version.
*httpd-0.5 (31 Oct 2002)
diff --git a/app-emacs/httpd/Manifest b/app-emacs/httpd/Manifest
index 8f021e992b6c..dc78b4e91fa3 100644
--- a/app-emacs/httpd/Manifest
+++ b/app-emacs/httpd/Manifest
@@ -1,5 +1,7 @@
-MD5 a5de9e3cd101e888fa343bd720d7b5f1 ChangeLog 389
+MD5 e3de8e6a24f62f60e2a11669cdc47ae0 httpd-1.0.ebuild 449
MD5 d1a028b34115e897899d44d35847cdb4 httpd-0.5.ebuild 819
+MD5 a5de9e3cd101e888fa343bd720d7b5f1 ChangeLog 389
MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158
MD5 4b7b922729c67a512fe94cb5c34c2316 files/50httpd-gentoo.el 84
MD5 e40c4aaed262da159d585d14063d5456 files/digest-httpd-0.5 60
+MD5 95aa7756d3ef71d4591e4ad6d43d3efa files/digest-httpd-1.0 59
diff --git a/app-emacs/httpd/files/50httpd-gentoo.el b/app-emacs/httpd/files/50httpd-gentoo.el
index 4527ecc17f5b..072ae59d1b2f 100644
--- a/app-emacs/httpd/files/50httpd-gentoo.el
+++ b/app-emacs/httpd/files/50httpd-gentoo.el
@@ -1,5 +1,4 @@
;;; httpd site-lisp configuration
-(setq load-path (cons "@SITELISP@" load-path))
-
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/httpd/files/digest-httpd-1.0 b/app-emacs/httpd/files/digest-httpd-1.0
new file mode 100644
index 000000000000..aa2b531cb02b
--- /dev/null
+++ b/app-emacs/httpd/files/digest-httpd-1.0
@@ -0,0 +1 @@
+MD5 ce522286683934172d947c3da8205882 httpd-1.0.tar.gz 3620
diff --git a/app-emacs/httpd/httpd-1.0.ebuild b/app-emacs/httpd/httpd-1.0.ebuild
new file mode 100644
index 000000000000..3c508fc7de47
--- /dev/null
+++ b/app-emacs/httpd/httpd-1.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/httpd/httpd-1.0.ebuild,v 1.1 2005/02/01 07:56:39 mkennedy Exp $
+
+inherit elisp
+
+DESCRIPTION="A HTTP server embedded in the Emacs"
+HOMEPAGE="http://www.chez.com/emarsden/downloads/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+SITEFILE=50httpd-gentoo.el