diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-04-13 11:20:09 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-04-13 11:20:09 +0000 |
commit | 803aa653ea73bc0b854e62ac10e1f0819772245e (patch) | |
tree | b6c663174d183139e0b5e73d0be93b61f6bd4d78 /x11-misc/xautolock | |
parent | try to fix /etc/localtime symlink issue (diff) | |
download | gentoo-2-803aa653ea73bc0b854e62ac10e1f0819772245e.tar.gz gentoo-2-803aa653ea73bc0b854e62ac10e1f0819772245e.tar.bz2 gentoo-2-803aa653ea73bc0b854e62ac10e1f0819772245e.zip |
adding xautolock
Diffstat (limited to 'x11-misc/xautolock')
-rw-r--r-- | x11-misc/xautolock/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xautolock/files/digest-xautolock-2.1 | 1 | ||||
-rw-r--r-- | x11-misc/xautolock/xautolock-2.1.ebuild | 22 |
3 files changed, 32 insertions, 0 deletions
diff --git a/x11-misc/xautolock/ChangeLog b/x11-misc/xautolock/ChangeLog new file mode 100644 index 000000000000..3027b09a6ebc --- /dev/null +++ b/x11-misc/xautolock/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-misc/xautolock +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/ChangeLog,v 1.1 2002/04/13 11:20:09 spider Exp $ + +*xautolock-2.1 (13 Apr 2002) + 13 Apr 2002; Spider <spider@gentoo.org> xautolock-2.1.ebuild: + initial ebuild. for use with xlockmore + + diff --git a/x11-misc/xautolock/files/digest-xautolock-2.1 b/x11-misc/xautolock/files/digest-xautolock-2.1 new file mode 100644 index 000000000000..01d7f0284952 --- /dev/null +++ b/x11-misc/xautolock/files/digest-xautolock-2.1 @@ -0,0 +1 @@ +MD5 35c22fd9748f872fdb3ce8d861951704 xautolock-2.1.tgz 33789 diff --git a/x11-misc/xautolock/xautolock-2.1.ebuild b/x11-misc/xautolock/xautolock-2.1.ebuild new file mode 100644 index 000000000000..220a4eb3db67 --- /dev/null +++ b/x11-misc/xautolock/xautolock-2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Scott Garner <mrfab@arn.net> Maintainer Spider <spider@gentoo.org> +# /space/gentoo/cvsroot/gentoo-x86/app-misc/xautolock/xautolock-2.1.ebuild + +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/" + +DEPEND="virtual/x11" + +src_compile() { + xmkmf || die + emake || die +} + +src_install () { + into /usr + dobin xautolock || die + newman xautolock.man xautolock.1 + dodoc Changelog Readme Todo +} |