From bfc98177dd40c034050de98749370eb1ed86eaf1 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Tue, 1 Nov 2016 20:46:11 +0700 Subject: app-misc/neofetch: version bump to 1.9. Package-Manager: Portage 2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2711 Signed-off-by: Patrice Clement --- app-misc/neofetch/Manifest | 1 + app-misc/neofetch/metadata.xml | 3 +++ app-misc/neofetch/neofetch-1.9.ebuild | 23 +++++++++++++++++++++++ app-misc/neofetch/neofetch-9999.ebuild | 5 ++--- 4 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 app-misc/neofetch/neofetch-1.9.ebuild (limited to 'app-misc') diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest index 8a883edbb82d..f6dbe0ab7569 100644 --- a/app-misc/neofetch/Manifest +++ b/app-misc/neofetch/Manifest @@ -1 +1,2 @@ DIST neofetch-1.8.1.tar.gz 52867 SHA256 dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29 WHIRLPOOL f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37 +DIST neofetch-1.9.tar.gz 57413 SHA256 c9cbe0eeedbceaf9b23f9a1c4e0838e410dc7bdfdeb7fbd10f5eaf377cceff05 SHA512 15b094d2e655ba69a460da0e24cc2527f47a6bbbaa249e87f053708c869fb00d8e7a8ea91e3a614c6702a9396266b975f1c4e9c5aa39a75f6ce3ca06e2d7eb29 WHIRLPOOL 4e788ce093b27b9af1092c4f89174a978f141ca72d0039715a80057d56018a67eb36cdcecf8575b6199c6987a99f1e3b008eb44a10967a6cd9b8d50108f2855b diff --git a/app-misc/neofetch/metadata.xml b/app-misc/neofetch/metadata.xml index da6fccc481fe..79ffa66291e0 100644 --- a/app-misc/neofetch/metadata.xml +++ b/app-misc/neofetch/metadata.xml @@ -17,4 +17,7 @@ dylanaraps/neofetch + + Enable support for detecting DEs, WMs, screen resolutions, and showing images from an X terminal + diff --git a/app-misc/neofetch/neofetch-1.9.ebuild b/app-misc/neofetch/neofetch-1.9.ebuild new file mode 100644 index 000000000000..5d343a591b95 --- /dev/null +++ b/app-misc/neofetch/neofetch-1.9.ebuild @@ -0,0 +1,23 @@ +# 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" +IUSE="X" + +DEPEND="app-shells/bash:* + sys-apps/pciutils" + +RDEPEND="${DEPEND} + X? ( x11-apps/xprop + x11-apps/xwininfo + x11-apps/xrandr + 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 index 2e0a8fbb9d0b..e0bb14ebb08a 100644 --- a/app-misc/neofetch/neofetch-9999.ebuild +++ b/app-misc/neofetch/neofetch-9999.ebuild @@ -15,10 +15,9 @@ DEPEND="app-shells/bash:* RDEPEND="${DEPEND} X? ( x11-apps/xprop + x11-apps/xwininfo x11-apps/xrandr - media-gfx/scrot www-client/w3m[imlib] media-libs/imlib2 media-gfx/imagemagick - ) -" +)" -- cgit v1.2.3-65-gdbad