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 39975138359 for ; Sat, 26 Sep 2020 19:40:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C0E8E086F; Sat, 26 Sep 2020 19:40:39 +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 32958E086F for ; Sat, 26 Sep 2020 19:40:39 +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 44D45340D82 for ; Sat, 26 Sep 2020 19:40:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4A9339E for ; Sat, 26 Sep 2020 19:40:34 +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: <1601149225.982e60eec4e33c5463210e6ece82951130c7a36a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/wiki2beamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/wiki2beamer/Manifest app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild X-VCS-Directories: app-text/wiki2beamer/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 982e60eec4e33c5463210e6ece82951130c7a36a X-VCS-Branch: master Date: Sat, 26 Sep 2020 19:40:34 +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: 2564611f-5c8b-4a6e-8fdc-c246f9dcb0bc X-Archives-Hash: 484bf5b81e7b21249c181daa0e201b15 commit: 982e60eec4e33c5463210e6ece82951130c7a36a Author: Aaron Bauman gentoo org> AuthorDate: Sat Sep 26 19:36:41 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Sep 26 19:40:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982e60ee app-text/wiki2beamer: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> app-text/wiki2beamer/Manifest | 1 - app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild | 39 ------------------------ 2 files changed, 40 deletions(-) diff --git a/app-text/wiki2beamer/Manifest b/app-text/wiki2beamer/Manifest index 6c5bb28f704..ee3827d8445 100644 --- a/app-text/wiki2beamer/Manifest +++ b/app-text/wiki2beamer/Manifest @@ -1,2 +1 @@ -DIST wiki2beamer-0.9.5.zip 443288 BLAKE2B a0263ba7044966ff45c892e9f0f78f6916346c051bf57cc8445f4127019cc4cd031719b1b5b61fc7d41a85b42439fa20cdf8fc35fbed43feb28d6d9797c781c7 SHA512 0cad0458c293c335cfb0b2181822652b12662877a2ed66d743e5f258d9983ee91fb34664c032357995606bcf17bebbb7409b6100ba2340b06cc6f253e8c6b0f7 DIST wiki2beamer-v0.10.0.tar.gz 164911 BLAKE2B 0a532669915f0db5f1bb8755297bcd36e4175bc57d3b5f14df01566ac74e425c999447ff3f2bd20f2bcd50671bd65accfcf8049476a1656439fc46bab2becafd SHA512 712c719bcdd97f48c65aff1919f2e6a838a0beba1d2e5569063fd1f84bf68eda3137ac20e5dc463dff64c8b4656ce0bf02a0acea090b9a30262374cbee5db433 diff --git a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild b/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild deleted file mode 100644 index c87c19f7d57..00000000000 --- a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit python-single-r1 - -DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input" - -HOMEPAGE="http://wiki2beamer.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.zip" - -LICENSE="|| ( GPL-2 GPL-3 ) FDL-1.3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+examples" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND} - app-arch/unzip" - -src_install() { - if use examples; then - # Patch example Makefile - sed -e 's|../../code/wiki2beamer|wiki2beamer|' \ - -i doc/example/Makefile \ - || die - - dodoc -r doc/example - fi - - doman doc/man/${PN}.1 - dodoc ChangeLog README - - python_doscript code/${PN} -}