diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
commit | 3cf7c3ef441822c889356fd1812ebf2944a59851 (patch) | |
tree | c513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-tex/metapost | |
parent | 05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff) |
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-tex/metapost')
-rw-r--r-- | dev-tex/metapost/Manifest | 5 | ||||
-rw-r--r-- | dev-tex/metapost/metadata.xml | 8 | ||||
-rw-r--r-- | dev-tex/metapost/metapost-1.803.ebuild | 73 | ||||
-rw-r--r-- | dev-tex/metapost/metapost-1.902.ebuild | 76 |
4 files changed, 0 insertions, 162 deletions
diff --git a/dev-tex/metapost/Manifest b/dev-tex/metapost/Manifest deleted file mode 100644 index 4af3727d10a9..000000000000 --- a/dev-tex/metapost/Manifest +++ /dev/null @@ -1,5 +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 -EBUILD metapost-1.803.ebuild 1560 BLAKE2B 3e639630633b6817fac06a4e324c7b4b8190c1ec1032ea6136bfc72351529aa0bf4955301f7c476cd8397b523c5841a25b88e2799693f9532f89c8118857462b SHA512 023bc51e717357aa4e54d7b3ff528088a751a6c1220268b431153caa7153512147f569604015512f02ceab82c0128e1a635e5c6db9b289c7259284fdd4278e1f -EBUILD metapost-1.902.ebuild 1701 BLAKE2B b62664c0a898af60b3876d5ba61bd299639b68a08cf8b3573cbc2995ff17e66c325818135ba34708a496dae84bd95ba2fe50a41036cc1498215fffe211b7b0d4 SHA512 827d964af31b09c8d9ef7beec9a6fa8c6e4417f619d99b274fd57d336d36fc44ea463d29abd27c2afc364fc00cefba3aa2cfbef477ce97043c4a88ad4deb489a -MISC metadata.xml 245 BLAKE2B ee3a163cfe0a4bc59c0dfb46f9ddb580e2d259b4d0e33cb4e684eb9e6d4b901bf97c6edd891f3b75a613a782f1b89318d0ee3ec9bee4e34c4441d9e8f4267678 SHA512 1653777623e2c15e1ce13229e396723b2cc9c214983e0f8592de98c01a31badc6c38c6735ed44f937d145883b43fb6f049af3eddb9ff96b18c96ccf8f67dd690 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 -} |