summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-05-19 22:36:58 +0200
committerJohannes Huber <johu@gentoo.org>2018-05-19 22:37:23 +0200
commit1127a11f3ac50ca6dd028a764a50d47c2c78baed (patch)
tree5572c8c7c0be93949bf3c3427e8b2341b6e9a292 /app-misc/neofetch
parentdev-python/toolz: version bump. (diff)
downloadgentoo-1127a11f3ac50ca6dd028a764a50d47c2c78baed.tar.gz
gentoo-1127a11f3ac50ca6dd028a764a50d47c2c78baed.tar.bz2
gentoo-1127a11f3ac50ca6dd028a764a50d47c2c78baed.zip
app-misc/neofetch: Version bump 4.0.1
Closes: https://github.com/gentoo/gentoo/pull/8442 Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'app-misc/neofetch')
-rw-r--r--app-misc/neofetch/Manifest1
-rw-r--r--app-misc/neofetch/neofetch-4.0.1.ebuild22
-rw-r--r--app-misc/neofetch/neofetch-9999.ebuild2
3 files changed, 24 insertions, 1 deletions
diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index aa3077c18079..3550a663a43f 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1 +1,2 @@
DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b
+DIST neofetch-4.0.1.tar.gz 111631 BLAKE2B 457f8d4bb4b2d42bacab5891bd64c6f8b52ee94262258dc4b69b8ebcbae9f06bc7ffabd424a7cae5eee384d52259861f9f2e6b38f3e540b5b805eda48c2d1650 SHA512 b3d89e55d9c056a9e80295f4abcdee96866bcf685dc924f21a8b4c92ddb822b8dafef06d28ac14a3bed9da29bb61219a0d4b82cd7e8da18ce4989d847e4e920d
diff --git a/app-misc/neofetch/neofetch-4.0.1.ebuild b/app-misc/neofetch/neofetch-4.0.1.ebuild
new file mode 100644
index 000000000000..a25cba92a486
--- /dev/null
+++ b/app-misc/neofetch/neofetch-4.0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+ X? (
+ media-gfx/imagemagick
+ media-libs/imlib2
+ www-client/w3m[imlib]
+ x11-apps/xprop
+ x11-apps/xrandr
+ x11-apps/xwininfo
+ )"
diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 2bcaa63beeae..82642075d611 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit git-r3
DESCRIPTION="Simple information system script"