public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/xdvipdfmx/
@ 2018-01-21  0:41 Andreas Hüttel
  0 siblings, 0 replies; only message in thread
From: Andreas Hüttel @ 2018-01-21  0:41 UTC (permalink / raw
  To: gentoo-commits

commit:     a2bdce88eac9065f4592f85bd659f5352367dbdf
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 00:37:53 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 00:37:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bdce88

app-text/xdvipdfmx: Remove last-rited package, bug 628820

 app-text/xdvipdfmx/Manifest                        |  2 -
 app-text/xdvipdfmx/metadata.xml                    | 12 ------
 .../xdvipdfmx/xdvipdfmx-0.7.8_p20120701.ebuild     | 49 ----------------------
 .../xdvipdfmx/xdvipdfmx-0.7.9_p20130530.ebuild     | 44 -------------------
 4 files changed, 107 deletions(-)

diff --git a/app-text/xdvipdfmx/Manifest b/app-text/xdvipdfmx/Manifest
deleted file mode 100644
index a6a8b46ef70..00000000000
--- 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 e7416c908a0..00000000000
--- 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 50732504a0a..00000000000
--- 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 da9fb5c60df..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-21  0:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-21  0:41 [gentoo-commits] repo/gentoo:master commit in: app-text/xdvipdfmx/ Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox