summaryrefslogtreecommitdiff
path: root/app-text/sgmltools-lite
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /app-text/sgmltools-lite
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'app-text/sgmltools-lite')
-rw-r--r--app-text/sgmltools-lite/Manifest3
-rw-r--r--app-text/sgmltools-lite/sgmltools-lite-3.0.3-r14.ebuild92
-rw-r--r--app-text/sgmltools-lite/sgmltools-lite-3.0.3-r15.ebuild2
3 files changed, 2 insertions, 95 deletions
diff --git a/app-text/sgmltools-lite/Manifest b/app-text/sgmltools-lite/Manifest
index 4b11208ac7a9..37d99a7db37f 100644
--- a/app-text/sgmltools-lite/Manifest
+++ b/app-text/sgmltools-lite/Manifest
@@ -1,5 +1,4 @@
DIST nw-eps-icons-0.0.1.tar.gz 8733 BLAKE2B 467fa3f341c1d6ea20af059cfa88529a0b3bc729cefac72d5b3c264d3a224e8bfb05a89b5f491a22aaf4c194b72cd27ac103a381adb671d9867ef8fceb41f030 SHA512 597062e9882bb9bb73144bbdb056c3ccc2a6d99efc7da836f483ccd6f3799705bcbb897099cb1a580c8e22d936d281d95c3a875694f8e15b6989faf437f6cc7a
DIST sgmltools-lite-3.0.3.tar.gz 61342 BLAKE2B 8fcac5b48fcdbb8fbbfdbf8ad055ab00cb3fb6a8447a27bf5b14faef968845554a86f04b4984c1ccc1e26d9c64dc5654d5831896bbc44bd3dee0ef3fc28109e5 SHA512 36709ba726859b734a7402c533ba7d2abc0546007bc97dba76ac824bc42f6f8ac7ef263b3740d0be51749cbc0982d010ba938646fca2006fa2c5094a296b3c81
-EBUILD sgmltools-lite-3.0.3-r14.ebuild 2205 BLAKE2B 030bdf9b6258b0768b3098c17d4cc820110cfff79ce9a2d6becf6d1c28c18977d2cbceb083cec512cb64380bd5cf8ef012a773357d328a08f4cef607229fd237 SHA512 f1cf3035547d1626ace249218a75399e7ad9374f60de3203003393418324628dce27f28cd608f4a4c310306d36043a6856db273307c8ec5a9a3642307e1cb351
-EBUILD sgmltools-lite-3.0.3-r15.ebuild 2544 BLAKE2B 445b9ca88bc29d7c1959b09aad3eacf27d2009e0c7aeb77d18fa279bba834991034494f7fc0e381b1499f2fa2595bb5031a837d55388e36e31f4c9ea6b466fd6 SHA512 9ca223aaefdecd6e0b28bdcfaae6895c96c408931063c661fb04627a51abb5130e9be7b12aa18c761f95ddff0404b867d6e4ff25d1707acfd957e236b71d9337
+EBUILD sgmltools-lite-3.0.3-r15.ebuild 2542 BLAKE2B 725ed4b559ba330370df718863bb53cbe838aa01e312dc39eca570bd94e0fb0d1cd49d4bcf3e2c00c6bb3fdd662f672da25d00027f60fe30ee3e08eadccbaa47 SHA512 6211911fc50daad41be3df2b537ead8cb442e546cae27cd7bf95979a399dc4d2533a03ec4a02de926d3e83efe32a0bf7621026eed146065f2ff609b626af4016
MISC metadata.xml 493 BLAKE2B 36e972b80b557e131d5decb41945968ce24de810197ea457e50081017e50e3926baa419082222cbdfb494a55e9bae125bf304a431234efb4c4a67a8c3536852a SHA512 9f2e53faa5f07d791f7c4cfa7972ed42a26d1abfa5c11faf3e36dce18c2c30d086462e9c0a2c7664153333cb10c3923d47b4bb9e873b7e48dd144e667719a14e
diff --git a/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r14.ebuild b/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r14.ebuild
deleted file mode 100644
index 533ea51065bf..000000000000
--- a/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r14.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 sgml-catalog
-
-DESCRIPTION="Python interface to SGML software in a DocBook/OpenJade env"
-HOMEPAGE="http://sgmltools-lite.sourceforge.net/"
-SRC_URI="
- mirror://sourceforge/sgmltools-lite/${P}.tar.gz
- mirror://sourceforge/sgmltools-lite/nw-eps-icons-0.0.1.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="jadetex"
-
-RDEPEND="${PYTHON_DEPS}
- app-text/sgml-common
- app-text/docbook-sgml-dtd:3.1
- app-text/docbook-dsssl-stylesheets
- app-text/openjade
- jadetex? ( app-text/jadetex )
- || (
- www-client/w3m
- www-client/lynx
- )"
-DEPEND=${RDEPEND}
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-sgml-catalog_cat_include "/etc/sgml/sgml-lite.cat" \
- "/usr/share/sgml/stylesheets/sgmltools/sgmltools.cat"
-
-src_prepare() {
- ecvs_clean
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- einstall etcdir="${D}"/etc/sgml
-
- dodoc ChangeLog POSTINSTALL README*
- dohtml -r .
-
- insinto /usr/share/sgml/docbook/dsssl-stylesheets/
- doins -r "${WORKDIR}"/nw-eps-icons-0.0.1/images
-
- rm "${ED}"/etc/sgml/catalog.{suse,rh62} || die
-
- # Remove file provided by sgml-common
- rm "${ED}"/usr/bin/sgmlwhich || die
-
- # List of backends to alias with sgml2*
- # Do not provide sgml2{txt,rtf,html} anymore, they are part of
- # linuxdoc-tools
- local BACKENDS=""
- if use jadetex; then
- BACKENDS="ps dvi pdf"
- else
- # Remove the backends that require jadetex
- rm "${D}"/usr/share/sgml/misc/sgmltools/python/backends/{Dvi,Ps,Pdf,JadeTeX}.py || die
- fi
-
- # Create simple alias scripts that people are used to
- # And make the manpages for those link to the sgmltools-lite manpage
- mandir="${D}"/usr/share/man/man1
- ScripTEXT="#!/bin/sh\n/usr/bin/sgmltools --backend="
- for back in ${BACKENDS}; do
- echo -e ${ScripTEXT}${back} '$*' > sgml2${back}
- dobin sgml2${back}
-
- ln -sf sgmltools-lite.1 "${mandir}/sgml2${back}.1" || die
- done
-
- python_fix_shebang "${D}"
- python_optimize "${ED%/}/usr/share/sgml/misc/sgmltools/python"
-}
-
-pkg_postinst() {
- sgml-catalog_pkg_postinst
-}
-
-pkg_postrm() {
- sgml-catalog_pkg_postrm
-}
diff --git a/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r15.ebuild b/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r15.ebuild
index 064b535c9045..b1e78772f065 100644
--- a/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r15.ebuild
+++ b/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r15.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE="jadetex"
RDEPEND="${PYTHON_DEPS}