commit: 71a42eda9dd16d0ded19f3bda9876ae4fddfeb88 Author: Jonas Stein <news <AT> jonasstein <DOT> de> AuthorDate: Wed Aug 17 16:59:27 2016 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Wed Aug 17 16:59:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a42eda
sys-apps/inxi: Fix DESCRIPTION length <=80 chars sys-apps/inxi/inxi-2.2.14.ebuild | 4 ++-- sys-apps/inxi/inxi-2.2.19.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/inxi/inxi-2.2.14.ebuild b/sys-apps/inxi/inxi-2.2.14.ebuild index 7c40d8f..1239efa 100644 --- a/sys-apps/inxi/inxi-2.2.14.ebuild +++ b/sys-apps/inxi/inxi-2.2.14.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -DESCRIPTION="A newer, better system information script for irc, administration, and system troubleshooters." +DESCRIPTION="Commandline script to print hardware information for irc and administration." HOMEPAGE="https://github.com/smxi/inxi" SRC_URI="https://inxi.googlecode.com/svn/tarballs/${PN}_${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/sys-apps/inxi/inxi-2.2.19.ebuild b/sys-apps/inxi/inxi-2.2.19.ebuild index 0779434..2a087f3 100644 --- a/sys-apps/inxi/inxi-2.2.19.ebuild +++ b/sys-apps/inxi/inxi-2.2.19.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -DESCRIPTION="A newer, better system information script for irc, administration, and system troubleshooters." +DESCRIPTION="Commandline script to print hardware information for irc and administration." HOMEPAGE="https://github.com/smxi/inxi" SRC_URI="https://inxi.googlecode.com/svn/tarballs/${PN}_${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3"
