* [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-clientbuffer/
@ 2020-08-30 18:58 Thomas Deutschmann
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Deutschmann @ 2020-08-30 18:58 UTC (permalink / raw
To: gentoo-commits
commit: 8f6e7049fe6a316489be768ad2e261a4217fd0a7
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 18:46:54 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 18:58:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6e7049
net-irc/znc-clientbuffer: new package
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-irc/znc-clientbuffer/Manifest | 1 +
net-irc/znc-clientbuffer/metadata.xml | 12 +++++++
.../znc-clientbuffer-1.0.48.ebuild | 37 ++++++++++++++++++++++
3 files changed, 50 insertions(+)
diff --git a/net-irc/znc-clientbuffer/Manifest b/net-irc/znc-clientbuffer/Manifest
new file mode 100644
index 00000000000..c46a634584b
--- /dev/null
+++ b/net-irc/znc-clientbuffer/Manifest
@@ -0,0 +1 @@
+DIST znc-clientbuffer-1.0.48.tar.gz 5602 BLAKE2B 16a2c807df7371619f9e8456e3a65226dfd60e37872a86af11861d2130aa75fbfcfdc1c326baa0676cc253f27dda32893110638d4747a283e224bd672a49e0b1 SHA512 eac4d748b670a8e3563a424fcb5c9c411af6c9b1f9965f065936ddfcfbff946783e34e0d6b32de18fb3b87fb27db129ff58bedfb179473c804750a9b770897f6
diff --git a/net-irc/znc-clientbuffer/metadata.xml b/net-irc/znc-clientbuffer/metadata.xml
new file mode 100644
index 00000000000..b18a0ff2536
--- /dev/null
+++ b/net-irc/znc-clientbuffer/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>whissi@gentoo.org</email>
+ <name>Thomas Deutschmann</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://git.jordanko.ch/Igloo/Push/issues</bugs-to>
+ <remote-id type="github">CyberShadow/znc-clientbuffer</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild b/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
new file mode 100644
index 00000000000..7ad332d77a0
--- /dev/null
+++ b/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A ZNC module which provides client specific buffers"
+HOMEPAGE="https://github.com/CyberShadow/znc-clientbuffer"
+SRC_URI="https://github.com/CyberShadow/znc-clientbuffer/archive/v1.0.48.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ net-irc/znc:="
+
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
+
+_emake() {
+ emake \
+ -j1 \
+ PREFIX=${EPREFIX}/usr \
+ LIBDIR=/$(get_libdir) \
+ "$@"
+}
+
+src_compile() {
+ _emake
+}
+
+src_install() {
+ _emake DESTDIR=${ED} install
+
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-clientbuffer/
@ 2022-06-16 16:30 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-06-16 16:30 UTC (permalink / raw
To: gentoo-commits
commit: 1ae162314922d77e47b167e349d2e47aa5f1a671
Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Wed Jun 8 20:11:54 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 16:30:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae16231
net-irc/znc-clientbuffer: fix unquoted variables
Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild b/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
index 7ad332d77a02..2491cc61317b 100644
--- a/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
+++ b/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,7 @@ DOCS=( README.md )
_emake() {
emake \
-j1 \
- PREFIX=${EPREFIX}/usr \
+ PREFIX="${EPREFIX}"/usr \
LIBDIR=/$(get_libdir) \
"$@"
}
@@ -31,7 +31,7 @@ src_compile() {
}
src_install() {
- _emake DESTDIR=${ED} install
+ _emake DESTDIR="${ED}" install
einstalldocs
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-clientbuffer/
@ 2022-09-30 23:24 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-09-30 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 533b6b4b99a8f45d1d62b8eb9bf35172219e01b7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 23:11:26 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 23:24:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533b6b4b
net-irc/znc-clientbuffer: fix StaticSrcUri
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild b/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
index 2491cc61317b..217f9c0703cc 100644
--- a/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
+++ b/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DESCRIPTION="A ZNC module which provides client specific buffers"
HOMEPAGE="https://github.com/CyberShadow/znc-clientbuffer"
-SRC_URI="https://github.com/CyberShadow/znc-clientbuffer/archive/v1.0.48.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/CyberShadow/znc-clientbuffer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-clientbuffer/
@ 2022-11-28 21:20 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2022-11-28 21:20 UTC (permalink / raw
To: gentoo-commits
commit: c7c5b6c324bae021d948b91f150ed53703d0043e
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 21:20:32 2022 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 21:20:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c5b6c3
net-irc/znc-clientbuffer: Keyword 1.0.48-r1 for ~arm64
Tested and working.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48-r1.ebuild b/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48-r1.ebuild
index 1575980e13a7..f88d5036124e 100644
--- a/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48-r1.ebuild
+++ b/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CyberShadow/znc-clientbuffer/archive/v${PV}.tar.gz -
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND="
net-irc/znc:="
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-11-28 21:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-30 18:58 [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-clientbuffer/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2022-06-16 16:30 Sam James
2022-09-30 23:24 Sam James
2022-11-28 21:20 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox