public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/kapow/
Date: Sun, 29 Oct 2017 16:58:07 +0000 (UTC)	[thread overview]
Message-ID: <1509295530.d8a6bb04cbba3104c17d0d5c3f9643b41b38bdee.jer@gentoo> (raw)

commit:     d8a6bb04cbba3104c17d0d5c3f9643b41b38bdee
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 16:45:30 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 16:45:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a6bb04

x11-misc/kapow: Version bump.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 x11-misc/kapow/Manifest           |  1 +
 x11-misc/kapow/kapow-1.5.4.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/x11-misc/kapow/Manifest b/x11-misc/kapow/Manifest
index 98e8e57b8d4..a3db875815f 100644
--- a/x11-misc/kapow/Manifest
+++ b/x11-misc/kapow/Manifest
@@ -1,2 +1,3 @@
 DIST kapow-1.5.2-src.tar.bz2 718144 SHA256 29d7a83f9351bd83dfc9e2c933187e6fa3274be1530976e05d201bb65bce23cf SHA512 a5f7edd6880ba01c7f0be60045a3ff05f8a09e39f8315acf68b258bdc4a7484954fc6d1dc3acd184b9ebcfe6830a053777a9e0399bb8241fcef0519dbfc53c0d WHIRLPOOL 050ec50bd30fea815783b7ce84d86ec5c765356a01553ade9357221c970c6a6edeb2799ef711846a66b894db5c6ceabed37bdc2661a30d0f7ba69de42ebf9877
 DIST kapow-1.5.3-src.tar.bz2 720315 SHA256 73953d980e248ccf74c8b94c62ee1dbeaa9843481ca87a8e6af7fe1c2eb8c712 SHA512 1f8dcd570f6ed3b9fc1605a25628a06720839a5558b1564341bb775ebc99796b1124e498dced279aef30ba6fe3bb9d4f3b956685d07b481e79d66c7f197ae201 WHIRLPOOL 7bb0b41bc001ec101efcc1e93598e68ff4f55c10ae634b8208693062d66fbb3ab528ebba9e6c088a7c1d97d9d494bc26d384fa6bd7d7f4a13d3c7902e9373624
+DIST kapow-1.5.4-src.tar.bz2 722095 SHA256 c2dc66cf90c6397d6fd23f16e51c4bbdea3bbfe9d4ecbde6605f651f2853060b SHA512 03683e7a4f904c4b6efdf47401d8a15ba979484d52d58e4dea52a890351ba9342ef5fe383876c5cb8138c6d578122936ca7e9ffda0fc5eb090e719eb751764eb WHIRLPOOL 6589a2954222561e02b7f04d1940a7319e5fac5f4b0080970703aa03c3db34e10ddb95ce43f9780c2c62eca4d69dbbf5f4611ee52899c5c8215ddb8dd947bff8

diff --git a/x11-misc/kapow/kapow-1.5.4.ebuild b/x11-misc/kapow/kapow-1.5.4.ebuild
new file mode 100644
index 00000000000..4d8914e38d2
--- /dev/null
+++ b/x11-misc/kapow/kapow-1.5.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qmake-utils
+
+DESCRIPTION="A punch clock program designed to easily keep track of your hours"
+HOMEPAGE="https://gottcode.org/kapow/"
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtwidgets:5
+"
+DEPEND="
+	${RDEPEND}
+	dev-qt/linguist-tools:5
+"
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+	eqmake5 kapow.pro PREFIX=/usr
+}
+
+src_install() {
+	export INSTALL_ROOT="${D}"
+	default
+}


             reply	other threads:[~2017-10-29 16:58 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-29 16:58 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-17 16:47 [gentoo-commits] repo/gentoo:master commit in: x11-misc/kapow/ Andreas Sturmlechner
2025-02-17 16:47 Andreas Sturmlechner
2025-02-17 16:47 Andreas Sturmlechner
2022-07-27  8:43 Andreas Sturmlechner
2020-05-21 19:46 Andreas Sturmlechner
2020-04-23  7:26 Jeroen Roovers
2019-08-08  7:00 Jeroen Roovers
2019-08-08  7:00 Jeroen Roovers
2018-07-24  8:52 Jeroen Roovers
2018-07-24  8:52 Jeroen Roovers
2018-06-27  6:41 Jeroen Roovers
2018-06-27  6:41 Jeroen Roovers
2018-06-03 13:33 Jeroen Roovers
2018-06-03 13:33 Jeroen Roovers
2018-01-08 18:11 Ulrich Müller
2017-12-29 16:19 Jeroen Roovers
2017-12-29 16:00 Jeroen Roovers
2017-12-29 16:00 Jeroen Roovers
2017-12-29 16:00 Jeroen Roovers
2017-10-29 16:58 Jeroen Roovers
2017-10-22 17:01 Patrice Clement
2017-08-09  6:56 Jeroen Roovers
2017-07-08  4:18 Michael Palimaka
2017-04-12 15:20 Jeroen Roovers
2016-11-07  7:26 Jeroen Roovers
2016-11-07  7:26 Jeroen Roovers
2016-10-14  5:46 Jeroen Roovers
2016-09-20 18:59 Jeroen Roovers
2016-09-20 18:59 Jeroen Roovers

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=1509295530.d8a6bb04cbba3104c17d0d5c3f9643b41b38bdee.jer@gentoo \
    --to=jer@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