From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/catdoc/
Date: Sun, 1 Mar 2020 21:21:48 +0000 (UTC) [thread overview]
Message-ID: <1583097703.a16eb8a24d3868f97f149633bc49b3b3f336479b.slyfox@gentoo> (raw)
commit: a16eb8a24d3868f97f149633bc49b3b3f336479b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 1 21:21:35 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Mar 1 21:21:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16eb8a2
app-text/catdoc: drop old
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
app-text/catdoc/catdoc-0.95.ebuild | 50 --------------------------------------
1 file changed, 50 deletions(-)
diff --git a/app-text/catdoc/catdoc-0.95.ebuild b/app-text/catdoc/catdoc-0.95.ebuild
deleted file mode 100644
index 24c2ed8e403..00000000000
--- a/app-text/catdoc/catdoc-0.95.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Converter for Microsoft Word, Excel, PowerPoint and RTF files to text"
-HOMEPAGE="http://www.wagner.pp.ru/~vitus/software/catdoc/"
-SRC_URI="http://ftp.wagner.pp.ru/pub/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="tk"
-
-DEPEND="tk? ( >=dev-lang/tk-8.1 )"
-
-DOCS="CODING.STD NEWS README TODO"
-# CREDITS missing by accident in catdoc-0.95
-
-PATCHES=(
- "${FILESDIR}/${P}-parallel-make.patch"
- )
-
-src_prepare() {
- default
-
- # Fix for case-insensitive filesystems
- echo ".PHONY: all install clean distclean dist" >> Makefile.in || die
-
- mv configure.{in,ac} || die
-}
-
-src_configure() {
- econf --with-install-root="${D}" \
- $(use_with tk wish "${EPREFIX}"/usr/bin/wish) \
- $(use_enable tk wordview)
-}
-
-src_compile() {
- emake LIB_DIR="${EPREFIX}"/usr/share/catdoc
-}
-
-src_install() {
- default
-
- if [[ -e ${ED}/usr/bin/xls2csv ]]; then
- einfo "Renaming xls2csv to xls2csv-${PN} because of bug 314657."
- mv -vf "${ED}"/usr/bin/xls2csv "${ED}"/usr/bin/xls2csv-${PN} || die
- fi
-}
next reply other threads:[~2020-03-01 21:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-01 21:21 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-25 2:30 [gentoo-commits] repo/gentoo:master commit in: app-text/catdoc/ Sam James
2020-02-17 12:21 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2019-12-25 19:52 Sergei Trofimovich
2016-11-27 11:10 Aaron Bauman
2016-09-29 8:40 Agostino Sarubbo
2016-09-13 11:37 Agostino Sarubbo
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=1583097703.a16eb8a24d3868f97f149633bc49b3b3f336479b.slyfox@gentoo \
--to=slyfox@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