summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-10-14 22:45:23 +0000
committerTim Harder <radhermit@gentoo.org>2011-10-14 22:45:23 +0000
commitb8a12ef68dc87ddf0fdb99b64d26977cb3b37990 (patch)
treea8ffbd39a823c432c1e28dcbaaac491c24783af1 /app-text/txt2man/txt2man-1.5.6.ebuild
parentVersion bump. (diff)
downloadgentoo-2-b8a12ef68dc87ddf0fdb99b64d26977cb3b37990.tar.gz
gentoo-2-b8a12ef68dc87ddf0fdb99b64d26977cb3b37990.tar.bz2
gentoo-2-b8a12ef68dc87ddf0fdb99b64d26977cb3b37990.zip
Version bump. Update to EAPI 4 and add myself as maintainer.
(Portage version: 2.2.0_alpha66/cvs/Linux x86_64)
Diffstat (limited to 'app-text/txt2man/txt2man-1.5.6.ebuild')
-rw-r--r--app-text/txt2man/txt2man-1.5.6.ebuild25
1 files changed, 25 insertions, 0 deletions
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..315185eeb1a1
--- /dev/null
+++ b/app-text/txt2man/txt2man-1.5.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2man/txt2man-1.5.6.ebuild,v 1.1 2011/10/14 22:45:23 radhermit Exp $
+
+EAPI="4"
+
+DESCRIPTION="txt2man, src2man (C only) and bookman convert scripts for 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+IUSE=""
+
+DEPEND="app-shells/bash
+ sys-apps/gawk"
+
+src_compile() { :; }
+
+src_install() {
+ dobin bookman src2man txt2man
+ doman *.1
+ dodoc Changelog README
+}