Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 586290 Details for
Bug 691820
app-emacs/auctex-9999
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
auctex-9999.ebuild (text/plain), 1.62 KB, created by
simonfxr
on 2019-08-09 12:06:11 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
simonfxr
Created:
2019-08-09 12:06:11 UTC
Size:
1.62 KB
patch
obsolete
># Copyright 1999-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 >NEED_EMACS=24 > >inherit autotools elisp git-r3 > >DESCRIPTION="Extensible package for writing and formatting TeX files in Emacs" >HOMEPAGE="https://www.gnu.org/software/auctex/" > >EGIT_REPO_URI="https://git.savannah.gnu.org/git/auctex.git" >EGIT_CHECKOUT_DIR="${WORKDIR}/${P}" # needed for setting S later on >S="${WORKDIR}"/${P} > >LICENSE="GPL-3+ FDL-1.3+" >SLOT="0" >KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" >IUSE="preview-latex" > >DEPEND="virtual/latex-base > preview-latex? ( > app-text/dvipng > app-text/ghostscript-gpl > )" >RDEPEND="${DEPEND}" > >TEXMF="/usr/share/texmf-site" > >src_configure() { > ./autogen.sh > econf --with-emacs \ > --with-auto-dir="${EPREFIX}/var/lib/auctex" \ > --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \ > --with-packagelispdir="${EPREFIX}${SITELISP}/${PN}" \ > --with-packagedatadir="${EPREFIX}${SITEETC}/${PN}" \ > --with-texmf-dir="${EPREFIX}${TEXMF}" \ > --docdir="${EPREFIX}/usr/share/doc/${PF}" \ > --disable-build-dir-test \ > $(use_enable preview-latex preview) >} > >src_compile() { > export VARTEXFONTS="${T}"/fonts > emake >} > >src_install() { > elisp_src_install > emake -j1 DESTDIR="${D}" install > elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" > if use preview-latex; then > elisp-site-file-install "${FILESDIR}/60${PN}-gentoo.el" > fi > dodoc ChangeLog* CHANGES FAQ INSTALL PROBLEMS.preview README RELEASE TODO >} > >pkg_postinst() { > use preview-latex && texmf-update > elisp-site-regen >} > >pkg_postrm(){ > use preview-latex && texmf-update > elisp-site-regen >}
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 Raw
Actions:
View
Attachments on
bug 691820
: 586290