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 98AAB158095 for ; Tue, 16 Aug 2022 08:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2F91E09CE; Tue, 16 Aug 2022 08:10:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD9AAE09C1 for ; Tue, 16 Aug 2022 08:10:26 +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 0CDE1340F72 for ; Tue, 16 Aug 2022 08:10:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59583568 for ; Tue, 16 Aug 2022 08:10:23 +0000 (UTC) From: "Adrian Schollmeyer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adrian Schollmeyer" Message-ID: <1660637417.d8c08ca3e2af3e604de2f75ed814a976302557e6.nex+b-g-o@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/abaddon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/abaddon/Manifest net-im/abaddon/abaddon-0.1.6.ebuild X-VCS-Directories: net-im/abaddon/ X-VCS-Committer: nex+b-g-o X-VCS-Committer-Name: Adrian Schollmeyer X-VCS-Revision: d8c08ca3e2af3e604de2f75ed814a976302557e6 X-VCS-Branch: dev Date: Tue, 16 Aug 2022 08:10:23 +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: adb9ab28-d4d6-4ff2-84a1-d56eacfaa601 X-Archives-Hash: 20aed330b7ef8786fbb3a7cca4b11d00 commit: d8c08ca3e2af3e604de2f75ed814a976302557e6 Author: Adrian Schollmeyer nexadn de> AuthorDate: Tue Aug 16 08:08:45 2022 +0000 Commit: Adrian Schollmeyer nexadn de> CommitDate: Tue Aug 16 08:10:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8c08ca3 net-im/abaddon: drop 0.1.6 Signed-off-by: Adrian Schollmeyer nexadn.de> net-im/abaddon/Manifest | 1 - net-im/abaddon/abaddon-0.1.6.ebuild | 51 ------------------------------------- 2 files changed, 52 deletions(-) diff --git a/net-im/abaddon/Manifest b/net-im/abaddon/Manifest index 8c26da5a3..a5498d91f 100644 --- a/net-im/abaddon/Manifest +++ b/net-im/abaddon/Manifest @@ -1,2 +1 @@ -DIST abaddon-0.1.6.tar.gz 22692605 BLAKE2B 6c08e114935db8f25559d26fc3f621f924d8c44cee9cf54cff78c1faec3e7d341061b8ee59de5fdf20f2a5989776a6a9cdf569b60f9d87a1d146af035e3dbf23 SHA512 de368f7759078e980f6e92bc684d75e104d5e87b3d917f5531fbc2b182e01daee975d355c4064241cd446e3892026817b0441e9eb08132acfc8c165a6574b940 DIST abaddon-0.1.7.gh.tar.gz 12829173 BLAKE2B e759a7c6a07ffaeb47da4602286d013de0ed217328d6af7f28ad2de4516729777617a55111be5f2d7023f0990ba611563ea38da31e4045db07f6bd211ce74fcc SHA512 9e472acc9313cb257ee71172c6f8acfb01eedd628f4d0579a634f739d1e58b93a1917dd3cfdb7309e1e40d837c5e0d2eb11f6eee9af738643b70ce4660328f2b diff --git a/net-im/abaddon/abaddon-0.1.6.ebuild b/net-im/abaddon/abaddon-0.1.6.ebuild deleted file mode 100644 index 7ce6e5a7f..000000000 --- a/net-im/abaddon/abaddon-0.1.6.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake desktop - -DESCRIPTION="Alternative Discord client using GTK instead of Electron" -HOMEPAGE="https://github.com/uowuo/abaddon" -SRC_URI=" - https://github.com/uowuo/abaddon/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz -" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+libhandy" - -RDEPEND=" - dev-cpp/gtkmm:3.0= - dev-db/sqlite:3 - net-misc/curl - >=net-libs/ixwebsocket-11.0.8 - sys-libs/zlib:= - libhandy? ( gui-libs/libhandy:= ) -" -DEPEND=" - ${RDEPEND} - dev-cpp/nlohmann_json -" -BDEPEND="" - -src_configure() { - local mycmakeargs=( - -DUSE_LIBHANDY="$(usex libhandy)" - ) - cmake_src_configure -} - -src_install() { - dodoc README.md - - dobin "${BUILD_DIR}"/abaddon - - insinto /usr/share/${PN} - # Explicit list, since 0.1.6 accidentally contains an archive of the resource files - # See https://github.com/uowuo/abaddon/pull/74 - doins -r res/{css,fonts,res} - - make_desktop_entry /usr/bin/${PN} -}