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 15E16138334 for ; Sun, 17 Nov 2019 05:09:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DFFDE0897; Sun, 17 Nov 2019 05:09:04 +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 DE41AE0897 for ; Sun, 17 Nov 2019 05:09:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A3AFC34CEF4 for ; Sun, 17 Nov 2019 05:09:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BBBB8BF for ; Sun, 17 Nov 2019 05:08:58 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1573967211.2528cfbc5ab58d9b69fa19ab5347e91c5c144510.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xlsx2csv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xlsx2csv/Manifest app-text/xlsx2csv/xlsx2csv-0.7.3.ebuild app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild X-VCS-Directories: app-text/xlsx2csv/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 2528cfbc5ab58d9b69fa19ab5347e91c5c144510 X-VCS-Branch: master Date: Sun, 17 Nov 2019 05:08:58 +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: a683df9c-6844-429c-be71-b3f75da0aa9a X-Archives-Hash: c5d647ac78000bc385080b9fc676c6a4 commit: 2528cfbc5ab58d9b69fa19ab5347e91c5c144510 Author: Tim Harder gentoo org> AuthorDate: Sun Nov 17 04:49:55 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Nov 17 05:06:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2528cfbc app-text/xlsx2csv: remove old Signed-off-by: Tim Harder gentoo.org> app-text/xlsx2csv/Manifest | 2 -- app-text/xlsx2csv/xlsx2csv-0.7.3.ebuild | 27 --------------------------- app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild | 27 --------------------------- 3 files changed, 56 deletions(-) diff --git a/app-text/xlsx2csv/Manifest b/app-text/xlsx2csv/Manifest index 7dbc902e10f..1f9a7ac7c37 100644 --- a/app-text/xlsx2csv/Manifest +++ b/app-text/xlsx2csv/Manifest @@ -1,3 +1 @@ -DIST xlsx2csv-0.7.3.tar.gz 201482 BLAKE2B a2268e584097777d28f2565a19d0f271cb694066e1abffffd7578ecf0271efd420af63932eaea4389c062e050da257fa2f7164c9de7cdfa4ab3fd416692e7968 SHA512 855fcce9ae6ec51c46673e085a456d2862912d0da5130fdac34d88e5612c64d2bc0674c13b3bfb6cd6b7017e513fe0924dbb594db543020842705a82b6006e8e -DIST xlsx2csv-0.7.4.tar.gz 212472 BLAKE2B de77f4d199bd5fbb43fb4aa775aed9b36aea4c956846be42e9387b79bf76727ba457a0c54db3b4803376b82af12923f21786aa34d21542e2d6ab354be33ad3f3 SHA512 771af30dce63b64272fc8d4dccbcab2106f60a2c9d33370b4d4034a21606e5726c84d963d59e88e2aa124c60f62fd57831ca5fb442d7540474ff1d688da9aaf6 DIST xlsx2csv-0.7.6.tar.gz 231283 BLAKE2B d0271c6a82b7ed2825e3224f0e34637db3dacda3fe99c6ef5a087cc8d248592efc169b466514abd18b50f6625e8d9743c812b46ecb6f76ce7d1fdc51dfe34fc4 SHA512 7fc8e0da0c050e12d0cfd73f16ffd9c00f19bf05925b54cc68d6a0858a75db89d52e46312956dfd149e0ec88778f68056942a090db44e6148796fad33fa26489 diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.3.ebuild b/app-text/xlsx2csv/xlsx2csv-0.7.3.ebuild deleted file mode 100644 index 59143bd10f7..00000000000 --- a/app-text/xlsx2csv/xlsx2csv-0.7.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -PYTHON_REQ_USE="xml" - -inherit distutils-r1 - -DESCRIPTION="Convert MS Office xlsx files to CSV" -HOMEPAGE="https://github.com/dilshod/xlsx2csv/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-lang/perl" - -python_compile_all() { - emake -C man -} - -python_install_all() { - distutils-r1_python_install_all - doman man/${PN}.1 -} diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild b/app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild deleted file mode 100644 index cb66033d17d..00000000000 --- a/app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) -PYTHON_REQ_USE="xml" - -inherit distutils-r1 - -DESCRIPTION="Convert MS Office xlsx files to CSV" -HOMEPAGE="https://github.com/dilshod/xlsx2csv/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-lang/perl" - -python_compile_all() { - emake -C man -} - -python_install_all() { - distutils-r1_python_install_all - doman man/${PN}.1 -}