From: Leonardo Boshell Date: Mon, 12 Mar 2007 23:35:26 +0000 (+0000) Subject: Replacing text-markup herd with the new sgml herd. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a4d5c958424af7e9023874e077138c0d7e3c2c59;p=gentoo.git Replacing text-markup herd with the new sgml herd. Package-Manager: portage-2.1.2.2 --- diff --git a/app-text/txt2tags/ChangeLog b/app-text/txt2tags/ChangeLog index c68ac2f9fb03..6a7bbef44aa9 100644 --- a/app-text/txt2tags/ChangeLog +++ b/app-text/txt2tags/ChangeLog @@ -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 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 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 index 1864497d2bc7..000000000000 --- a/app-text/txt2tags/files/digest-txt2tags-1.7 +++ /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 index ca45eecda6cf..000000000000 --- a/app-text/txt2tags/files/digest-txt2tags-2.2 +++ /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 diff --git a/app-text/txt2tags/metadata.xml b/app-text/txt2tags/metadata.xml index 06689a1a9114..e96086477315 100644 --- a/app-text/txt2tags/metadata.xml +++ b/app-text/txt2tags/metadata.xml @@ -1,5 +1,5 @@ -text-markup + sgml diff --git a/app-text/txt2tags/txt2tags-1.7.ebuild b/app-text/txt2tags/txt2tags-1.7.ebuild deleted file mode 100644 index 680241fb8be8..000000000000 --- a/app-text/txt2tags/txt2tags-1.7.ebuild +++ /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 index 83d2b5bf458a..000000000000 --- a/app-text/txt2tags/txt2tags-2.2.ebuild +++ /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 -}