Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/pgf/
Date: Wed, 08 Feb 2017 17:38:13
Message-Id: 1486575475.b0a7a970947d500902a635faca2f6a3f0d131449.aballier@gentoo
1 commit: b0a7a970947d500902a635faca2f6a3f0d131449
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 8 17:37:55 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 8 17:37:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a7a970
7
8 dev-tex/pgf: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-tex/pgf/Manifest | 2 --
13 dev-tex/pgf/pgf-2.10.ebuild | 41 -----------------------------------------
14 dev-tex/pgf/pgf-3.0.0.ebuild | 39 ---------------------------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/dev-tex/pgf/Manifest b/dev-tex/pgf/Manifest
18 index 45e73729e7..4ffc83b502 100644
19 --- a/dev-tex/pgf/Manifest
20 +++ b/dev-tex/pgf/Manifest
21 @@ -1,3 +1 @@
22 -DIST pgf_2.10.tds.zip 6943790 SHA256 6d197e2a6a7bdadc81d180ef58ad2ef3e446fb07e05ac52821047d8c31b90b95 SHA512 d10385a259cf5100a5c3929b48f007b796e1313730e579748fb1f6afa0957320867a000dc54edd7595f9d84926adb7b28fd7be079fed32d12bf6aee00294b16b WHIRLPOOL bfe770bbd775ec607cfbe48051a4d08e0d936afa98e075d43f70de1bfa61bbcaf5e591988b16cc9d6bfb8bffab749d74fc0b2e9ddeb127485e7075cdeac2532e
23 -DIST pgf_3.0.0.tds.zip 11384771 SHA256 672b15d0a73fcaee1efefdaf396db1d8313e08d91db9b15bfde293eb6132474e SHA512 c0d801855e9fb0325a4caf4dbdf30c82a39b8f2543234f04127355dc5eb22493bbe95c6d9757df122bf80ccb07f6d5a92736a3a8f67523b3a43115b6a9ae1f56 WHIRLPOOL c451b562daf3b2aa8d6fce9852d7db3a5c34a449ec544dec7865587f4281c203b40275e184f82812f49365c075f51387115d026274833713fc96958c528dd98e
24 DIST pgf_3.0.1.tds.zip 10423731 SHA256 a0f374ff2a66e8d24995b571cc74f773fd58f81d63bf719d73af326c280bdb99 SHA512 0899e0fbd6d196504c5d15176015557d38e027429a84de661a5627fa003bfeffdb3f013df23c298b32c3a5605388160f42621e92d626e3ce88561fe4b4b7bddf WHIRLPOOL 93cc1db9026dda5ca64bc2eea3e58257e53b8e287d0bc6c3295df9f6e5fc6c75f00437f5e047a15a4a7723276dde82e4366df0290633b2647239b02530939f96
25
26 diff --git a/dev-tex/pgf/pgf-2.10.ebuild b/dev-tex/pgf/pgf-2.10.ebuild
27 deleted file mode 100644
28 index d9f069febf..0000000000
29 --- a/dev-tex/pgf/pgf-2.10.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -inherit latex-package
37 -
38 -DESCRIPTION="pgf -- The TeX Portable Graphic Format"
39 -HOMEPAGE="https://sourceforge.net/projects/pgf"
40 -SRC_URI="mirror://sourceforge/pgf/${PN}_${PV}.tds.zip"
41 -
42 -LICENSE="GPL-2 LPPL-1.3c FDL-1.2"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
45 -IUSE="doc source"
46 -
47 -RDEPEND="dev-texlive/texlive-latexrecommended
48 - >=dev-tex/xcolor-2.11"
49 -DEPEND="${RDEPEND}
50 - app-arch/unzip"
51 -
52 -TEXMF="/usr/share/texmf-site"
53 -S=${WORKDIR}
54 -
55 -src_install() {
56 - insinto ${TEXMF}
57 - doins -r tex || die
58 -
59 - if use source ; then
60 - doins -r source || die
61 - fi
62 -
63 - cd "${S}/doc/generic/pgf"
64 - dodoc AUTHORS ChangeLog README TODO licenses/LICENSE || die
65 - if use doc ; then
66 - insinto /usr/share/doc/${PF}
67 - doins pgfmanual.pdf || die
68 - doins -r images macros text-en version-for-dvipdfm version-for-dvips \
69 - version-for-pdftex version-for-tex4ht version-for-vtex || die \
70 - "Failed to install documentation"
71 - fi
72 -}
73
74 diff --git a/dev-tex/pgf/pgf-3.0.0.ebuild b/dev-tex/pgf/pgf-3.0.0.ebuild
75 deleted file mode 100644
76 index b434f8814f..0000000000
77 --- a/dev-tex/pgf/pgf-3.0.0.ebuild
78 +++ /dev/null
79 @@ -1,39 +0,0 @@
80 -# Copyright 1999-2017 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -
84 -inherit latex-package
85 -
86 -DESCRIPTION="pgf -- The TeX Portable Graphic Format"
87 -HOMEPAGE="https://sourceforge.net/projects/pgf"
88 -SRC_URI="mirror://sourceforge/pgf/${PN}_${PV}.tds.zip"
89 -
90 -LICENSE="GPL-2 LPPL-1.3c FDL-1.2"
91 -SLOT="0"
92 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
93 -IUSE="doc source"
94 -
95 -RDEPEND="dev-texlive/texlive-latexrecommended
96 - >=dev-tex/xcolor-2.11"
97 -DEPEND="${RDEPEND}
98 - app-arch/unzip"
99 -
100 -S=${WORKDIR}
101 -
102 -src_install() {
103 - insinto ${TEXMF}
104 - doins -r tex || die
105 -
106 - if use source ; then
107 - doins -r source || die
108 - fi
109 -
110 - cd "${S}/doc/generic/pgf"
111 - dodoc AUTHORS ChangeLog README || die
112 - if use doc ; then
113 - insinto /usr/share/doc/${PF}/texdoc
114 - doins pgfmanual.pdf || die
115 - doins -r images macros text-en version-* || die
116 - dosym /usr/share/doc/${PF}/texdoc ${TEXMF}/doc/latex/${PN} || die
117 - fi
118 -}