diff options
author | David Seifert <soap@gentoo.org> | 2017-03-11 13:56:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-11 13:56:53 +0100 |
commit | 57504ef8a17e74bb3105459042fa94e172a080b5 (patch) | |
tree | 48b5c7756e91c792ccfe3dd56cccad1796c7d67e /app-text/asciidoc | |
parent | sci-mathematics/yacas: Remove old (diff) | |
download | gentoo-57504ef8a17e74bb3105459042fa94e172a080b5.tar.gz gentoo-57504ef8a17e74bb3105459042fa94e172a080b5.tar.bz2 gentoo-57504ef8a17e74bb3105459042fa94e172a080b5.zip |
app-text/asciidoc: Switch back to python-single-r1
Bug: https://bugs.gentoo.org/show_bug.cgi?id=612260
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-text/asciidoc')
-rw-r--r-- | app-text/asciidoc/asciidoc-8.6.9-r5.ebuild (renamed from app-text/asciidoc/asciidoc-8.6.9-r4.ebuild) | 31 |
1 files changed, 10 insertions, 21 deletions
diff --git a/app-text/asciidoc/asciidoc-8.6.9-r4.ebuild b/app-text/asciidoc/asciidoc-8.6.9-r5.ebuild index 1bee46377ac2..15fa066ce2f2 100644 --- a/app-text/asciidoc/asciidoc-8.6.9-r4.ebuild +++ b/app-text/asciidoc/asciidoc-8.6.9-r5.ebuild @@ -3,9 +3,9 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 pypy ) +PYTHON_COMPAT=( python2_7 ) -inherit python-r1 readme.gentoo-r1 +inherit python-single-r1 readme.gentoo-r1 DESCRIPTION="AsciiDoc is a plain text human readable/writable document format" HOMEPAGE="http://asciidoc.org/" @@ -25,9 +25,9 @@ RDEPEND=" graphviz? ( media-gfx/graphviz ) highlight? ( || ( - app-text/highlight - dev-python/pygments[${PYTHON_USEDEP}] dev-util/source-highlight + dev-python/pygments[${PYTHON_USEDEP}] + app-text/highlight ) )" DEPEND=" @@ -51,32 +51,21 @@ src_prepare() { # Only needed for prefix - harmless (does nothing) otherwise sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \ "${S}/asciidoc.py" || die - python_copy_sources } src_configure() { - myconfigure() { - econf --sysconfdir="${EPREFIX}"/usr/share - } - python_foreach_impl run_in_build_dir myconfigure -} - -src_compile() { - python_foreach_impl run_in_build_dir default + econf --sysconfdir="${EPREFIX}"/usr/share } src_test() { - mytest() { - local -x ASCIIDOC_PY=asciidoc.py - "${EPYTHON}" tests/test${PN}.py update || die - "${EPYTHON}" tests/test${PN}.py run || die - } - python_foreach_impl run_in_build_dir mytest + local -x ASCIIDOC_PY=asciidoc.py + "${EPYTHON}" tests/test${PN}.py update || die + "${EPYTHON}" tests/test${PN}.py run || die } src_install() { - python_foreach_impl run_in_build_dir default - python_replicate_script "${ED%/}"/usr/bin/*.py + default + python_fix_shebang "${ED%/}"/usr/bin/*.py readme.gentoo_create_doc dodoc CHANGELOG docbook-xsl/asciidoc-docbook-xsl.txt \ |