public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
Date: Tue, 29 Dec 2020 09:57:01 +0000 (UTC)	[thread overview]
Message-ID: <1609235817.9a8314648e8735ecf22507a2858dcaf882e85fbf.sam@gentoo> (raw)

commit:     9a8314648e8735ecf22507a2858dcaf882e85fbf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 09:56:57 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 09:56:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a831464

app-misc/neofetch: cleanup old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/neofetch/Manifest              |  3 ---
 app-misc/neofetch/neofetch-6.0.0.ebuild | 28 ----------------------------
 app-misc/neofetch/neofetch-6.1.0.ebuild | 28 ----------------------------
 app-misc/neofetch/neofetch-7.0.0.ebuild | 28 ----------------------------
 4 files changed, 87 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 9143d81562b..6c9a8feed27 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1 @@
-DIST neofetch-6.0.0.tar.gz 115538 BLAKE2B ec1a019c873a6c48ca150f51cfc76174b8df6af629530906a638f3f19fdae0e926cb7512b14c90aa9af6b6fb4652f2f6c72128535c2b833d307ad58e66af9c5f SHA512 2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d
-DIST neofetch-6.1.0.tar.gz 118346 BLAKE2B d9a08cf0b3f9164e8e42e25434d3e23e3c0ebac5e3fe3e770d7a2bde67b127078977fdb44fcc5e11703cafbe0f68332d6d7a4df8ced235d4dbd4a525afc171b1 SHA512 a68b5021d02d217ae5bc67f3d542afe4aebf1cc891f083e276b58847b1dff4419e036dbd7694b7c49c19c615b13eb54c22db3e69e6143c3f10f3fc1966a22a2e
-DIST neofetch-7.0.0.tar.gz 90892 BLAKE2B 7cee56b0b3dd49cfaddec99cd10594c5792a24dac54bae99af2bd5f13ac1a1f152fee917175a6ce911fc9b6eecb0e92cec287448f78ec714634c9fbff07a2e50 SHA512 84dde5b34b0defc24ac472efd4354483e0438c5bbed25f1f39cec53eeeee0a7d8f10dcace736b720f0e1dfbe55342ef3f5e866501bc62aee40a09bef90bf13b5
 DIST neofetch-7.1.0.tar.gz 95400 BLAKE2B 32368d461835d95ba8203c560b2f6733594966cbaf809d877a46c08675284288565e3a21b14d94900dd66b778dc975339196f182732e2cd8bc1ccc9e6da6253e SHA512 fe1013fb54585c15ba556054478a2c8c503120387e81bd16bfdfbb6f3a188ed4124585540abf43da9209cbbe0d7fb90d50914cd6620137d00f013cfb6954a042

diff --git a/app-misc/neofetch/neofetch-6.0.0.ebuild b/app-misc/neofetch/neofetch-6.0.0.ebuild
deleted file mode 100644
index 102c239995d..00000000000
--- a/app-misc/neofetch/neofetch-6.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="amd64 ~mips x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
-fi
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-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-6.1.0.ebuild b/app-misc/neofetch/neofetch-6.1.0.ebuild
deleted file mode 100644
index f3ecd1b3aa6..00000000000
--- a/app-misc/neofetch/neofetch-6.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~mips ~ppc64 ~x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
-fi
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-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-7.0.0.ebuild b/app-misc/neofetch/neofetch-7.0.0.ebuild
deleted file mode 100644
index 2b82020241d..00000000000
--- a/app-misc/neofetch/neofetch-7.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
-fi
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch"
-LICENSE="MIT-with-advertising"
-SLOT="0"
-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
-	)"


             reply	other threads:[~2020-12-29  9:57 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-29  9:57 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-09 13:04 [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/ Joonas Niilola
2024-01-03  6:22 Sam James
2023-07-24  4:09 Benda XU
2023-07-08  2:40 Benda XU
2023-06-21  4:41 Arthur Zamarin
2023-03-08 16:31 Joshua Kinard
2022-10-01  6:19 Arthur Zamarin
2022-07-09 10:23 Arthur Zamarin
2022-05-13 22:52 Andreas K. Hüttel
2022-05-05 10:06 WANG Xuerui
2022-05-05 10:06 WANG Xuerui
2022-04-09 19:33 Arthur Zamarin
2022-04-09 19:23 Arthur Zamarin
2022-04-02  7:40 Arthur Zamarin
2022-01-10 10:36 Arthur Zamarin
2021-10-16 14:57 Yixun Lan
2021-10-11  4:18 Sam James
2021-04-28  6:42 Joonas Niilola
2021-02-05  7:03 Sam James
2021-02-05  7:00 Sam James
2021-02-05  7:00 Sam James
2020-12-29  9:56 Sam James
2020-12-29  9:55 Sam James
2020-12-29  9:54 Sam James
2020-08-03  1:19 Craig Andrews
2020-07-18  0:55 Sam James
2020-03-09  2:23 Craig Andrews
2019-12-26 12:12 Georgy Yakovlev
2019-12-26 12:12 Georgy Yakovlev
2019-09-03  1:28 Craig Andrews
2019-05-14 16:53 Johannes Huber
2019-05-13  0:38 Thomas Deutschmann
2019-05-03 13:09 Mikle Kolyada
2019-05-01  8:44 Johannes Huber
2019-01-08 17:57 Craig Andrews
2019-01-08 14:38 Craig Andrews
2018-12-16  1:14 Joshua Kinard
2018-10-19 17:31 Johannes Huber
2018-10-19 17:31 Johannes Huber
2018-10-09 21:24 Thomas Deutschmann
2018-10-07 12:05 Mikle Kolyada
2018-09-23  7:14 Benda XU
2018-09-10  7:57 Benda XU
2018-06-22 16:25 Johannes Huber
2018-06-22 16:25 Johannes Huber
2018-06-14 21:00 Johannes Huber
2018-06-14 21:00 Johannes Huber
2018-05-19 20:37 Johannes Huber
2018-05-11 19:02 Mikle Kolyada
2018-05-11 19:02 Mikle Kolyada
2018-05-11 18:21 Johannes Huber
2018-05-11 18:10 Mikle Kolyada
2018-05-10 14:09 Johannes Huber
2018-05-10 14:09 Johannes Huber
2018-05-10 14:09 Johannes Huber
2018-04-07 16:42 Patrice Clement
2018-04-07 16:42 Patrice Clement
2018-04-07 16:42 Patrice Clement
2018-01-05 14:06 Jonas Stein
2017-12-19  4:41 Jason Zaman
2017-09-14 22:06 Patrice Clement
2017-09-14 22:06 Patrice Clement
2017-06-23 13:50 Michał Górny
2017-06-23 13:50 Michał Górny
2017-05-07 13:29 Michał Górny
2017-03-12 18:52 Patrice Clement
2017-03-12 18:52 Patrice Clement
2017-01-25 23:29 Patrice Clement
2016-12-11 15:29 Michał Górny
2016-12-04 22:32 Patrice Clement
2016-12-03  6:53 Benda XU
2016-11-06 20:15 David Seifert
2016-11-03 21:06 Patrice Clement
2016-10-09  7:58 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609235817.9a8314648e8735ecf22507a2858dcaf882e85fbf.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox