summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-06-17 07:26:57 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-06-17 07:26:57 +0000
commit59050a70dfce533d2e147f22bd15208338d61b98 (patch)
treef1693b297c06c3bc31cd78311df75fcffd24ecb2 /dev-tex/latex-unicode
parentVersion bump. (diff)
downloadgentoo-2-59050a70dfce533d2e147f22bd15208338d61b98.tar.gz
gentoo-2-59050a70dfce533d2e147f22bd15208338d61b98.tar.bz2
gentoo-2-59050a70dfce533d2e147f22bd15208338d61b98.zip
remove old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/latex-unicode')
-rw-r--r--dev-tex/latex-unicode/ChangeLog8
-rw-r--r--dev-tex/latex-unicode/latex-unicode-20030605.ebuild49
-rw-r--r--dev-tex/latex-unicode/latex-unicode-20040307.ebuild64
3 files changed, 6 insertions, 115 deletions
diff --git a/dev-tex/latex-unicode/ChangeLog b/dev-tex/latex-unicode/ChangeLog
index 0b8a7f060dd4..4df72f59f4fb 100644
--- a/dev-tex/latex-unicode/ChangeLog
+++ b/dev-tex/latex-unicode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/latex-unicode
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/ChangeLog,v 1.18 2008/09/03 11:40:31 opfer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/ChangeLog,v 1.19 2009/06/17 07:26:57 aballier Exp $
+
+ 17 Jun 2009; Alexis Ballier <aballier@gentoo.org>
+ -latex-unicode-20030605.ebuild, -latex-unicode-20040307.ebuild:
+ remove old
03 Sep 2008; Christian Faulhammer <opfer@gentoo.org>
latex-unicode-20030605.ebuild, latex-unicode-20040307.ebuild,
diff --git a/dev-tex/latex-unicode/latex-unicode-20030605.ebuild b/dev-tex/latex-unicode/latex-unicode-20030605.ebuild
deleted file mode 100644
index f989683ea110..000000000000
--- a/dev-tex/latex-unicode/latex-unicode-20030605.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/latex-unicode-20030605.ebuild,v 1.7 2008/09/03 11:40:31 opfer Exp $
-
-inherit latex-package
-
-DESCRIPTION="Unicode support for LaTeX"
-HOMEPAGE="http://www.unruh.de/DniQ/latex/unicode/"
-# Taken from
-#SRC_URI="http://www.unruh.de/DniQ/latex/unicode/unicode.tgz"
-SRC_URI="mirror://gentoo/${P}.tar.gz
- http://dev.gentoo.org/~usata/distfiles/${P}.tar.gz"
-
-LICENSE="LPPL-1.2"
-
-SLOT="0"
-KEYWORDS="~x86 amd64"
-IUSE="cjk"
-
-DEPEND="!dev-texlive/texlive-latexrecommended
- cjk? ( dev-tex/cjk-latex )"
-
-S=${WORKDIR}/ucs
-
-src_install() {
-
- latex-package_src_doinstall
- pushd contrib
- latex-package_src_doinstall styles || die
- popd
- pushd data
- latex-package_src_doinstall styles || die
- popd
-
- insinto /usr/share/texmf/tex/latex/latex-unicode
- doins data/uninames.dat
- doins config/* contrib/cenccmn.tex
-
- dodoc FAQ README VERSION languages.ps.gz ltxmacrs.txt
-}
-
-pkg_postinst() {
-
- latex-package_pkg_postinst
- elog
- elog "Please refer to /usr/share/doc/${P}/README.gz"
- elog "and languages.ps in that directory for language-specific examples."
- elog
-}
diff --git a/dev-tex/latex-unicode/latex-unicode-20040307.ebuild b/dev-tex/latex-unicode/latex-unicode-20040307.ebuild
deleted file mode 100644
index d06b8780e5c2..000000000000
--- a/dev-tex/latex-unicode/latex-unicode-20040307.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/latex-unicode-20040307.ebuild,v 1.8 2008/09/03 11:40:31 opfer Exp $
-
-inherit latex-package
-
-DESCRIPTION="Unicode support for LaTeX"
-HOMEPAGE="http://www.unruh.de/DniQ/latex/unicode/"
-# Taken from
-#SRC_URI="http://www.unruh.de/DniQ/latex/unicode/unicode.tgz"
-SRC_URI="mirror://gentoo/${P}.tar.gz
- http://www.unicode.org/Public/UNIDATA/UnicodeData.txt"
-
-LICENSE="LPPL-1.2"
-
-SLOT="0"
-KEYWORDS="~x86 amd64 ~ppc ~sparc"
-IUSE="cjk"
-
-DEPEND="!dev-texlive/texlive-latexrecommended
- cjk? ( dev-tex/cjk-latex )"
-
-S=${WORKDIR}/ucs
-
-src_unpack() {
- unpack ${P}.tar.gz
- cp "${DISTDIR}"/UnicodeData.txt "${S}"
-}
-
-src_compile() {
-
- latex-package_src_compile
-
- if ! use cjk ; then
- rm -rf data/*
- perl makeunidef.pl -t data -v --nocomments --exclude cjkbg5,cjkgb,cjkjis,cjkhangul config/* || die "makeunidef.pl failed"
- fi
-}
-
-src_install() {
-
- latex-package_src_doinstall
- pushd contrib
- latex-package_src_doinstall styles || die
- popd
- pushd data
- latex-package_src_doinstall styles || die
- popd
-
- insinto /usr/share/texmf/tex/latex/latex-unicode
- doins data/uninames.dat
- doins config/* contrib/cenccmn.tex
-
- dodoc FAQ README VERSION languages.ps.gz ltxmacrs.txt
-}
-
-pkg_postinst() {
-
- latex-package_pkg_postinst
- elog
- elog "Please refer to /usr/share/doc/${P}/README.gz"
- elog "and languages.ps in that directory for language-specific examples."
- elog
-}