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/xtrlock/
Date: Fri, 27 May 2016 03:27:49 +0000 (UTC)	[thread overview]
Message-ID: <1464319608.06a6103da894128df885ac148ba0f3a094518f1a.jer@gentoo> (raw)

commit:     06a6103da894128df885ac148ba0f3a094518f1a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 03:26:48 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri May 27 03:26:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a6103d

x11-misc/xtrlock: Version bump.

Package-Manager: portage-2.3.0_rc1

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

diff --git a/x11-misc/xtrlock/Manifest b/x11-misc/xtrlock/Manifest
index 604d007..e67fd8e 100644
--- a/x11-misc/xtrlock/Manifest
+++ b/x11-misc/xtrlock/Manifest
@@ -1 +1,2 @@
 DIST xtrlock_2.7.tar.gz 20939 SHA256 9993e099fe1c74176fa4b7863cbcf1f746307ee6c90c9ad1e4d2dae1871be6b9 SHA512 44693dfa7b8b109b19c4f61902ac5c181af1d8fb6044115517391211411239a506108e6fd5b998978030f997f9094e9df18e5d40499c6b3b83a42cf9dd1b7f92 WHIRLPOOL 687572be8b7e5118e7d9afedb8c54c74afb647caebc5f4c14c59af2871d86cf25a1c596563e2c903774ab11842b92d2c6245e1c3c9762036c4bcdcfe5373a2e6
+DIST xtrlock_2.8.tar.gz 21125 SHA256 3848b0c9f2597247e82932f43c42cc9fd7171b808dc08ae84b40a13f7f969604 SHA512 a1388250430f7cb7bfe875aae938c332098f9e88ab7a17d68634b36726acfa7a459bf40f71e6df3c6b1256fb4574a62b2fc72357c6e779c1bc55f10204634068 WHIRLPOOL fc0c7c0becf915a2643c3d727c406f4fab10326667ec790926a92bd6967fae3fde86be5e05d43777a1f7e621efce07bc0de22a326a8be954a2596b54f0255a7c

diff --git a/x11-misc/xtrlock/xtrlock-2.8.ebuild b/x11-misc/xtrlock/xtrlock-2.8.ebuild
new file mode 100644
index 0000000..ee11fc9
--- /dev/null
+++ b/x11-misc/xtrlock/xtrlock-2.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="A simplistic screen locking program for X"
+HOMEPAGE="http://ftp.debian.org/debian/pool/main/x/xtrlock/"
+SRC_URI="mirror://debian/pool/main/x/${PN}/${P/-/_}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+	x11-libs/libX11
+"
+DEPEND="
+	${RDEPEND}
+	x11-proto/xproto
+	x11-misc/imake
+"
+
+src_compile() {
+	xmkmf || die
+	emake CDEBUGFLAGS="${CFLAGS} -DSHADOW_PWD" CC="$(tc-getCC)" \
+		EXTRA_LDOPTIONS="${LDFLAGS}" xtrlock
+}
+
+src_install() {
+	dobin xtrlock
+	chmod u+s "${D}"/usr/bin/xtrlock
+	newman xtrlock.man xtrlock.1
+	dodoc debian/changelog
+}


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

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-27  3:27 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-20 11:04 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtrlock/ Agostino Sarubbo
2017-03-21 14:34 Agostino Sarubbo
2017-03-22  7:30 Michael Weber
2017-04-01 10:24 David Seifert
2020-02-02 20:24 Jeroen Roovers
2020-02-03 12:30 Agostino Sarubbo
2020-02-03 12:38 Agostino Sarubbo
2020-02-03 15:24 Agostino Sarubbo
2020-02-03 16:21 Jeroen Roovers
2020-04-01  6:09 Jeroen Roovers
2021-03-15 21:18 Sam James
2021-03-15 21:21 Sam James
2021-03-15 21:25 Sam James
2021-03-15 21:39 Sam James
2021-04-15  6:39 Joonas Niilola
2021-06-24 23:27 Sam James
2022-09-30 11:02 Ionen Wolkens

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=1464319608.06a6103da894128df885ac148ba0f3a094518f1a.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