Replacing text-markup herd with the new sgml herd.
authorLeonardo Boshell <leonardop@gentoo.org>
Mon, 12 Mar 2007 23:35:26 +0000 (23:35 +0000)
committerLeonardo Boshell <leonardop@gentoo.org>
Mon, 12 Mar 2007 23:35:26 +0000 (23:35 +0000)
Package-Manager: portage-2.1.2.2

app-text/txt2tags/ChangeLog
app-text/txt2tags/files/digest-txt2tags-1.7 [deleted file]
app-text/txt2tags/files/digest-txt2tags-2.2 [deleted file]
app-text/txt2tags/metadata.xml
app-text/txt2tags/txt2tags-1.7.ebuild [deleted file]
app-text/txt2tags/txt2tags-2.2.ebuild [deleted file]

index c68ac2f9fb0337384061d38ef2a51103ecc0c841..6a7bbef44aa9f540bdd5ea70ea332158949d4cf6 100644 (file)
@@ -1,6 +1,10 @@
 # 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.
diff --git a/app-text/txt2tags/files/digest-txt2tags-1.7 b/app-text/txt2tags/files/digest-txt2tags-1.7
deleted file mode 100644 (file)
index 1864497..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 bbee7b77dfff87e1666eb7071d7d0281 txt2tags-1.7.tgz 147197
-RMD160 ee4ba155fbfa74f19659f1c0042d758678573d6d txt2tags-1.7.tgz 147197
-SHA256 8de9a754e0bf121f8d0301655030377a79aa874990a2a63225d6959278d44af0 txt2tags-1.7.tgz 147197
diff --git a/app-text/txt2tags/files/digest-txt2tags-2.2 b/app-text/txt2tags/files/digest-txt2tags-2.2
deleted file mode 100644 (file)
index ca45eec..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b50157fa0f532585739d79e3affd6588 txt2tags-2.2.tgz 609447
-RMD160 d03859e41e71bd82cca85ee1eee75faf94730ea3 txt2tags-2.2.tgz 609447
-SHA256 93ac2ca2448066a1f4c679629f810bc02d0e089081918b5c863f03fc6a3d5f4e txt2tags-2.2.tgz 609447
index 06689a1a911429b5a70e8e117fe210da847b5551..e9608647731567cfaaf3872629bec00e014b7196 100644 (file)
@@ -1,5 +1,5 @@
 <?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>
diff --git a/app-text/txt2tags/txt2tags-1.7.ebuild b/app-text/txt2tags/txt2tags-1.7.ebuild
deleted file mode 100644 (file)
index 680241f..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-# 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
-}
diff --git a/app-text/txt2tags/txt2tags-2.2.ebuild b/app-text/txt2tags/txt2tags-2.2.ebuild
deleted file mode 100644 (file)
index 83d2b5b..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-# 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
-}