diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-17 21:10:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-18 10:50:49 +0100 |
commit | 57bd26610d116b5a1ecc68079eca0787f8ba065a (patch) | |
tree | a1a1bb37cf793531249cd9d7a438dc25c33083fe /app-misc | |
parent | app-misc/digitemp: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-57bd26610d116b5a1ecc68079eca0787f8ba065a.tar.gz gentoo-57bd26610d116b5a1ecc68079eca0787f8ba065a.tar.bz2 gentoo-57bd26610d116b5a1ecc68079eca0787f8ba065a.zip |
app-misc/g15daemon: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/g15daemon/g15daemon-1.9.5.3-r13.ebuild | 2 | ||||
-rw-r--r-- | app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild | 4 | ||||
-rw-r--r-- | app-misc/g15daemon/g15daemon-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/g15daemon/g15daemon-1.9.5.3-r13.ebuild b/app-misc/g15daemon/g15daemon-1.9.5.3-r13.ebuild index 243b3894adca..1bc0c70e3e56 100644 --- a/app-misc/g15daemon/g15daemon-1.9.5.3-r13.ebuild +++ b/app-misc/g15daemon/g15daemon-1.9.5.3-r13.ebuild @@ -9,7 +9,7 @@ GENTOO_DEPEND_ON_PERL="no" inherit eutils linux-info perl-module python-r1 base -DESCRIPTION="G15daemon takes control of the G15 keyboard, through the linux kernel uinput device driver" +DESCRIPTION="Takes control of the G15 keyboard, through the linux kernel uinput device driver" HOMEPAGE="http://g15daemon.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild b/app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild index 9149ee0898e8..bae607e95346 100644 --- a/app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild +++ b/app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ GENTOO_DEPEND_ON_PERL="no" inherit eutils linux-info perl-module python-r1 base -DESCRIPTION="G15daemon takes control of the G15 keyboard, through the linux kernel uinput device driver" +DESCRIPTION="Takes control of the G15 keyboard, through the linux kernel uinput device driver" HOMEPAGE="http://g15daemon.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/app-misc/g15daemon/g15daemon-9999.ebuild b/app-misc/g15daemon/g15daemon-9999.ebuild index cf6ceb8f04cc..91f303afe800 100644 --- a/app-misc/g15daemon/g15daemon-9999.ebuild +++ b/app-misc/g15daemon/g15daemon-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/trunk/${PN}-wip" inherit eutils linux-info perl-module python-r1 base subversion autotools -DESCRIPTION="G15daemon takes control of the G15 keyboard, through the linux kernel uinput device driver" +DESCRIPTION="Takes control of the G15 keyboard, through the linux kernel uinput device driver" HOMEPAGE="http://g15daemon.sourceforge.net/" [[ ${PV} = *9999* ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |