public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2rtf/
Date: Sat, 14 Jan 2017 02:36:45 +0000 (UTC)	[thread overview]
Message-ID: <1484361379.f5a6d538b0fc9d340c8cd422c561e64624b09b46.aballier@gentoo> (raw)

commit:     f5a6d538b0fc9d340c8cd422c561e64624b09b46
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 22:37:11 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 02:36:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a6d538

dev-tex/latex2rtf: Security cleanup (bug #566032)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-tex/latex2rtf/Manifest                |  2 --
 dev-tex/latex2rtf/latex2rtf-2.2.1b.ebuild | 54 -------------------------------
 dev-tex/latex2rtf/latex2rtf-2.3.8.ebuild  | 48 ---------------------------
 3 files changed, 104 deletions(-)

diff --git a/dev-tex/latex2rtf/Manifest b/dev-tex/latex2rtf/Manifest
index 860b93d..ee7ba89 100644
--- a/dev-tex/latex2rtf/Manifest
+++ b/dev-tex/latex2rtf/Manifest
@@ -1,3 +1 @@
-DIST latex2rtf-2.2.1b.tar.gz 1357814 SHA256 d4c062a0b95cfa9ed4169ffd8c9ed67d65649227a19d6a9991597550e3e227a2 SHA512 943a667d65d84db744030f859500eb68095563be3f7fe9ad60201753058185360907557362e48931e37251f8ae9e40ec904ebb90e96c3bdd36c7abf8e9f2956b WHIRLPOOL cfef462a7dce753662ffe8e5ff12971a51fda26b49a891db519412c2e29c65f644545d08c8a43e3d107aaffc9321f53795e859499311c4a601b35eb671d13369
 DIST latex2rtf-2.3.11a.tar.gz 1582004 SHA256 d4e5d84e8cbf7de13f7cce5572bfeb97b5c18e338513b7398e23c744acc147c2 SHA512 b6e6000b4f919ecfb5174f32887cb4e1b765530547b3b50103e778d0244f0ce37d0ec14bbd1fa6b2ef2569f0c437b34b29586c4bdb2e3caf50584847819f54c0 WHIRLPOOL daa9d989816229549af9f3d35ce4d8a3a8049e2844d3d32910b75838d2eb25f77c64fb46fa5ea647449b50d212102731bcad7adfc035c9a20f35e9f30ceea179
-DIST latex2rtf-2.3.8.tar.gz 1579721 SHA256 5484530de16e96ce76aedf969c464656a5f8834e748849d9009049e26f8c4143 SHA512 c4f0bdca7f1b3e605a07a015bad68193698e43ff2dd561e34eed397d8c92fccc52801fd1c3592592dd63c92a6b60a066904f60f2c4e41778702cc996b9113b0b WHIRLPOOL 6c1372abf67dcfa7c01453c4ded1e69f769d2c6adf544dd0c74211aea2181d45e0917e88ebc378b503c8f323a617ddbfdcc2a817ec72a7eb5b9acb9a323546cd

diff --git a/dev-tex/latex2rtf/latex2rtf-2.2.1b.ebuild b/dev-tex/latex2rtf/latex2rtf-2.2.1b.ebuild
deleted file mode 100644
index 9fee495..00000000
--- a/dev-tex/latex2rtf/latex2rtf-2.2.1b.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="LaTeX to RTF converter"
-HOMEPAGE="http://latex2rtf.sourceforge.net/"
-SRC_URI="mirror://sourceforge/latex2rtf/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-SLOT="0"
-IUSE="doc test"
-S="${WORKDIR}/${P%b}"
-
-RDEPEND="virtual/latex-base
-	media-gfx/imagemagick"
-DEPEND="${RDEPEND}
-	sys-apps/man
-	doc? ( virtual/texi2dvi )
-	test? (
-		dev-texlive/texlive-langgerman
-		dev-texlive/texlive-fontsrecommended
-		dev-texlive/texlive-latexextra
-		dev-tex/latex2html
-	)"
-
-src_prepare() {
-	# We are case sensitive...
-	mv copyright Copyright || die
-}
-
-src_compile() {
-	export VARTEXFONTS="${T}/fonts"
-	# Set DESTDIR here too so that compiled-in paths are correct.
-	emake DESTDIR="${EPREFIX}/usr" CC="$(tc-getCC)" || die "emake failed"
-	if use doc; then
-		cd "${S}/doc"
-		emake realclean
-		emake -j1
-	fi
-}
-
-src_install() {
-	dodoc README* HACKING ToDo ChangeLog doc/credits
-	emake DESTDIR="${ED}/usr" install
-	# if doc is not used, only the text version is intalled.
-	if use doc; then
-		emake DESTDIR="${ED}/usr" install-info
-	fi
-}

diff --git a/dev-tex/latex2rtf/latex2rtf-2.3.8.ebuild b/dev-tex/latex2rtf/latex2rtf-2.3.8.ebuild
deleted file mode 100644
index a8f0162..00000000
--- a/dev-tex/latex2rtf/latex2rtf-2.3.8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="LaTeX to RTF converter"
-HOMEPAGE="http://latex2rtf.sourceforge.net/"
-SRC_URI="mirror://sourceforge/latex2rtf/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-IUSE="test"
-S="${WORKDIR}/${P%b}"
-
-RDEPEND="virtual/latex-base
-	media-gfx/imagemagick"
-DEPEND="${RDEPEND}
-	virtual/texi2dvi
-	test? (
-		dev-texlive/texlive-langgerman
-		dev-texlive/texlive-fontsrecommended
-		dev-texlive/texlive-latexextra
-		dev-tex/latex2html
-	)"
-
-src_prepare() {
-	epatch "${FILESDIR}/texinfo5.patch"
-}
-
-src_compile() {
-	export VARTEXFONTS="${T}/fonts"
-	tc-export CC
-	# Set DESTDIR here too so that compiled-in paths are correct.
-	emake DESTDIR="${EPREFIX}/usr" || die "emake failed"
-
-	cd "${S}/doc"
-	emake realclean
-	emake -j1
-}
-
-src_install() {
-	dodoc README* HACKING ToDo ChangeLog doc/credits
-	emake DESTDIR="${ED}/usr" -j1 install install-info
-}


             reply	other threads:[~2017-01-14  2:36 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-14  2:36 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-07 21:53 [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2rtf/ Conrad Kostecki
2023-05-18 19:17 Arthur Zamarin
2023-05-14 11:55 David Seifert
2023-05-14 11:55 David Seifert
2022-04-14 19:28 Jakov Smolić
2021-04-29  5:44 Sam James
2018-05-26  8:10 Mikle Kolyada
2018-05-16 21:00 Sergei Trofimovich
2018-05-14 21:19 Tobias Klausmann
2018-05-14  0:16 Aaron Bauman
2018-05-13 22:06 Thomas Deutschmann
2017-04-23 12:36 Alexis Ballier
2016-09-29 13:28 Agostino Sarubbo
2016-09-29 12:35 Agostino Sarubbo
2016-09-29  9:35 Agostino Sarubbo
2016-09-29  8:40 Agostino Sarubbo
2016-09-10 12:48 Agostino Sarubbo
2016-09-02 19:15 Tobias Klausmann
2016-08-24  7:19 Jeroen Roovers
2016-08-21 17:27 Pacho Ramos
2016-08-21 17:27 Pacho Ramos

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=1484361379.f5a6d538b0fc9d340c8cd422c561e64624b09b46.aballier@gentoo \
    --to=aballier@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