commit: fd6e32cb55b5bb9261cbe2896015219c30ec51b1
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 21 07:33:37 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 07:34:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6e32cb
media-libs/rlottie: remove old 0.0.1_pre
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-libs/rlottie/Manifest | 1 -
.../rlottie-0.0.1_pre20190920-disable-werror.patch | 11 ------
.../rlottie/rlottie-0.0.1_pre20200424.ebuild | 45 ----------------------
3 files changed, 57 deletions(-)
diff --git a/media-libs/rlottie/Manifest b/media-libs/rlottie/Manifest
index f4215977614..585d07e8264 100644
--- a/media-libs/rlottie/Manifest
+++ b/media-libs/rlottie/Manifest
@@ -1,2 +1 @@
-DIST rlottie-0.0.1_pre20200424.tar.gz 3371620 BLAKE2B
cdfc89f66e7aec736029416decf76777f22b4cb8293bed74e647088480faed4c6ffd03a29a967ac532f9e747858fdd93fa552eb974085f7cf1701a12fe3a2c38
SHA512
1a05b835c083337a80b32ea8c1e201d1d2356c58e314b791f74f95504303f3ef46d3951abf2a7467daaeae462c1fe2cf793d9fb2402639b279ca6ea6367cdda7
DIST rlottie-0.1-1.tar.gz 3370181 BLAKE2B
7ba580af961f2af7b92c40b4640f8b515c21a354ef5e639c5f00b0ea26fd3e2929dbf2e926b58d39ad3f48228511ba42a42a24d4b7bb914389a7e43df810d667
SHA512
ab9b913d9e0bc938a878a6847851cd6965dc61efbf8ef71761b83d6ff577479cf0c0b214c36e58ddd6a29927a1954c3d3db9db427779b5a2d472c8962cd45ff1
diff --git
a/media-libs/rlottie/files/rlottie-0.0.1_pre20190920-disable-werror.patch
b/media-libs/rlottie/files/rlottie-0.0.1_pre20190920-disable-werror.patch
deleted file mode 100644
index 60676f7f8e3..00000000000
--- a/media-libs/rlottie/files/rlottie-0.0.1_pre20190920-disable-werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur a/meson.build b/meson.build
---- a/meson.build 2019-09-28 08:38:12.810010842 +0300
-+++ b/meson.build 2019-09-28 08:38:47.812649483 +0300
-@@ -1,6 +1,6 @@
- project('rlottie',
- 'cpp',
-- default_options : ['warning_level=3', 'werror=true', 'cpp_std=c++14',
'optimization=s'],
-+ default_options : ['cpp_std=c++14', 'optimization=s'],
- version : '0.0.1',
- license : 'Apache')
-
diff --git a/media-libs/rlottie/rlottie-0.0.1_pre20200424.ebuild
b/media-libs/rlottie/rlottie-0.0.1_pre20200424.ebuild
deleted file mode 100644
index 04dfd80aa4c..00000000000
--- a/media-libs/rlottie/rlottie-0.0.1_pre20200424.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-MY_COMMIT="607998b9f7e03b05dceed8784207bd0b704f62d4"
-
-DESCRIPTION="A platform independent standalone library that plays Lottie
Animations"
-HOMEPAGE="https://www.tizen.org/ https://github.com/Samsung/rlottie"
-SRC_URI="https://github.com/Samsung/rlottie/archive/${MY_COMMIT}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="BSD FTL JSON LGPL-2.1 MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-cpp/gtest )"
-
-S="${WORKDIR}/rlottie-${MY_COMMIT}"
-
-PATCHES=( "${FILESDIR}"/rlottie-0.0.1_pre20190920-disable-werror.patch )
-
-src_configure() {
- local emesonargs=(
- -D cache=true
- -D cmake=false
- -D dumptree=false
- -D example=false
- -D log=false
- -D module=true
- -D thread=true
- $(meson_use test)
- )
-
- meson_src_configure
-}
-
-src_test() {
- cd "${BUILD_DIR}" || die "Failed to switch into BUILD_DIR."
- eninja test
-}