diff options
author | Jonas Stein <news@jonasstein.de> | 2016-08-17 18:59:27 +0200 |
---|---|---|
committer | Jonas Stein <news@jonasstein.de> | 2016-08-17 18:59:27 +0200 |
commit | 71a42eda9dd16d0ded19f3bda9876ae4fddfeb88 (patch) | |
tree | ee9d998958f70246c0fe287ac7b97ecc660feae5 /sys-apps | |
parent | sys-apps/kmod: remove 21 from the tree for #581562 (diff) | |
download | gentoo-71a42eda9dd16d0ded19f3bda9876ae4fddfeb88.tar.gz gentoo-71a42eda9dd16d0ded19f3bda9876ae4fddfeb88.tar.bz2 gentoo-71a42eda9dd16d0ded19f3bda9876ae4fddfeb88.zip |
sys-apps/inxi: Fix DESCRIPTION length <=80 chars
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/inxi/inxi-2.2.14.ebuild | 4 | ||||
-rw-r--r-- | 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 7c40d8fd7458..1239efab6a07 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 077943411d99..2a087f3d42e0 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" |