diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-03-05 15:24:06 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-03-05 15:24:06 +0000 |
commit | 66645efa8d3d0b05fb41f89b061244111da4748e (patch) | |
tree | a9f63a2046737e616f3370da89fe61afa269f19c /app-text/grutatxt/grutatxt-2.0.11.ebuild | |
parent | Fixed an error with emacs-cvs. Thanks to Ming Zhao <ming@gentoo.org>; bug #81... (diff) | |
download | gentoo-2-66645efa8d3d0b05fb41f89b061244111da4748e.tar.gz gentoo-2-66645efa8d3d0b05fb41f89b061244111da4748e.tar.bz2 gentoo-2-66645efa8d3d0b05fb41f89b061244111da4748e.zip |
Version bumped. This closes bug #84087.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/grutatxt/grutatxt-2.0.11.ebuild')
-rw-r--r-- | app-text/grutatxt/grutatxt-2.0.11.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-text/grutatxt/grutatxt-2.0.11.ebuild b/app-text/grutatxt/grutatxt-2.0.11.ebuild new file mode 100644 index 000000000000..ebb294e79160 --- /dev/null +++ b/app-text/grutatxt/grutatxt-2.0.11.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/grutatxt-2.0.11.ebuild,v 1.1 2005/03/05 15:24:06 usata Exp $ + +inherit perl-module + +MY_PN="Grutatxt" +MY_P=${MY_PN}-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="A converter from plain text to HTML and other markup languages" +HOMEPAGE="http://triptico.com/software/grutatxt.html" +SRC_URI="http://www.triptico.com/download/${MY_P}.tar.gz" +LICENSE="GPL-2" + +IUSE="" +SLOT="0" +KEYWORDS="~x86 ~ppc64" + +# set the script path to /usr/bin, rather than /usr/local/bin +myconf="INSTALLSCRIPT=/usr/bin" + |