diff options
author | Mike Gardiner <obz@gentoo.org> | 2003-11-17 08:07:28 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2003-11-17 08:07:28 +0000 |
commit | 0b8266fb19e56be340d7449ebe87a5d42eac9d77 (patch) | |
tree | c282f9cdde9676d3ef45e4948dcda1799c5850d0 | |
parent | First version in portage (diff) | |
download | gentoo-2-0b8266fb19e56be340d7449ebe87a5d42eac9d77.tar.gz gentoo-2-0b8266fb19e56be340d7449ebe87a5d42eac9d77.tar.bz2 gentoo-2-0b8266fb19e56be340d7449ebe87a5d42eac9d77.zip |
First version in portage
-rw-r--r-- | app-text/grutatxt/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/grutatxt/Manifest | 4 | ||||
-rw-r--r-- | app-text/grutatxt/files/digest-grutatxt-2.0.5 | 1 | ||||
-rw-r--r-- | app-text/grutatxt/grutatxt-2.0.5.ebuild | 22 | ||||
-rw-r--r-- | app-text/grutatxt/metadata.xml | 5 |
5 files changed, 41 insertions, 1 deletions
diff --git a/app-text/grutatxt/ChangeLog b/app-text/grutatxt/ChangeLog new file mode 100644 index 000000000000..d716ca04d4d9 --- /dev/null +++ b/app-text/grutatxt/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-text/grutatxt +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/ChangeLog,v 1.1 2003/11/17 08:06:55 obz Exp $ + +*grutatxt-2.0.5 (17 Nov 2003) + + 17 Nov 2003; Mike Gardiner <obz@gentoo.org> grutatxt-2.0.5.ebuild, + metadata.xml: + First version in portage. Thanks to requesters on bug #19276. + diff --git a/app-text/grutatxt/Manifest b/app-text/grutatxt/Manifest index 88432519ad15..84db217cc61e 100644 --- a/app-text/grutatxt/Manifest +++ b/app-text/grutatxt/Manifest @@ -1,2 +1,4 @@ -MD5 29cd23f0c82c9ac567313144f289cdeb grutatxt-2.0.5.ebuild 544 +MD5 2409f8decfa33a66e326f372334c37d5 grutatxt-2.0.5.ebuild 643 +MD5 43f1c06900a9f997d9a6490dd756b9b5 ChangeLog 394 +MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 bd3be7191545538f5464932c959b2e52 files/digest-grutatxt-2.0.5 65 diff --git a/app-text/grutatxt/files/digest-grutatxt-2.0.5 b/app-text/grutatxt/files/digest-grutatxt-2.0.5 new file mode 100644 index 000000000000..b9d1acd189d1 --- /dev/null +++ b/app-text/grutatxt/files/digest-grutatxt-2.0.5 @@ -0,0 +1 @@ +MD5 a706797a1cb8bc7f8703562e6bce3aae Grutatxt-2.0.5.tar.gz 22077 diff --git a/app-text/grutatxt/grutatxt-2.0.5.ebuild b/app-text/grutatxt/grutatxt-2.0.5.ebuild new file mode 100644 index 000000000000..f7be04c820a9 --- /dev/null +++ b/app-text/grutatxt/grutatxt-2.0.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/11/17 08:06:55 obz 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" + +# set the script path to /usr/bin, rather than /usr/local/bin +myconf="INSTALLSCRIPT=/usr/bin" + diff --git a/app-text/grutatxt/metadata.xml b/app-text/grutatxt/metadata.xml new file mode 100644 index 000000000000..06689a1a9114 --- /dev/null +++ b/app-text/grutatxt/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>text-markup</herd> +</pkgmetadata> |