Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439754 - sys-apps/inxi - A full featured system information script
Summary: sys-apps/inxi - A full featured system information script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pavlos Ratis (RETIRED)
URL: http://code.google.com/p/inxi/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-10-26 12:12 UTC by Росен Александров
Modified: 2015-02-10 18:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
inxi-9999.ebuild (inxi-9999.ebuild,880 bytes, text/plain)
2012-10-26 12:12 UTC, Росен Александров
Details
Manifest (Manifest,1.09 KB, text/plain)
2012-10-26 12:13 UTC, Росен Александров
Details
inxi-9999.ebuild (inxi-9999.ebuild,855 bytes, text/plain)
2012-11-19 17:16 UTC, Росен Александров
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Росен Александров 2012-10-26 12:12:50 UTC
Created attachment 327464 [details]
inxi-9999.ebuild

A full featured system monitor for linux.
Comment 1 Росен Александров 2012-10-26 12:13:15 UTC
Created attachment 327466 [details]
Manifest
Comment 2 Росен Александров 2012-10-26 12:16:09 UTC
Hello, if is possible i want to put this ebuild in main portage tree.
Soon will provide and versioned ebuilds of this package.

Ive tested it a lot of time, i not found any bugs faults and etc.

Thanks in advance.
Comment 3 Росен Александров 2012-11-19 17:13:47 UTC
Comment on attachment 327464 [details]
inxi-9999.ebuild

># Copyright 1999-2012 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>EAPI=3
>inherit eutils subversion
>DESCRIPTION="A full featured system information script"
>HOMEPAGE="http://code.google.com/p/inxi/"
>ESVN_REPO_URI="http://inxi.googlecode.com/svn"
>ESVN_PROJECT="inxi"
>
>LICENSE="GPL-3"
>SLOT="current"
>KEYWORDS=""
>
>DEPEND="
>	x11-apps/mesa-progs
>	x11-apps/xrandr
>	x11-apps/xdpyinfo
>	sys-apps/gawk
>"
>RDEPEND="${DEPEND}"
>
>src_install() {
>	dobin "${WORKDIR}"/"${PN}"-"${PV}"/trunk/inxi
>	doman "${WORKDIR}"/"${PN}"-"${PV}"/trunk/inxi.1
>        elog "To view a short or full system information."
>        elog "inxi -b for short information / inxi -F for full information"
>	elog "inxi also provide and verbose show levels '-v1 to -v7'"
>        elog "inxi -h for help"
>        echo
>}
Comment 4 Росен Александров 2012-11-19 17:16:52 UTC
Created attachment 329966 [details]
inxi-9999.ebuild
Comment 5 urcindalo 2014-01-08 18:55:31 UTC
Happy New Year to everyone!

Any news on this?
It would be great to have inxi in the main tree.
Comment 6 Росен Александров 2014-07-16 14:07:49 UTC
So this package is still available on my repo 

layman -a ROKO__
cant be versioned, should be on 9999, because of subversion.
Comment 7 Pavlos Ratis (RETIRED) Gentoo Infrastructure gentoo-dev 2015-02-10 17:06:38 UTC
+  10 Feb 2015; Pavlos Ratis <dastergon@gentoo.org> +inxi-2.2.14.ebuild,
+  +metadata.xml:
+  initial ebuild


inxi-2.2.14 now in tree. It will propagate to mirrors in the next few hours.
Comment 8 Росен Александров 2015-02-10 18:34:29 UTC
I not update this request a long time ago.
So i glad to see that inxi is now in main tree.
I was not able to found way for versioned inxi (since 2012)

I don't know if you interested and by 9999 version to be in main tree.
Like many other packages with live versions.

Thanks!