diff options
author | Sebastian Pipping <sping@gentoo.org> | 2016-08-17 19:58:14 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2016-08-17 19:58:14 +0200 |
commit | 9ed285f6593346182b97bc945c2819422feab7ad (patch) | |
tree | 9cac5b5ef74c86e6ebb783cf009c01915fe803e5 /sys-apps | |
parent | app-crypt/gnupg: Security bump to 1.4.21 (diff) | |
parent | sys-apps/inxi: Add jstein as maintainer, add longdescription (diff) | |
download | gentoo-9ed285f6593346182b97bc945c2819422feab7ad.tar.gz gentoo-9ed285f6593346182b97bc945c2819422feab7ad.tar.bz2 gentoo-9ed285f6593346182b97bc945c2819422feab7ad.zip |
Merge remote-tracking branch 'github/pr/2098'
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/inxi/inxi-2.2.14.ebuild | 12 | ||||
-rw-r--r-- | sys-apps/inxi/inxi-2.2.19.ebuild | 12 | ||||
-rw-r--r-- | sys-apps/inxi/metadata.xml | 5 |
3 files changed, 11 insertions, 18 deletions
diff --git a/sys-apps/inxi/inxi-2.2.14.ebuild b/sys-apps/inxi/inxi-2.2.14.ebuild index 7c40d8fd7458..9b9bae5ffb5f 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" @@ -13,14 +13,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" -RDEPEND="${DEPEND} - >=app-shells/bash-3.0 - sys-apps/coreutils - sys-apps/gawk - sys-apps/grep +RDEPEND=">=app-shells/bash-3.0 sys-apps/pciutils - sys-process/procps - sys-apps/sed " S=${WORKDIR} diff --git a/sys-apps/inxi/inxi-2.2.19.ebuild b/sys-apps/inxi/inxi-2.2.19.ebuild index 077943411d99..15f5c6b8c8bb 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" @@ -13,14 +13,8 @@ KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND="" -RDEPEND="${DEPEND} - >=app-shells/bash-3.0 - sys-apps/coreutils - sys-apps/gawk - sys-apps/grep +RDEPEND=">=app-shells/bash-3.0 sys-apps/pciutils - sys-process/procps - sys-apps/sed " S=${WORKDIR} diff --git a/sys-apps/inxi/metadata.xml b/sys-apps/inxi/metadata.xml index 781f32db4a20..3d8c1c6ac581 100644 --- a/sys-apps/inxi/metadata.xml +++ b/sys-apps/inxi/metadata.xml @@ -1,7 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person"> + <email>jstein@gentoo.org</email> + <name>Jonas Stein</name> + </maintainer> <upstream> <remote-id type="github">smxi/inxi</remote-id> </upstream> + <longdescription>inxi is a bash script to print information about the system. It was forked from infobash.</longdescription> </pkgmetadata> |