Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/txt2tags/
Date: Sun, 11 Oct 2020 09:30:22
Message-Id: 1602408597.8a4abd6a96ee5682f06fd3d8381f6ca79f4de4bc.juippis@gentoo
1 commit: 8a4abd6a96ee5682f06fd3d8381f6ca79f4de4bc
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon Oct 5 09:34:38 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 09:29:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4abd6a
7
8 app-text/txt2tags: bump to 3.7
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 app-text/txt2tags/Manifest | 1 +
15 app-text/txt2tags/txt2tags-3.7.ebuild | 17 +++++++++++++++++
16 2 files changed, 18 insertions(+)
17
18 diff --git a/app-text/txt2tags/Manifest b/app-text/txt2tags/Manifest
19 index 5f5f5cd56c5..84b7e8ae19d 100644
20 --- a/app-text/txt2tags/Manifest
21 +++ b/app-text/txt2tags/Manifest
22 @@ -1 +1,2 @@
23 DIST txt2tags-3.3.tar.gz 261417 BLAKE2B 6070c23faafc9283e48efdab165c9a0050703d5d04a5ce557afc693161af5e1105435ddb9c991c0e8ef5dbd1e6d25f77c915e8be3f349b790636c904df7553f3 SHA512 a52de3f5226d85af006304a9063b5dd01df2627a45670a91b954f758cb920648f86699acab5cd7822c0183e93eed110ddc7dd8d156b0eccbe1541e7fbc2bdb22
24 +DIST txt2tags-3.7.tar.gz 248392 BLAKE2B cad49f9815f2e8e466a0fa83715eee27c16cc67fac4c0c55324a3ebc22707857a4bb59176b62fbc1a922c465f60dbc6a057b326789f82a9a9b4babb7b8041486 SHA512 70f6b72b9555b881149e29581a200bf5195d740ca134fffb9faab3a8a04909173f40fe7758659bde44efa9aa50e9816e7164d8164f84b2046de500a49906072b
25
26 diff --git a/app-text/txt2tags/txt2tags-3.7.ebuild b/app-text/txt2tags/txt2tags-3.7.ebuild
27 new file mode 100644
28 index 00000000000..38feaf39ef1
29 --- /dev/null
30 +++ b/app-text/txt2tags/txt2tags-3.7.ebuild
31 @@ -0,0 +1,17 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_{6..9} )
38 +DISTUTILS_USE_SETUPTOOLS=rdepend
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Generate marked up documents (HTML, etc.)from a plain text file with markup"
43 +HOMEPAGE="https://txt2tags.org"
44 +SRC_URI="https://codeload.github.com/txt2tags/txt2tags/tar.gz/${PV} -> ${P}.tar.gz"
45 +
46 +LICENSE="GPL-2"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"