diff options
author | Christoph Junghans <junghans@gentoo.org> | 2019-12-06 15:15:36 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2019-12-06 15:15:36 -0700 |
commit | d66dcc1c1e37a97f40b42af0adea1990689ef461 (patch) | |
tree | ef2c74c3c92c84299104e5c5a32a2d01b0e393b5 /app-text | |
parent | sys-fs/zfs-kmod: sync live ebuild changes (diff) | |
download | gentoo-d66dcc1c1e37a97f40b42af0adea1990689ef461.tar.gz gentoo-d66dcc1c1e37a97f40b42af0adea1990689ef461.tar.bz2 gentoo-d66dcc1c1e37a97f40b42af0adea1990689ef461.zip |
app-text/txt2tags: version bump
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/txt2tags/Manifest | 1 | ||||
-rw-r--r-- | app-text/txt2tags/txt2tags-3.3.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-text/txt2tags/Manifest b/app-text/txt2tags/Manifest index 8d003cb19cec..c8f8198a601d 100644 --- a/app-text/txt2tags/Manifest +++ b/app-text/txt2tags/Manifest @@ -1 +1,2 @@ DIST txt2tags-2.6.tgz 544724 BLAKE2B 9c8c37c6e003c7252276b32bacd373fe9143fdd93fdbc2bf0c23a83e2123c2a9636be5f106d248f2f0ecccd71eb9bc68cf8343557f10a7e6f8deacd8ade975ee SHA512 716e975f45dd304b6fd7d4e5aa8bd12e57c54120d892ae9abe11f1f3b5aeb747d8df0a9ffd34b8b5e6c8d422aac8830477f9a332c9e94040e1aa9946ebfe051e +DIST txt2tags-3.3.tar.gz 261417 BLAKE2B 6070c23faafc9283e48efdab165c9a0050703d5d04a5ce557afc693161af5e1105435ddb9c991c0e8ef5dbd1e6d25f77c915e8be3f349b790636c904df7553f3 SHA512 a52de3f5226d85af006304a9063b5dd01df2627a45670a91b954f758cb920648f86699acab5cd7822c0183e93eed110ddc7dd8d156b0eccbe1541e7fbc2bdb22 diff --git a/app-text/txt2tags/txt2tags-3.3.ebuild b/app-text/txt2tags/txt2tags-3.3.ebuild new file mode 100644 index 000000000000..9d8616a68640 --- /dev/null +++ b/app-text/txt2tags/txt2tags-3.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Generate marked up documents (HTML, etc.)from a plain text file with markup" +HOMEPAGE="https://txt2tags.org" +SRC_URI="https://github.com/jendrikseipp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +IUSE="" + +DEPEND="${PYTHON_DEPS}" + +RDEPEND="${DEPEND}" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" |