diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
commit | 2d7bdcf56161d31816f48832b4ea8302399642a5 (patch) | |
tree | a7a8bef2b961267cbd7fa24a38972b6dfe6dcc3c /x11-misc/xautolock/xautolock-2.1.ebuild | |
parent | Updated both the old and new version of mon with dependency changes; cleaned ... (diff) | |
download | gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.tar.gz gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.tar.bz2 gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.zip |
LICENSE, SLOT and KEYWORDS addings
Diffstat (limited to 'x11-misc/xautolock/xautolock-2.1.ebuild')
-rw-r--r-- | x11-misc/xautolock/xautolock-2.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-misc/xautolock/xautolock-2.1.ebuild b/x11-misc/xautolock/xautolock-2.1.ebuild index 2917800d8493..7d47e32c5050 100644 --- a/x11-misc/xautolock/xautolock-2.1.ebuild +++ b/x11-misc/xautolock/xautolock-2.1.ebuild @@ -1,11 +1,14 @@ # 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> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/xautolock-2.1.ebuild,v 1.2 2002/04/27 23:34:21 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/xautolock-2.1.ebuild,v 1.3 2002/07/08 21:31:08 aliz 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="x86" DEPEND="virtual/x11" |