diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-28 21:36:08 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-01 12:23:51 +0200 |
commit | fc968ed0091e2d4367abe0c5ee0e714c9ab9b1c3 (patch) | |
tree | 2758ed1e23d32a15d6e34061f029e7a2e7fec24c | |
parent | x11-misc/xtitle: Remove old (diff) | |
download | gentoo-fc968ed0091e2d4367abe0c5ee0e714c9ab9b1c3.tar.gz gentoo-fc968ed0091e2d4367abe0c5ee0e714c9ab9b1c3.tar.bz2 gentoo-fc968ed0091e2d4367abe0c5ee0e714c9ab9b1c3.zip |
x11-misc/xtrlock: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319
-rw-r--r-- | x11-misc/xtrlock/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xtrlock/xtrlock-2.7.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/x11-misc/xtrlock/Manifest b/x11-misc/xtrlock/Manifest index e67fd8eeb2f2..9e93e89e65a8 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 ed159a61dc3f..000000000000 --- 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 -} |