public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/libgravatar/
Date: Tue,  1 Oct 2024 18:23:03 +0000 (UTC)	[thread overview]
Message-ID: <1727806921.6d558c68fa36459a6c579bed66a312b9a04513d9.asturm@gentoo> (raw)

commit:     6d558c68fa36459a6c579bed66a312b9a04513d9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  2 09:58:57 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 18:22:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d558c68

kde-apps/libgravatar: drop 23.08.5

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/libgravatar/Manifest                   |  1 -
 kde-apps/libgravatar/libgravatar-23.08.5.ebuild | 39 -------------------------
 2 files changed, 40 deletions(-)

diff --git a/kde-apps/libgravatar/Manifest b/kde-apps/libgravatar/Manifest
index 3d4945336e69..a8e258350b07 100644
--- a/kde-apps/libgravatar/Manifest
+++ b/kde-apps/libgravatar/Manifest
@@ -1,3 +1,2 @@
-DIST libgravatar-23.08.5.tar.xz 36184 BLAKE2B be5aa4ce9e756609a02d030cf73131a37bb9c344ae35295298173fc9daee81a69259f52778f98f74233efa9f0f1b829ef8d705e0f6637ff34df163aef04cb61a SHA512 8500d38410d478be79fe6f689a47249e45cb8ba5a2d25cfb175764ceb573d179c5387ba98f81b1913ec87870eac1d0416ad1e2dfde592b650ab6fda6d0b2270e
 DIST libgravatar-24.05.2.tar.xz 37564 BLAKE2B 9f274e014523079bd22d1e8e3e02a5f801fb701e45ac55178353d6f8521f9c3f6abbf1efa681a4401ced41f58f74268e00b2d0cd156749c9fccf1c57a514f29a SHA512 e27d90496d0c4d0d72f6956f3e227996890a387b329f2c0730f95499fb2b2724a558a8cf3a83eb230b5341d21cc96799ad5362c9cc13eb5d6b51236f630b67a6
 DIST libgravatar-24.08.1.tar.xz 38056 BLAKE2B 49def24f9991f718a0d4e1ded1c6511d6632baa14670753f45c78ea5058be055d84e896f0c569893dc6cfab0f9ff54d8084a6009d6b46e826f6d174822cb0450 SHA512 270a94b42de1f319ceb20cb76ef41ac28a09a25dd132e45648bd4e19b3a5e8e8a084e414eb8894d47866b93ec5195a52166beff09cc706aa1c6788624e1d2a08

diff --git a/kde-apps/libgravatar/libgravatar-23.08.5.ebuild b/kde-apps/libgravatar/libgravatar-23.08.5.ebuild
deleted file mode 100644
index 0b5b21d033d0..000000000000
--- a/kde-apps/libgravatar/libgravatar-23.08.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Library for gravatar integration"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-apps/pimcommon-${PVCUT}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_test() {
-	# bug 624584 - needs internet connection
-	local myctestargs=(
-		-E "(gravatarresolvurljobtest)"
-	)
-	ecm_src_test
-}


             reply	other threads:[~2024-10-01 18:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-01 18:23 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-06 19:19 [gentoo-commits] repo/gentoo:master commit in: kde-apps/libgravatar/ Arthur Zamarin
2023-11-23 15:27 Sam James
2023-07-15 17:09 Arthur Zamarin
2023-04-02 19:40 Arthur Zamarin
2023-03-23 14:47 Andreas Sturmlechner
2021-02-24 22:40 Andreas Sturmlechner
2021-02-24 19:35 Mikle Kolyada
2017-07-27  8:56 Andreas Sturmlechner

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=1727806921.6d558c68fa36459a6c579bed66a312b9a04513d9.asturm@gentoo \
    --to=asturm@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