Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 614460 Details for
Bug 710130
sys-app/portage-2.3.89 [ERROR] Exception in callback portdbapi.async_fetch_map.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
aldor-1.2.0_p20190730.ebuild
aldor-1.2.0_p20190730.ebuild (text/plain), 2.04 KB, created by
Alessandro Barbieri
on 2020-02-19 01:34:45 UTC
(
hide
)
Description:
aldor-1.2.0_p20190730.ebuild
Filename:
MIME Type:
Creator:
Alessandro Barbieri
Created:
2020-02-19 01:34:45 UTC
Size:
2.04 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI="7" > >EGIT_REPO_URI="git://github.com/pippijn/aldor.git" >EGIT_COMMIT="13e5b90" >AUTOTOOLS_AUTORECONF=1 >AUTOTOOLS_IN_SOURCE_BUILD=1 > >inherit git-r3 autotools elisp-common > >DESCRIPTION="The Aldor Programming Language" >HOMEPAGE="http://pippijn.github.io/aldor" >SRC_URI="doc? ( http://aldor.org/docs/libaldor.pdf.gz ) ># ftp://ftp-sop.inria.fr/cafe/software/algebra/algebra.html.tar.gz ) > emacs? ( http://hemmecke.de/aldor/aldor.el.nw )" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="doc emacs" > >RDEPEND="emacs? ( virtual/emacs )" >DEPEND="${RDEPEND} > virtual/yacc > doc? ( virtual/latex-base ) > emacs? ( app-text/noweb )" > >DOCS=( AUTHORS COPYRIGHT LICENSE ) > >S="${WORKDIR}/${P}/aldor" > >src_compile() { > if use doc ; then > ( cd aldorug; emake aldorug.pdf ) || die "make aldorug.pdf failed" > ( cd lib/aldor/tutorial > pdflatex tutorial.tex > pdflatex tutorial.tex ) || die "make tutorial.pdf failed" > cp "${DISTDIR}/libaldor.pdf.gz" . > gunzip libaldor.pdf.gz > tar xzf "${DISTDIR}/algebra.html.tar.gz" > fi > > if use emacs ; then > notangle "${DISTDIR}/aldor.el.nw" > aldor.el > notangle -Rinit.el "${DISTDIR}/aldor.el.nw" | \ > sed -e '1s/^.*$/;; aldor mode/' > 64aldor-gentoo.el > if use doc ; then > einfo "Documentation for the aldor emacs mode" > noweave "${DISTDIR}/aldor.el.nw" > aldor-mode.tex > pdflatex aldor-mode.tex > pdflatex aldor-mode.tex > fi > fi > > autotools-utils_src_compile >} > >src_install() { > if use doc ; then > DOCS+=( aldorug/aldorug.pdf lib/aldor/tutorial/tutorial.pdf libaldor.pdf ) > HTML_DOCS=( algebra.html/ ) > fi > if use emacs ; then > DOCS+=( aldor-mode.pdf ) > elisp-site-file-install aldor.el > elisp-site-file-install 64aldor-gentoo.el > fi > autotools-utils_src_install > > # Add information about ALDORROOT to environmental variables > cat > 99aldor <<- EOF > ALDORROOT="${EPREFIX}/usr" > EOF > doenvd 99aldor >} > >pkg_postinst() { > use emacs && elisp-site-regen >} > >pkg_prerm() { > [ -f "${SITELISP}/site-gentoo.el" ] && 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 710130
: 614460 |
614462