diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-11-23 11:21:28 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-11-23 11:39:48 +0100 |
commit | 55ab617320c4c472f3a76154b86c9a5dfea19515 (patch) | |
tree | 3f8dd0904a2a55411d717672a8f5b23bc96239d0 /app-text | |
parent | app-text/dbacl: mask for removal (diff) | |
download | gentoo-55ab617320c4c472f3a76154b86c9a5dfea19515.tar.gz gentoo-55ab617320c4c472f3a76154b86c9a5dfea19515.tar.bz2 gentoo-55ab617320c4c472f3a76154b86c9a5dfea19515.zip |
app-text/grutatxt: add 2.200.0
New upstream versioning scheme, new licence, new EAPI, same old lack
of maintainer.
Bug: https://bugs.gentoo.org/826402
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/grutatxt/Manifest | 1 | ||||
-rw-r--r-- | app-text/grutatxt/grutatxt-2.200.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-text/grutatxt/Manifest b/app-text/grutatxt/Manifest index 0718f58bd03a..b38d3d725821 100644 --- a/app-text/grutatxt/Manifest +++ b/app-text/grutatxt/Manifest @@ -1 +1,2 @@ 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.200.0.ebuild b/app-text/grutatxt/grutatxt-2.200.0.ebuild new file mode 100644 index 000000000000..3f7847db3e94 --- /dev/null +++ b/app-text/grutatxt/grutatxt-2.200.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_NAME="Grutatxt" +DIST_VERSION="2.20" + +inherit perl-module + +DESCRIPTION="A converter from plain text to HTML and other markup languages" +HOMEPAGE="https://triptico.com/software/grutatxt.html" +# upstream no longer versions the tarballs +SRC_URI="https://triptico.com/download/${PN}.tar.gz -> ${P}.tar.gz" +LICENSE="public-domain" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux ~ppc-macos ~sparc-solaris" |