public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/webvfx/
Date: Sun,  6 Sep 2020 16:46:18 +0000 (UTC)	[thread overview]
Message-ID: <1599410738.07c7e370dbcfef9db9325463edcbcc14ccd0d4bf.asturm@gentoo> (raw)

commit:     07c7e370dbcfef9db9325463edcbcc14ccd0d4bf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 09:01:53 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 16:45:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c7e370

media-libs/webvfx: Drop 1.1.0

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/webvfx/Manifest            |  1 -
 media-libs/webvfx/webvfx-1.1.0.ebuild | 64 -----------------------------------
 2 files changed, 65 deletions(-)

diff --git a/media-libs/webvfx/Manifest b/media-libs/webvfx/Manifest
index 473096823eb..a310ccc7467 100644
--- a/media-libs/webvfx/Manifest
+++ b/media-libs/webvfx/Manifest
@@ -1,2 +1 @@
-DIST webvfx-1.1.0.txz 1163312 BLAKE2B a948c967ee8a21f91086b76ac2737a855d6a6a0c576471d9844a7587ee45c8f42553b57b8f5e989dae696924e67c341317c541eef87f28e9a49ff25e8e0aed29 SHA512 f88726ef8ae779f238fe6b784bc53ef47ef67a8d7b524f2c465fdf5de57f37bd388d81ac52b0a7abc30a1c836f801a8b9df0ef183e2507b229dd6431d38c8768
 DIST webvfx-1.2.0.txz 1178880 BLAKE2B 7ef08f791b291897f39e170f0572db2fb98c78bced9ed3560b1b94cfe48bedf0af3af5e57381bd039f6cf3dc1d558fb07a6a959b28f1c6a380d0dd0f1bfc64fd SHA512 84473df90553d2d85e1860eb98326fc65ebca02f1cbd8415b83e02ea032442d2aa42c000e366b6ca217bb59526b2b4409d85b169cc7e60d86443b79a1ff5614a

diff --git a/media-libs/webvfx/webvfx-1.1.0.ebuild b/media-libs/webvfx/webvfx-1.1.0.ebuild
deleted file mode 100644
index bdc28125efe..00000000000
--- a/media-libs/webvfx/webvfx-1.1.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic qmake-utils toolchain-funcs
-
-DESCRIPTION="Video effects library based on web technologies"
-HOMEPAGE="https://github.com/mltframework/webvfx/"
-SRC_URI="https://github.com/mltframework/${PN}/releases/download/${PV}/${P}.txz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-BDEPEND="
-	doc? ( app-doc/doxygen )
-"
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdeclarative:5
-	dev-qt/qtgui:5
-	dev-qt/qtopengl:5
-	dev-qt/qtquickcontrols:5[widgets]
-	dev-qt/qtwebkit:5
-	dev-qt/qtwidgets:5
-	media-libs/mlt
-	virtual/opengl
-"
-DEPEND="${RDEPEND}
-	dev-qt/qtnetwork:5
-"
-
-src_prepare() {
-	default
-
-	find -name "*.pro" -exec \
-		sed -i -e "s/\(system.*\)pkg-config/\1$(tc-getPKG_CONFIG)/" {} + || die
-
-	sed -i -e "s/\(target.*path.*PREFIX.*\)lib/\1$(get_libdir)/" \
-		webvfx/webvfx.pro || die
-
-	sed -i -e "s/PROJECT_NUMBER=\`.*\`/PROJECT_NUMBER=${PV}/" \
-		all.pro || die
-}
-
-src_configure() {
-	append-cxxflags -Wno-deprecated-declarations
-
-	eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_compile() {
-	emake
-	use doc && emake doxydoc
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-
-	use doc && local HTML_DOCS=( doxydoc/. )
-	einstalldocs
-}


             reply	other threads:[~2020-09-06 16:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-06 16:46 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-19  8:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/webvfx/ Pacho Ramos
2020-07-11  8:25 Joonas Niilola
2020-07-11  8:18 Joonas Niilola
2020-07-11  8:18 Joonas Niilola
2020-02-03 15:51 Andreas Sturmlechner
2020-02-03 15:51 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1599410738.07c7e370dbcfef9db9325463edcbcc14ccd0d4bf.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox