From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B431C13997D for ; Wed, 13 Nov 2019 02:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE701E087D; Wed, 13 Nov 2019 02:10:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6413E087D for ; Wed, 13 Nov 2019 02:10:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6812034CCE2 for ; Wed, 13 Nov 2019 02:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 821D6824 for ; Wed, 13 Nov 2019 02:10:55 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573611015.4bbb98da2f18c0226686fd3759f2957a17aa50f2.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/docx2txt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/docx2txt/Manifest app-text/docx2txt/docx2txt-1.2.ebuild X-VCS-Directories: app-text/docx2txt/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 4bbb98da2f18c0226686fd3759f2957a17aa50f2 X-VCS-Branch: master Date: Wed, 13 Nov 2019 02:10:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a2515f9a-5a34-4013-bbf2-86004eaa1e91 X-Archives-Hash: 7d46f24649d666a28027ca225fc94a18 commit: 4bbb98da2f18c0226686fd3759f2957a17aa50f2 Author: Aaron Bauman gentoo org> AuthorDate: Wed Nov 13 01:44:18 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Nov 13 02:10:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbb98da app-text/docx2txt: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> app-text/docx2txt/Manifest | 1 - app-text/docx2txt/docx2txt-1.2.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/app-text/docx2txt/Manifest b/app-text/docx2txt/Manifest index c6cf07af760..230941a2e18 100644 --- a/app-text/docx2txt/Manifest +++ b/app-text/docx2txt/Manifest @@ -1,3 +1,2 @@ -DIST docx2txt-1.2.tgz 28483 BLAKE2B b6b8cdb1ef44821bcc828178037230b89324f404cb3199df4e3262541fed379f24bf3bfb4c707c378656387783f2be8724568e248615e0ee5e9e956c9f0a5a0a SHA512 ba5884c4d85e23aad26f74727b40e2d9d43cdf2e63f270486cbbfed5ef431f44f8f40a2583d3185fa3c16a97d9cd78e84feaf8f1f7be78ae9e1662e04a2013d6 DIST docx2txt-1.3.tgz 29953 BLAKE2B 6bacf445aace71a0897f9e7541d3ca721b2be2b47bafb416a1627266ecd03e249752135673723c42b35341cc02083504ea6cc97e4b99263b67799243e7a9807d SHA512 9ad74558074cd3e72b0d2e6541dc56d7b74d59d6313fb0cde1b2f02a0e1cdb05d705a650c0dde02e5b3a683f8ee6ab2fb5b865301f4213cd3e8770cd9e4d0d97 DIST docx2txt-1.4.tgz 31302 BLAKE2B 3f57b95e40eb92f5b16f38fab7122cd75b23be0f1489bc83ea68f6feb16c14ad524119468da44ac5bc3989a1d61336c436a862b58bc3d83a565bd61b031c8f4f SHA512 5e59cd4065f409c20e17b29d3935a2637147392e86a325b28b78748d3b3867ce91f14f3349621b3c95b2ce6a8e38e33cf0816d1f9dccbebfdde9ba29fbd7f5b3 diff --git a/app-text/docx2txt/docx2txt-1.2.ebuild b/app-text/docx2txt/docx2txt-1.2.ebuild deleted file mode 100644 index e69c82daabf..00000000000 --- a/app-text/docx2txt/docx2txt-1.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils - -DESCRIPTION="Convert MS Office docx files to plain text" -HOMEPAGE="http://docx2txt.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="app-arch/unzip - dev-lang/perl" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.1-paragraph-newline.patch -} - -src_compile() { :; } - -src_install() { - newbin docx2txt.pl docx2txt - dodoc docx2txt.config README ChangeLog ToDo AUTHORS -}