commit:     b401e80a0d95476acde8afdd850d82de96b3ebda
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 18:26:24 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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() {

Reply via email to