diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-06-29 17:36:51 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-06-29 17:36:51 +0000 |
commit | 38bca74ee42425a0dda8de9b5a38b150439896a2 (patch) | |
tree | 2ff5a2ddfdffe9b138f9a9e50424742ae2823a65 /app-emacs/httpd | |
parent | dont install versioned jar (diff) | |
download | historical-38bca74ee42425a0dda8de9b5a38b150439896a2.tar.gz historical-38bca74ee42425a0dda8de9b5a38b150439896a2.tar.bz2 historical-38bca74ee42425a0dda8de9b5a38b150439896a2.zip |
.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-emacs/httpd')
-rw-r--r-- | app-emacs/httpd/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/httpd/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/httpd/files/digest-httpd-0.5 | 1 | ||||
-rw-r--r-- | app-emacs/httpd/httpd-0.5.ebuild | 36 | ||||
-rw-r--r-- | app-emacs/httpd/httpd-1.0.ebuild | 4 |
5 files changed, 8 insertions, 43 deletions
diff --git a/app-emacs/httpd/ChangeLog b/app-emacs/httpd/ChangeLog index cfb2a2ff996d..dbaa2fec4422 100644 --- a/app-emacs/httpd/ChangeLog +++ b/app-emacs/httpd/ChangeLog @@ -1,6 +1,10 @@ # 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.6 2005/06/22 01:37:09 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/httpd/ChangeLog,v 1.7 2005/06/29 17:36:51 mkennedy Exp $ + + 29 Jun 2005; Matthew Kennedy <mkennedy@gentoo.org> -httpd-0.5.ebuild, + httpd-1.0.ebuild: + Keywording ~amd64; removed old ebuilds. 22 Jun 2005; Jason Wever <weeve@gentoo.org> httpd-1.0.ebuild: Added ~sparc keyword. diff --git a/app-emacs/httpd/Manifest b/app-emacs/httpd/Manifest index ef0e4e8a9635..8b85d310bbe3 100644 --- a/app-emacs/httpd/Manifest +++ b/app-emacs/httpd/Manifest @@ -1,7 +1,5 @@ MD5 47bfe02b7991065ba05d2c46e03cf659 ChangeLog 623 -MD5 d1a028b34115e897899d44d35847cdb4 httpd-0.5.ebuild 819 +MD5 7fd8b119ae5a9ca3a6923842250379cb httpd-1.0.ebuild 458 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 -MD5 d7030f5b7fd9cc72efb425b0887e9b51 httpd-1.0.ebuild 451 MD5 187a5ade021e7bc1aac19e09158aaac1 files/50httpd-gentoo.el 74 -MD5 e40c4aaed262da159d585d14063d5456 files/digest-httpd-0.5 60 MD5 95aa7756d3ef71d4591e4ad6d43d3efa files/digest-httpd-1.0 59 diff --git a/app-emacs/httpd/files/digest-httpd-0.5 b/app-emacs/httpd/files/digest-httpd-0.5 deleted file mode 100644 index 14975414cf37..000000000000 --- a/app-emacs/httpd/files/digest-httpd-0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 fd1c8fb038dbbd449ce2f8bf75ed9fb1 httpd-0.5.tar.bz2 4290 diff --git a/app-emacs/httpd/httpd-0.5.ebuild b/app-emacs/httpd/httpd-0.5.ebuild deleted file mode 100644 index 3503c98ad02a..000000000000 --- a/app-emacs/httpd/httpd-0.5.ebuild +++ /dev/null @@ -1,36 +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/httpd/httpd-0.5.ebuild,v 1.6 2005/01/01 13:48:46 eradicator Exp $ - -inherit elisp - -IUSE="" - -DESCRIPTION="A HTTP server embedded in the Emacs" -HOMEPAGE="http://www.chez.com/emarsden/downloads/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="virtual/emacs" - -SITEFILE=50httpd-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}/httpd.el for the complete documentation." -} - -pkg_postrm() { - elisp-site-regen -} diff --git a/app-emacs/httpd/httpd-1.0.ebuild b/app-emacs/httpd/httpd-1.0.ebuild index a7b1e2faa80b..953fdb4a2b2b 100644 --- a/app-emacs/httpd/httpd-1.0.ebuild +++ b/app-emacs/httpd/httpd-1.0.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/httpd/httpd-1.0.ebuild,v 1.2 2005/06/22 01:37:09 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/httpd/httpd-1.0.ebuild,v 1.3 2005/06/29 17:36:51 mkennedy Exp $ inherit elisp @@ -9,7 +9,7 @@ HOMEPAGE="http://www.chez.com/emarsden/downloads/" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~sparc x86" +KEYWORDS="~sparc x86 ~amd64" IUSE="" SITEFILE=50httpd-gentoo.el |