From 64e615330816ea38953cff27387165f507983dbb Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Tue, 14 Dec 2021 21:37:50 +0100 Subject: app-text/grutatxt: Drop EAPI-5 ebuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolić --- app-text/grutatxt/Manifest | 1 - app-text/grutatxt/grutatxt-2.0.16-r1.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 app-text/grutatxt/grutatxt-2.0.16-r1.ebuild (limited to 'app-text/grutatxt') diff --git a/app-text/grutatxt/Manifest b/app-text/grutatxt/Manifest index b38d3d725821..e9bd0d97025a 100644 --- a/app-text/grutatxt/Manifest +++ b/app-text/grutatxt/Manifest @@ -1,2 +1 @@ -DIST Grutatxt-2.0.16.tar.gz 29929 BLAKE2B 11ed6a87884ed79e6f8705f6ed8ee94c2fa79e6867296eaf6255ed7f9473a99d5fce0dec0d29de16df2a15959b6593dcba7937b3f8cda88ee88072abefb0f01c SHA512 bf5203308d0fb4baea9b161ac3374116f7cd60de3d43e8699f90626aa3f67354d2ff304ab8d45ae6368add31777b4e56a7a4d944137aa5d3687dd457c71a8512 DIST grutatxt-2.200.0.tar.gz 20751 BLAKE2B 1df00316b4379f7922348fa6a90e53ed0a34e5498558b00a7dde09e7eea53098ce9b66e44260a95575b52180baff5b78073339d0f47370e30b8c61042ae40c4b SHA512 2ecf5145c42efbfde69278ecd9a7bbddceef79aed036a659e126f02ba2c20968c10425004298f6fb786b0e9407b4c78f25885ea4f112dbca111b6bf8b7e834c0 diff --git a/app-text/grutatxt/grutatxt-2.0.16-r1.ebuild b/app-text/grutatxt/grutatxt-2.0.16-r1.ebuild deleted file mode 100644 index 68a3e9b6acbd..000000000000 --- a/app-text/grutatxt/grutatxt-2.0.16-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit perl-module - -MY_PN="Grutatxt" -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A converter from plain text to HTML and other markup languages" -HOMEPAGE="https://triptico.com/software/grutatxt.html" -SRC_URI="https://www.triptico.com/download/${MY_P}.tar.gz" -LICENSE="GPL-2" - -IUSE="" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-linux ~ppc-macos ~sparc-solaris" - -# set the script path to /usr/bin, rather than /usr/local/bin -myconf="INSTALLSCRIPT=${EPREFIX}/usr/bin" -- cgit v1.2.3-65-gdbad