From 1859b2928fe736bb10ac7232c8d51239c28c28f5 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 16 Dec 2010 13:14:23 +0000 Subject: remove ha-prosper --- dev-tex/ha-prosper/ChangeLog | 42 ------------------------------- dev-tex/ha-prosper/Manifest | 4 --- dev-tex/ha-prosper/ha-prosper-4.21.ebuild | 36 -------------------------- dev-tex/ha-prosper/metadata.xml | 5 ---- 4 files changed, 87 deletions(-) delete mode 100644 dev-tex/ha-prosper/ChangeLog delete mode 100644 dev-tex/ha-prosper/Manifest delete mode 100644 dev-tex/ha-prosper/ha-prosper-4.21.ebuild delete mode 100644 dev-tex/ha-prosper/metadata.xml (limited to 'dev-tex') diff --git a/dev-tex/ha-prosper/ChangeLog b/dev-tex/ha-prosper/ChangeLog deleted file mode 100644 index 4bf707ad117f..000000000000 --- a/dev-tex/ha-prosper/ChangeLog +++ /dev/null @@ -1,42 +0,0 @@ -# ChangeLog for dev-tex/ha-prosper -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/ha-prosper/ChangeLog,v 1.10 2010/07/10 17:48:26 ssuominen Exp $ - - 10 Jul 2010; Samuli Suominen - ha-prosper-4.21.ebuild: - Revert app-text/ptex reverse dependencies back to testing wrt #323559 and - #319509. - - 30 May 2009; Ulrich Mueller ha-prosper-4.21.ebuild: - Remove app-text/tetex from dependencies, bug 227443. - - 16 May 2009; Ulrich Mueller ha-prosper-4.21.ebuild: - Remove xkeyval from any-of-many dependency since the package is going - away, bug 262897. Properly specify dependencies as run time only. - - 04 Sep 2008; Christian Faulhammer - ha-prosper-4.21.ebuild: - remove dependency on virtual/tetex and quote some variables - - 12 Mar 2007; Alexandre Buisse metadata.xml: - Replaced text-markup by tex as maintaining herd (text-markup split). - - 05 Feb 2007; Diego Pettenò ChangeLog: - Regenerate digest in Manifest2 format. - - 06 Apr 2005; Mamoru KOMACHI ha-prosper-4.21.ebuild: - Added tetex-3 as an alternative dependency. Marked stable on x86 and ppc. - - 15 Oct 2004; David Holm ha-prosper-4.21.ebuild: - Added to ~ppc. - - 30 Sep 2004; Simon Stelling ha-prosper-4.21.ebuild: - added ~amd64 - -*ha-prosper-4.21 (09 Sep 2004) - - 09 Sep 2004; Mamoru KOMACHI +metadata.xml, - +ha-prosper-4.21.ebuild: - Initial import. Ebuild submitted by Adam Piatyszek - , closing bug #63151. - diff --git a/dev-tex/ha-prosper/Manifest b/dev-tex/ha-prosper/Manifest deleted file mode 100644 index b5921385e41c..000000000000 --- a/dev-tex/ha-prosper/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST ha-prosper-4.21.tar.gz 256179 RMD160 af425865ae608fba0ae73b1a6965b7ea59d39ed3 SHA1 35f6e72fa4c004180316bd5fd773ee136ad2be44 SHA256 98a48f4fa7d8b69a90b5f3df64ffa49b73014091cba8b0f4e18b7cd7858373ac -EBUILD ha-prosper-4.21.ebuild 974 RMD160 3dde40ca130513c3a70d73a255c9dbbdcf160fd0 SHA1 bb17cd5aa6d6b539c6a3a93edf5ce454dc1ffa9b SHA256 3e65b6b4ec14cb3f8873f4a40fd9ebfde12d2b1a2216400e3e401336472129e6 -MISC ChangeLog 1661 RMD160 89c32d6c1dadda07ddf5a07f1afd71fc2b563fcc SHA1 981e2b38b4dd490909ba259baf1e42a9f6b7384a SHA256 816c28ba21f23bfa960255809c6734b69021538cb249a6f69913d0afd71ba1bb -MISC metadata.xml 156 RMD160 2bf6b2ed9ff0fcef1e902cf093ccf4ae2dcc70a0 SHA1 e9260cd53905d8569cf3327ded4c6d01653fc389 SHA256 b4971b8472ab3fe4fbfe41b331a79193ca19e86c08d055ad1c20eaf9e04b79b6 diff --git a/dev-tex/ha-prosper/ha-prosper-4.21.ebuild b/dev-tex/ha-prosper/ha-prosper-4.21.ebuild deleted file mode 100644 index 69c57bdd32a2..000000000000 --- a/dev-tex/ha-prosper/ha-prosper-4.21.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/ha-prosper/ha-prosper-4.21.ebuild,v 1.8 2010/07/10 17:48:26 ssuominen Exp $ - -inherit latex-package - -DESCRIPTION="HA-prosper is a LaTeX class for writing transparencies" -HOMEPAGE="http://stuwww.uvt.nl/~hendri/Downloads/haprosper.html" -# Taken from: ftp://ftp.dante.de/tex-archive/macros/latex/contrib/${PN}.tar.gz -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="LPPL-1.2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=dev-tex/prosper-1.5 - >=app-text/ptex-3.1.8" - -S=${WORKDIR}/${PN} - -src_install(){ - cd "${S}"/Run - insinto "${TEXMF}"/tex/latex/${PN}/ - doins *.sty *.cfg - dodir "${TEXMF}"/tex/latex/${PN}/Styles - for i in `find ./Styles/* -maxdepth 1 -type d` - do - dodir "${TEXMF}"/tex/latex/${PN}/$i - insinto "${TEXMF}"/tex/latex/${PN}/$i/ - doins $i/* - done - cd "${S}" - dodoc README - dodoc Doc/*.tex Doc/*.tex -} diff --git a/dev-tex/ha-prosper/metadata.xml b/dev-tex/ha-prosper/metadata.xml deleted file mode 100644 index ba6a8a8800d5..000000000000 --- a/dev-tex/ha-prosper/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -tex - -- cgit v1.2.3-65-gdbad