commit:     512b26ec2dd026045a10a8bcda3dcd8d711a945b
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri Dec 25 15:58:38 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 15:58:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512b26ec

app-text/linuxdoc-tools: remove old

Package-Manager: portage-2.2.24

 app-text/linuxdoc-tools/Manifest                   |  1 -
 .../files/linuxdoc-tools-0.9.69-compiler.patch     | 52 -------------
 .../linuxdoc-tools-0.9.69-disable-doc-build.patch  | 28 -------
 .../linuxdoc-tools/linuxdoc-tools-0.9.69.ebuild    | 87 ----------------------
 4 files changed, 168 deletions(-)

diff --git a/app-text/linuxdoc-tools/Manifest b/app-text/linuxdoc-tools/Manifest
index 5ebcfb3..f9fab18 100644
--- a/app-text/linuxdoc-tools/Manifest
+++ b/app-text/linuxdoc-tools/Manifest
@@ -1,2 +1 @@
 DIST linuxdoc-tools-0.9.71.tar.gz 613357 SHA256 
1710b03d0e7151892c417363dd26c15d7f45d36411b6a341b0a4d3753519f476 SHA512 
8383e5f08d58ca6395db1832c02e1af7b348c276187e8271564b229d811f5141128976924f110d6575fa94bb45d547a2f4c90acee523e78c849659cad592b7ae
 WHIRLPOOL 
d40660d2b3373e853adb3055d8053507c786e278906eedf1d9b9afb74a032bc464587fbd6e9320b7fa8aab3de334c12a899a2e8bf9f5addf0c13988bbdc0ced1
-DIST linuxdoc-tools_0.9.69.orig.tar.gz 604379 SHA256 
7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101 SHA512 
5e0ca7614acd5a4c67d4beadd12e9665540d664dc4796c361a25d26ccdc53ef9e0b58cd051d028659e07530e351b0773895f8e6d06e5d2c6ffaad0a1f0c4d41e
 WHIRLPOOL 
0ee3492252f6607169a6404701e04030047f4a4d9237d213606a67c8f6b9ec019315a355e78318a2c57ac8cb2eb08b1ab4d6b81a7f05b77b257127b70cd8ae1d

diff --git a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-compiler.patch 
b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-compiler.patch
deleted file mode 100644
index d66bb0f..0000000
--- a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-compiler.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-Strip hardcoded CC, CFLAGS, LDFLAGS as linuxdoc-tools build system ignores
-systemd-wide values of these variables.
-
-diff --git a/Makefile.in b/Makefile.in
-index 359f14e..4af3ee3 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -42,14 +42,6 @@ tex_ddir           = $(DESTDIR)$(texdir)
- 
- progs    := sgml2html sgml2info sgml2latex sgml2lyx sgml2rtf sgml2txt 
sgmlcheck
- 
--PROFILE  =
--INCLUDE  =
--OPTIMIZE = -O
--DEBUG    =
--WARN     =
--CFLAGS   = $(DEBUG) $(INCLUDE) $(WARN) $(PROFILE) $(OPTIMIZE)
--LDFLAGS  = $(DEBUG) $(PROFILE)
--
- all:
- ifeq ($(BUILD_SGMLSASP), true)
-       @echo "Compiling the SGML translator tools (in sgmls-1.1/)..."
-diff --git a/rtf-fix/Makefile b/rtf-fix/Makefile
-index 7b02427..c0628bf 100644
---- a/rtf-fix/Makefile
-+++ b/rtf-fix/Makefile
-@@ -1,6 +1,4 @@
--CC=gcc
- LEX=flex
--CFLAGS=-O
- 
- all: rtf2rtf
- 
-diff --git a/sgmls-1.1/Makefile b/sgmls-1.1/Makefile
-index 7a1cffa..6dc53ad 100644
---- a/sgmls-1.1/Makefile
-+++ b/sgmls-1.1/Makefile
-@@ -15,14 +15,7 @@ MANDIR=$(PREFIX)/man/man$(MANEXT)
- # Permissions mode to use for man pages.
- MANMODE=444
- 
--CC=gcc
--PROFILE=
- INCLUDE=
--OPTIMIZE=-O
--DEBUG=
--WARN=
--CFLAGS=$(DEBUG) $(INCLUDE) $(WARN) $(PROFILE) $(OPTIMIZE)
--LDFLAGS=$(DEBUG) $(PROFILE)
- # Additional libraries needed.
- # Ultrix needs -li
- LIBS=

diff --git 
a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch 
b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch
deleted file mode 100644
index 075eae6..0000000
--- 
a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index 359f14e..1649245 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -161,23 +161,6 @@ endif
-       mkdir -m 755 -p $(tex_ddir)
-       $(INSTALL_DATA) tex/* $(tex_ddir)
- 
--#    -- Build and install documentation
--      @echo "Installing documentation in $(doc_ddir) ..."
--      (cd doc; \
--              PATH=${PATH}:$(bin_ddir) \
--              PREFIX=$(DESTDIR)$(prefix) \
--              AUXBINDIR=$(auxbin_ddir) \
--              PKGPERL5LIB=$(perl5lib_ddir) \
--              PKGDATADIR=$(pkgdata_ddir) \
--              bash Makedoc.sh)
--
--      mkdir -m 755 -p $(doc_ddir)
--      # cp -r doc/* $(doc_ddir)
--      ( cd doc && tar --exclude='CVS' -cpf - . ) | ( cd $(doc_ddir) && tar 
-xpf - )
--      rm -f $(doc_ddir)/Makedoc.sh
--      find $(doc_ddir) -type d -print | xargs chmod 755
--      find $(doc_ddir) -type f -print | xargs chmod 644
--
- # what dirs do the targets clean and distclean need?
- DDIRS=
- MDIRS=

diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.69.ebuild 
b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.69.ebuild
deleted file mode 100644
index ad31eca..0000000
--- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.69.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils perl-module sgml-catalog toolchain-funcs
-
-DESCRIPTION="A toolset for processing LinuxDoc DTD SGML files"
-HOMEPAGE="https://tracker.debian.org/pkg/linuxdoc-tools";
-SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="MIT SGMLUG"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc x86 ~x86-fbsd"
-IUSE="doc"
-
-DEPEND="
-       || ( app-text/openjade app-text/opensp )
-       app-text/sgml-common
-       dev-lang/perl:=
-       || ( sys-apps/gawk sys-apps/mawk )
-       sys-apps/groff
-       sys-devel/flex
-       doc? (
-               dev-texlive/texlive-fontsrecommended
-               virtual/latex-base
-       )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-compiler.patch" )
-
-DOCS=( ChangeLog README )
-
-sgml-catalog_cat_include "/etc/sgml/linuxdoc.cat" \
-       "/usr/share/linuxdoc-tools/linuxdoc-tools.catalog"
-
-src_prepare() {
-       # Fix malloc include.
-       sed -e \
-               's/#include <malloc.h>/#include <stdlib.h>/' \
-               -i rtf-fix/rtf2rtf.l || die
-
-       # Fix SGML catalog path.
-       sed -e \
-               
's%/iso-entities-8879.1986/iso-entities.cat%/sgml-iso-entities-8879.1986/catalog%'
 \
-               -i perl5lib/LinuxDocTools.pm || die
-
-       # Fix doc install path.
-       sed -e \
-               "s%/share/doc/linuxdoc-tools%/share/doc/${PF}%" \
-               -i Makefile.in || die
-
-       # Upstream developers unconditionally build docs during the install 
phase.
-       # The only sane solution in this case is to patch things out from 
Makefile.
-       # See Gentoo bug #558610 for more info.
-       use doc || epatch "${FILESDIR}/${P}-disable-doc-build.patch"
-
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       perl_set_version
-       tc-export CC
-       local myeconfargs=(
-               --with-texdir="/usr/share/texmf/tex/latex/misc"
-               --with-perllibdir="${VENDOR_ARCH}"
-               --with-installed-iso-entities
-       )
-       autotools-utils_src_configure
-}
-
-src_compile() {
-       autotools-utils_src_compile
-}
-
-src_install() {
-       # Prevent access violations from bitmap font files generation.
-       export VARTEXFONTS="${T}/fonts"
-
-       # Help linuxdoc-tools find sgml-iso-entities catalog again.
-       export 
SGML_CATALOG_FILES="/usr/share/sgml/sgml-iso-entities-8879.1986/catalog"
-
-       autotools-utils_src_install
-}

Reply via email to