summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-24 09:08:50 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-24 09:09:49 +0200
commit61d3bfa8316272204c55f0da2efd994475724b49 (patch)
tree77a26a64ce6821a160463a76b3c33524afc32930 /dev-tex
parentapp-eselect/eselect-pdftex: Remove last-rited pkg (diff)
downloadgentoo-61d3bfa8316272204c55f0da2efd994475724b49.tar.gz
gentoo-61d3bfa8316272204c55f0da2efd994475724b49.tar.bz2
gentoo-61d3bfa8316272204c55f0da2efd994475724b49.zip
dev-tex/metapost: Remove last-rited pkg
Closes: https://bugs.gentoo.org/733862 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/metapost/Manifest2
-rw-r--r--dev-tex/metapost/metadata.xml8
-rw-r--r--dev-tex/metapost/metapost-1.803.ebuild73
-rw-r--r--dev-tex/metapost/metapost-1.902.ebuild76
4 files changed, 0 insertions, 159 deletions
diff --git a/dev-tex/metapost/Manifest b/dev-tex/metapost/Manifest
deleted file mode 100644
index 7410b8e2de97..000000000000
--- a/dev-tex/metapost/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST metapost-1.803-src.tar.bz2 8140579 BLAKE2B 9232a875da449b8caa667623e725317336d737e16c2d0b2647e9579fad067ea3eae85eb74ae9a05bfb079e7b18edcb18ee7a7c26bbee343b8ecbd6f5ed84ce90 SHA512 7f59e93f73c9f9c6fe547028dd22527c948ea171c235758e1acf9477c85d2fb2cc145b3bd707646a4b5317e57ce5d49160ff347cdecca599b6e0da8a8f679d99
-DIST metapost-1.902-src.tar.bz2 6170876 BLAKE2B 7b276fb4c9373a8ac43ef4c6c40c8e6c6726e93ab4cb82d4c34371025e448e985d1a5df587f8b108e786542bb1c4852977eaae964dd991824a506dca5eed9f53 SHA512 d1e38d9f6f16b6815999c1d05b70ece50668962660af0800c105075522a2d943156986aa8df76d7bd2b6d04f657295c15a04a6e67772ce1d8546b885c355aea3
diff --git a/dev-tex/metapost/metadata.xml b/dev-tex/metapost/metadata.xml
deleted file mode 100644
index 13170c3184d8..000000000000
--- a/dev-tex/metapost/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>
diff --git a/dev-tex/metapost/metapost-1.803.ebuild b/dev-tex/metapost/metapost-1.803.ebuild
deleted file mode 100644
index 80c9ea55620b..000000000000
--- a/dev-tex/metapost/metapost-1.803.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="System for producing graphics"
-HOMEPAGE="http://tug.org/metapost.html"
-SRC_URI="https://foundry.supelec.fr/frs/download.php/file/15750/${P}-src.tar.bz2"
-
-LICENSE="GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-libs/kpathsea-6.1.0_p20120701
- >=app-eselect/eselect-mpost-0.3
- >=x11-libs/cairo-1.12
- >x11-libs/pixman-0.18
- media-libs/libpng:0="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${P}/source/texk/web2c
-
-src_configure() {
- econf \
- --disable-all-pkgs \
- --enable-shared \
- --disable-largefile \
- --disable-ptex \
- --enable-mp \
- --with-system-cairo \
- --with-system-libpng \
- --without-ptexenc \
- --with-system-kpathsea \
- --with-system-xpdf \
- --with-system-freetype \
- --with-system-freetype2 \
- --with-system-gd \
- --with-system-teckit \
- --with-system-t1lib \
- --with-system-icu \
- --with-system-graphite \
- --with-system-zziplib \
- --with-system-poppler \
- --with-system-zlib \
- --with-system-pixman \
- --disable-native-texlive-build \
- --without-mf-x-toolkit --without-x
-}
-
-src_compile() {
- emake mpost
-}
-
-src_install() {
- emake DESTDIR="${D}" \
- SUBDIRS="" \
- bin_PROGRAMS="mpost" \
- nodist_man_MANS="" \
- dist_man_MANS="" \
- install-binPROGRAMS
- # Rename it
- mv "${D}/usr/bin/mpost" "${D}/usr/bin/mpost-${P}" || die "renaming failed"
-
- cd "${WORKDIR}/${P}"
- dodoc README CHANGES
-}
-
-pkg_postinst() {
- einfo "Calling eselect mpost update"
- eselect mpost update
-}
diff --git a/dev-tex/metapost/metapost-1.902.ebuild b/dev-tex/metapost/metapost-1.902.ebuild
deleted file mode 100644
index d2efdb0bdb0f..000000000000
--- a/dev-tex/metapost/metapost-1.902.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="System for producing graphics"
-HOMEPAGE="http://tug.org/metapost.html"
-SRC_URI="https://foundry.supelec.fr/frs/download.php/file/15766/${P}-src.tar.bz2"
-
-LICENSE="GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-libs/kpathsea-6.1.0_p20120701
- >=app-eselect/eselect-mpost-0.3
- >=x11-libs/cairo-1.12
- >x11-libs/pixman-0.18
- media-libs/libpng:0="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${P}/source/texk/web2c
-
-src_configure() {
- has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
- econf \
- --disable-all-pkgs \
- --enable-shared \
- --disable-largefile \
- --disable-ptex \
- --enable-mp \
- --with-system-cairo \
- --with-system-libpng \
- --without-ptexenc \
- --with-system-kpathsea \
- --with-system-xpdf \
- --with-system-freetype \
- --with-system-freetype2 \
- --with-system-gd \
- --with-system-teckit \
- --with-system-t1lib \
- --with-system-icu \
- --with-system-graphite \
- --with-system-zziplib \
- --with-system-poppler \
- --with-system-zlib \
- --with-system-pixman \
- --disable-native-texlive-build \
- --without-mf-x-toolkit --without-x
-}
-
-src_compile() {
- emake mpost
-}
-
-src_install() {
- emake DESTDIR="${D}" \
- SUBDIRS="" \
- bin_PROGRAMS="mpost" \
- nodist_man_MANS="" \
- dist_man_MANS="" \
- install-binPROGRAMS
- # Rename it
- mv "${D}/usr/bin/mpost" "${D}/usr/bin/mpost-${P}" || die "renaming failed"
-
- cd "${WORKDIR}/${P}"
- dodoc README CHANGES
-}
-
-pkg_postinst() {
- einfo "Calling eselect mpost update"
- eselect mpost update
-}