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: app-admin/whowatch/
Date: Thu, 23 Jul 2020 12:28:08 +0000 (UTC)	[thread overview]
Message-ID: <1595507286.bacc65cfcb4038d6b2b780719a095555cc9d364b.jer@gentoo> (raw)

commit:     bacc65cfcb4038d6b2b780719a095555cc9d364b
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 12:25:02 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 12:28:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacc65cf

app-admin/whowatch: Add live ebuild

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 app-admin/whowatch/whowatch-99999.ebuild | 36 ++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/app-admin/whowatch/whowatch-99999.ebuild b/app-admin/whowatch/whowatch-99999.ebuild
new file mode 100644
index 00000000000..73c452f9523
--- /dev/null
+++ b/app-admin/whowatch/whowatch-99999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools desktop git-r3
+
+DESCRIPTION="Displays information about users currently logged on in real time"
+HOMEPAGE="http://wizard.ae.krakow.pl/~mike/ https://github.com/mtsuszycki/whowatch/"
+EGIT_REPO_URI="https://github.com/mtsuszycki/${PN}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+	sys-libs/ncurses:0=
+"
+DEPEND="
+	${RDEPEND}
+	virtual/pkgconfig
+"
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.8.4-tinfo.patch
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_install() {
+	dobin src/${PN}
+	doman ${PN}.1
+	dodoc AUTHORS ChangeLog.old NEWS PLUGINS.readme README.md TODO
+	domenu ${PN}.desktop
+}


             reply	other threads:[~2020-07-23 12:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-23 12:28 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-30  5:28 [gentoo-commits] repo/gentoo:master commit in: app-admin/whowatch/ Sam James
2022-08-17 13:01 Andreas Sturmlechner
2022-08-17  7:08 Agostino Sarubbo
2022-08-17  2:47 Sam James
2022-08-17  2:47 Sam James
2020-11-26 20:25 Aaron Bauman
2020-11-26 20:25 Aaron Bauman
2020-11-03 22:58 Lars Wendler
2019-01-08  0:37 Jeroen Roovers
2018-04-11 16:49 Jeroen Roovers
2016-12-04 12:44 Lars Wendler

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=1595507286.bacc65cfcb4038d6b2b780719a095555cc9d364b.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