public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cpufetch/, app-misc/cpufetch/files/
Date: Sat, 16 Oct 2021 21:44:47 +0000 (UTC)	[thread overview]
Message-ID: <1634420685.2f0c2254f67ce8fed4e6f5b678f737f9823bceb4.Alessandro-Barbieri@gentoo> (raw)

commit:     2f0c2254f67ce8fed4e6f5b678f737f9823bceb4
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct 16 21:44:26 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Oct 16 21:44:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f0c2254

app-misc/cpufetch: drop 0.94_p20210409

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 app-misc/cpufetch/Manifest                         |  1 -
 app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild   | 29 ----------------------
 .../cpufetch/files/makefile-0.94_p20210409.patch   | 26 -------------------
 3 files changed, 56 deletions(-)

diff --git a/app-misc/cpufetch/Manifest b/app-misc/cpufetch/Manifest
index 6e4de58e0..2c9a0d3c4 100644
--- a/app-misc/cpufetch/Manifest
+++ b/app-misc/cpufetch/Manifest
@@ -1,3 +1,2 @@
-DIST cpufetch-0.94_p20210409.tar.gz 303151 BLAKE2B 0ad4d19e1cf07cf9692af4c81183ce7727eaf3638907e812b288070e325a9b8b2f39af611db5eb19a069935ac60238b234173ee20138d8744e919c7c53e68609 SHA512 2f914f37a84e8a43b80770ad4e1b4e7d3679a17a50330198e1d8bb0faff3485a0e667735b5bdf01317d99851530f01165fe80b789059b8668d42d595386e44fd
 DIST cpufetch-0.98.tar.gz 304203 BLAKE2B 71376f29337ac981aba993a74259e555d34ae6df0f8a2e04e7659608f2bae18fa6af4c31349601b7347566fd3d4c2ffa7cbf1752bc2b16b6513747201d2a2835 SHA512 e862a0b6472d4942a58359b203037391747f74d991ea71e77a64369695f39e3d9ab8d60c5888703683ce5258426f5211f9e54863649ad796e08c083888d9b076
 DIST cpufetch-1.00.tar.gz 317439 BLAKE2B 8fdf21bebfd6d2ef760cc388b6da2d5c0665964ebcad2537e06c1bede40fffb151a5e37665ab52f2ec31f48a25c3aeb895e820b03ab7ec37d50a85e1bdce3a2b SHA512 94be5c5aacf9e5cde4fd4e4b14e433db523821fc27466c599e34c062ca32145edb0c8f84168e07c8a64f591fee1f5ab704d569bb70c53b7523d52f4882b573a1

diff --git a/app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild b/app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild
deleted file mode 100644
index 6f68bb6dd..000000000
--- a/app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-COMMIT="8f2f3d3a1652b87162f763a88a5070cf25c2e6d7"
-DESCRIPTION="Simplistic yet fancy CPU architecture fetching tool"
-HOMEPAGE="https://github.com/Dr-Noob/cpufetch"
-SRC_URI="https://github.com/Dr-Noob/cpufetch/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-PATCHES=( "${FILESDIR}/makefile-${PV}.patch" )
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_prepare() {
-	default
-	export CC=$(tc-getCC)
-}
-
-src_install() {
-	dobin "${PN}"
-	doman "${PN}.8"
-	newdoc README.md README
-	dodoc -r doc/.
-}

diff --git a/app-misc/cpufetch/files/makefile-0.94_p20210409.patch b/app-misc/cpufetch/files/makefile-0.94_p20210409.patch
deleted file mode 100644
index 175ea34ce..000000000
--- a/app-misc/cpufetch/files/makefile-0.94_p20210409.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/Makefile	2021-04-11 04:01:08.508885689 +0200
-+++ b/Makefile	2021-04-11 04:02:33.680269181 +0200
-@@ -1,6 +1,4 @@
--CC=gcc
--
--CFLAGS=-Wall -Wextra -Werror -pedantic -fstack-protector-all -pedantic -std=c99
-+CFLAGS+=-Wall -Wextra -pedantic -std=c99
- SANITY_FLAGS=-Wfloat-equal -Wshadow -Wpointer-arith
- 
- PREFIX ?= /usr
-@@ -37,14 +35,12 @@
- 
- all: $(OUTPUT)
- 
--debug: CFLAGS += -g -O0
- debug: $(OUTPUT)
- 
--release: CFLAGS += -static -O3
- release: $(OUTPUT)
- 
- $(OUTPUT): Makefile $(SOURCE) $(HEADERS)
--	$(CC) $(CFLAGS) $(SANITY_FLAGS) $(SOURCE) -o $(OUTPUT)
-+	$(CC) $(CFLAGS) $(LDFLAGS) $(SANITY_FLAGS) $(SOURCE) -o $(OUTPUT)
- 
- run: $(OUTPUT)
- 	./$(OUTPUT)


             reply	other threads:[~2021-10-16 21:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-16 21:44 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-08  9:57 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cpufetch/, app-misc/cpufetch/files/ Takuya Wakazono
2024-02-06 12:23 Takuya Wakazono
2021-10-16 21:44 Alessandro Barbieri

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=1634420685.2f0c2254f67ce8fed4e6f5b678f737f9823bceb4.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --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