From: "Denis Dupeyron" <calchan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/light-locker/
Date: Fri, 18 Mar 2016 17:21:38 +0000 (UTC) [thread overview]
Message-ID: <1458321683.2b5dfa1fc24a8e6eca38f222aa689d0b6a4d6a4a.calchan@gentoo> (raw)
commit: 2b5dfa1fc24a8e6eca38f222aa689d0b6a4d6a4a
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 17:21:23 2016 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 17:21:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5dfa1f
x11-misc/light-locker: remove 1.6.0
x11-misc/light-locker/Manifest | 1 -
x11-misc/light-locker/light-locker-1.6.0.ebuild | 53 -------------------------
2 files changed, 54 deletions(-)
diff --git a/x11-misc/light-locker/Manifest b/x11-misc/light-locker/Manifest
index f2281b6..d201a48 100644
--- a/x11-misc/light-locker/Manifest
+++ b/x11-misc/light-locker/Manifest
@@ -1,2 +1 @@
-DIST light-locker-1.6.0.tar.bz2 522644 SHA256 63e0cbcc7ceb8ad695b4bbe7eb9ba5fee32f47790ccde048748d8a47edd32ad0 SHA512 23e10a2d32eabf2cfcc898dcb0c8f98cc7c4e02a3fa83d1a5bd19c0f11251123e618f469bada2cd1fa4f028396c5fbe5751f9943b1be4448aefc2d64fea1eb18 WHIRLPOOL 3d16015765caa8f166a7b1ce8529077bca8809b5d4b66f4a29a852a8f610286ea957f87bc0f10b119083153b2412a77232214b8a428999d5522833e779338500
DIST light-locker-1.7.0.tar.bz2 530315 SHA256 938baae14576e91b1fa0af963941bae6ef8d141bd83b513ff02256d8b6e79e29 SHA512 dcd524ed5bf8475743585ee5a6b35dfe396d17f307418e208450ccabc12ab6b3835818fdf11324b8c7dc63332b9faacea184409b7c9c0a242fbb9d6402a2d079 WHIRLPOOL 05d9d0762da2ddbfb6a33209b65289c26ef01cd14fbe9cab0c15718ce915e18f48e3d288b58dfddfc1de28ce821e3fa93559f52a3d7eec539f5d544ae5713a40
diff --git a/x11-misc/light-locker/light-locker-1.6.0.ebuild b/x11-misc/light-locker/light-locker-1.6.0.ebuild
deleted file mode 100644
index cfaec1e..0000000
--- a/x11-misc/light-locker/light-locker-1.6.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="A simple locker using lightdm"
-HOMEPAGE="https://github.com/the-cavalry/light-locker"
-SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+consolekit +dpms gtk3 +screensaver -systemd +upower"
-
-RDEPEND="dev-libs/dbus-glib
- >=dev-libs/glib-2.25.6:2
- >=sys-apps/dbus-0.30
- x11-libs/cairo
- x11-libs/libX11
- x11-libs/pango
- x11-libs/libXxf86vm
- consolekit? ( sys-auth/consolekit )
- dpms? ( x11-libs/libXext )
- !gtk3? ( >=x11-libs/gtk+-2.24:2 )
- gtk3? ( x11-libs/gtk+:3 )
- screensaver? ( x11-libs/libXScrnSaver )
- systemd? ( sys-apps/systemd )
- upower? ( || ( sys-power/upower sys-power/upower-pm-utils ) )"
-DEPEND="${RDEPEND}
- dev-lang/perl
- dev-perl/XML-Parser
- dev-util/intltool
- sys-devel/gettext"
-RDEPEND="${RDEPEND}
- x11-misc/lightdm"
-
-DOCS=( AUTHORS HACKING NEWS README )
-
-src_configure() {
- local myeconfargs=(
- $(use_with consolekit console-kit)
- $(use_with dpms dpms-ext)
- $(use_with !gtk3 gtk2)
- $(use_with screensaver x)
- $(use_with screensaver mit-ext)
- $(use_with systemd)
- $(use_with upower)
- )
- autotools-utils_src_configure
-}
next reply other threads:[~2016-03-18 17:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-18 17:21 Denis Dupeyron [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-13 10:07 [gentoo-commits] repo/gentoo:master commit in: x11-misc/light-locker/ David Seifert
2019-05-24 4:33 Denis Dupeyron
2018-12-08 22:35 Mikle Kolyada
2017-07-27 23:23 Denis Dupeyron
2016-02-02 17:34 Denis Dupeyron
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=1458321683.2b5dfa1fc24a8e6eca38f222aa689d0b6a4d6a4a.calchan@gentoo \
--to=calchan@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