diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-09 17:22:17 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-09 17:22:17 +0000 |
commit | 346dc36f9df46844f046195cc90466825bc3ef5d (patch) | |
tree | d332e6a82d9782647fe3119010c40684ab82702e /dev-tex | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-346dc36f9df46844f046195cc90466825bc3ef5d.tar.gz gentoo-2-346dc36f9df46844f046195cc90466825bc3ef5d.tar.bz2 gentoo-2-346dc36f9df46844f046195cc90466825bc3ef5d.zip |
remove old
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/mh/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/mh/mh-20080903.ebuild | 43 | ||||
-rw-r--r-- | dev-tex/mh/mh-20101024.ebuild | 43 |
3 files changed, 5 insertions, 87 deletions
diff --git a/dev-tex/mh/ChangeLog b/dev-tex/mh/ChangeLog index 6fbf3fd25e35..140c789149c7 100644 --- a/dev-tex/mh/ChangeLog +++ b/dev-tex/mh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/mh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/ChangeLog,v 1.33 2012/05/06 16:50:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/ChangeLog,v 1.34 2012/05/09 17:22:17 aballier Exp $ + + 09 May 2012; Alexis Ballier <aballier@gentoo.org> -mh-20080903.ebuild, + -mh-20101024.ebuild: + remove old 06 May 2012; Raúl Porcel <armin76@gentoo.org> mh-20111011.ebuild: ia64/s390/sh/sparc stable wrt #395735 diff --git a/dev-tex/mh/mh-20080903.ebuild b/dev-tex/mh/mh-20080903.ebuild deleted file mode 100644 index f5ebedf73b64..000000000000 --- a/dev-tex/mh/mh-20080903.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/mh-20080903.ebuild,v 1.18 2011/07/28 07:20:16 aballier Exp $ - -inherit latex-package - -DESCRIPTION="Additional LaTeX math tools." -HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/mh/" -SRC_URI="mirror://gentoo/${P}.zip" -LICENSE="LPPL-1.3" -SLOT="0" -IUSE="doc" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" - -RDEPEND="dev-tex/xcolor - || ( >=dev-texlive/texlive-latexrecommended-2011 >=dev-texlive/texlive-latex3-2008 )" -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR}/${PN} -TEXMF=/usr/share/texmf-site - -src_compile() { - # To avoid sandbox violations - export VARTEXFONTS="${T}/fonts" - - # Unpacking *.dtx - for i in *.dtx; do - tex ${i} || die "TeXing ${i} failed" - done - - latex-package_src_compile -} - -src_install() { - latex-package_src_doinstall styles fonts bin - - insinto "${TEXMF}/tex/latex/${PN}" - doins *.sym - - use doc && latex-package_src_doinstall doc - dodoc README -} diff --git a/dev-tex/mh/mh-20101024.ebuild b/dev-tex/mh/mh-20101024.ebuild deleted file mode 100644 index 7d9d4f395896..000000000000 --- a/dev-tex/mh/mh-20101024.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/mh-20101024.ebuild,v 1.3 2011/08/28 16:28:45 grobian Exp $ - -inherit latex-package - -DESCRIPTION="Additional LaTeX math tools." -HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/mh/" -SRC_URI="mirror://gentoo/${P}.zip" -LICENSE="LPPL-1.3" -SLOT="0" -IUSE="doc" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - -RDEPEND="dev-tex/xcolor - || ( >=dev-texlive/texlive-latexrecommended-2011 >=dev-texlive/texlive-latex3-2008 )" -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR}/${PN} -TEXMF=/usr/share/texmf-site - -src_compile() { - # To avoid sandbox violations - export VARTEXFONTS="${T}/fonts" - - # Unpacking *.dtx - for i in *.dtx; do - tex ${i} || die "TeXing ${i} failed" - done - - latex-package_src_compile -} - -src_install() { - latex-package_src_doinstall styles fonts bin - - insinto "${TEXMF}/tex/latex/${PN}" - doins *.sym - - use doc && latex-package_src_doinstall doc - dodoc README -} |