summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiogo Pereira <sir.suriv@gmail.com>2017-02-11 13:48:21 +0000
committerMichael Palimaka <kensington@gentoo.org>2017-02-18 15:26:04 +1100
commit8dc70624c59f0f4febe1d22ed0b96ade40a34800 (patch)
tree235c72ad5110770858b121016738bc96da3b01ef /x11-misc/xss-lock
parentprofiles: drop mask for removed media-video/flumotion (diff)
downloadgentoo-8dc70624c59f0f4febe1d22ed0b96ade40a34800.tar.gz
gentoo-8dc70624c59f0f4febe1d22ed0b96ade40a34800.tar.bz2
gentoo-8dc70624c59f0f4febe1d22ed0b96ade40a34800.zip
x11-misc/xss-lock-0.3.0_p20140302-r1: stable on amd64
Move the stable keyword forward from -r0, which has a missing dependency on x11-libs/xcb-util. Gentoo-Bug: https://bugs.gentoo.org/603350 Package-Manager: portage-2.3.3
Diffstat (limited to 'x11-misc/xss-lock')
-rw-r--r--x11-misc/xss-lock/xss-lock-0.3.0_p20140302-r1.ebuild4
-rw-r--r--x11-misc/xss-lock/xss-lock-0.3.0_p20140302.ebuild28
2 files changed, 2 insertions, 30 deletions
diff --git a/x11-misc/xss-lock/xss-lock-0.3.0_p20140302-r1.ebuild b/x11-misc/xss-lock/xss-lock-0.3.0_p20140302-r1.ebuild
index 15ce5a9a8485..2980882f091e 100644
--- a/x11-misc/xss-lock/xss-lock-0.3.0_p20140302-r1.ebuild
+++ b/x11-misc/xss-lock/xss-lock-0.3.0_p20140302-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/raymonad/xss-lock/get/1e158fb20108058dbd62bd51d8e
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="+man"
RDEPEND="dev-libs/glib:2
diff --git a/x11-misc/xss-lock/xss-lock-0.3.0_p20140302.ebuild b/x11-misc/xss-lock/xss-lock-0.3.0_p20140302.ebuild
deleted file mode 100644
index 8fe1a3905e8f..000000000000
--- a/x11-misc/xss-lock/xss-lock-0.3.0_p20140302.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils vcs-snapshot
-
-DESCRIPTION="Use external locker as X screen saver"
-HOMEPAGE="https://bitbucket.org/raymonad/xss-lock"
-SRC_URI="https://bitbucket.org/raymonad/xss-lock/get/1e158fb20108058dbd62bd51d8e8c003c0a48717.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="+man"
-
-RDEPEND="dev-libs/glib:2
- x11-libs/libxcb"
-DEPEND="${RDEPEND}
- man? ( dev-python/docutils )"
-
-src_install() {
- cmake-utils_src_install
-
- dodoc -r "${ED%/}/usr/share/doc/${PN}/."
- rm -r "${ED%/}/usr/share/doc/${PN}" || die
-}