diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-07 16:41:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-07 18:45:20 +0100 |
commit | 5c07d86a6262100e04bff812a024c66e3ba3b1b3 (patch) | |
tree | b95d47c0d2d5c88e624cbac88b071f93f4713b7d | |
parent | x11-misc/trayer-srg: Fix toolong DESCRIPTION (diff) | |
download | gentoo-5c07d86a6262100e04bff812a024c66e3ba3b1b3.tar.gz gentoo-5c07d86a6262100e04bff812a024c66e3ba3b1b3.tar.bz2 gentoo-5c07d86a6262100e04bff812a024c66e3ba3b1b3.zip |
x11-misc/xidle: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3864
-rw-r--r-- | x11-misc/xidle/xidle-24102005.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-misc/xidle/xidle-24102005.ebuild b/x11-misc/xidle/xidle-24102005.ebuild index 7e286b09a122..cc558c136cf2 100644 --- a/x11-misc/xidle/xidle-24102005.ebuild +++ b/x11-misc/xidle/xidle-24102005.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 inherit eutils toolchain-funcs -DESCRIPTION="xidle monitors inactivity in X and runs the specified program when -a timeout occurs." +DESCRIPTION="Monitors inactivity in X and runs the specified program when a timeout occurs" HOMEPAGE="http://www.freebsdsoftware.org/x11/xidle.html" SRC_URI="mirror://freebsd/ports/local-distfiles/novel/${P}.tar.bz2" |