From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-text/txt2man/Manifest | 5 +++++ app-text/txt2man/metadata.xml | 12 ++++++++++++ app-text/txt2man/txt2man-1.5.6.ebuild | 24 ++++++++++++++++++++++++ app-text/txt2man/txt2man-1.6.0.ebuild | 26 ++++++++++++++++++++++++++ 4 files changed, 67 insertions(+) create mode 100644 app-text/txt2man/Manifest create mode 100644 app-text/txt2man/metadata.xml create mode 100644 app-text/txt2man/txt2man-1.5.6.ebuild create mode 100644 app-text/txt2man/txt2man-1.6.0.ebuild (limited to 'app-text/txt2man') diff --git a/app-text/txt2man/Manifest b/app-text/txt2man/Manifest new file mode 100644 index 000000000000..1e618ef96b2a --- /dev/null +++ b/app-text/txt2man/Manifest @@ -0,0 +1,5 @@ +DIST txt2man-1.5.6.tar.gz 16293 BLAKE2B f62836aae1d7c1539ca896ce10a404965ba1794bbf06448693b2f138a28e74c69912cd1e693fa1e6cf9402f703decdd6b76cffd8d63276ce313d075a26cb3fb3 SHA512 dd1cb5a6385d75b459fb61c49e0b73e5cafa5af8b11d9b89e5c206a9c5b65e4daac4d0e768c28963aacde772b715cb11ed0e843e42397b2df894a1f68c70ca65 +DIST txt2man-1.6.0.tar.gz 16941 BLAKE2B 4ca7d13bb61b0b65ff47a6a6f37c5035910804cff71f0c6d848105d7ee9b8285fd6433fe019fc075a5b28769df5044a462296ad63514d44a75abc1fa552b64ba SHA512 7ec2cc0bb685d890cf06504d4faacf7a02c5a321963effb71ff63b7310f64f092e666c055c1dbdb699958a62272fe4dc0f31f3947ca6895aa425753a11b75379 +EBUILD txt2man-1.5.6.ebuild 563 BLAKE2B 0d6cfdc51527745c1ca52eb32d144a222e743f298557d25e2926009a9e05c884f3734b9a5a32b1d1d43c2f9eef184fcda4a875c5f2c2cf51b55b2ba8cf02b419 SHA512 c8336a6c3b8843ce7f56c3ca0b434ca754c79c0a86b401493b0635bc664dd51456078a426e45f5de542064b8c7a58faa1c1020694dce4351ca2020b09ec26837 +EBUILD txt2man-1.6.0.ebuild 618 BLAKE2B 5747acfab2f06b2fc9c112421d1edb3b9e9f562f68369e0e0d2a0cd851cf35c54a43a7d556d32a4a98242c139d28b5d30da8297243a4133c93be0da2c151c2a7 SHA512 3e5a7f816554589b1f05afa45952ece830f712dcd0f2ba65fc82c03e9d35def46bd3f7b575930487e84881829bb20ae8f89ca1155e09cd15912a75f629dbdd94 +MISC metadata.xml 387 BLAKE2B 4b40a10bef86f0779b89adf52c3af32f4a1901f94e39e0598c5ef2545d2d8d54ab84c4ae69c3f719d6b52a98ab518f6ff24030cd258bf14d27e5f5fa75f51748 SHA512 818ff43d816da3698c92f6b67ecd02544172ce89b7d5b34219754ddbddb618387813bd10460aab2cacd797e7ad3c03c7f13360bb41d6f190f850bd8e7c0421c4 diff --git a/app-text/txt2man/metadata.xml b/app-text/txt2man/metadata.xml new file mode 100644 index 000000000000..68e9a0a0461c --- /dev/null +++ b/app-text/txt2man/metadata.xml @@ -0,0 +1,12 @@ + + + + + radhermit@gentoo.org + Tim Harder + + + Simple shell script that creates a manpage starting from a simple + structured text file. + + diff --git a/app-text/txt2man/txt2man-1.5.6.ebuild b/app-text/txt2man/txt2man-1.5.6.ebuild new file mode 100644 index 000000000000..5f29e5cbf37f --- /dev/null +++ b/app-text/txt2man/txt2man-1.5.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="4" + +DESCRIPTION="Scripts to convert regular ASCII text to man pages" +HOMEPAGE="http://mvertes.free.fr/" +SRC_URI="http://mvertes.free.fr/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +IUSE="" + +RDEPEND="app-shells/bash + sys-apps/gawk" + +src_compile() { :; } + +src_install() { + dobin bookman src2man txt2man + doman *.1 + dodoc Changelog README +} diff --git a/app-text/txt2man/txt2man-1.6.0.ebuild b/app-text/txt2man/txt2man-1.6.0.ebuild new file mode 100644 index 000000000000..52ff0bcf6dc6 --- /dev/null +++ b/app-text/txt2man/txt2man-1.6.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Scripts to convert regular ASCII text to man pages" +HOMEPAGE="https://github.com/mvertes/txt2man" +SRC_URI="https://github.com/mvertes/txt2man/archive/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +IUSE="" + +RDEPEND="app-shells/bash + sys-apps/gawk" + +S=${WORKDIR}/${PN}-${P} + +src_compile() { :; } + +src_install() { + dobin bookman src2man txt2man + doman *.1 + dodoc Changelog README +} -- cgit v1.2.3