summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-03-05 15:24:06 +0000
committerMamoru Komachi <usata@gentoo.org>2005-03-05 15:24:06 +0000
commit66645efa8d3d0b05fb41f89b061244111da4748e (patch)
treea9f63a2046737e616f3370da89fe61afa269f19c /app-text
parentFixed an error with emacs-cvs. Thanks to Ming Zhao <ming@gentoo.org>; bug #81... (diff)
downloadgentoo-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')
-rw-r--r--app-text/grutatxt/ChangeLog7
-rw-r--r--app-text/grutatxt/Manifest4
-rw-r--r--app-text/grutatxt/files/digest-grutatxt-2.0.111
-rw-r--r--app-text/grutatxt/grutatxt-2.0.11.ebuild22
4 files changed, 32 insertions, 2 deletions
diff --git a/app-text/grutatxt/ChangeLog b/app-text/grutatxt/ChangeLog
index 43e6f2d5a679..7992c615cc4f 100644
--- a/app-text/grutatxt/ChangeLog
+++ b/app-text/grutatxt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/grutatxt
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/ChangeLog,v 1.5 2005/01/01 16:17:34 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/ChangeLog,v 1.6 2005/03/05 15:24:06 usata Exp $
+
+*grutatxt-2.0.11 (06 Mar 2005)
+
+ 06 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> +grutatxt-2.0.11.ebuild:
+ Version bumped. This closes bug #84087.
04 Oct 2004; Tom Gall <tgall@gentoo.org> grutatxt-2.0.5.ebuild:
stable on ppc64, bug #64271
diff --git a/app-text/grutatxt/Manifest b/app-text/grutatxt/Manifest
index f0816d001472..bded18ce00a3 100644
--- a/app-text/grutatxt/Manifest
+++ b/app-text/grutatxt/Manifest
@@ -1,4 +1,6 @@
-MD5 812c4a467bc725cd2682d054fdb8eebc ChangeLog 582
MD5 e4c921e468c50bf064a71c2a20f3f6b1 grutatxt-2.0.5.ebuild 646
+MD5 812c4a467bc725cd2682d054fdb8eebc ChangeLog 582
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
+MD5 0a27fc43d0559e56003de8b35980bd4d grutatxt-2.0.11.ebuild 648
MD5 bd3be7191545538f5464932c959b2e52 files/digest-grutatxt-2.0.5 65
+MD5 ea979ddc4463e798f6874af65cfc02fe files/digest-grutatxt-2.0.11 66
diff --git a/app-text/grutatxt/files/digest-grutatxt-2.0.11 b/app-text/grutatxt/files/digest-grutatxt-2.0.11
new file mode 100644
index 000000000000..6d44fbebc508
--- /dev/null
+++ b/app-text/grutatxt/files/digest-grutatxt-2.0.11
@@ -0,0 +1 @@
+MD5 41f28b275d31f9deb0b6eb2452101535 Grutatxt-2.0.11.tar.gz 27845
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"
+