diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xautolock/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xautolock/xautolock-2.1-r1.ebuild | 11 | ||||
-rw-r--r-- | x11-misc/xautolock/xautolock-2.2.ebuild | 11 |
3 files changed, 20 insertions, 10 deletions
diff --git a/x11-misc/xautolock/ChangeLog b/x11-misc/xautolock/ChangeLog index c56d344e8447..ed6027a3eedd 100644 --- a/x11-misc/xautolock/ChangeLog +++ b/x11-misc/xautolock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xautolock -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/ChangeLog,v 1.21 2010/08/09 16:44:42 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/ChangeLog,v 1.22 2011/08/08 09:12:49 hwoarang Exp $ + + 08 Aug 2011; Markos Chandras <hwoarang@gentoo.org> xautolock-2.1-r1.ebuild, + xautolock-2.2.ebuild: + Add missing xlock applications. Bug #377965 and bug #347729 09 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org> xautolock-2.1-r1.ebuild, xautolock-2.2.ebuild: diff --git a/x11-misc/xautolock/xautolock-2.1-r1.ebuild b/x11-misc/xautolock/xautolock-2.1-r1.ebuild index 414c357fc976..15b9c1e0d92b 100644 --- a/x11-misc/xautolock/xautolock-2.1-r1.ebuild +++ b/x11-misc/xautolock/xautolock-2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/xautolock-2.1-r1.ebuild,v 1.8 2010/08/09 16:44:42 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/xautolock-2.1-r1.ebuild,v 1.9 2011/08/08 09:12:49 hwoarang Exp $ inherit toolchain-funcs @@ -12,8 +12,11 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="" -RDEPEND="|| ( x11-misc/xlockmore - x11-misc/xtrlock )" +RDEPEND="|| ( x11-misc/alock + x11-misc/i3lock + x11-misc/slock + x11-misc/xlockmore + x11-misc/xtrlock )" DEPEND="${RDEPEND} x11-libs/libXScrnSaver x11-misc/imake diff --git a/x11-misc/xautolock/xautolock-2.2.ebuild b/x11-misc/xautolock/xautolock-2.2.ebuild index 3524b0ad9c51..b6d826c3f132 100644 --- a/x11-misc/xautolock/xautolock-2.2.ebuild +++ b/x11-misc/xautolock/xautolock-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/xautolock-2.2.ebuild,v 1.2 2010/08/09 16:44:42 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/xautolock-2.2.ebuild,v 1.3 2011/08/08 09:12:49 hwoarang Exp $ inherit toolchain-funcs @@ -12,8 +12,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="|| ( x11-misc/xlockmore - x11-misc/xtrlock )" +RDEPEND="|| ( x11-misc/alock + x11-misc/i3lock + x11-misc/slock + x11-misc/xlockmore + x11-misc/xtrlock )" DEPEND="${RDEPEND} x11-libs/libXScrnSaver x11-misc/imake |