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 A8EE4138331 for ; Mon, 9 Apr 2018 19:31:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AEB5E09CE; Mon, 9 Apr 2018 19:31:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 770C2E09CE for ; Mon, 9 Apr 2018 19:31:02 +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 1500E335C49 for ; Mon, 9 Apr 2018 19:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8811B283 for ; Mon, 9 Apr 2018 19:30:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1523302247.35b1f24c754583f3a70f1eedf8c1045e54b478e0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lhs2tex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild X-VCS-Directories: dev-haskell/lhs2tex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 35b1f24c754583f3a70f1eedf8c1045e54b478e0 X-VCS-Branch: master Date: Mon, 9 Apr 2018 19:30:59 +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-Archives-Salt: b5f32086-b3ba-4a6e-9026-2d3d51617fc7 X-Archives-Hash: c0e78efbf6817a3f7fc904e2cf856126 commit: 35b1f24c754583f3a70f1eedf8c1045e54b478e0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 9 19:26:37 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 9 19:30:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b1f24c dev-haskell/lhs2tex: Drop obsolete dev-texlive/texlive-mathextra Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild | 6 +++--- dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild index 076fb2d7d04..c3128315fe1 100644 --- a/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild +++ b/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,10 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# dev-texlive/texlive-mathextra contains 'stmaryrd' font used +# dev-texlive/texlive-mathscience contains 'stmaryrd' font used # for guide generation RDEPEND=">=dev-tex/polytable-0.8.2 - || ( dev-texlive/texlive-mathscience dev-texlive/texlive-mathextra )" + dev-texlive/texlive-mathscience" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10 diff --git a/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild index 076fb2d7d04..c3128315fe1 100644 --- a/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild +++ b/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,10 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# dev-texlive/texlive-mathextra contains 'stmaryrd' font used +# dev-texlive/texlive-mathscience contains 'stmaryrd' font used # for guide generation RDEPEND=">=dev-tex/polytable-0.8.2 - || ( dev-texlive/texlive-mathscience dev-texlive/texlive-mathextra )" + dev-texlive/texlive-mathscience" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10