* [gentoo-commits] repo/proj/guru:dev commit in: net-im/srain/
@ 2020-05-24 7:04 David Heidelberg
0 siblings, 0 replies; 10+ messages in thread
From: David Heidelberg @ 2020-05-24 7:04 UTC (permalink / raw
To: gentoo-commits
commit: 694079fc31b81158de74f7a38ace1a8ce36b6dd2
Author: David Heidelberg <david <AT> ixit <DOT> cz>
AuthorDate: Sun May 24 07:04:19 2020 +0000
Commit: David Heidelberg <david <AT> ixit <DOT> cz>
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
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/srain/
2020-05-24 7:58 [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier
@ 2020-05-24 7:57 ` Haelwenn Monnier
0 siblings, 0 replies; 10+ messages in thread
From: Haelwenn Monnier @ 2020-05-24 7:57 UTC (permalink / raw
To: gentoo-commits
commit: d9f94c8a2c4e83f07d88126b0aeebc3965333209
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun May 24 07:55:47 2020 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun May 24 07:55:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9f94c8a
net-im/srain: Use xdg instead of xdg-utils
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
net-im/srain/srain-1.1.0.ebuild | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/net-im/srain/srain-1.1.0.ebuild b/net-im/srain/srain-1.1.0.ebuild
index a641b64..68e4cac 100644
--- a/net-im/srain/srain-1.1.0.ebuild
+++ b/net-im/srain/srain-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit eutils xdg-utils
+inherit eutils xdg
DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
HOMEPAGE="https://github.com/SrainApp/srain"
@@ -36,13 +36,3 @@ RDEPEND="${DEPEND}
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
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/srain/
@ 2020-06-30 11:59 David Heidelberg
0 siblings, 0 replies; 10+ messages in thread
From: David Heidelberg @ 2020-06-30 11:59 UTC (permalink / raw
To: gentoo-commits
commit: baa5cd0a29abb25dd467b4c48d7c4f39373f8680
Author: David Heidelberg <david <AT> ixit <DOT> cz>
AuthorDate: Tue Jun 30 11:59:47 2020 +0000
Commit: David Heidelberg <david <AT> ixit <DOT> cz>
CommitDate: Tue Jun 30 11:59:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=baa5cd0a
net-im/srain: new version 1.1.1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Heidelberg <david <AT> ixit.cz>
net-im/srain/Manifest | 2 +-
net-im/srain/{srain-1.1.0.ebuild => srain-1.1.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/srain/Manifest b/net-im/srain/Manifest
index f56bd1c..3a0ed1a 100644
--- a/net-im/srain/Manifest
+++ b/net-im/srain/Manifest
@@ -1 +1 @@
-DIST srain-1.1.0.tar.gz 941873 BLAKE2B db8039b4fa5f6ae31dba24cd6274608c994e85fffc237d12cdde7b4d3b47d94fd88d8ae4ace828dffb3eb76d6c1e05a797eabaca2caa31c09cb3f938fab33039 SHA512 0303d1734840c9af81f786da405617392570c2f34a9098fe7d1148f63642fb034877549477a8b52add8f1da7dc4ac38474a1cf3e42e51cc443b06b50c765b02a
+DIST srain-1.1.1.tar.gz 941824 BLAKE2B 96b53e7e05f42514bc429cc30938f3a104d65f48ffbc08f0ec176e8bff6fc346cc6dabbcd8cfaa9db41af205a4079400f4b24ea1ad7ef4cb787b34eedd6d6cf5 SHA512 1cd8604b79d03a054b6b785529feef9479836f5fdc406101f3e67bfcb6a400ab8dae2b1ac317fd92b491e60faae069c3a61f4997ae15b6c9b2373b20e8ab7ac0
diff --git a/net-im/srain/srain-1.1.0.ebuild b/net-im/srain/srain-1.1.1.ebuild
similarity index 100%
rename from net-im/srain/srain-1.1.0.ebuild
rename to net-im/srain/srain-1.1.1.ebuild
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/srain/
@ 2020-12-21 9:46 Theo Anderson
0 siblings, 0 replies; 10+ messages in thread
From: Theo Anderson @ 2020-12-21 9:46 UTC (permalink / raw
To: gentoo-commits
commit: 6b72077a167556167760a0c12dc77c9c7844a49f
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Dec 21 09:40:25 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Dec 21 09:46:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b72077a
net-im/srain: remove references to live ebuild
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
net-im/srain/srain-1.1.1.ebuild | 27 +++++++++------------------
1 file changed, 9 insertions(+), 18 deletions(-)
diff --git a/net-im/srain/srain-1.1.1.ebuild b/net-im/srain/srain-1.1.1.ebuild
index 68e4cac6..6acec6d0 100644
--- a/net-im/srain/srain-1.1.1.ebuild
+++ b/net-im/srain/srain-1.1.1.ebuild
@@ -3,36 +3,27 @@
EAPI=7
-inherit eutils xdg
+inherit xdg
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
+SRC_URI="https://github.com/SrainApp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="debug"
+RDEPEND="
+ >=x11-libs/gtk+-3.22.0
+ x11-libs/libnotify
+"
DEPEND="
+ ${RDEPEND}
dev-libs/libconfig
net-libs/libsoup
"
-RDEPEND="${DEPEND}
- >=x11-libs/gtk+-3.22.0
- x11-libs/libnotify
-"
-src_configure(){
+src_configure() {
econf $(use_enable debug)
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/srain/
@ 2020-12-21 9:46 Theo Anderson
0 siblings, 0 replies; 10+ messages in thread
From: Theo Anderson @ 2020-12-21 9:46 UTC (permalink / raw
To: gentoo-commits
commit: aff5a1daca993cc49c10488aec5efbd603b4dd2d
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Dec 21 09:41:29 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Dec 21 09:46:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aff5a1da
net-im/srain: bump to 1.1.3
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
net-im/srain/Manifest | 1 +
net-im/srain/srain-1.1.3.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/net-im/srain/Manifest b/net-im/srain/Manifest
index 3a0ed1a2..f0971782 100644
--- a/net-im/srain/Manifest
+++ b/net-im/srain/Manifest
@@ -1 +1,2 @@
DIST srain-1.1.1.tar.gz 941824 BLAKE2B 96b53e7e05f42514bc429cc30938f3a104d65f48ffbc08f0ec176e8bff6fc346cc6dabbcd8cfaa9db41af205a4079400f4b24ea1ad7ef4cb787b34eedd6d6cf5 SHA512 1cd8604b79d03a054b6b785529feef9479836f5fdc406101f3e67bfcb6a400ab8dae2b1ac317fd92b491e60faae069c3a61f4997ae15b6c9b2373b20e8ab7ac0
+DIST srain-1.1.3.tar.gz 944319 BLAKE2B 74beb34a8e10716392aaaf07586c399f7a66601015c7761c116a3dcf822d6f9c69d3bc3e40b1b5ed780aed24ce1b2fa8496f2c8f4a77484acce294edfb653d00 SHA512 ad1c47bb249dae27cea3d4a044bbd10c034f2bb44fbec34053eeb878405caf9cf6236a03a7ff922f4eb4c189e5ccab4a307c208569bf0fdeb654a9de03a6d4fe
diff --git a/net-im/srain/srain-1.1.3.ebuild b/net-im/srain/srain-1.1.3.ebuild
new file mode 100644
index 00000000..6acec6d0
--- /dev/null
+++ b/net-im/srain/srain-1.1.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
+HOMEPAGE="https://github.com/SrainApp/srain"
+SRC_URI="https://github.com/SrainApp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+ >=x11-libs/gtk+-3.22.0
+ x11-libs/libnotify
+"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/libconfig
+ net-libs/libsoup
+"
+
+src_configure() {
+ econf $(use_enable debug)
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/srain/
@ 2021-04-13 12:15 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-04-13 12:15 UTC (permalink / raw
To: gentoo-commits
commit: 2c3087ac62542233b119b00da27bce28aa3bf95a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 12:03:23 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 12:03:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c3087ac
net-im/srain: add missing dep
Closes: https://bugs.gentoo.org/781680
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
net-im/srain/srain-1.1.1.ebuild | 3 ++-
net-im/srain/srain-1.1.3.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/net-im/srain/srain-1.1.1.ebuild b/net-im/srain/srain-1.1.1.ebuild
index 6acec6d0b..95d44d08f 100644
--- a/net-im/srain/srain-1.1.1.ebuild
+++ b/net-im/srain/srain-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,6 +20,7 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
+ app-crypt/libsecret
dev-libs/libconfig
net-libs/libsoup
"
diff --git a/net-im/srain/srain-1.1.3.ebuild b/net-im/srain/srain-1.1.3.ebuild
index 6acec6d0b..95d44d08f 100644
--- a/net-im/srain/srain-1.1.3.ebuild
+++ b/net-im/srain/srain-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,6 +20,7 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
+ app-crypt/libsecret
dev-libs/libconfig
net-libs/libsoup
"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/srain/
@ 2021-04-27 13:17 Ronny Gutbrod
0 siblings, 0 replies; 10+ messages in thread
From: Ronny Gutbrod @ 2021-04-27 13:17 UTC (permalink / raw
To: gentoo-commits
commit: 788849af48eaee637b4ef9eac4d761f372124794
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Apr 27 13:13:31 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Apr 27 13:16:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=788849af
net-im/srain: Set CC.
The Makefile uses $CC, which is initialized with `cc`.
Closes: https://bugs.gentoo.org/785187
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
net-im/srain/srain-1.1.1.ebuild | 7 ++++++-
net-im/srain/srain-1.1.3.ebuild | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/net-im/srain/srain-1.1.1.ebuild b/net-im/srain/srain-1.1.1.ebuild
index 95d44d08f..eb3b3c464 100644
--- a/net-im/srain/srain-1.1.1.ebuild
+++ b/net-im/srain/srain-1.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit xdg
+inherit toolchain-funcs xdg
DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
HOMEPAGE="https://github.com/SrainApp/srain"
@@ -28,3 +28,8 @@ DEPEND="
src_configure() {
econf $(use_enable debug)
}
+
+src_compile() {
+ tc-export CC
+ default
+}
diff --git a/net-im/srain/srain-1.1.3.ebuild b/net-im/srain/srain-1.1.3.ebuild
index 95d44d08f..eb3b3c464 100644
--- a/net-im/srain/srain-1.1.3.ebuild
+++ b/net-im/srain/srain-1.1.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit xdg
+inherit toolchain-funcs xdg
DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
HOMEPAGE="https://github.com/SrainApp/srain"
@@ -28,3 +28,8 @@ DEPEND="
src_configure() {
econf $(use_enable debug)
}
+
+src_compile() {
+ tc-export CC
+ default
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/srain/
@ 2021-04-27 13:49 Ronny Gutbrod
0 siblings, 0 replies; 10+ messages in thread
From: Ronny Gutbrod @ 2021-04-27 13:49 UTC (permalink / raw
To: gentoo-commits
commit: a9499b92b7c9f2e98b0a3e6c425d00f3f1de50a5
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Apr 27 13:48:58 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Apr 27 13:48:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9499b92
net-im/srain: Version bump 1.2.1.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
net-im/srain/Manifest | 1 +
net-im/srain/srain-1.2.1.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/net-im/srain/Manifest b/net-im/srain/Manifest
index f09717820..af5610edf 100644
--- a/net-im/srain/Manifest
+++ b/net-im/srain/Manifest
@@ -1,2 +1,3 @@
DIST srain-1.1.1.tar.gz 941824 BLAKE2B 96b53e7e05f42514bc429cc30938f3a104d65f48ffbc08f0ec176e8bff6fc346cc6dabbcd8cfaa9db41af205a4079400f4b24ea1ad7ef4cb787b34eedd6d6cf5 SHA512 1cd8604b79d03a054b6b785529feef9479836f5fdc406101f3e67bfcb6a400ab8dae2b1ac317fd92b491e60faae069c3a61f4997ae15b6c9b2373b20e8ab7ac0
DIST srain-1.1.3.tar.gz 944319 BLAKE2B 74beb34a8e10716392aaaf07586c399f7a66601015c7761c116a3dcf822d6f9c69d3bc3e40b1b5ed780aed24ce1b2fa8496f2c8f4a77484acce294edfb653d00 SHA512 ad1c47bb249dae27cea3d4a044bbd10c034f2bb44fbec34053eeb878405caf9cf6236a03a7ff922f4eb4c189e5ccab4a307c208569bf0fdeb654a9de03a6d4fe
+DIST srain-1.2.1.tar.gz 954668 BLAKE2B 20beb88761a387a041659ea11f852655daab9fdcd4b1d2f2b080bfa4dd9c19a61c12ebba9a581a10355d9249a6063dcdfea486dccb625622e68b57a4445afae7 SHA512 594cb65827ba3f4cf99820640103bdd1d67577df31e1fcb27f98722e243bcbab68420aff0c3f26cc7d0c149a4a8c256fc386709b8ff86d6b617c170f00c076f3
diff --git a/net-im/srain/srain-1.2.1.ebuild b/net-im/srain/srain-1.2.1.ebuild
new file mode 100644
index 000000000..c9bbe7c2a
--- /dev/null
+++ b/net-im/srain/srain-1.2.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
+HOMEPAGE="https://github.com/SrainApp/srain"
+SRC_URI="https://github.com/SrainApp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="debug doc"
+
+RDEPEND="
+ >=x11-libs/gtk+-3.22.0
+ x11-libs/libnotify
+"
+DEPEND="
+ ${RDEPEND}
+ app-crypt/libsecret
+ dev-libs/libconfig
+ net-libs/libsoup
+"
+
+src_prepare() {
+ sed -i "s/'doc', meson.project_name())/'doc', meson.project_name() + '-${PV}')/" \
+ meson.build || die
+
+ xdg_src_prepare
+}
+
+src_configure() {
+ local emesonargs=(
+ --buildtype $(usex debug 'debug' 'plain')
+ -Ddoc_builders="['man'$(usex doc ', "html"' '')]"
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/srain/
@ 2021-04-27 13:50 Ronny Gutbrod
0 siblings, 0 replies; 10+ messages in thread
From: Ronny Gutbrod @ 2021-04-27 13:50 UTC (permalink / raw
To: gentoo-commits
commit: e2f81f9502f38f9c254baf8d971c7b4e86fc5199
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Apr 27 13:50:11 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Apr 27 13:50:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2f81f95
net-im/srain: Remove old ebuild.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
net-im/srain/Manifest | 1 -
net-im/srain/srain-1.1.1.ebuild | 35 -----------------------------------
2 files changed, 36 deletions(-)
diff --git a/net-im/srain/Manifest b/net-im/srain/Manifest
index af5610edf..3339c7b3c 100644
--- a/net-im/srain/Manifest
+++ b/net-im/srain/Manifest
@@ -1,3 +1,2 @@
-DIST srain-1.1.1.tar.gz 941824 BLAKE2B 96b53e7e05f42514bc429cc30938f3a104d65f48ffbc08f0ec176e8bff6fc346cc6dabbcd8cfaa9db41af205a4079400f4b24ea1ad7ef4cb787b34eedd6d6cf5 SHA512 1cd8604b79d03a054b6b785529feef9479836f5fdc406101f3e67bfcb6a400ab8dae2b1ac317fd92b491e60faae069c3a61f4997ae15b6c9b2373b20e8ab7ac0
DIST srain-1.1.3.tar.gz 944319 BLAKE2B 74beb34a8e10716392aaaf07586c399f7a66601015c7761c116a3dcf822d6f9c69d3bc3e40b1b5ed780aed24ce1b2fa8496f2c8f4a77484acce294edfb653d00 SHA512 ad1c47bb249dae27cea3d4a044bbd10c034f2bb44fbec34053eeb878405caf9cf6236a03a7ff922f4eb4c189e5ccab4a307c208569bf0fdeb654a9de03a6d4fe
DIST srain-1.2.1.tar.gz 954668 BLAKE2B 20beb88761a387a041659ea11f852655daab9fdcd4b1d2f2b080bfa4dd9c19a61c12ebba9a581a10355d9249a6063dcdfea486dccb625622e68b57a4445afae7 SHA512 594cb65827ba3f4cf99820640103bdd1d67577df31e1fcb27f98722e243bcbab68420aff0c3f26cc7d0c149a4a8c256fc386709b8ff86d6b617c170f00c076f3
diff --git a/net-im/srain/srain-1.1.1.ebuild b/net-im/srain/srain-1.1.1.ebuild
deleted file mode 100644
index eb3b3c464..000000000
--- a/net-im/srain/srain-1.1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs xdg
-
-DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
-HOMEPAGE="https://github.com/SrainApp/srain"
-SRC_URI="https://github.com/SrainApp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="debug"
-
-RDEPEND="
- >=x11-libs/gtk+-3.22.0
- x11-libs/libnotify
-"
-DEPEND="
- ${RDEPEND}
- app-crypt/libsecret
- dev-libs/libconfig
- net-libs/libsoup
-"
-
-src_configure() {
- econf $(use_enable debug)
-}
-
-src_compile() {
- tc-export CC
- default
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/srain/
@ 2021-04-28 11:02 Ronny Gutbrod
0 siblings, 0 replies; 10+ messages in thread
From: Ronny Gutbrod @ 2021-04-28 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 11053f6ff3ea117cd6f8bf77f6113963c577fbf7
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Apr 28 09:09:28 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Apr 28 11:00:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11053f6f
net-im/srain: Add missing dependency.
Closes: https://bugs.gentoo.org/786216
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
net-im/srain/srain-1.2.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-im/srain/srain-1.2.1.ebuild b/net-im/srain/srain-1.2.1.ebuild
index c9bbe7c2a..0f8830628 100644
--- a/net-im/srain/srain-1.2.1.ebuild
+++ b/net-im/srain/srain-1.2.1.ebuild
@@ -24,6 +24,7 @@ DEPEND="
dev-libs/libconfig
net-libs/libsoup
"
+BDEPEND="dev-python/sphinx"
src_prepare() {
sed -i "s/'doc', meson.project_name())/'doc', meson.project_name() + '-${PV}')/" \
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-04-28 11:02 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-27 13:49 [gentoo-commits] repo/proj/guru:dev commit in: net-im/srain/ Ronny Gutbrod
-- strict thread matches above, loose matches on Subject: below --
2021-04-28 11:02 Ronny Gutbrod
2021-04-27 13:50 Ronny Gutbrod
2021-04-27 13:17 Ronny Gutbrod
2021-04-13 12:15 Andrew Ammerlaan
2020-12-21 9:46 Theo Anderson
2020-12-21 9:46 Theo Anderson
2020-06-30 11:59 David Heidelberg
2020-05-24 7:58 [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier
2020-05-24 7:57 ` [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
2020-05-24 7:04 David Heidelberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox