summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2020-11-10 11:00:45 +0100
committerPacho Ramos <pacho@gentoo.org>2020-11-10 11:00:45 +0100
commit3ffc8f4581cea5e54951a24a619ceb93a0e0a1e6 (patch)
tree6fefc3c72ad58eed935997b6f31fb20d1ac5d00b /x11-themes/QGnomePlatform
parentnet-mail/mailman: Update upstream metadata (diff)
downloadgentoo-3ffc8f4581cea5e54951a24a619ceb93a0e0a1e6.tar.gz
gentoo-3ffc8f4581cea5e54951a24a619ceb93a0e0a1e6.tar.bz2
gentoo-3ffc8f4581cea5e54951a24a619ceb93a0e0a1e6.zip
x11-themes/QGnomePlatform: Drop old
Package-Manager: Portage-3.0.9, Repoman-3.0.1 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes/QGnomePlatform')
-rw-r--r--x11-themes/QGnomePlatform/Manifest1
-rw-r--r--x11-themes/QGnomePlatform/QGnomePlatform-0.6.0-r1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 0d0b5fcc2244..04d6d68baaf1 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1 @@
-DIST QGnomePlatform-0.6.0.tar.gz 28618 BLAKE2B af4ef5c54a8056a370a8d6299fd80bace2491a97c9bff99ce5a461a1c3ab07c6a5336fa88606805e37102ccc648217722331ec9e572ce3708581b713ee399d0d SHA512 c5aad4518e1c9d06b2561a6f8a6a169bf9a07ec0a63602d3bc5b0f91e1134504f5ca0e5a76bda3183165c72bf8de3e9297b51fe37879d80c1fbe4ca06e242a97
DIST QGnomePlatform-0.6.1.tar.gz 28996 BLAKE2B 3d0da37fcc8e85bd59263dffb19865666d25dd50d2c1e00b4d6358d745eb7079f415058ffb75a8228c9c7ed956003a656b3e10a3467d9fc9dcd5eee2c14bf7cd SHA512 5e0bab45a8ff4c56e6e34d636ed719ce1a087f116942dd356253403d4be40aac348ccbdbfc917f65f6cc4df8619e1031734f0a46a36d4d9b7bb4838ded61570c
diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0-r1.ebuild
deleted file mode 100644
index 93736a5c1d43..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit qmake-utils
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 ~ppc64 x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtwidgets-5.6:5=
- dev-qt/qtwayland:5=
- dev-qt/qtx11extras:5=
- x11-libs/gtk+:3[X]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_configure() {
- eqmake5
-}
-
-src_install() {
- INSTALL_ROOT="${D}" default
-}