From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/qimgv/
Date: Sun, 8 Sep 2019 07:19:23 +0000 (UTC) [thread overview]
Message-ID: <1567927155.b9d35c1479df5b718a47f506dc5c7975720f1c20.juippis@gentoo> (raw)
commit: b9d35c1479df5b718a47f506dc5c7975720f1c20
Author: Jiayi Zhao <jeff.no.zhao <AT> gmail <DOT> com>
AuthorDate: Mon Sep 2 22:39:45 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep 8 07:19:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d35c14
media-gfx/qimgv: remove old 0.7.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jiayi Zhao <jeff.no.zhao <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12848
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/qimgv/Manifest | 1 -
media-gfx/qimgv/metadata.xml | 4 ---
media-gfx/qimgv/qimgv-0.7.3.ebuild | 52 --------------------------------------
3 files changed, 57 deletions(-)
diff --git a/media-gfx/qimgv/Manifest b/media-gfx/qimgv/Manifest
index 91a4f6e5dd5..424ee1d3f6c 100644
--- a/media-gfx/qimgv/Manifest
+++ b/media-gfx/qimgv/Manifest
@@ -1,2 +1 @@
-DIST qimgv-0.7.3.tar.gz 266307 BLAKE2B b13794f4bd7ff8b2c9309f95453baa65f91c60d155e22a86eac1eb79b3dc7f9da003dbfdbfc2d14cbb6242c769516283785ed72e2f50d5bb51b394db05c167b8 SHA512 fae7986ce29941232dd2863a0900651fb3a7d6d184b05e763670b16c74bb0cc27ce6eb936b2a41a2183e3dc5c33006e3fe3491ed043c6e357ea31d6a716d80e0
DIST qimgv-0.8.2.tar.gz 237098 BLAKE2B da71da019e87041cfa9f21592827e5a5623b2088e1349e534c437b0d5e50377980279fe99b7a18fb447c99ddb643a15c418fcfa2f261d3a559c639f560add0c4 SHA512 e80caa356cd2c7607a1d92a4ef4a79486ed504adb8ae454557e6a94d1d3ca5c023b78921e49777b1a06ca82556255d51357948281aae6a671ec01c597492a2cf
diff --git a/media-gfx/qimgv/metadata.xml b/media-gfx/qimgv/metadata.xml
index 21ece4b8101..ccef191fae1 100644
--- a/media-gfx/qimgv/metadata.xml
+++ b/media-gfx/qimgv/metadata.xml
@@ -9,8 +9,4 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
-
- <use>
- <flag name="video">Add support for gif/webm playback via libmpv</flag>
- </use>
</pkgmetadata>
diff --git a/media-gfx/qimgv/qimgv-0.7.3.ebuild b/media-gfx/qimgv/qimgv-0.7.3.ebuild
deleted file mode 100644
index 002bdbd7f4f..00000000000
--- a/media-gfx/qimgv/qimgv-0.7.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="A cross-platform image viewer with webm support. Written in qt5"
-HOMEPAGE="https://github.com/easymodo/qimgv"
-SRC_URI="https://github.com/easymodo/qimgv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="kde video"
-
-RDEPEND="
- dev-qt/qtconcurrent:5
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- kde? ( kde-frameworks/kwindowsystem:5 )
- video? ( media-video/mpv[libmpv] )
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-
-src_prepare() {
- cmake-utils_src_prepare
- # respect make.conf CXXFLAGS
- sed -i -e '/set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -O3")/d' CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DKDE_SUPPORT=$(usex kde)
- -DVIDEO_SUPPORT=$(usex video)
- )
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
next reply other threads:[~2019-09-08 7:19 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-08 7:19 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-27 22:15 [gentoo-commits] repo/gentoo:master commit in: media-gfx/qimgv/ Andreas Sturmlechner
2025-07-27 22:15 Andreas Sturmlechner
2023-06-12 17:45 Andreas Sturmlechner
2021-10-02 13:34 Joonas Niilola
2021-10-02 13:34 Joonas Niilola
2020-07-05 8:24 Joonas Niilola
2020-07-05 8:24 Joonas Niilola
2020-06-16 13:39 Andreas Sturmlechner
2020-03-12 15:42 Andreas Sturmlechner
2019-12-29 23:48 Andreas Sturmlechner
2019-10-04 5:39 Joonas Niilola
2019-10-04 5:39 Joonas Niilola
2019-09-08 7:19 Joonas Niilola
2019-02-28 14:39 Andreas Sturmlechner
2019-02-28 14:39 Andreas Sturmlechner
2018-10-13 11:20 Michał Górny
2018-10-13 11:20 Michał Górny
2018-10-13 11:20 Michał Górny
2018-08-15 12:12 Michał Górny
2018-04-17 19:33 Patrice Clement
2018-04-17 19:33 Patrice Clement
2018-03-15 22:27 Andreas Sturmlechner
2018-03-15 22:27 Andreas Sturmlechner
2018-03-13 7:41 Michał Górny
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=1567927155.b9d35c1479df5b718a47f506dc5c7975720f1c20.juippis@gentoo \
--to=juippis@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