diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-11 22:01:51 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-11 22:01:51 +0300 |
commit | 92052a779d2bdaae03934654e14173aa05aeecf4 (patch) | |
tree | 402c4e53393d8281e94fe67faabc06a47ca91f4a /app-misc/neofetch | |
parent | app-text/groonga: Fix install failure removing old init script (diff) | |
download | gentoo-92052a779d2bdaae03934654e14173aa05aeecf4.tar.gz gentoo-92052a779d2bdaae03934654e14173aa05aeecf4.tar.bz2 gentoo-92052a779d2bdaae03934654e14173aa05aeecf4.zip |
app-misc/neofetch: re-add version removed by mistake
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-misc/neofetch')
-rw-r--r-- | app-misc/neofetch/Manifest | 1 | ||||
-rw-r--r-- | app-misc/neofetch/neofetch-3.4.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest index 08bddecf5501..92e0ce26aea5 100644 --- a/app-misc/neofetch/Manifest +++ b/app-misc/neofetch/Manifest @@ -1 +1,2 @@ DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526 SHA512 aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0 +DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182 SHA512 931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild new file mode 100644 index 000000000000..861c13b16942 --- /dev/null +++ b/app-misc/neofetch/neofetch-3.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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-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 + )" |