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 82B231382C5 for ; Sat, 13 Mar 2021 03:52:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D42C6E0814; Sat, 13 Mar 2021 03:52:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BC4A3E0814 for ; Sat, 13 Mar 2021 03:52:01 +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 D0E91340A9D for ; Sat, 13 Mar 2021 03:52:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2710F5AB for ; Sat, 13 Mar 2021 03:51:58 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1615607508.653e4dd358abfe919553041595f47c1d00ca6839.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp-xsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/yelp-xsl/Manifest gnome-extra/yelp-xsl/yelp-xsl-3.38.3.ebuild X-VCS-Directories: gnome-extra/yelp-xsl/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 653e4dd358abfe919553041595f47c1d00ca6839 X-VCS-Branch: master Date: Sat, 13 Mar 2021 03:51:58 +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: f5a7966a-2987-4e04-9363-528ecea8bf5b X-Archives-Hash: 402e5423b6221b4ef5add349d7ae98a8 commit: 653e4dd358abfe919553041595f47c1d00ca6839 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 13 03:31:01 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 13 03:51:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653e4dd3 gnome-extra/yelp-xsl: Version bump to 3.38.3 Signed-off-by: Matt Turner gentoo.org> gnome-extra/yelp-xsl/Manifest | 1 + gnome-extra/yelp-xsl/yelp-xsl-3.38.3.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/gnome-extra/yelp-xsl/Manifest b/gnome-extra/yelp-xsl/Manifest index 6752a87d993..ac89e1b44ea 100644 --- a/gnome-extra/yelp-xsl/Manifest +++ b/gnome-extra/yelp-xsl/Manifest @@ -1 +1,2 @@ DIST yelp-xsl-3.36.1.tar.xz 640688 BLAKE2B 0851597133d04c40b69534f1db3d94f8c5eb7fe18e14d81d9a6fc7157e2bf3f63122b04e4c202fc632cf0ee511683e42cc63ba54fea1b6314b42f0a924078c32 SHA512 ae000c2d7d715474706b0da1cf8d9b6573a2767a9b5de31ef1cb95462b548b190f89d399b86280ccd61310257f71509feb92be6a0f6a69257cd91bbe14cbb4ea +DIST yelp-xsl-3.38.3.tar.xz 642928 BLAKE2B 30c27d3ebbce1d55bb91c705e1a2ec3aae361646cfec97874614eaac1f8c51535c3ffff6a777fc19c9b85fcf5979384b1c7f4d854a41b10afc643bd68714e0af SHA512 17e66f744de0f88462fe8c1e1d484ead76551c6c0e8d7f9cdf04e670e50829e5258a8190cf58e0723eeeb3cd7fc44004ee5dfb53b5dd6f7dac52d2b8d6cfbaa2 diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.38.3.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-3.38.3.ebuild new file mode 100644 index 00000000000..29a5e84f629 --- /dev/null +++ b/gnome-extra/yelp-xsl/yelp-xsl-3.38.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +DESCRIPTION="XSL stylesheets for yelp" +HOMEPAGE="https://git.gnome.org/browse/yelp-xsl" + +LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+" +SLOT="0" +IUSE="" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + >=dev-libs/libxml2-2.6.12:= + >=dev-libs/libxslt-1.1.8:= +" +DEPEND="${RDEPEND} + >=dev-util/itstool-1.2.0 + >=sys-devel/gettext-0.19.8 + virtual/awk + virtual/pkgconfig +"