commit:     e85cf801d76c32acf6319fae7ea86fabee8ba9ec
Author:     Muhammad Herdiansyah <herdiansyah <AT> openmailbox <DOT> org>
AuthorDate: Sun Oct  9 06:09:04 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 07:58:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85cf801

app-misc/neofetch: new package.

neofetch is a script that gathers information about your system and
prints it to the terminal next to an image, a distro's logo or any ASCII
art of your choice.

Gentoo-Bug: https://bugs.gentoo.org/596592

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2516

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-misc/neofetch/Manifest              |  1 +
 app-misc/neofetch/metadata.xml          | 20 ++++++++++++++++++++
 app-misc/neofetch/neofetch-1.8.1.ebuild | 25 +++++++++++++++++++++++++
 app-misc/neofetch/neofetch-9999.ebuild  | 24 ++++++++++++++++++++++++
 4 files changed, 70 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
new file mode 100644
index 00000000..8a883ed
--- /dev/null
+++ b/app-misc/neofetch/Manifest
@@ -0,0 +1 @@
+DIST neofetch-1.8.1.tar.gz 52867 SHA256 
dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 
c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29
 WHIRLPOOL 
f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37

diff --git a/app-misc/neofetch/metadata.xml b/app-misc/neofetch/metadata.xml
new file mode 100644
index 00000000..da6fccc
--- /dev/null
+++ b/app-misc/neofetch/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>herdians...@openmailbox.org</email>
+               <name>Muhammad Herdiansyah</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-ma...@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <longdescription lang="en">
+               neofetch is a script that gathers information about your system 
and
+               prints it to the terminal next to an image, a distro's logo or 
any
+               ASCII art of your choice.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">dylanaraps/neofetch</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/app-misc/neofetch/neofetch-1.8.1.ebuild 
b/app-misc/neofetch/neofetch-1.8.1.ebuild
new file mode 100644
index 00000000..b480dc2
--- /dev/null
+++ b/app-misc/neofetch/neofetch-1.8.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch";
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz";
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+DEPEND="app-shells/bash:*
+       sys-apps/pciutils"
+
+RDEPEND="${DEPEND}
+       X? ( x11-apps/xprop
+       x11-apps/xrandr
+       media-gfx/scrot
+       www-client/w3m[imlib]
+       media-libs/imlib2
+       media-gfx/imagemagick
+       )
+"

diff --git a/app-misc/neofetch/neofetch-9999.ebuild 
b/app-misc/neofetch/neofetch-9999.ebuild
new file mode 100644
index 00000000..2e0a8fb
--- /dev/null
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+inherit git-r3
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch";
+EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git";
+LICENSE="MIT"
+SLOT="0"
+IUSE="X"
+
+DEPEND="app-shells/bash:*
+       sys-apps/pciutils"
+
+RDEPEND="${DEPEND}
+       X? ( x11-apps/xprop
+       x11-apps/xrandr
+       media-gfx/scrot
+       www-client/w3m[imlib]
+       media-libs/imlib2
+       media-gfx/imagemagick
+       )
+"

Reply via email to