public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-qt/
Date: Sun,  2 Oct 2022 08:03:15 +0000 (UTC)	[thread overview]
Message-ID: <1664697491.2fed2bd73b73befdf3ad2f480a330f074fe6e3f5.pacho@gentoo> (raw)

commit:     2fed2bd73b73befdf3ad2f480a330f074fe6e3f5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 07:58:11 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 07:58:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fed2bd7

x11-themes/adwaita-qt: drop 1.3.1, 1.4.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/adwaita-qt/Manifest                |  2 --
 x11-themes/adwaita-qt/adwaita-qt-1.3.1.ebuild | 25 -------------------------
 x11-themes/adwaita-qt/adwaita-qt-1.4.0.ebuild | 25 -------------------------
 3 files changed, 52 deletions(-)

diff --git a/x11-themes/adwaita-qt/Manifest b/x11-themes/adwaita-qt/Manifest
index 98ec6f9403d9..50cbcb89e989 100644
--- a/x11-themes/adwaita-qt/Manifest
+++ b/x11-themes/adwaita-qt/Manifest
@@ -1,4 +1,2 @@
-DIST adwaita-qt-1.3.1.tar.gz 438788 BLAKE2B 8c5585f51eeca86225f9162d47e6d7bee6e912120af0a692a85417b9d7c95b32a08e9329e3a60190148832cceeb154fcca932dafc84b4e9d26ced3a661c3eca4 SHA512 2f6f0e76a7ea35151ea6a2c7f6d8f4714b738935bfecf10be9abb243bee6f297bbe7a31593ca2a17eea1767b26d4d420aadb5ba2c4c11792169579eab4bdd439
-DIST adwaita-qt-1.4.0.tar.gz 1543503 BLAKE2B 2fa9d6fe0736ce0e922f030db21c4e78b303758ea0cd55db48ddc5155ce9443f0460e2c7ed1314e0e8113d018377c422f2ca7df05f78b270c928a92a62b97fc1 SHA512 870076ec219fcaa8d5e24df5076b0dfe147ad2ba4562bccdced03cb0539a49590a59aee8bb029926b36e50d619906974ca70528f835ddc9067e14cdfb0648671
 DIST adwaita-qt-1.4.1.tar.gz 1543217 BLAKE2B 8e85ad8361856ad937c865603b4caf0e1c40b81b2cbe4a572f7e5a04d18877efdf1b8b8317f0c811f5e3ed270ba62481dd207ad9b67170930131f6e8d9b8b389 SHA512 efdc64addbd2ee4b4eb133323540a2c662cb882e42aa0573dace9044acc7638658badac3581d6cae7a3f17905692e4e8f768b6a8e3c1b4575d7e1999c1e9fe63
 DIST adwaita-qt-1.4.2.tar.gz 1543173 BLAKE2B 5b089092c5d809e4dab5cd30b86e289e9b151f165ab613eb092da1607f9058b465cc42addfb0722ac0f6a5d944f6881b9f94b8e31f3a1ed9be779bea8cec2461 SHA512 ef2245cd1b08f2d5c23a534427c7a301cbb3a8b573a1870db48dfc82961417097465e02c696c311e5dd6f9fe1c03a27879c6b08aba5532d2f41ab9d0dcbd7f15

diff --git a/x11-themes/adwaita-qt/adwaita-qt-1.3.1.ebuild b/x11-themes/adwaita-qt/adwaita-qt-1.3.1.ebuild
deleted file mode 100644
index c8407ccd926e..000000000000
--- a/x11-themes/adwaita-qt/adwaita-qt-1.3.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A style to bend Qt applications to look like they belong into GNOME Shell"
-HOMEPAGE="https://github.com/FedoraQt/adwaita-qt"
-SRC_URI="https://github.com/FedoraQt/${PN}/archive/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="gnome"
-
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-"
-RDEPEND="${DEPEND}"
-PDEPEND="gnome? ( x11-themes/QGnomePlatform )"

diff --git a/x11-themes/adwaita-qt/adwaita-qt-1.4.0.ebuild b/x11-themes/adwaita-qt/adwaita-qt-1.4.0.ebuild
deleted file mode 100644
index 008c282fd64b..000000000000
--- a/x11-themes/adwaita-qt/adwaita-qt-1.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A style to bend Qt applications to look like they belong into GNOME Shell"
-HOMEPAGE="https://github.com/FedoraQt/adwaita-qt"
-SRC_URI="https://github.com/FedoraQt/${PN}/archive/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="gnome"
-
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-"
-RDEPEND="${DEPEND}"
-PDEPEND="gnome? ( x11-themes/QGnomePlatform )"


             reply	other threads:[~2022-10-02  8:03 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-02  8:03 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-11 16:17 [gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-qt/ Viorel Munteanu
2024-03-11 16:17 Viorel Munteanu
2023-11-10 16:39 Pacho Ramos
2023-04-20 13:26 Pacho Ramos
2023-04-20 13:25 Pacho Ramos
2022-12-01 22:28 Jakov Smolić
2022-12-01 22:24 Jakov Smolić
2022-10-02  8:03 Pacho Ramos
2022-01-13  2:00 Georgy Yakovlev
2021-12-14 15:45 Jakov Smolić
2021-12-14 15:45 Jakov Smolić
2021-11-11 10:44 Pacho Ramos
2021-11-11 10:44 Pacho Ramos
2021-11-11 10:44 Pacho Ramos
2021-08-25 12:31 Pacho Ramos
2021-08-25 12:31 Pacho Ramos
2021-07-11 20:51 Sam James
2021-07-09  6:26 Agostino Sarubbo
2021-06-06 18:12 Pacho Ramos
2021-06-06 18:12 Pacho Ramos
2021-05-20 16:20 Sam James
2021-05-20 16:20 Sam James
2021-05-20 13:12 Pacho Ramos
2021-05-20 13:12 Pacho Ramos
2021-03-28  8:33 Pacho Ramos
2021-02-14 16:23 Pacho Ramos
2021-02-14 16:23 Pacho Ramos
2021-02-14 16:23 Pacho Ramos
2020-07-14 19:16 Pacho Ramos
2020-06-21 20:31 Thomas Deutschmann
2020-05-31 12:42 Pacho Ramos
2020-05-31 12:42 Pacho Ramos
2020-05-20 20:17 Pacho Ramos
2020-01-21 19:48 Pacho Ramos
2020-01-21 10:42 Agostino Sarubbo
2020-01-20 12:52 Agostino Sarubbo
2020-01-12 20:33 Andreas Sturmlechner
2019-12-15 15:22 Pacho Ramos
2019-12-05  7:54 Pacho Ramos
2019-11-20 15:40 Agostino Sarubbo
2019-11-20 11:16 Agostino Sarubbo
2019-07-31  7:52 Pacho Ramos
2019-06-27  7:29 Sergei Trofimovich
2018-06-17 21:17 Andreas Sturmlechner
2018-06-11  8:13 Agostino Sarubbo
2018-05-27 11:40 Pacho Ramos
2017-09-08 13:46 Pacho Ramos
2017-07-21  8:46 Pacho Ramos

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=1664697491.2fed2bd73b73befdf3ad2f480a330f074fe6e3f5.pacho@gentoo \
    --to=pacho@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