public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/txt2tags/
Date: Tue, 18 Oct 2016 19:26:42 +0000 (UTC)	[thread overview]
Message-ID: <1476818768.15a99848f87d66407e2da5e295f6f8aa2ce3a342.pacho@gentoo> (raw)

commit:     15a99848f87d66407e2da5e295f6f8aa2ce3a342
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 19:05:48 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 19:26:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a99848

app-text/txt2tags: Drop old

Package-Manager: portage-2.3.1

 app-text/txt2tags/txt2tags-2.6.ebuild | 91 -----------------------------------
 1 file changed, 91 deletions(-)

diff --git a/app-text/txt2tags/txt2tags-2.6.ebuild b/app-text/txt2tags/txt2tags-2.6.ebuild
deleted file mode 100644
index 898816d..00000000
--- a/app-text/txt2tags/txt2tags-2.6.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-PYTHON_USE_WITH="tk"
-PYTHON_USE_WITH_OPT="tk"
-PYTHON_DEPEND="2"
-
-inherit eutils elisp-common python
-
-DESCRIPTION="A tool for generating marked up documents (HTML, SGML, ...) from a plain text file with markup"
-HOMEPAGE="http://txt2tags.org/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
-IUSE="emacs tk vim-syntax"
-
-DEPEND="dev-lang/python
-	tk? ( dev-lang/tk )
-	vim-syntax? (
-		|| (
-			app-editors/vim
-			app-editors/gvim
-		)
-	)
-	emacs? ( virtual/emacs )"
-
-RDEPEND="${DEPEND}"
-
-SITEFILE="51${PN}-gentoo.el"
-
-src_compile() {
-	if use emacs; then
-		elisp-compile extras/txt2tags-mode.el || die "elisp-compile failed"
-	fi
-}
-
-src_install() {
-	dobin txt2tags || die
-
-	dodoc README ChangeLog* || die
-	insinto /usr/share/doc/${PF}
-	doins doc/*.{pdf,t2t} || die
-	# samples go into "samples" doc directory
-	docinto samples
-	dodoc samples/sample.* || die
-	docinto samples/css
-	dodoc samples/css/* || die
-	docinto samples/img
-	dodoc samples/img/* || die
-	docinto samples/module
-	dodoc samples/module/* || die
-	# extras go into "extras" doc directory
-	insinto /usr/share/doc/${PF}/extras
-	doins -r extras/* || die
-	newman doc/manpage.man txt2tags.1 || die
-
-	# make .po files
-	for pofile in "${S}"/po/*.po; do
-		msgfmt -o ${pofile%%.po}.mo ${pofile}
-	done
-	domo po/*.mo
-
-	# emacs support
-	if use emacs; then
-		elisp-install ${PN} extras/txt2tags-mode.{el,elc}
-		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	fi
-
-	if use vim-syntax; then
-		insinto /usr/share/vim/vimfiles/syntax/
-		doins extras/txt2tags.vim || die
-
-		echo 'au BufNewFile,BufRead *.t2t set ft=txt2tags' > "${T}/${PN}.vim"
-		insinto /usr/share/vim/vimfiles/ftdetect
-		doins "${T}/${PN}.vim" || die
-	fi
-
-	python_convert_shebangs -r 2 "${D}"
-}
-
-pkg_postinst() {
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	use emacs && elisp-site-regen
-}


             reply	other threads:[~2016-10-18 19:26 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-18 19:26 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-18  9:54 [gentoo-commits] repo/gentoo:master commit in: app-text/txt2tags/ David Seifert
2018-05-16 22:50 Aaron Bauman
2019-12-06 22:16 Christoph Junghans
2019-12-06 23:42 David Seifert
2020-01-09 18:41 Rafael Martins
2020-08-05 13:53 Agostino Sarubbo
2020-08-05 14:02 Agostino Sarubbo
2020-10-11  9:30 Joonas Niilola
2020-10-11  9:30 Joonas Niilola
2020-12-17 13:11 Sam James
2020-12-19 19:36 Sam James
2020-12-20 16:30 Thomas Deutschmann
2020-12-20 17:35 Sam James
2021-01-06 13:46 Fabian Groffen
2021-09-23  9:13 Arthur Zamarin
2021-09-23  9:13 Arthur Zamarin
2021-09-23  9:13 Arthur Zamarin
2021-09-23  9:13 Arthur Zamarin
2022-05-20 19:36 Jakov Smolić
2023-02-17 16:13 Viorel Munteanu
2023-03-22 22:36 Sam James
2023-03-23  4:49 Viorel Munteanu
2023-10-07  7:02 Viorel Munteanu
2023-11-17 11:09 Sam James
2023-11-17 15:03 Viorel Munteanu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1476818768.15a99848f87d66407e2da5e295f6f8aa2ce3a342.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox