summaryrefslogtreecommitdiff
path: root/app-text/txt2man
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/txt2man
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/txt2man')
-rw-r--r--app-text/txt2man/Manifest5
-rw-r--r--app-text/txt2man/metadata.xml12
-rw-r--r--app-text/txt2man/txt2man-1.5.6.ebuild24
-rw-r--r--app-text/txt2man/txt2man-1.6.0.ebuild26
4 files changed, 0 insertions, 67 deletions
diff --git a/app-text/txt2man/Manifest b/app-text/txt2man/Manifest
deleted file mode 100644
index 1e618ef96b2a..000000000000
--- a/app-text/txt2man/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index 68e9a0a0461c..000000000000
--- a/app-text/txt2man/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>radhermit@gentoo.org</email>
- <name>Tim Harder</name>
- </maintainer>
- <longdescription lang="en">
- Simple shell script that creates a manpage starting from a simple
- structured text file.
- </longdescription>
-</pkgmetadata>
diff --git a/app-text/txt2man/txt2man-1.5.6.ebuild b/app-text/txt2man/txt2man-1.5.6.ebuild
deleted file mode 100644
index 5f29e5cbf37f..000000000000
--- a/app-text/txt2man/txt2man-1.5.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
deleted file mode 100644
index 52ff0bcf6dc6..000000000000
--- a/app-text/txt2man/txt2man-1.6.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
-}