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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72018158011 for ; Mon, 20 Sep 2021 14:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B78E09A7; Mon, 20 Sep 2021 14:34:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CF17E09A7 for ; Mon, 20 Sep 2021 14:34:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F8523430F3 for ; Mon, 20 Sep 2021 14:34:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BEB0E5 for ; Mon, 20 Sep 2021 14:34:27 +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: <1632148413.950ee2f71daeee5fb2fb56d0acba9470ca15bb83.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.0.ebuild net-im/abaddon/metadata.xml X-VCS-Directories: net-im/abaddon/ X-VCS-Committer: nex+b-g-o X-VCS-Committer-Name: Adrian Schollmeyer X-VCS-Revision: 950ee2f71daeee5fb2fb56d0acba9470ca15bb83 X-VCS-Branch: dev Date: Mon, 20 Sep 2021 14:34:27 +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: 55a292e8-13ff-4ab3-b274-05bf2a5b0765 X-Archives-Hash: 3093ddc7224a8f743dbfc080d9915e92 commit: 950ee2f71daeee5fb2fb56d0acba9470ca15bb83 Author: Adrian Schollmeyer nexadn de> AuthorDate: Mon Sep 20 14:33:29 2021 +0000 Commit: Adrian Schollmeyer nexadn de> CommitDate: Mon Sep 20 14:33:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=950ee2f7 net-im/abaddon: Add new package Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Adrian Schollmeyer nexadn.de> net-im/abaddon/Manifest | 1 + net-im/abaddon/abaddon-0.1.0.ebuild | 47 +++++++++++++++++++++++++++++++++++++ net-im/abaddon/metadata.xml | 8 +++++++ 3 files changed, 56 insertions(+) diff --git a/net-im/abaddon/Manifest b/net-im/abaddon/Manifest new file mode 100644 index 000000000..a9031ec07 --- /dev/null +++ b/net-im/abaddon/Manifest @@ -0,0 +1 @@ +DIST abaddon-0.1.0.tar.gz 12804667 BLAKE2B d158c06050c5bcc394d449d83b59239c1ea41a65ee50f641b3aa1f3f827c404de1b4beae979e76bb06006caa5090b7e9da66925a96b0d124b3a8ac7fc6788474 SHA512 e445d35e121f5e896fbb2355c628060654957cbbc9fcb1855972980dc4f165d16542edd2b1987e5b2088bb48db97c477fbcde7c4237fecd70e929c2492179734 diff --git a/net-im/abaddon/abaddon-0.1.0.ebuild b/net-im/abaddon/abaddon-0.1.0.ebuild new file mode 100644 index 000000000..54be008c5 --- /dev/null +++ b/net-im/abaddon/abaddon-0.1.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake desktop git-r3 + +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" +EGIT_REPO_URI="https://github.com/brofield/simpleini.git" +EGIT_COMMIT="7bca74f6535a37846162383e52071f380c99a43a" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-cpp/gtkmm:3.0= + dev-db/sqlite:3 + net-misc/curl + >=net-libs/ixwebsocket-11.2.8 + sys-libs/zlib:= +" +DEPEND=" + ${RDEPEND} + dev-cpp/nlohmann_json +" +BDEPEND="" + +EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/thirdparty/simpleini" + +src_unpack() { + default + git-r3_src_unpack +} + +src_install() { + dodoc README.md + + dobin "${BUILD_DIR}"/abaddon + + insinto /usr/share/${PN} + doins -r css res + + make_desktop_entry /usr/bin/${PN} ${PN} +} diff --git a/net-im/abaddon/metadata.xml b/net-im/abaddon/metadata.xml new file mode 100644 index 000000000..b8439200b --- /dev/null +++ b/net-im/abaddon/metadata.xml @@ -0,0 +1,8 @@ + + + + + Adrian Schollmeyer + nex+b-g-o@nexadn.de + +