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: net-libs/accounts-qt/
Date: Sat, 29 Jun 2024 16:34:52 +0000 (UTC)	[thread overview]
Message-ID: <1719678800.cb1a568385bb26a04346b5e3b8769a230ec3ce17.asturm@gentoo> (raw)

commit:     cb1a568385bb26a04346b5e3b8769a230ec3ce17
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 20:38:27 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 16:33:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1a5683

net-libs/accounts-qt: drop 1.16

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

 net-libs/accounts-qt/Manifest                |  1 -
 net-libs/accounts-qt/accounts-qt-1.16.ebuild | 59 ----------------------------
 2 files changed, 60 deletions(-)

diff --git a/net-libs/accounts-qt/Manifest b/net-libs/accounts-qt/Manifest
index 420110949655..5897e79aaee5 100644
--- a/net-libs/accounts-qt/Manifest
+++ b/net-libs/accounts-qt/Manifest
@@ -1,2 +1 @@
-DIST accounts-qt-1.16a.tar.gz 64376 BLAKE2B 39abe10249efff2edeae1a8ce210be3ce06656311ed5a3a3fbcb847194ebbd8ec6e111ef070fb29a2a847591304cf22a7cb60e9d1178a201b886313c4c8aaadb SHA512 a2a65899a258ac41c67fe496ba14468a95615fe8cfc518b7aaf7d3e72e0088304c61f5d76d50bd26a95b5f56dea4d0191bf08ecead508286504161aa05b7a05b
 DIST accounts-qt-1.17.tar.bz2 55907 BLAKE2B e13debd3f7bc9a17cf73c55777b62e904a6bf7791fe3ad0e1af25a72622a8c21cb56bf033afb50d17a1dd703be0af88de9e557d0947d9b7c12e1ac241b45b743 SHA512 ceab67d5db1acb68e391be0557e5fd4b9675f1401b1fe81ff431d5d1eb1d7124cd5170fde44658d7db8b46f721e9d3f7db719c5b727aa681a9e35ea026a71908

diff --git a/net-libs/accounts-qt/accounts-qt-1.16.ebuild b/net-libs/accounts-qt/accounts-qt-1.16.ebuild
deleted file mode 100644
index e49f56bfcaae..000000000000
--- a/net-libs/accounts-qt/accounts-qt-1.16.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils
-
-DESCRIPTION="Qt5 bindings for libaccounts-glib"
-HOMEPAGE="https://accounts-sso.gitlab.io/"
-SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/-/archive/VERSION_${PV}/lib${PN}-VERSION_${PV}.tar.gz -> ${P}a.tar.gz"
-S="${WORKDIR}/lib${PN}-VERSION_${PV}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="doc test"
-
-# dbus problems
-RESTRICT="test"
-
-RDEPEND="
-	dev-libs/glib:2
-	dev-qt/qtcore:5
-	dev-qt/qtxml:5
-	>=net-libs/libaccounts-glib-1.23:=
-"
-DEPEND="${RDEPEND}
-	test? ( dev-qt/qttest:5 )
-"
-BDEPEND="
-	doc? (
-		app-text/doxygen[dot]
-		dev-qt/qthelp:5
-	)
-"
-
-src_prepare() {
-	default
-
-	sed -e "s|share/doc/\$\${PROJECT_NAME}|share/doc/${PF}|" \
-		-i doc/doc.pri || die
-	sed -e "/QHG_LOCATION/s|qhelpgenerator|$(qt5_get_bindir)/&|" \
-		-i doc/doxy.conf || die
-	if ! use doc; then
-		sed -e "/include( doc\/doc.pri )/d" -i ${PN}.pro || die
-	fi
-	if ! use test; then
-		sed -e '/^SUBDIRS/s/tests//' \
-			-i accounts-qt.pro || die "couldn't disable tests"
-	fi
-}
-
-src_configure() {
-	eqmake5 LIBDIR="${EPREFIX}/usr/$(get_libdir)"
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-}


             reply	other threads:[~2024-06-29 16:34 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-29 16:34 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-03 20:31 [gentoo-commits] repo/gentoo:master commit in: net-libs/accounts-qt/ Andreas Sturmlechner
2025-01-03 20:31 Andreas Sturmlechner
2024-10-05  7:07 Michał Górny
2024-10-04 21:04 Andreas Sturmlechner
2024-06-28 12:59 Sam James
2024-06-28  0:59 Sam James
2024-06-28  0:16 Sam James
2024-01-12 14:03 Sam James
2023-03-23 19:52 Andreas Sturmlechner
2022-10-16 11:42 Andreas Sturmlechner
2022-09-21 21:36 Andreas Sturmlechner
2021-07-26 18:13 Andreas Sturmlechner
2019-12-11 16:52 Andreas Sturmlechner
2019-12-11 16:14 Aaron Bauman
2019-12-10  9:17 Agostino Sarubbo
2019-12-09 14:38 Agostino Sarubbo
2019-11-20 17:46 Andreas Sturmlechner
2019-11-20 15:38 Andreas Sturmlechner
2019-08-31 20:46 Andreas Sturmlechner
2019-08-06 13:03 Michael Palimaka
2018-01-25 14:26 Michael Palimaka
2018-01-25 14:26 Michael Palimaka
2017-09-09 16:00 Michael Palimaka
2017-09-09 13:08 Michael Palimaka
2017-09-06 21:00 Michał Górny
2016-06-23 13:40 Michael Palimaka
2016-05-24 11:39 Mikle Kolyada
2016-03-22 14:47 Michael Palimaka

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=1719678800.cb1a568385bb26a04346b5e3b8769a230ec3ce17.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