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 C43C5158020 for ; Mon, 19 Dec 2022 10:57:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5076AE0B35; Mon, 19 Dec 2022 10:57:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C42FE0B35 for ; Mon, 19 Dec 2022 10:57:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7B4B340976 for ; Mon, 19 Dec 2022 10:57:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 791F17FB for ; Mon, 19 Dec 2022 10:56:57 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1671446833.9d295433283c2118bf1090e0d52d8454bb3a6a65.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/ayatana-ido/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/ayatana-ido/Manifest dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild X-VCS-Directories: dev-libs/ayatana-ido/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 9d295433283c2118bf1090e0d52d8454bb3a6a65 X-VCS-Branch: master Date: Mon, 19 Dec 2022 10:56:57 +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: 1b2d19cf-3693-4b63-a52f-0b326968306c X-Archives-Hash: 0dcbbb26b505d5670d791858b74b7345 commit: 9d295433283c2118bf1090e0d52d8454bb3a6a65 Author: Viorel Munteanu gentoo org> AuthorDate: Mon Dec 19 10:45:27 2022 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Dec 19 10:47:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d295433 dev-libs/ayatana-ido: treeclean Moved to ::gentoo Signed-off-by: Viorel Munteanu gentoo.org> dev-libs/ayatana-ido/Manifest | 1 - dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild | 47 --------------------------- 2 files changed, 48 deletions(-) diff --git a/dev-libs/ayatana-ido/Manifest b/dev-libs/ayatana-ido/Manifest deleted file mode 100644 index d766156e5..000000000 --- a/dev-libs/ayatana-ido/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ayatana-ido-0.9.1.tar.gz 122031 BLAKE2B 0f294346948b142cd39adb41ac1111f6cb214db793f912444ee18eeca9447d92c433b2104d14cbd259c7177da1b91ddbeb5376264f460390d1cbb5c320decc60 SHA512 4a5b13abd43cff59e4471b7a80e3a1e892b9b55e854867eed7c2928307f86b5ccfcb70fb5822738cedaaefe1ad09abe0da9af2d95917a1c561f1e370ea099613 diff --git a/dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild b/dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild deleted file mode 100644 index 11e043a9f..000000000 --- a/dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VALA_USE_DEPEND="vapigen" -CMAKE_MAKEFILE_GENERATOR="emake" - -inherit cmake vala - -DESCRIPTION="Ayatana Application Indicators (Shared Library)" -HOMEPAGE="https://github.com/AyatanaIndicators/ayatana-ido" -SRC_URI="https://github.com/AyatanaIndicators/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - sys-libs/glibc \ - >=dev-libs/glib-2.58 \ - >=x11-libs/gtk+-3.24 \ - " - -BDEPEND=" - ${RDEPEND} \ - $(vala_depend) \ - >=dev-util/cmake-3.13 \ - dev-libs/gobject-introspection \ - " - -src_prepare() { - cmake_src_prepare - vala_setup -} - -src_configure() { - local mycmakeargs+=( - "-DVALA_COMPILER=${VALAC}" - "-DVAPI_GEN=${VAPIGEN}" - ) - cmake_src_configure -} - -src_compile() { - cmake_src_compile -} 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 E1F55158020 for ; Mon, 19 Dec 2022 10:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0583FE0A98; Mon, 19 Dec 2022 10:48:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF66EE0A98 for ; Mon, 19 Dec 2022 10:48:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E815F341722 for ; Mon, 19 Dec 2022 10:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DD694C8 for ; Mon, 19 Dec 2022 10:48:14 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1671446833.9d295433283c2118bf1090e0d52d8454bb3a6a65.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/ayatana-ido/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/ayatana-ido/Manifest dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild X-VCS-Directories: dev-libs/ayatana-ido/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 9d295433283c2118bf1090e0d52d8454bb3a6a65 X-VCS-Branch: dev Date: Mon, 19 Dec 2022 10:48:14 +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: 44cc254b-e824-47a5-a7f3-e34dfaf6fd08 X-Archives-Hash: 8d29076f8a9d1278d65b669879c3e89e Message-ID: <20221219104814.__Ba29V05YiVz7NCmthewS1YE-2zSDApo1sjlmH1yEE@z> commit: 9d295433283c2118bf1090e0d52d8454bb3a6a65 Author: Viorel Munteanu gentoo org> AuthorDate: Mon Dec 19 10:45:27 2022 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Dec 19 10:47:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d295433 dev-libs/ayatana-ido: treeclean Moved to ::gentoo Signed-off-by: Viorel Munteanu gentoo.org> dev-libs/ayatana-ido/Manifest | 1 - dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild | 47 --------------------------- 2 files changed, 48 deletions(-) diff --git a/dev-libs/ayatana-ido/Manifest b/dev-libs/ayatana-ido/Manifest deleted file mode 100644 index d766156e5..000000000 --- a/dev-libs/ayatana-ido/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ayatana-ido-0.9.1.tar.gz 122031 BLAKE2B 0f294346948b142cd39adb41ac1111f6cb214db793f912444ee18eeca9447d92c433b2104d14cbd259c7177da1b91ddbeb5376264f460390d1cbb5c320decc60 SHA512 4a5b13abd43cff59e4471b7a80e3a1e892b9b55e854867eed7c2928307f86b5ccfcb70fb5822738cedaaefe1ad09abe0da9af2d95917a1c561f1e370ea099613 diff --git a/dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild b/dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild deleted file mode 100644 index 11e043a9f..000000000 --- a/dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VALA_USE_DEPEND="vapigen" -CMAKE_MAKEFILE_GENERATOR="emake" - -inherit cmake vala - -DESCRIPTION="Ayatana Application Indicators (Shared Library)" -HOMEPAGE="https://github.com/AyatanaIndicators/ayatana-ido" -SRC_URI="https://github.com/AyatanaIndicators/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - sys-libs/glibc \ - >=dev-libs/glib-2.58 \ - >=x11-libs/gtk+-3.24 \ - " - -BDEPEND=" - ${RDEPEND} \ - $(vala_depend) \ - >=dev-util/cmake-3.13 \ - dev-libs/gobject-introspection \ - " - -src_prepare() { - cmake_src_prepare - vala_setup -} - -src_configure() { - local mycmakeargs+=( - "-DVALA_COMPILER=${VALAC}" - "-DVAPI_GEN=${VAPIGEN}" - ) - cmake_src_configure -} - -src_compile() { - cmake_src_compile -}