public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2rtf/
Date: Sun, 21 Aug 2016 17:27:42 +0000 (UTC)	[thread overview]
Message-ID: <1471800454.cb5030d08b5ccd13d11a47c5257cc2de9149bfc5.pacho@gentoo> (raw)

commit:     cb5030d08b5ccd13d11a47c5257cc2de9149bfc5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 17:26:01 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 17:27:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5030d0

dev-tex/latex2rtf: drop old

Package-Manager: portage-2.3.0

 dev-tex/latex2rtf/Manifest               |  2 --
 dev-tex/latex2rtf/latex2rtf-2.3.1.ebuild | 48 --------------------------------
 dev-tex/latex2rtf/latex2rtf-2.3.3.ebuild | 48 --------------------------------
 3 files changed, 98 deletions(-)

diff --git a/dev-tex/latex2rtf/Manifest b/dev-tex/latex2rtf/Manifest
index 54fd60d..80caa4c 100644
--- a/dev-tex/latex2rtf/Manifest
+++ b/dev-tex/latex2rtf/Manifest
@@ -1,4 +1,2 @@
 DIST latex2rtf-2.2.1b.tar.gz 1357814 SHA256 d4c062a0b95cfa9ed4169ffd8c9ed67d65649227a19d6a9991597550e3e227a2 SHA512 943a667d65d84db744030f859500eb68095563be3f7fe9ad60201753058185360907557362e48931e37251f8ae9e40ec904ebb90e96c3bdd36c7abf8e9f2956b WHIRLPOOL cfef462a7dce753662ffe8e5ff12971a51fda26b49a891db519412c2e29c65f644545d08c8a43e3d107aaffc9321f53795e859499311c4a601b35eb671d13369
-DIST latex2rtf-2.3.1.tar.gz 1581829 SHA256 38ecf64d2ca1a8cc4e7f17b71e1780c8b96387f5f492ffb0b52d28313d6441be SHA512 0906c310e9b869bfa694fe044f8ec4cbba86f93caa05b22ec3688ecd4088e773c948dc64c7394a082306a6900b8a94f14ad990675132eef30fad6715bacd8220 WHIRLPOOL 6214a99f6ffc195f03c38ef9f8a17b4ab669eb5f892f73745d2af60e283320514736cc1f2feb1e3250688658f7d449236e4d419d8af699e99afd65c2b2d38389
-DIST latex2rtf-2.3.3.tar.gz 1583178 SHA256 f3c75f9e0d22506a005f38805b807ddc77a1cdd0961cf91a1ca3df31cb8fdcc3 SHA512 d14f2ef526cc938438366dd9ced239099a735389fa9515bb62f04038343c43ec64edc45f5df3eb7ded3adb5bc1e7a2ffd0cc3c4d7bfe4af97cd7f6256e66aca0 WHIRLPOOL bded2056cbc6c056aac75621a3a1354296444218f33bbb4a8ffafb7ccc81378d9e4351b1fc0752eb71fda1a5a8f614c98bfd2a4210449d5edf8b38fe4a5ec148
 DIST latex2rtf-2.3.8.tar.gz 1579721 SHA256 5484530de16e96ce76aedf969c464656a5f8834e748849d9009049e26f8c4143 SHA512 c4f0bdca7f1b3e605a07a015bad68193698e43ff2dd561e34eed397d8c92fccc52801fd1c3592592dd63c92a6b60a066904f60f2c4e41778702cc996b9113b0b WHIRLPOOL 6c1372abf67dcfa7c01453c4ded1e69f769d2c6adf544dd0c74211aea2181d45e0917e88ebc378b503c8f323a617ddbfdcc2a817ec72a7eb5b9acb9a323546cd

diff --git a/dev-tex/latex2rtf/latex2rtf-2.3.1.ebuild b/dev-tex/latex2rtf/latex2rtf-2.3.1.ebuild
deleted file mode 100644
index 2ff9814..0000000
--- a/dev-tex/latex2rtf/latex2rtf-2.3.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 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}
-	doc? ( virtual/texi2dvi )
-	test? (
-		dev-texlive/texlive-langgerman
-		dev-texlive/texlive-fontsrecommended
-		dev-texlive/texlive-latexextra
-		dev-tex/latex2html
-	)"
-
-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" -j1 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.3.ebuild b/dev-tex/latex2rtf/latex2rtf-2.3.3.ebuild
deleted file mode 100644
index 291727c..0000000
--- a/dev-tex/latex2rtf/latex2rtf-2.3.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 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}
-	doc? ( virtual/texi2dvi )
-	test? (
-		dev-texlive/texlive-langgerman
-		dev-texlive/texlive-fontsrecommended
-		dev-texlive/texlive-latexextra
-		dev-tex/latex2html
-	)"
-
-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" -j1 install
-	# if doc is not used, only the text version is intalled.
-	if use doc; then
-		emake DESTDIR="${ED}/usr" install-info
-	fi
-}


             reply	other threads:[~2016-08-21 17:27 UTC|newest]

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

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=1471800454.cb5030d08b5ccd13d11a47c5257cc2de9149bfc5.pacho@gentoo \
    --to=pacho@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