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 7BF7215800F for ; Sun, 1 Jan 2023 16:20:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28E25E0870; Sun, 1 Jan 2023 16:20:10 +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 E8E27E084A for ; Sun, 1 Jan 2023 16:20:09 +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 18369340BC9 for ; Sun, 1 Jan 2023 16:20:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17D887FC for ; Sun, 1 Jan 2023 16:20:06 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1672589896.29e9ce6fa139143d503572a4c7d371bcef78fbb3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/dino/dino-0.3.0-r1.ebuild net-im/dino/dino-0.3.0.ebuild net-im/dino/dino-9999.ebuild X-VCS-Directories: net-im/dino/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 29e9ce6fa139143d503572a4c7d371bcef78fbb3 X-VCS-Branch: master Date: Sun, 1 Jan 2023 16:20:06 +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: 453c8e11-a8b0-4e13-b4bf-41ec9e7d0dc3 X-Archives-Hash: e45a20698df4fcee8d25a5ca23c2e32a commit: 29e9ce6fa139143d503572a4c7d371bcef78fbb3 Author: David Seifert gentoo org> AuthorDate: Sun Jan 1 16:18:16 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 1 16:18:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e9ce6f net-im/dino: update EAPI 7 -> 8 Signed-off-by: David Seifert gentoo.org> net-im/dino/{dino-0.3.0.ebuild => dino-0.3.0-r1.ebuild} | 16 +++++++--------- net-im/dino/dino-9999.ebuild | 16 +++++++--------- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/net-im/dino/dino-0.3.0.ebuild b/net-im/dino/dino-0.3.0-r1.ebuild similarity index 93% rename from net-im/dino/dino-0.3.0.ebuild rename to net-im/dino/dino-0.3.0-r1.ebuild index 43f9fadf65e6..3dbdd954e2be 100644 --- a/net-im/dino/dino-0.3.0.ebuild +++ b/net-im/dino/dino-0.3.0-r1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake vala xdg readme.gentoo-r1 DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala" @@ -46,19 +45,18 @@ RDEPEND=" notification-sound? ( media-libs/libcanberra:0[sound] ) " DEPEND=" - $(vala_depend) ${RDEPEND} media-libs/gst-plugins-base media-libs/gstreamer +" +BDEPEND=" sys-devel/gettext + $(vala_depend) " -src_prepare() { - cmake_src_prepare - vala_src_prepare -} - src_configure() { + vala_setup + local disabled_plugins=( $(usex gpg "" "openpgp") $(usex omemo "" "omemo") @@ -86,7 +84,7 @@ src_install() { readme.gentoo_create_doc } -src_postinst() { +pkg_postinst() { xdg_pkg_postinst readme.gentoo_print_elog } diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild index 3b9f5f130391..5362d42a0864 100644 --- a/net-im/dino/dino-9999.ebuild +++ b/net-im/dino/dino-9999.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake vala xdg readme.gentoo-r1 DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala" @@ -46,19 +45,18 @@ RDEPEND=" notification-sound? ( media-libs/libcanberra:0[sound] ) " DEPEND=" - $(vala_depend) ${RDEPEND} media-libs/gst-plugins-base media-libs/gstreamer +" +BDEPEND=" sys-devel/gettext + $(vala_depend) " -src_prepare() { - cmake_src_prepare - vala_src_prepare -} - src_configure() { + vala_setup + local disabled_plugins=( $(usex gpg "" "openpgp") $(usex omemo "" "omemo") @@ -86,7 +84,7 @@ src_install() { readme.gentoo_create_doc } -src_postinst() { +pkg_postinst() { xdg_pkg_postinst readme.gentoo_print_elog }