From 65737cf14a7220bd9a487aa2af4ae0e79bd23e86 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 8 Jan 2018 21:45:04 +0000 Subject: gentoo resync : 08.01.2018 --- app-text/asciidoc/Manifest | 1 - app-text/asciidoc/asciidoc-9999.ebuild | 114 --------------------------------- 2 files changed, 115 deletions(-) delete mode 100644 app-text/asciidoc/asciidoc-9999.ebuild (limited to 'app-text/asciidoc') diff --git a/app-text/asciidoc/Manifest b/app-text/asciidoc/Manifest index d5920c8f3da4..bff601ea3d21 100644 --- a/app-text/asciidoc/Manifest +++ b/app-text/asciidoc/Manifest @@ -3,5 +3,4 @@ DIST asciidoc-8.6.9.tar.gz 907253 BLAKE2B 45db42abd9ec73f6d3b20fc755bdd501eab150 EBUILD asciidoc-8.6.10.ebuild 2443 BLAKE2B c1f925ca60568c87634616d4dd1ff8c15cf06b2d6b97bf67a63f2eaa9c0ec46d8444535f802c08522ccfcfc29a90f221da4ff32896c47ae2ab18e38446eb0a67 SHA512 71a9b339b30ab19254b9cef30c6f85062c0cfc258a8eac8a58ea59532b6c4a822911f1f35c28464b2a15fded950988c8576f0d95c4fc601598e1fc1ef96c68a0 EBUILD asciidoc-8.6.9-r2.ebuild 2194 BLAKE2B 2220da9b448de8c9682bcc73513c43f713dc6f329860a5ebb62017f5fcddb6d33274cad6e47d6592bb58b914811c93bf18f873ac7d5c15a676af55913b0610c8 SHA512 8800a9c0a0ffc8105315d468194b8c6aa0a23d2345b1a5aa4ba5950c3d2daca94f28ffd81f40e52c10d8de94d9f67306d69a3c00acf4008821ffb4c21625f190 EBUILD asciidoc-8.6.9-r6.ebuild 2393 BLAKE2B b3894e1bfefce30f5d75a843b2065f3bfae89c8e78d4d30c886d50082b078468d1b2676ca3b08f30761d2adbdb65137dae81ebdd01d3755f47e71edac7bb807c SHA512 ef5cd7559f8c7a1a3de05a6ec2b81647b8b2bdb22efe6112d5136a36f83e32071a09febfe9a4310e437fdfa92b1e752bf0744010218653758fff5d39677a7e66 -EBUILD asciidoc-9999.ebuild 3024 BLAKE2B 9b70f5b4b66dbdbe75f4947d23d7ff32630134c5cc970abda7265891fffa85afbcf09ed3065641e0d98b80c0f1d5e432fd3c575b8194f338c58819e8a89e423b SHA512 a4f71cee5bdd91630d0e3be403666c0bd250f3425a15cdd863da3a429d8cab36304f07b463b2353c1296f8e89ddc28f5ce1e9e6aa0922577659c158f168e805d MISC metadata.xml 583 BLAKE2B d9e73f6edfe77114e18617c0ae65a812fec9967b9f129bc8f5d5c5a761c3c93f2bce420153f33de6d11feea2e93d844e84ad50690e2183462e38015edf781d3a SHA512 cf654b12cae851d762b538926912ed626a5681033f9c579ca9e62d442345c8efe5a5373784c702994c2b97a0acf7f251d257da29dc3960a2dc8c1b84327f11af diff --git a/app-text/asciidoc/asciidoc-9999.ebuild b/app-text/asciidoc/asciidoc-9999.ebuild deleted file mode 100644 index 8577a4a0e1a5..000000000000 --- a/app-text/asciidoc/asciidoc-9999.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 pypy ) - -[ "$PV" == "9999" ] && inherit git-r3 autotools -inherit python-single-r1 readme.gentoo-r1 - -DESCRIPTION="AsciiDoc is a plain text human readable/writable document format" -HOMEPAGE="http://asciidoc.org/" -if [ "$PV" == "9999" ]; then - EGIT_REPO_URI="https://github.com/asciidoc/asciidoc.git" - SRC_URI="" - KEYWORDS="" -else - SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="examples graphviz highlight test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - app-text/docbook-xml-dtd:4.5 - >=app-text/docbook-xsl-stylesheets-1.75 - dev-libs/libxslt - ${PYTHON_DEPS} - graphviz? ( media-gfx/graphviz ) - highlight? ( - || ( - dev-util/source-highlight - dev-python/pygments[${PYTHON_USEDEP}] - app-text/highlight - ) - )" -DEPEND=" - test? ( - app-text/dvipng - dev-texlive/texlive-latex - dev-util/source-highlight - media-gfx/graphviz - media-gfx/imagemagick - media-sound/lilypond - ${PYTHON_DEPS} - )" - -DOC_CONTENTS=" -If you are going to use a2x, please also look at a2x(1) under -REQUISITES for a list of runtime dependencies. -" - -if [ "$PV" == "9999" ]; then - DEPEND="${DEPEND} - dev-util/source-highlight - www-client/lynx" -fi - -src_prepare() { - default - # Only needed for prefix - harmless (does nothing) otherwise - sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \ - "${S}/asciidoc.py" || die - - [ "$PV" == "9999" ] && eautoconf -} - -src_configure() { - econf --sysconfdir="${EPREFIX}"/usr/share -} - -src_compile() { - default - - if [ "$PV" == "9999" ]; then - # replicate build rules from doc/main.aap; this avoids a dependency on - # the A-A-P build tool - for f in CHANGELOG.txt BUGS.txt README.asciidoc; do - ${PYTHON} asciidoc.py -f text.conf -n -b html4 -o - "$f" | \ - lynx -dump -stdin > "${f%.*}" || die - done - fi -} - -src_test() { - local -x ASCIIDOC_PY=asciidoc.py - "${EPYTHON}" tests/test${PN}.py update || die - "${EPYTHON}" tests/test${PN}.py run || die -} - -src_install() { - default - python_fix_shebang "${ED%/}"/usr/bin/*.py - - readme.gentoo_create_doc - dodoc BUGS CHANGELOG README docbook-xsl/asciidoc-docbook-xsl.txt \ - dblatex/dblatex-readme.txt filters/code/code-filter-readme.txt - - # Below results in some files being installed twice in different locations, but they are - # in the right place, uncompressed, and there won't be any broken links. See bug #483336 - if use examples; then - # examples/website is full of relative symlinks, - # deref them for copying, which dodoc doesn't do - cp -rL examples/website "${ED%/}"/usr/share/doc/${PF}/examples || die - docompress -x /usr/share/doc/${PF}/examples - fi -} - -pkg_postinst() { - readme.gentoo_print_elog -} -- cgit v1.2.3