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 A72DA139694 for ; Wed, 28 Jun 2017 19:12:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C029E25401D; Wed, 28 Jun 2017 19:12:02 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85F4825401D for ; Wed, 28 Jun 2017 19:12: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 1153334177C for ; Wed, 28 Jun 2017 19:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15BC77498 for ; Wed, 28 Jun 2017 19:11: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: <1498677103.b401e80a0d95476acde8afdd850d82de96b3ebda.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcdr/libcdr-0.0.14.ebuild media-libs/libcdr/libcdr-0.0.16.ebuild X-VCS-Directories: media-libs/libcdr/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b401e80a0d95476acde8afdd850d82de96b3ebda X-VCS-Branch: master Date: Wed, 28 Jun 2017 19:11: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: 4b8b35a8-dd38-4856-8ea9-171127ea6b2c X-Archives-Hash: 431c5e162ae32136cc1cf5cf66fb7fa8 commit: b401e80a0d95476acde8afdd850d82de96b3ebda Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 28 18:26:24 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 28 19:11:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b401e80a media-libs/libcdr: Drop keywords except ppc Package-Manager: Portage-2.3.6, Repoman-2.3.1 media-libs/libcdr/libcdr-0.0.14.ebuild | 10 +++------- media-libs/libcdr/libcdr-0.0.16.ebuild | 9 +++------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/media-libs/libcdr/libcdr-0.0.14.ebuild b/media-libs/libcdr/libcdr-0.0.14.ebuild index 0b82db964c8..6d8dcbd97ab 100644 --- a/media-libs/libcdr/libcdr-0.0.14.ebuild +++ b/media-libs/libcdr/libcdr-0.0.14.ebuild @@ -1,21 +1,18 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/" inherit base eutils -[[ ${PV} == 9999 ]] && inherit autotools git-2 DESCRIPTION="Library parsing the Corel cdr documents" HOMEPAGE="https://www.freedesktop.org/wiki/Software/libcdr" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" +SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -[[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm ppc x86" - +KEYWORDS="ppc" IUSE="doc static-libs" RDEPEND=" @@ -35,7 +32,6 @@ DEPEND="${RDEPEND} src_prepare() { base_src_prepare [[ -d m4 ]] || mkdir "m4" - [[ ${PV} == 9999 ]] && eautoreconf } src_configure() { diff --git a/media-libs/libcdr/libcdr-0.0.16.ebuild b/media-libs/libcdr/libcdr-0.0.16.ebuild index 03599aafd91..0aa06669283 100644 --- a/media-libs/libcdr/libcdr-0.0.16.ebuild +++ b/media-libs/libcdr/libcdr-0.0.16.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/" inherit base eutils -[[ ${PV} == 9999 ]] && inherit autotools git-2 DESCRIPTION="Library parsing the Corel cdr documents" HOMEPAGE="https://www.freedesktop.org/wiki/Software/libcdr" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" +SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" LICENSE="MPL-2.0" SLOT="0" -[[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~ppc" IUSE="doc static-libs" RDEPEND=" @@ -34,7 +32,6 @@ DEPEND="${RDEPEND} src_prepare() { base_src_prepare [[ -d m4 ]] || mkdir "m4" - [[ ${PV} == 9999 ]] && eautoreconf } src_configure() {