summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2018-01-21 01:37:53 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-01-21 01:37:53 +0100
commita2bdce88eac9065f4592f85bd659f5352367dbdf (patch)
treeb3cb7dd20e6c8908adde408cd5cabb5d6beb91ff
parentapp-text/dvipdfmx: Remove last-rited package, bug 628820 (diff)
downloadgentoo-a2bdce88eac9065f4592f85bd659f5352367dbdf.tar.gz
gentoo-a2bdce88eac9065f4592f85bd659f5352367dbdf.tar.bz2
gentoo-a2bdce88eac9065f4592f85bd659f5352367dbdf.zip
app-text/xdvipdfmx: Remove last-rited package, bug 628820
-rw-r--r--app-text/xdvipdfmx/Manifest2
-rw-r--r--app-text/xdvipdfmx/metadata.xml12
-rw-r--r--app-text/xdvipdfmx/xdvipdfmx-0.7.8_p20120701.ebuild49
-rw-r--r--app-text/xdvipdfmx/xdvipdfmx-0.7.9_p20130530.ebuild44
4 files changed, 0 insertions, 107 deletions
diff --git a/app-text/xdvipdfmx/Manifest b/app-text/xdvipdfmx/Manifest
deleted file mode 100644
index a6a8b46ef70f..000000000000
--- a/app-text/xdvipdfmx/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST texlive-20120701-source.tar.xz 131904044 BLAKE2B d6325ac4c8403ae2d4c4e949ce8b1c2ab44d82937aa6f199ae8f807fcd2eb0b602c28c336de98e0adc63aeff4e17bcf5be8399a56daba35e18f7a8468fbe5fea SHA512 0e8653aa21094e079900d17256f0768ac5514690a3725d96923d5fdc7633484d611441df1af8c674b38b9ce6a8845a9004976cd00635742dfc6837aa433caf5f
-DIST texlive-20130530-source.tar.xz 179963948 BLAKE2B b362975a464a545efd608042086c90bc64325d0c13f411aaa9e8d18cafbcf9504750fd5ff31e432d0dda9830421f9b2b457696e460487c50b7f7f54028ddeffb SHA512 4aa85273a675af2453f09777b7cb348c18add77410d72f562c6586f6814d4e7c34b6f3690e3453020654fb0a265339fcabf590d9155367d52846224499af334c
diff --git a/app-text/xdvipdfmx/metadata.xml b/app-text/xdvipdfmx/metadata.xml
deleted file mode 100644
index e7416c908a04..000000000000
--- a/app-text/xdvipdfmx/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>tex@gentoo.org</email>
- <name>Gentoo TeX Project</name>
- </maintainer>
- <longdescription lang="en">
- This package provides the extended xdvi to pdf converter
- needed to deal with unicode enabled TeX's.
- </longdescription>
-</pkgmetadata>
diff --git a/app-text/xdvipdfmx/xdvipdfmx-0.7.8_p20120701.ebuild b/app-text/xdvipdfmx/xdvipdfmx-0.7.8_p20120701.ebuild
deleted file mode 100644
index 50732504a0ad..000000000000
--- a/app-text/xdvipdfmx/xdvipdfmx-0.7.8_p20120701.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Extended dvipdfmx for use with XeTeX and other unicode TeXs"
-HOMEPAGE="http://scripts.sil.org/svn-view/xdvipdfmx/
- http://tug.org/texlive/"
-SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE="doc"
-
-RDEPEND="!<app-text/texlive-core-2010
- dev-libs/kpathsea
- sys-libs/zlib
- media-libs/freetype:2
- media-libs/fontconfig
- >=media-libs/libpng-1.2.43-r2:0
- app-text/libpaper"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-# for dvipdfmx.cfg
-RDEPEND="${RDEPEND}
- app-text/dvipdfmx"
-
-S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
-
-src_configure() {
- # don't do OSX stuff as it breaks on using long gone freetype funcs
- export kpse_cv_have_ApplicationServices=no
-
- econf \
- --with-system-kpathsea \
- --with-system-zlib \
- --with-system-libpng \
- --with-system-freetype2
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc README TODO BUGS AUTHORS ChangeLog ChangeLog.TL
- if use doc ; then
- insinto /usr/share/doc/${PF}
- doins -r doc
- fi
-}
diff --git a/app-text/xdvipdfmx/xdvipdfmx-0.7.9_p20130530.ebuild b/app-text/xdvipdfmx/xdvipdfmx-0.7.9_p20130530.ebuild
deleted file mode 100644
index da9fb5c60df8..000000000000
--- a/app-text/xdvipdfmx/xdvipdfmx-0.7.9_p20130530.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Extended dvipdfmx for use with XeTeX and other unicode TeXs"
-HOMEPAGE="http://scripts.sil.org/svn-view/xdvipdfmx/
- http://tug.org/texlive/"
-SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-RDEPEND="!<app-text/texlive-core-2010
- dev-libs/kpathsea
- sys-libs/zlib
- media-libs/freetype:2
- >=media-libs/libpng-1.2.43-r2:0=
- app-text/libpaper"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-# for dvipdfmx.cfg
-RDEPEND="${RDEPEND}
- app-text/dvipdfmx"
-
-S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
-
-src_configure() {
- # don't do OSX stuff as it breaks on using long gone freetype funcs
- export kpse_cv_have_ApplicationServices=no
-
- econf \
- --with-system-kpathsea \
- --with-system-zlib \
- --with-system-libpng \
- --with-system-freetype2
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc README AUTHORS ChangeLog
-}