summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-03-23 15:11:21 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-03-23 15:11:21 +0000
commitbf92d15f4b4af0505cbdedfc525f357e0f75842a (patch)
tree99454e19992455a353fd83488c66cd607958cb03 /x11-misc
parentAdd escape to BUILD_PARAMS, something was changed in linux-mod? (diff)
downloadgentoo-2-bf92d15f4b4af0505cbdedfc525f357e0f75842a.tar.gz
gentoo-2-bf92d15f4b4af0505cbdedfc525f357e0f75842a.tar.bz2
gentoo-2-bf92d15f4b4af0505cbdedfc525f357e0f75842a.zip
Version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xautolock/ChangeLog9
-rw-r--r--x11-misc/xautolock/xautolock-2.2.ebuild31
2 files changed, 38 insertions, 2 deletions
diff --git a/x11-misc/xautolock/ChangeLog b/x11-misc/xautolock/ChangeLog
index e15893c98419..fb109c188aab 100644
--- a/x11-misc/xautolock/ChangeLog
+++ b/x11-misc/xautolock/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xautolock
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/ChangeLog,v 1.18 2007/06/24 18:03:05 drac Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/ChangeLog,v 1.19 2008/03/23 15:11:21 coldwind Exp $
+
+*xautolock-2.2 (23 Mar 2008)
+
+ 23 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> +xautolock-2.2.ebuild:
+ Version bump.
24 Jun 2007; Samuli Suominen <drac@gentoo.org> xautolock-2.1-r1.ebuild:
Add missing dep of x11-proto/scrnsaverproto and remove virtual/x11 usage.
diff --git a/x11-misc/xautolock/xautolock-2.2.ebuild b/x11-misc/xautolock/xautolock-2.2.ebuild
new file mode 100644
index 000000000000..571ebcd5095c
--- /dev/null
+++ b/x11-misc/xautolock/xautolock-2.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2008 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.1 2008/03/23 15:11:21 coldwind Exp $
+
+DESCRIPTION="An automatic X screen-locker/screen-saver."
+SRC_URI="http://www.ibiblio.org/pub/Linux/X11/screensavers/${P}.tgz"
+HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/screensavers/"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="|| ( x11-misc/xlockmore
+ x11-misc/xtrlock )"
+DEPEND="${RDEPEND}
+ x11-libs/libXScrnSaver
+ x11-misc/imake
+ app-text/rman
+ x11-proto/scrnsaverproto"
+
+src_compile() {
+ xmkmf || die
+ emake || die
+}
+
+src_install () {
+ into /usr
+ dobin xautolock || die
+ newman xautolock.man xautolock.1
+ dodoc Changelog Readme Todo
+}