diff options
author | 2020-01-25 22:44:03 +0100 | |
---|---|---|
committer | 2020-01-25 23:40:51 +0100 | |
commit | 13c54ec247bc0b7e1ee186027deea101b2e80753 (patch) | |
tree | 2cae971daa5ef6665d13592f5551c84babe7e9b1 /media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild | |
parent | media-libs/babl: 0.1.12, 0.1.38, 0.1.64, 0.1.72 (diff) | |
download | gentoo-13c54ec247bc0b7e1ee186027deea101b2e80753.tar.gz gentoo-13c54ec247bc0b7e1ee186027deea101b2e80753.tar.bz2 gentoo-13c54ec247bc0b7e1ee186027deea101b2e80753.zip |
media-libs/libmypaint: Drop 1.3.0_beta1, 1.3.0 (r0), 1.3.0-r2, 1.3.0-r2
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild')
-rw-r--r-- | media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild b/media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild deleted file mode 100644 index b56eba24562e..000000000000 --- a/media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-any-r1 xdg-utils toolchain-funcs - -MY_PV=${PV/_beta/-beta.} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="Library for making brushstrokes" -HOMEPAGE="https://github.com/mypaint/libmypaint" -SRC_URI="https://github.com/mypaint/libmypaint/releases/download/v${MY_PV}/${MY_P}.tar.xz" - -LICENSE="ISC" -SLOT="0/0" # first soname component for subslot -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" -IUSE="+gegl introspection nls openmp" - -CDEPEND=" - dev-libs/glib:2 - dev-libs/json-c:= - gegl? ( - media-libs/babl - media-libs/gegl:0.3[introspection?] - ) - introspection? ( >=dev-libs/gobject-introspection-1.32 ) - openmp? ( sys-devel/gcc:*[openmp] ) - nls? ( sys-devel/gettext ) - " -DEPEND="${CDEPEND} - ${PYTHON_DEPS} - nls? ( dev-util/intltool ) - " -RDEPEND="${CDEPEND} - !<media-gfx/mypaint-1.2.2 - " - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - xdg_environment_reset - epatch "${FILESDIR}"/${PN}-1.3.0_beta1-as-needed.patch - eapply_user -} - -src_configure() { - tc-ld-disable-gold # bug 589266 - econf \ - --disable-debug \ - --disable-docs \ - $(use_enable gegl) \ - --disable-gperftools \ - $(use_enable nls i18n) \ - $(use_enable introspection) \ - $(use_enable openmp) \ - --disable-profiling -} |