public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sgmltools-lite/
Date: Fri,  8 Nov 2019 21:13:54 +0000 (UTC)	[thread overview]
Message-ID: <1573247624.050806d371528be4035c2c36f853dc8c9d425f2d.mgorny@gentoo> (raw)

commit:     050806d371528be4035c2c36f853dc8c9d425f2d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  8 21:08:50 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 21:13:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050806d3

app-text/sgmltools-lite: Drop old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../sgmltools-lite/sgmltools-lite-3.0.3-r14.ebuild | 92 ----------------------
 1 file changed, 92 deletions(-)

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 533ea51065b..00000000000
--- 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
-}


             reply	other threads:[~2019-11-08 21:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-08 21:13 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-08-24 10:24 [gentoo-commits] repo/gentoo:master commit in: app-text/sgmltools-lite/ Michał Górny
2020-07-24 20:32 Mikle Kolyada
2019-11-08 21:13 Michał Górny
2019-10-16 20:46 Sergei Trofimovich
2019-10-14 11:31 Agostino Sarubbo
2019-10-14 11:25 Agostino Sarubbo
2019-10-14 11:07 Agostino Sarubbo
2019-10-12  8:55 Mikle Kolyada
2019-10-12  8:55 Mikle Kolyada
2019-09-17  7:12 Michał Górny
2019-09-11 17:58 Michał Górny
2019-09-11 17:58 Michał Górny
2017-11-25 19:55 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1573247624.050806d371528be4035c2c36f853dc8c9d425f2d.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox