From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/fastfetch/
Date: Thu, 10 Mar 2022 09:45:15 +0000 (UTC) [thread overview]
Message-ID: <1646831849.f530a1d806258e97161ee942a30a7a576d0383b8.tastytea@gentoo> (raw)
commit: f530a1d806258e97161ee942a30a7a576d0383b8
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Wed Mar 9 13:17:29 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Mar 9 13:17:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f530a1d8
app-misc/fastfetch: drop 0.604
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
app-misc/fastfetch/Manifest | 1 -
app-misc/fastfetch/fastfetch-0.604.ebuild | 72 -------------------------------
2 files changed, 73 deletions(-)
diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 1bf68cf64..898eab2a6 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,2 +1 @@
-DIST fastfetch-0.604.tar.gz 324226 BLAKE2B 75860f98b5eaca0a59e29618a9d7bd2542aff12eb9761186b6233ffe17212df0b54e387b86511540b4e1522f017f73a1286ec58b0f54a4687a9f11fbb5235652 SHA512 09a531be1d35deb7ad34dd9059baa8abaa1d9872d27178d467d743e74d6b8e49549762f893ce2538c14c52dd392ed25ed4b68218d2bcda9b1e86f6bf1310011e
DIST fastfetch-0.612.tar.gz 326712 BLAKE2B e9b1d68058080fb2148af651748b4e84a9f9cb167723bd045c1ee4d9f25393de17be499c39c0440dd0690406d562416428b68717b34b150911b64d7bf67835a4 SHA512 368eb2258880587a1f7345eed9aea3fdfd05526232207bef0472bb8f7555316ded0686de425bb0856da3d8ad319def0ff37ca860ce1bd3c0aa480935b7851bbb
diff --git a/app-misc/fastfetch/fastfetch-0.604.ebuild b/app-misc/fastfetch/fastfetch-0.604.ebuild
deleted file mode 100644
index 0697f531e..000000000
--- a/app-misc/fastfetch/fastfetch-0.604.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Like neofetch but faster"
-HOMEPAGE="https://github.com/LinusDierheimer/fastfetch"
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/LinusDierheimer/fastfetch.git"
-else
- COMMIT="0cb6e40bacfed8c217afc4bd580b7905d6d6893b"
- VERSION_REV="0cb6e40"
- SRC_URI="https://github.com/LinusDierheimer/fastfetch/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${COMMIT}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="X gnome pci vulkan wayland xcb xfce xrandr"
-
-# note - qa-vdb will always report errors because fastfetch loads the libs dynamically
-RDEPEND="
- X? ( x11-libs/libX11 )
- gnome? (
- dev-libs/glib
- gnome-base/dconf
- )
- pci? ( sys-apps/pciutils )
- vulkan? ( media-libs/vulkan-loader )
- wayland? ( dev-libs/wayland )
- xcb? ( x11-libs/libxcb )
- xfce? ( xfce-base/xfconf )
- xrandr? ( x11-libs/libXrandr )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-REQUIRED_USE="xrandr? ( X )"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_RPM=no
- -DENABLE_VULKAN=$(usex vulkan)
- -DENABLE_WAYLAND=$(usex wayland)
- -DENABLE_XCB_RANDR=$(usex xcb)
- -DENABLE_XCB=$(usex xcb)
- -DENABLE_XRANDR=$(usex xrandr)
- -DENABLE_X11=$(usex X)
- -DENABLE_GIO=$(usex gnome)
- -DENABLE_DCONF=$(usex gnome)
- -DENABLE_XFCONF=$(usex xfce)
- )
-
- if [[ ${PV} == *9999 ]]; then
- elog "REV=\"r$(git rev-list --count HEAD)\""
- elog "COMMIT=\"$(git rev-parse HEAD)\""
- elog "VERSION_REV=\"$(git rev-parse --short HEAD)\""
- else
- # version comes from git, fake it
- local project_version_major=$(ver_cut 2)
- mycmakeargs+=(
- -DPROJECT_VERSION="r${project_version_major}.${VERSION_REV}"
- -DPROJECT_VERSION_MAJOR="${project_version_major}"
- )
- fi
-
- cmake_src_configure
-}
next reply other threads:[~2022-03-10 9:45 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-10 9:45 Ronny Gutbrod [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-27 17:22 [gentoo-commits] repo/proj/guru:master commit in: app-misc/fastfetch/ Viorel Munteanu
2023-03-25 7:40 Viorel Munteanu
2023-02-27 18:04 Viorel Munteanu
2023-02-27 18:04 Viorel Munteanu
2023-02-23 9:24 Viorel Munteanu
2023-02-22 9:35 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-02-23 9:24 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-02-22 6:30 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-02-23 9:24 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-02-22 6:30 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-02-23 9:24 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-01-24 9:42 Viorel Munteanu
2023-01-24 9:42 Viorel Munteanu
2023-01-22 7:14 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-01-22 8:21 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-01-22 7:14 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-01-22 8:21 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-12-31 12:20 Viorel Munteanu
2022-12-31 12:20 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-12-31 12:20 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-12-30 20:42 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-12-30 20:42 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-12-30 20:36 Viorel Munteanu
2022-12-30 20:35 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-12-30 20:36 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-12-30 9:41 Viorel Munteanu
2022-12-30 9:41 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-12-30 9:41 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-12-29 15:28 Viorel Munteanu
2022-12-29 15:27 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-12-29 15:28 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-12-29 11:33 Florian Schmaus
2022-10-11 19:30 Andrew Ammerlaan
2022-10-11 19:30 Andrew Ammerlaan
2022-10-11 19:30 Andrew Ammerlaan
2022-09-17 11:49 Ronny Gutbrod
2022-09-17 11:49 Ronny Gutbrod
2022-09-08 1:46 Ronny Gutbrod
2022-09-06 1:06 Ronny Gutbrod
2022-08-24 15:52 Ronny Gutbrod
2022-08-24 15:52 Ronny Gutbrod
2022-08-24 15:52 Ronny Gutbrod
2022-08-24 15:52 Ronny Gutbrod
2022-08-12 22:13 Haelwenn Monnier
2022-08-12 22:13 Haelwenn Monnier
2022-08-12 22:13 Haelwenn Monnier
2022-07-05 7:14 Florian Schmaus
2022-07-05 7:14 Florian Schmaus
2022-06-28 15:38 Arthur Zamarin
2022-06-28 15:38 Arthur Zamarin
2022-06-22 17:39 Andrew Ammerlaan
2022-06-22 17:39 Andrew Ammerlaan
2022-06-09 9:23 Florian Schmaus
2022-06-09 9:23 Florian Schmaus
2022-05-28 10:10 Andrew Ammerlaan
2022-05-28 10:10 Andrew Ammerlaan
2022-04-23 17:49 Haelwenn Monnier
2022-04-23 17:49 Haelwenn Monnier
2022-04-23 17:49 Haelwenn Monnier
2022-04-23 17:49 Haelwenn Monnier
2022-04-23 17:49 Haelwenn Monnier
2022-03-25 11:24 Ronny Gutbrod
2022-03-25 11:24 Ronny Gutbrod
2022-03-18 6:35 Arthur Zamarin
2022-03-18 6:35 Arthur Zamarin
2022-03-10 9:45 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-13 20:24 Arthur Zamarin
2022-02-13 20:24 Arthur Zamarin
2022-02-01 10:38 Florian Schmaus
2022-02-01 10:38 Florian Schmaus
2022-01-23 8:17 Florian Schmaus
2022-01-21 9:14 Florian Schmaus
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=1646831849.f530a1d806258e97161ee942a30a7a576d0383b8.tastytea@gentoo \
--to=gentoo@tastytea.de \
--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