Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 123913 Details for
Bug 184261
Better emacs support for app-text/txt2tags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
For the ebuild
txt2tags-emacs.patch (text/plain), 1.05 KB, created by
Christian Faulhammer (RETIRED)
on 2007-07-05 06:37:15 UTC
(
hide
)
Description:
For the ebuild
Filename:
MIME Type:
Creator:
Christian Faulhammer (RETIRED)
Created:
2007-07-05 06:37:15 UTC
Size:
1.05 KB
patch
obsolete
>--- txt2tags-2.3.ebuild.~1.2~ 2007-07-05 07:19:05.000000000 +0200 >+++ txt2tags-2.3.ebuild 2007-07-05 07:19:44.000000000 +0200 >@@ -4,13 +4,12 @@ > > inherit elisp-common > >-IUSE="emacs tk" >- >-DESCRIPTION="Txt2tags is a tool for generating marked up documents (HTML, SGML, ...) from a plain text file with markup." >-SRC_URI="http://txt2tags.sourceforge.net/src/${P}.tgz" >+DESCRIPTION="A tool for generating marked up documents (HTML, SGML, ...) from a plain text file with markup." >+SRC_URI="mirror://sourceforge/txt2tags/${P}.tgz" > HOMEPAGE="http://txt2tags.sourceforge.net/" > > LICENSE="GPL-2" >+IUSE="emacs tk" > > SLOT="0" > KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86" >@@ -39,7 +38,7 @@ > fi > } > >-SITEFILE="50${PN}-gentoo.el" >+SITEFILE="51${PN}-gentoo.el" > > src_install() { > dobin txt2tags >@@ -63,8 +62,8 @@ > > # emacs support > if use emacs; then >- elisp-install ${PN} extras/txt2tags-mode.el >- elisp-site-file-install ${FILESDIR}/${SITEFILE} >+ elisp-install ${PN} extras/txt2tags-mode.el txt2tags-mode.elc >+ elisp-site-file-install "${FILESDIR}/${SITEFILE}" > fi > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 184261
:
123913
|
123915
|
124844