diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-01 10:56:30 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-01 10:56:30 +0000 |
commit | 9acf6fb4d1b1bc2dc6b096f38204bfbc408d5250 (patch) | |
tree | db954cd3f7f61f0d7bfba34cc995958259b76c2d /app-emacs | |
parent | Marked stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-9acf6fb4d1b1bc2dc6b096f38204bfbc408d5250.tar.gz gentoo-2-9acf6fb4d1b1bc2dc6b096f38204bfbc408d5250.tar.bz2 gentoo-2-9acf6fb4d1b1bc2dc6b096f38204bfbc408d5250.zip |
Stable on x86. Added to ~alpha and ~ppc-macos.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/http-emacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/http-emacs/http-emacs-1.1.ebuild | 7 | ||||
-rw-r--r-- | app-emacs/http-emacs/metadata.xml | 3 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-emacs/http-emacs/ChangeLog b/app-emacs/http-emacs/ChangeLog index e908834c1032..9cb870a11b75 100644 --- a/app-emacs/http-emacs/ChangeLog +++ b/app-emacs/http-emacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/http-emacs # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/ChangeLog,v 1.2 2004/06/24 22:14:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/ChangeLog,v 1.3 2004/11/01 10:56:30 usata Exp $ + + 01 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> metadata.xml, + http-emacs-1.1.ebuild: + Stable on x86. Added to ~alpha and ~ppc-macos. *http-emacs-1.1 (03 Nov 2003) diff --git a/app-emacs/http-emacs/http-emacs-1.1.ebuild b/app-emacs/http-emacs/http-emacs-1.1.ebuild index d387a6ee615d..660e7a0b49c8 100644 --- a/app-emacs/http-emacs/http-emacs-1.1.ebuild +++ b/app-emacs/http-emacs/http-emacs-1.1.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2004 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.3 2004/06/24 22:14:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1.ebuild,v 1.4 2004/11/01 10:56:30 usata Exp $ inherit elisp -DESCRIPTION="http-emacs includes http-post and http-get which allows you to fetch, render and post html pages via emacs. It also includes simple-wiki-* modules, which allow you to edit remote (and local) wikis via emacs, and also includes a major-mode for the same." +DESCRIPTION="http-emacs includes http-post and http-get which allows you to fetch, render and post html pages via emacs." 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" +KEYWORDS="x86 ~alpha ~ppc-macos" IUSE="" -DEPEND="virtual/emacs" S=${WORKDIR}/${PN} SITEFILE=50http-emacs-gentoo.el diff --git a/app-emacs/http-emacs/metadata.xml b/app-emacs/http-emacs/metadata.xml index bc306fe58224..97519ae955a4 100644 --- a/app-emacs/http-emacs/metadata.xml +++ b/app-emacs/http-emacs/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>emacs</herd> +<longdescription> +http-emacs includes http-post and http-get which allows you to fetch, render and post html pages via emacs. It also includes simple-wiki-* modules, which allow you to edit remote (and local) wikis via emacs, and also includes a major-mode for the same. +</longdescription> </pkgmetadata> |