diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-02-15 17:34:13 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-02-15 17:34:13 +0000 |
commit | 34c33ec2cee0c6f1040a09ae9dfd43586e5d922f (patch) | |
tree | acf04fbd100979a5e49b49f2320c754e9fa9b3d0 /app-text/grutatxt | |
parent | Cleanup. (diff) | |
download | gentoo-2-34c33ec2cee0c6f1040a09ae9dfd43586e5d922f.tar.gz gentoo-2-34c33ec2cee0c6f1040a09ae9dfd43586e5d922f.tar.bz2 gentoo-2-34c33ec2cee0c6f1040a09ae9dfd43586e5d922f.zip |
Bump to 2.0.14, closes #254361
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-text/grutatxt')
-rw-r--r-- | app-text/grutatxt/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/grutatxt/grutatxt-2.0.11.ebuild | 4 | ||||
-rw-r--r-- | app-text/grutatxt/grutatxt-2.0.13.ebuild | 4 | ||||
-rw-r--r-- | app-text/grutatxt/grutatxt-2.0.14.ebuild | 21 | ||||
-rw-r--r-- | app-text/grutatxt/grutatxt-2.0.5.ebuild | 4 |
5 files changed, 34 insertions, 8 deletions
diff --git a/app-text/grutatxt/ChangeLog b/app-text/grutatxt/ChangeLog index 2e527eca9ca2..ef66b17d7dd8 100644 --- a/app-text/grutatxt/ChangeLog +++ b/app-text/grutatxt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/grutatxt -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/ChangeLog,v 1.12 2008/12/31 05:25:37 darkside Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/ChangeLog,v 1.13 2009/02/15 17:34:13 patrick Exp $ + +*grutatxt-2.0.14 (15 Feb 2009) + + 15 Feb 2009; Patrick Lauer <patrick@gentoo.org> +grutatxt-2.0.14.ebuild: + Bump to 2.0.14, closes #254361 31 Dec 2008; Jeremy Olexa <darkside@gentoo.org> grutatxt-2.0.13.ebuild: add ~amd64 kw diff --git a/app-text/grutatxt/grutatxt-2.0.11.ebuild b/app-text/grutatxt/grutatxt-2.0.11.ebuild index f71fb3b81c6e..181002ccf550 100644 --- a/app-text/grutatxt/grutatxt-2.0.11.ebuild +++ b/app-text/grutatxt/grutatxt-2.0.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 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.4 2007/07/12 04:37:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/grutatxt-2.0.11.ebuild,v 1.5 2009/02/15 17:34:13 patrick Exp $ inherit perl-app diff --git a/app-text/grutatxt/grutatxt-2.0.13.ebuild b/app-text/grutatxt/grutatxt-2.0.13.ebuild index 95e027c2d7a5..e743b6c647be 100644 --- a/app-text/grutatxt/grutatxt-2.0.13.ebuild +++ b/app-text/grutatxt/grutatxt-2.0.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/grutatxt-2.0.13.ebuild,v 1.3 2008/12/31 05:25:37 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/grutatxt-2.0.13.ebuild,v 1.4 2009/02/15 17:34:13 patrick Exp $ inherit perl-app diff --git a/app-text/grutatxt/grutatxt-2.0.14.ebuild b/app-text/grutatxt/grutatxt-2.0.14.ebuild new file mode 100644 index 000000000000..b62f044edf42 --- /dev/null +++ b/app-text/grutatxt/grutatxt-2.0.14.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/grutatxt-2.0.14.ebuild,v 1.1 2009/02/15 17:34:13 patrick Exp $ + +inherit perl-app + +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="~amd64 ~ppc ~ppc64 ~x86" + +# set the script path to /usr/bin, rather than /usr/local/bin +myconf="INSTALLSCRIPT=/usr/bin" diff --git a/app-text/grutatxt/grutatxt-2.0.5.ebuild b/app-text/grutatxt/grutatxt-2.0.5.ebuild index 295bf8472f02..df11772d76b9 100644 --- a/app-text/grutatxt/grutatxt-2.0.5.ebuild +++ b/app-text/grutatxt/grutatxt-2.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/grutatxt-2.0.5.ebuild,v 1.8 2007/07/12 04:37:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/grutatxt-2.0.5.ebuild,v 1.9 2009/02/15 17:34:13 patrick Exp $ inherit perl-app |