summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/libcdr/libcdr-0.0.14.ebuild10
-rw-r--r--media-libs/libcdr/libcdr-0.0.16.ebuild9
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 0b82db964c81..6d8dcbd97abe 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 03599aafd91c..0aa066692837 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() {