# ChangeLog for app-text/txt2tags
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/ChangeLog,v 1.23 2007/02/21 23:43:34 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/ChangeLog,v 1.24 2007/03/12 23:35:26 leonardop Exp $
+
+ 12 Mar 2007; Leonardo Boshell <leonardop@gentoo.org> metadata.xml,
+ -txt2tags-1.7.ebuild, -txt2tags-2.2.ebuild:
+ Replacing text-markup herd with the new sgml herd. Pruning old ebuilds.
21 Feb 2007; Piotr JaroszyĆski <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
+++ /dev/null
-MD5 bbee7b77dfff87e1666eb7071d7d0281 txt2tags-1.7.tgz 147197
-RMD160 ee4ba155fbfa74f19659f1c0042d758678573d6d txt2tags-1.7.tgz 147197
-SHA256 8de9a754e0bf121f8d0301655030377a79aa874990a2a63225d6959278d44af0 txt2tags-1.7.tgz 147197
+++ /dev/null
-MD5 b50157fa0f532585739d79e3affd6588 txt2tags-2.2.tgz 609447
-RMD160 d03859e41e71bd82cca85ee1eee75faf94730ea3 txt2tags-2.2.tgz 609447
-SHA256 93ac2ca2448066a1f4c679629f810bc02d0e089081918b5c863f03fc6a3d5f4e txt2tags-2.2.tgz 609447
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>text-markup</herd>
+ <herd>sgml</herd>
</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-1.7.ebuild,v 1.8 2006/11/28 20:20:38 opfer Exp $
-
-inherit elisp-common
-
-IUSE="emacs tk"
-
-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/"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86 sparc ~ppc"
-DEPEND="virtual/python
- tk? ( dev-lang/tk )
- emacs? ( virtual/emacs )"
-
-pkg_setup() {
-
- # need to test if the tk support in python is working
- if use tk; then
- if ! python -c "import _tkinter" 2>&1 > /dev/null ; then
- echo
- eerror "You have requested tk, but your build of Python"
- eerror "doesnt support import _tkinter. You may need to"
- eerror "remerge dev-lang/python, or build ${P}"
- eerror "with USE=\"-tk\""
- die
- fi
- fi
-}
-
-src_compile() {
- if use emacs; then
- elisp-comp extras/txt2tags-mode.el
- fi
-}
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
- dobin txt2tags
- dodoc README* RULES TODO ChangeLog*
- # samples go into "samples" doc directory
- docinto samples
- dodoc samples/*
- # extras go into "extras" doc directory
- docinto extras
- dodoc extras/*
- # emacs support
- if use emacs; then
- elisp-install ${PN} extras/txt2tags-mode.el
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
+++ /dev/null
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-2.2.ebuild,v 1.5 2007/01/28 06:11:49 genone Exp $
-
-inherit elisp-common
-
-IUSE="emacs tk"
-
-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/"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86"
-DEPEND="virtual/python
- tk? ( dev-lang/tk )
- emacs? ( virtual/emacs )"
-
-pkg_setup() {
-
- # need to test if the tk support in python is working
- if use tk; then
- if ! python -c "import _tkinter" 2>&1 > /dev/null ; then
- echo
- eerror "You have requested tk, but your build of Python"
- eerror "doesnt support import _tkinter. You may need to"
- eerror "remerge dev-lang/python, or build ${P}"
- eerror "with USE=\"-tk\""
- die
- fi
- fi
-}
-
-src_compile() {
- if use emacs; then
- elisp-comp extras/txt2tags-mode.el
- fi
-}
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
- dobin t2tconv txt2tags
-
- dodoc README* TEAM TODO ChangeLog* doc/txt2tagsrc
- dohtml -r doc/*
- insinto /usr/share/doc/${PF}
- doins doc/userguide.pdf
- # samples go into "samples" doc directory
- docinto samples
- dodoc samples/abuseme.* samples/sample.*
- docinto samples/css
- dodoc samples/css/*
- docinto samples/img
- dodoc samples/img/*
- # extras go into "extras" doc directory
- docinto extras
- dodoc extras/*
-
- newman doc/manpage.man txt2tags.1
-
- # emacs support
- if use emacs; then
- elisp-install ${PN} extras/txt2tags-mode.el
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
- echo
- elog "NOTE: the format of .t2t files has changed between versions"
- elog "1.7 -> 2.0. To convert your .t2t files to the new format,"
- elog "use the included t2tconv script:"
- elog
- elog " t2tconv file1.t2t file2.t2t ..."
- echo
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}