public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Daniel Novomesky" <dnovomesky@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/qview/
Date: Tue, 16 Feb 2021 13:29:57 +0000 (UTC)	[thread overview]
Message-ID: <1613481919.092d2b1230dbb9c5c9cc6cac5e5d49f6069c8fc0.dnovomesky@gentoo> (raw)

commit:     092d2b1230dbb9c5c9cc6cac5e5d49f6069c8fc0
Author:     Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
AuthorDate: Tue Feb 16 13:25:19 2021 +0000
Commit:     Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
CommitDate: Tue Feb 16 13:25:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=092d2b12

media-gfx/qview: new package

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Novomesky <dnovomesky <AT> gmail.com>

 media-gfx/qview/Manifest         |  1 +
 media-gfx/qview/metadata.xml     |  8 ++++++++
 media-gfx/qview/qview-4.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/media-gfx/qview/Manifest b/media-gfx/qview/Manifest
new file mode 100644
index 00000000..645dfc62
--- /dev/null
+++ b/media-gfx/qview/Manifest
@@ -0,0 +1 @@
+DIST qview-4.0.tar.gz 1662149 BLAKE2B 5a09b070234b6480bd076625a543271dd1de324c10123db183c540ad9da5a3be88e1d40efc30d5ec479c84b5c81c005f149df79e7d6c9b37f491e2b3c96738ca SHA512 442b7815e8449a80ec41424d7c999ea9972e19309559abb8f0985b0523255a3fe191d5cd7183a36f322be9c84d1af099cbef92a76b634da31af0852735a4620c

diff --git a/media-gfx/qview/metadata.xml b/media-gfx/qview/metadata.xml
new file mode 100644
index 00000000..d9a1e3c6
--- /dev/null
+++ b/media-gfx/qview/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>dnovomesky@gmail.com</email>
+		<name>Daniel Novomesky</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/media-gfx/qview/qview-4.0.ebuild b/media-gfx/qview/qview-4.0.ebuild
new file mode 100644
index 00000000..d7102fa1
--- /dev/null
+++ b/media-gfx/qview/qview-4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit xdg qmake-utils
+
+DESCRIPTION="Practical and minimal image viewer"
+HOMEPAGE="https://github.com/jurplel/qView"
+
+SRC_URI="https://github.com/jurplel/qView/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-qt/qtgui:5"
+
+BDEPEND=""
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/qView-${PV}"
+
+src_configure() {
+	eqmake5 PREFIX=/usr qView.pro
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+}


             reply	other threads:[~2021-02-16 13:30 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-16 13:29 Daniel Novomesky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-16 18:34 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/qview/ Jian Lin
2021-03-04  9:56 Theo Anderson
2021-03-04  9:56 Theo Anderson
2021-04-08 18:44 Daniel Novomesky
2021-04-12  5:38 [gentoo-commits] repo/proj/guru:master " Theo Anderson
2021-04-11 10:39 ` [gentoo-commits] repo/proj/guru:dev " Theo Anderson
2021-04-15  8:13 Theo Anderson
2021-04-15 10:48 Daniel Novomesky
2021-04-15 10:54 Daniel Novomesky
2021-04-20 17:33 Daniel Novomesky
2021-04-20 19:20 Daniel Novomesky
2021-12-15 11:10 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 11:10 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-03-06 17:33 Daniel Novomesky
2022-03-08  9:27 Daniel Novomesky
2022-03-27 20:57 Daniel Novomesky
2024-05-27 13:38 Daniel Novomesky
2024-05-27 19:53 Daniel Novomesky
2024-08-31 14:13 Takuya Wakazono
2024-08-31 14:13 Takuya Wakazono

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=1613481919.092d2b1230dbb9c5c9cc6cac5e5d49f6069c8fc0.dnovomesky@gentoo \
    --to=dnovomesky@gmail.com \
    --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