summaryrefslogtreecommitdiff
path: root/dev-tex/pstplus
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
commit99abbc5e5a6ecd3fc981b45646fd8cb5d320377b (patch)
treeda76713365257a445f3ae3b95470917f59d46728 /dev-tex/pstplus
parent4935506e9a5cbfabd37c64093eac5f36c2ff0017 (diff)
gentoo resync : 24.02.2018
Diffstat (limited to 'dev-tex/pstplus')
-rw-r--r--dev-tex/pstplus/Manifest3
-rw-r--r--dev-tex/pstplus/metadata.xml8
-rw-r--r--dev-tex/pstplus/pstplus-1.6.ebuild39
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-tex/pstplus/Manifest b/dev-tex/pstplus/Manifest
deleted file mode 100644
index 3c5b3c8a119f..000000000000
--- a/dev-tex/pstplus/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pstplus-1.6.tar.bz2 434500 BLAKE2B d9dfa91e4fbe9b546257860bc44e171c30397683da7fc5e0e5d0d2ee2dec5e545908555e2d1b5951ef0321fbe17009ca222526b0b341e8296778f4454a1b2cb9 SHA512 5abb97f240db3244350e77c404ef4ebcb65f6baa00d6975e161d7fb03132631c9b09ac9dbf56cd3e6f418bfedb69746fee91f980b6ad55a6f6ab16c5ec0e5e69
-EBUILD pstplus-1.6.ebuild 802 BLAKE2B 82c7d022d8ab4bd6fa19f5fa5c9367849fe93c848b5c92280d20b33df008434851bd1777af6b0ec27e49119d42c14617004c0e05ab452f35b465c8e996a034ab SHA512 adfa5ba61b018f64cf0ee095a5bfe555c1e71106bdc5a5c5534e45b26dcbb87229ac61afcf0113631cd93d1662cbf7b2e0c63120e303db62aa82d3d8ff028330
-MISC metadata.xml 245 BLAKE2B ee3a163cfe0a4bc59c0dfb46f9ddb580e2d259b4d0e33cb4e684eb9e6d4b901bf97c6edd891f3b75a613a782f1b89318d0ee3ec9bee4e34c4441d9e8f4267678 SHA512 1653777623e2c15e1ce13229e396723b2cc9c214983e0f8592de98c01a31badc6c38c6735ed44f937d145883b43fb6f049af3eddb9ff96b18c96ccf8f67dd690
diff --git a/dev-tex/pstplus/metadata.xml b/dev-tex/pstplus/metadata.xml
deleted file mode 100644
index 13170c3184d8..000000000000
--- a/dev-tex/pstplus/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/pstplus/pstplus-1.6.ebuild b/dev-tex/pstplus/pstplus-1.6.ebuild
deleted file mode 100644
index 50f3fcbd4a14..000000000000
--- a/dev-tex/pstplus/pstplus-1.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils qt4-r2
-
-DESCRIPTION="A PSTricks GUI"
-HOMEPAGE="http://www.xm1math.net/pstplus/"
-SRC_URI="http://www.xm1math.net/pstplus/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4
- dev-qt/qtcore:4
- <app-text/poppler-0.62.0[qt4]"
-RDEPEND="${DEPEND}
- virtual/latex-base
- dev-texlive/texlive-pstricks
- app-text/psutils
- sci-visualization/gnuplot
- app-text/ghostscript-gpl
- media-libs/netpbm"
-
-DOCS="utilities/AUTHORS"
-
-src_install() {
- qt4-r2_src_install
-
- newicon utilities/pstplus48x48.png pstplus.png
- make_desktop_entry pstplus Pstplus "pstplus" Office
-}
-
-pkg_postinst() {
- elog "Examples are available at:"
- elog "/usr/share/${PN}/"
-}