From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtrlock/
Date: Sat, 1 Apr 2017 10:24:21 +0000 (UTC) [thread overview]
Message-ID: <1491042231.fc968ed0091e2d4367abe0c5ee0e714c9ab9b1c3.soap@gentoo> (raw)
commit: fc968ed0091e2d4367abe0c5ee0e714c9ab9b1c3
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 18:36:08 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 1 10:23:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc968ed0
x11-misc/xtrlock: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319
x11-misc/xtrlock/Manifest | 1 -
x11-misc/xtrlock/xtrlock-2.7.ebuild | 39 -------------------------------------
2 files changed, 40 deletions(-)
diff --git a/x11-misc/xtrlock/Manifest b/x11-misc/xtrlock/Manifest
index e67fd8eeb2f..9e93e89e65a 100644
--- a/x11-misc/xtrlock/Manifest
+++ b/x11-misc/xtrlock/Manifest
@@ -1,2 +1 @@
-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.7.ebuild b/x11-misc/xtrlock/xtrlock-2.7.ebuild
deleted file mode 100644
index ed159a61dc3..00000000000
--- a/x11-misc/xtrlock/xtrlock-2.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-#Note: there's no difference vs 2.0-12
-MY_P=${P/-/_}
-
-DESCRIPTION="A simplistic screen locking program for X"
-SRC_URI="mirror://debian/pool/main/x/xtrlock/${MY_P}.tar.gz"
-HOMEPAGE="http://ftp.debian.org/debian/pool/main/x/xtrlock/"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-misc/imake"
-
-src_prepare() {
- sed -i -e 's|".*"|"'"${PV}"'"|g' patchlevel.h || die
-}
-
-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
-}
next reply other threads:[~2017-04-01 10:24 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-01 10:24 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-30 11:02 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtrlock/ Ionen Wolkens
2021-06-24 23:27 Sam James
2021-04-15 6:39 Joonas Niilola
2021-03-15 21:39 Sam James
2021-03-15 21:25 Sam James
2021-03-15 21:21 Sam James
2021-03-15 21:18 Sam James
2020-04-01 6:09 Jeroen Roovers
2020-02-03 16:21 Jeroen Roovers
2020-02-03 15:24 Agostino Sarubbo
2020-02-03 12:38 Agostino Sarubbo
2020-02-03 12:30 Agostino Sarubbo
2020-02-02 20:24 Jeroen Roovers
2017-03-22 7:30 Michael Weber
2017-03-21 14:34 Agostino Sarubbo
2017-03-20 11:04 Agostino Sarubbo
2016-05-27 3:27 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=1491042231.fc968ed0091e2d4367abe0c5ee0e714c9ab9b1c3.soap@gentoo \
--to=soap@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