From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B7EA158087 for ; Thu, 13 Jan 2022 15:31:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BA672BC03A; Thu, 13 Jan 2022 15:31:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B24202BC03A for ; Thu, 13 Jan 2022 15:31:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AACE342DE0 for ; Thu, 13 Jan 2022 15:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2758F291 for ; Thu, 13 Jan 2022 15:31:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1642015079.1bea0f3f066187d3cc65b47e3e1c6ff9ed2286eb.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-libs/libadwaita/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-libs/libadwaita/Manifest x11-libs/libadwaita/libadwaita-1.0.0.ebuild x11-libs/libadwaita/metadata.xml X-VCS-Directories: x11-libs/libadwaita/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1bea0f3f066187d3cc65b47e3e1c6ff9ed2286eb X-VCS-Branch: master Date: Thu, 13 Jan 2022 15:31:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af8d18dd-b8ca-45bb-a858-71a336c74ce9 X-Archives-Hash: 18a8b8f54b862a033be7f07824b74941 commit: 1bea0f3f066187d3cc65b47e3e1c6ff9ed2286eb Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jan 12 19:17:59 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jan 12 19:17:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bea0f3f x11-libs/libadwaita: treeclean Closes: https://bugs.gentoo.org/829329 Closes: https://bugs.gentoo.org/804534 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> x11-libs/libadwaita/Manifest | 1 - x11-libs/libadwaita/libadwaita-1.0.0.ebuild | 38 ----------------------------- x11-libs/libadwaita/metadata.xml | 12 --------- 3 files changed, 51 deletions(-) diff --git a/x11-libs/libadwaita/Manifest b/x11-libs/libadwaita/Manifest deleted file mode 100644 index f0098d62b..000000000 --- a/x11-libs/libadwaita/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libadwaita-1.0.0.tar.gz 494978 BLAKE2B 60cdf77426c3899bc60219e228eef6bd8b0d95658989b52c69f1ad0cb514437b342cc7c1e2a1c85dc2fd7296ca303bb53042d145977a7e5d09b82f4b6595767a SHA512 c13bd41eb30f6b48e19f7229ec9abfdc2e696e54083f986756c54773334c1908171013e343fe2c849453ed188b3835d80b441ed67b092c60ce7f675400206a5d diff --git a/x11-libs/libadwaita/libadwaita-1.0.0.ebuild b/x11-libs/libadwaita/libadwaita-1.0.0.ebuild deleted file mode 100644 index 72d1c5645..000000000 --- a/x11-libs/libadwaita/libadwaita-1.0.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -VALA_USE_DEPEND="vapigen" - -inherit vala meson xdg - -COMMIT="f5932ab4250c8e709958c6e75a1a4941a5f0f386" - -DESCRIPTION="Building blocks for modern GNOME applications." -HOMEPAGE="https://gitlab.gnome.org/GNOME/libadwaita" -SRC_URI="https://gitlab.gnome.org/GNOME/libadwaita/-/archive/${COMMIT}/libadwaita-${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+introspection +vala" -REQUIRED_USE="vala? ( introspection )" - -DEPEND=" - gnome-base/gnome-common - gui-libs/gtk - dev-libs/fribidi -" - -RDEPEND="${DEPEND}" -BDEPEND=" - vala? ( $(vala_depend) ) - dev-util/meson - dev-libs/gobject-introspection -" - -S="${WORKDIR}/$PN-${COMMIT}" - -src_install() { - meson_src_install -} diff --git a/x11-libs/libadwaita/metadata.xml b/x11-libs/libadwaita/metadata.xml deleted file mode 100644 index 22d3cd2a4..000000000 --- a/x11-libs/libadwaita/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - gjdijkman@gjdwebserver.nl - Gerben Jan Dijkman - - - https://gitlab.gnome.org/GNOME/libadwaita - https://gitlab.gnome.org/GNOME/libadwaita/-/issues - -