public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/srain/
Date: Sun, 24 May 2020 07:58:07 +0000 (UTC)	[thread overview]
Message-ID: <1590303859.694079fc31b81158de74f7a38ace1a8ce36b6dd2.lanodan@gentoo> (raw)

commit:     694079fc31b81158de74f7a38ace1a8ce36b6dd2
Author:     David Heidelberg <david <AT> ixit <DOT> cz>
AuthorDate: Sun May 24 07:04:19 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun May 24 07:04:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=694079fc

net-im/srain: New package.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Heidelberg <david <AT> ixit.cz>

 net-im/srain/Manifest           |  1 +
 net-im/srain/metadata.xml       |  7 ++++++
 net-im/srain/srain-1.1.0.ebuild | 48 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+)

diff --git a/net-im/srain/Manifest b/net-im/srain/Manifest
new file mode 100644
index 0000000..f56bd1c
--- /dev/null
+++ b/net-im/srain/Manifest
@@ -0,0 +1 @@
+DIST srain-1.1.0.tar.gz 941873 BLAKE2B db8039b4fa5f6ae31dba24cd6274608c994e85fffc237d12cdde7b4d3b47d94fd88d8ae4ace828dffb3eb76d6c1e05a797eabaca2caa31c09cb3f938fab33039 SHA512 0303d1734840c9af81f786da405617392570c2f34a9098fe7d1148f63642fb034877549477a8b52add8f1da7dc4ac38474a1cf3e42e51cc443b06b50c765b02a

diff --git a/net-im/srain/metadata.xml b/net-im/srain/metadata.xml
new file mode 100644
index 0000000..29caf58
--- /dev/null
+++ b/net-im/srain/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<upstream>
+		<remote-id type="github">SrainApp/srain</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/net-im/srain/srain-1.1.0.ebuild b/net-im/srain/srain-1.1.0.ebuild
new file mode 100644
index 0000000..a641b64
--- /dev/null
+++ b/net-im/srain/srain-1.1.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils xdg-utils
+
+DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
+HOMEPAGE="https://github.com/SrainApp/srain"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/SrainApp/${PN}.git"
+	KEYWORDS=""
+else
+	MY_PV="${PV/_rc/rc}"
+	MY_P="${PN}-${MY_PV}"
+	SRC_URI="https://github.com/SrainApp/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="debug"
+
+DEPEND="
+	dev-libs/libconfig
+	net-libs/libsoup
+"
+RDEPEND="${DEPEND}
+	>=x11-libs/gtk+-3.22.0
+	x11-libs/libnotify
+"
+
+src_configure(){
+	econf $(use_enable debug)
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}


             reply	other threads:[~2020-05-24  7:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-24  7:58 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-29  8:23 [gentoo-commits] repo/proj/guru:master commit in: net-im/srain/ Michał Górny
2021-04-27 23:24 Theo Anderson
2021-04-27 23:24 Theo Anderson
2021-04-27 23:24 Theo Anderson
2020-12-21 11:06 Andrew Ammerlaan
2020-12-21 11:06 Andrew Ammerlaan
2020-06-30 19:43 Andrew Ammerlaan
2020-05-24  7:58 Haelwenn Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1590303859.694079fc31b81158de74f7a38ace1a8ce36b6dd2.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox