From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F8AF138239 for ; Thu, 13 Jun 2019 16:00:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB2B4E0866; Thu, 13 Jun 2019 15:59:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B03D3E0866 for ; Thu, 13 Jun 2019 15:59:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F0CF34601E for ; Thu, 13 Jun 2019 15:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D3BD608 for ; Thu, 13 Jun 2019 15:59:56 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1560441591.65099ebce866bb29b1539f63300a23e6d9ad78de.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/pgf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/pgf/pgf-3.0.1.ebuild X-VCS-Directories: dev-tex/pgf/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 65099ebce866bb29b1539f63300a23e6d9ad78de X-VCS-Branch: master Date: Thu, 13 Jun 2019 15:59:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c166ea27-740b-4b19-a0ca-2218099c6d64 X-Archives-Hash: 2fec373e6cea773d6b28d666ad5bd51d commit: 65099ebce866bb29b1539f63300a23e6d9ad78de Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jun 13 15:59:30 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jun 13 15:59:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65099ebc dev-tex/pgf: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-tex/pgf/pgf-3.0.1.ebuild | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/dev-tex/pgf/pgf-3.0.1.ebuild b/dev-tex/pgf/pgf-3.0.1.ebuild deleted file mode 100644 index 0d20dd1bbdb..00000000000 --- a/dev-tex/pgf/pgf-3.0.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit latex-package - -DESCRIPTION="pgf -- The TeX Portable Graphic Format" -HOMEPAGE="https://sourceforge.net/projects/pgf" -SRC_URI="mirror://sourceforge/pgf/${PN}_${PV}.tds.zip" - -LICENSE="GPL-2 LPPL-1.3c FDL-1.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 ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="doc source" - -RDEPEND="dev-texlive/texlive-latexrecommended - >=dev-tex/xcolor-2.11" -DEPEND="app-arch/unzip" - -S=${WORKDIR} - -src_install() { - insinto ${TEXMF} - doins -r tex || die - - if use source ; then - doins -r source || die - fi - - cd "${S}/doc/generic/pgf" - dodoc AUTHORS ChangeLog README || die - if use doc ; then - insinto /usr/share/doc/${PF}/texdoc - doins pgfmanual.pdf || die - doins -r images macros text-en version-* || die - dosym /usr/share/doc/${PF}/texdoc ${TEXMF}/doc/latex/${PN} || die - docompress -x /usr/share/doc/${PF}/texdoc/ - fi -}