diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-25 10:54:51 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-25 10:54:51 +0000 |
commit | 1eb38a9d3b316b4c0e4a8e00fa6085b95e113815 (patch) | |
tree | 8bd7bc1c2830f2f955ceccbfd077ee406b5ea883 /app-text/txt2man | |
parent | And another patch (diff) | |
download | gentoo-2-1eb38a9d3b316b4c0e4a8e00fa6085b95e113815.tar.gz gentoo-2-1eb38a9d3b316b4c0e4a8e00fa6085b95e113815.tar.bz2 gentoo-2-1eb38a9d3b316b4c0e4a8e00fa6085b95e113815.zip |
Fix description and remove old.
(Portage version: 2.1.5.2)
Diffstat (limited to 'app-text/txt2man')
-rw-r--r-- | app-text/txt2man/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/txt2man/txt2man-1.5.1.ebuild | 29 | ||||
-rw-r--r-- | app-text/txt2man/txt2man-1.5.5.ebuild | 4 |
3 files changed, 7 insertions, 32 deletions
diff --git a/app-text/txt2man/ChangeLog b/app-text/txt2man/ChangeLog index e6dfa0cb6100..dd449fe2a9c4 100644 --- a/app-text/txt2man/ChangeLog +++ b/app-text/txt2man/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/txt2man # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/txt2man/ChangeLog,v 1.15 2008/05/24 08:56:25 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/txt2man/ChangeLog,v 1.16 2008/05/25 10:54:51 drac Exp $ + + 25 May 2008; Samuli Suominen <drac@gentoo.org> -txt2man-1.5.1.ebuild, + txt2man-1.5.5.ebuild: + Fix description and remove old. *txt2man-1.5.5 (24 May 2008) diff --git a/app-text/txt2man/txt2man-1.5.1.ebuild b/app-text/txt2man/txt2man-1.5.1.ebuild deleted file mode 100644 index 105f230319b1..000000000000 --- a/app-text/txt2man/txt2man-1.5.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/txt2man/txt2man-1.5.1.ebuild,v 1.1 2006/10/26 08:35:43 flameeyes Exp $ - -inherit eutils - -DESCRIPTION="A simple script to convert ASCII text to man page." -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" -IUSE="" - -RDEPEND="app-shells/bash - sys-apps/gawk" -DEPEND="${RDEPEND}" - -src_compile() { - PATH="${S}:$PATH" make txt2man.1 || die "make failed" -} - -src_install() { - dobin txt2man - doman txt2man.1 - - dodoc README -} diff --git a/app-text/txt2man/txt2man-1.5.5.ebuild b/app-text/txt2man/txt2man-1.5.5.ebuild index 700ca85ee0bf..49a683b5ad78 100644 --- a/app-text/txt2man/txt2man-1.5.5.ebuild +++ b/app-text/txt2man/txt2man-1.5.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/txt2man/txt2man-1.5.5.ebuild,v 1.1 2008/05/24 08:56:25 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/txt2man/txt2man-1.5.5.ebuild,v 1.2 2008/05/25 10:54:51 drac Exp $ -DESCRIPTION="A simple script to convert ASCII text to man page." +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" |