diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-14 21:37:50 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-14 21:37:50 +0100 |
commit | 64e615330816ea38953cff27387165f507983dbb (patch) | |
tree | d162dcd9992dd04ea8e4d31ca4835761ffb8b7c6 /app-text/grutatxt | |
parent | net-dialup/isdn-firmware: Drop EAPI-5 ebuild (diff) | |
download | gentoo-64e615330816ea38953cff27387165f507983dbb.tar.gz gentoo-64e615330816ea38953cff27387165f507983dbb.tar.bz2 gentoo-64e615330816ea38953cff27387165f507983dbb.zip |
app-text/grutatxt: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-text/grutatxt')
-rw-r--r-- | app-text/grutatxt/Manifest | 1 | ||||
-rw-r--r-- | app-text/grutatxt/grutatxt-2.0.16-r1.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
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" |