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 A1DCF138334 for ; Sun, 30 Dec 2018 20:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97A07E09CF; Sun, 30 Dec 2018 20:08:53 +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 6249AE09CF for ; Sun, 30 Dec 2018 20:08:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A136B335C5D for ; Sun, 30 Dec 2018 20:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 739DD4D3 for ; Sun, 30 Dec 2018 20:08:48 +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: <1546200445.f778766c0afe2e4ef26d33cb033ebe1410cde605.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libetonyek/Manifest app-text/libetonyek/libetonyek-0.1.9.ebuild app-text/libetonyek/libetonyek-9999.ebuild X-VCS-Directories: app-text/libetonyek/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f778766c0afe2e4ef26d33cb033ebe1410cde605 X-VCS-Branch: master Date: Sun, 30 Dec 2018 20:08:48 +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: e1f44af8-f832-4786-b761-8cd164898e1c X-Archives-Hash: 902c38ec2e6200fcadd8586893c2ad16 commit: f778766c0afe2e4ef26d33cb033ebe1410cde605 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 30 19:33:51 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 30 20:07:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f778766c app-text/libetonyek: 0.1.9 version bump Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/libetonyek/Manifest | 1 + .../{libetonyek-9999.ebuild => libetonyek-0.1.9.ebuild} | 15 ++++++++------- app-text/libetonyek/libetonyek-9999.ebuild | 15 ++++++++------- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest index 974952711fa..7a9f758407e 100644 --- a/app-text/libetonyek/Manifest +++ b/app-text/libetonyek/Manifest @@ -1 +1,2 @@ DIST libetonyek-0.1.8.tar.xz 1324868 BLAKE2B 2088349df75011f54f5822ffd69336a7942a148ff829111c02efbfb99c705a9e00105147942f3e9e81278be3b1f2be4d63aba8cbf6a54127f04fc547df6b7b1d SHA512 c8c08100b0c75e0420bbcd796f7cb9285e77ce1be34757df5b237d114a428a4a6094f12e442f81769a2fac5be45ea4376ff9e1d90448e18b3443bfe7c645a865 +DIST libetonyek-0.1.9.tar.xz 1477064 BLAKE2B 088d27c83d4aff41cb208cf840def78e323f378a1b7d456448db3abf51d1e850c8159ace75c8836958b533c2b84e583d5a622e638081230d2f862f6d1d175e98 SHA512 3f439b369d450bb1a4bdb3fe92023bda234b323cf676570f1738318c56867a97910f536280b9b164c3fdaa423a3ee669c935df75a5c700bc1530ea5b9a00391e diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-0.1.9.ebuild similarity index 76% copy from app-text/libetonyek/libetonyek-9999.ebuild copy to app-text/libetonyek/libetonyek-0.1.9.ebuild index 434fddd7f1a..a59ca6e0096 100644 --- a/app-text/libetonyek/libetonyek-9999.ebuild +++ b/app-text/libetonyek/libetonyek-0.1.9.ebuild @@ -3,28 +3,29 @@ EAPI=7 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git" -[[ ${PV} == 9999 ]] && inherit autotools git-r3 - +if [[ ${PV} = 9999 ]]; then + EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git" + inherit autotools git-r3 +else + SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +fi DESCRIPTION="Library parsing Apple Keynote presentations" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" -[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" -[[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="doc static-libs test" RDEPEND=" app-text/liblangtag dev-libs/librevenge dev-libs/libxml2 + >=dev-util/mdds-1.3.1:1= sys-libs/zlib " DEPEND="${RDEPEND} dev-libs/boost - >=dev-util/mdds-1.4.2:1= media-libs/glm sys-devel/libtool virtual/pkgconfig diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild index 434fddd7f1a..a59ca6e0096 100644 --- a/app-text/libetonyek/libetonyek-9999.ebuild +++ b/app-text/libetonyek/libetonyek-9999.ebuild @@ -3,28 +3,29 @@ EAPI=7 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git" -[[ ${PV} == 9999 ]] && inherit autotools git-r3 - +if [[ ${PV} = 9999 ]]; then + EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git" + inherit autotools git-r3 +else + SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +fi DESCRIPTION="Library parsing Apple Keynote presentations" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" -[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" -[[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="doc static-libs test" RDEPEND=" app-text/liblangtag dev-libs/librevenge dev-libs/libxml2 + >=dev-util/mdds-1.3.1:1= sys-libs/zlib " DEPEND="${RDEPEND} dev-libs/boost - >=dev-util/mdds-1.4.2:1= media-libs/glm sys-devel/libtool virtual/pkgconfig