Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29027 - New version of txt2tags (txt2tags-1.6.ebuild)
Summary: New version of txt2tags (txt2tags-1.6.ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal trivial
Assignee: Alastair Tse (RETIRED)
URL: http://txt2tags.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-17 21:32 UTC by Frederico Freire Boaventura
Modified: 2003-11-22 20:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederico Freire Boaventura 2003-09-17 21:32:17 UTC
IUSE=""
DESCRIPTION="Txt2tags is a tool for generating marked up documents (HTML, SGML,
...) from a plain text file with markup."
SRC_URI="http://txt2tags.sourceforge.net/src/${P}.tgz"
HOMEPAGE="http://txt2tags.sourceforge.net/"

DEPEND="virtual/python"

LICENSE="GPL-2"
KEYWORDS="x86 ~sparc"
SLOT="0"

src_compile() {
        einfo "No compilation necessary"
}

src_install () {
        dobin txt2tags
        dodoc README* RULES
        # samples go into "samples" doc directory
        docinto samples
        dodoc samples/*
        # extras go into "extras" doc directory
        docinto extras
        dodoc extras/*
}
Comment 1 Stephane Loeuillet 2003-10-01 08:59:10 UTC
1.6 is already in portage

time to close this bug ?
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2003-11-22 20:12:58 UTC
yep, was updated a while ago.