mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Maciej Barć <xgqt@gentoo.org>
24 lines
867 B
XML
24 lines
867 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>gnu-emacs@gentoo.org</email>
|
|
<name>Gentoo GNU Emacs project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Edit with Emacs is an addon for webextension compatible browsers
|
|
like Google's Chrome(ium), Opera or Firefox that allows you to edit
|
|
text areas on your browser in a more full featured editor. It does
|
|
this in conjunction with an "Edit Server" which services requests by
|
|
the browser. This is because extensions cannot spawn new processes
|
|
as a security measure.
|
|
|
|
The extension packages a native elisp version that can be run inside
|
|
GNU Emacs itself.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">stsquad/emacs_chrome</remote-id>
|
|
</upstream>
|
|
<stabilize-allarches/>
|
|
</pkgmetadata>
|