public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/
Date: Tue, 27 Dec 2016 00:05:46 +0000 (UTC)	[thread overview]
Message-ID: <1482797136.48ef9cb15b025ca7a99a17fda620f949099af4a3.monsieurp@gentoo> (raw)

commit:     48ef9cb15b025ca7a99a17fda620f949099af4a3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 20:15:35 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 00:05:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ef9cb1

app-misc/utimer: EAPI 6 bump.

Package-Manager: portage-2.3.0

 app-misc/utimer/utimer-0.4-r1.ebuild | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/app-misc/utimer/utimer-0.4-r1.ebuild b/app-misc/utimer/utimer-0.4-r1.ebuild
new file mode 100644
index 00000000..2c4144a
--- /dev/null
+++ b/app-misc/utimer/utimer-0.4-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+
+DESCRIPTION="A command line timer and stopwatch"
+HOMEPAGE="http://utimer.codealpha.net/utimer"
+SRC_URI="http://utimer.codealpha.net/dl.php?file=${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug nls"
+
+DEPEND="
+	dev-libs/glib:2
+	dev-util/intltool"
+
+RDEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_configure() {
+	local myconf=( --enable-debug=no )
+	use debug || myconf=( --enable-debug=yes )
+	econf "${myconf[@]}" $(use_enable nls)
+}
+
+src_install() {
+	emake install DESTDIR="${D}"
+	einstalldocs
+}


             reply	other threads:[~2016-12-27  0:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-27  0:05 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-10-04  7:47 [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/ Michał Górny
2017-11-25 14:08 Patrick Lauer
2018-02-11 10:25 Michał Górny
2018-03-13 22:26 Thomas Deutschmann
2018-03-16 20:45 Pacho Ramos
2023-02-08 18:05 Sam James

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=1482797136.48ef9cb15b025ca7a99a17fda620f949099af4a3.monsieurp@gentoo \
    --to=monsieurp@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