* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/sxcs/
@ 2022-11-02 15:38 Nickolas Raymond Kaczynski
0 siblings, 0 replies; 6+ messages in thread
From: Nickolas Raymond Kaczynski @ 2022-11-02 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 4e4d04ea45fc81021f604f0e12f87e8a6f22edc1
Author: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Wed Nov 2 15:36:44 2022 +0000
Commit: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Wed Nov 2 15:37:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e4d04ea
x11-misc/sxcs: new package
Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>
x11-misc/sxcs/Manifest | 1 +
x11-misc/sxcs/metadata.xml | 10 ++++++++++
x11-misc/sxcs/sxcs-0.7.ebuild | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 48 insertions(+)
diff --git a/x11-misc/sxcs/Manifest b/x11-misc/sxcs/Manifest
new file mode 100644
index 000000000..34d8acea1
--- /dev/null
+++ b/x11-misc/sxcs/Manifest
@@ -0,0 +1 @@
+DIST sxcs-0.7.tar.gz 22442 BLAKE2B ebc11e55cf0676fd86353c915678aa52265b13572bcad61302fbb42b3490d6651af5872b58e44158c06d933ea731808fd025bfcd02bde31be834808601ffe980 SHA512 58bf998ba3ab82ced546ee44f3d2159ceb6d4bd4c524eabe7f80c6e762c2c6dc3e4727da0c6a45fa204ed158dd57ae8f2973f66948b35beb399682e4c8bf4666
diff --git a/x11-misc/sxcs/metadata.xml b/x11-misc/sxcs/metadata.xml
new file mode 100644
index 000000000..129190c39
--- /dev/null
+++ b/x11-misc/sxcs/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>nrk@disroot.org</email>
+ </maintainer>
+ <!-- <upstream> -->
+ <!-- <remote-id type="codeberg">NRK/sxcs</remote-id> -->
+ <!-- </upstream> -->
+</pkgmetadata>
diff --git a/x11-misc/sxcs/sxcs-0.7.ebuild b/x11-misc/sxcs/sxcs-0.7.ebuild
new file mode 100644
index 000000000..4d235209c
--- /dev/null
+++ b/x11-misc/sxcs/sxcs-0.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Color picker and magnifier for X11."
+HOMEPAGE="https://codeberg.org/NRK/sxcs"
+
+SRC_URI="https://codeberg.org/NRK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXcursor
+"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ emake \
+ CC=$(tc-getCC) \
+ CFLAGS="${CFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+ emake install \
+ DESTDIR="${D}" \
+ PREFIX="${EPREFIX}/usr"
+ dodoc README.md
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/sxcs/
@ 2022-11-05 14:40 Nickolas Raymond Kaczynski
0 siblings, 0 replies; 6+ messages in thread
From: Nickolas Raymond Kaczynski @ 2022-11-05 14:40 UTC (permalink / raw
To: gentoo-commits
commit: 2585d4886ceb7f08612068fd83f148ef230333f3
Author: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Sat Nov 5 14:35:06 2022 +0000
Commit: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Sat Nov 5 14:40:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2585d488
x11-misc/sxcs: fix LDFLAGS issue
Closes: https://bugs.gentoo.org/879833
Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>
x11-misc/sxcs/sxcs-0.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/sxcs/sxcs-0.7.ebuild b/x11-misc/sxcs/sxcs-0.7.ebuild
index 4d235209c..88ff0eaf9 100644
--- a/x11-misc/sxcs/sxcs-0.7.ebuild
+++ b/x11-misc/sxcs/sxcs-0.7.ebuild
@@ -23,10 +23,10 @@ RDEPEND="
DEPEND="${RDEPEND}"
src_compile() {
+ # bug: https://bugs.gentoo.org/879833
emake \
CC=$(tc-getCC) \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
+ CFLAGS="${CFLAGS} ${LDFLAGS}"
}
src_install() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/sxcs/
@ 2022-11-10 8:13 Nickolas Raymond Kaczynski
0 siblings, 0 replies; 6+ messages in thread
From: Nickolas Raymond Kaczynski @ 2022-11-10 8:13 UTC (permalink / raw
To: gentoo-commits
commit: bf880cd7dd8a95adf9c464eea875487242d3180e
Author: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Thu Nov 10 08:12:09 2022 +0000
Commit: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Thu Nov 10 08:12:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf880cd7
x11-misc/sxcs: add v0.7.1, drop v0.7
Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>
x11-misc/sxcs/Manifest | 2 +-
x11-misc/sxcs/{sxcs-0.7.ebuild => sxcs-0.7.1.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-misc/sxcs/Manifest b/x11-misc/sxcs/Manifest
index 34d8acea1..e399fcb25 100644
--- a/x11-misc/sxcs/Manifest
+++ b/x11-misc/sxcs/Manifest
@@ -1 +1 @@
-DIST sxcs-0.7.tar.gz 22442 BLAKE2B ebc11e55cf0676fd86353c915678aa52265b13572bcad61302fbb42b3490d6651af5872b58e44158c06d933ea731808fd025bfcd02bde31be834808601ffe980 SHA512 58bf998ba3ab82ced546ee44f3d2159ceb6d4bd4c524eabe7f80c6e762c2c6dc3e4727da0c6a45fa204ed158dd57ae8f2973f66948b35beb399682e4c8bf4666
+DIST sxcs-0.7.1.tar.gz 22699 BLAKE2B d947a4ffb7d45daafd829c36e820f38a7c0759459e02f306bdcd653a8771bf53b03c5fe60710478e62256f057d7b7c698ef0c24528114a1ee240f11598d93520 SHA512 2865a23cad442c181fbad7cb5137c70483b78862a6e41dc4619969b5d45bcff60c3fa3b93df425e4223174b6c172f47976181a97129e6c02acea58faa304dcbe
diff --git a/x11-misc/sxcs/sxcs-0.7.ebuild b/x11-misc/sxcs/sxcs-0.7.1.ebuild
similarity index 89%
rename from x11-misc/sxcs/sxcs-0.7.ebuild
rename to x11-misc/sxcs/sxcs-0.7.1.ebuild
index 88ff0eaf9..4d235209c 100644
--- a/x11-misc/sxcs/sxcs-0.7.ebuild
+++ b/x11-misc/sxcs/sxcs-0.7.1.ebuild
@@ -23,10 +23,10 @@ RDEPEND="
DEPEND="${RDEPEND}"
src_compile() {
- # bug: https://bugs.gentoo.org/879833
emake \
CC=$(tc-getCC) \
- CFLAGS="${CFLAGS} ${LDFLAGS}"
+ CFLAGS="${CFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
}
src_install() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/sxcs/
@ 2023-06-02 15:54 Nickolas Raymond Kaczynski
0 siblings, 0 replies; 6+ messages in thread
From: Nickolas Raymond Kaczynski @ 2023-06-02 15:54 UTC (permalink / raw
To: gentoo-commits
commit: 4a3ce98ac948e00e55dac31a7ef16170d52ae422
Author: NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Fri Jun 2 15:51:20 2023 +0000
Commit: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Fri Jun 2 15:52:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a3ce98a
x11-misc/sxcs: add v0.7.2
Signed-off-by: NRK <nrk <AT> disroot.org>
x11-misc/sxcs/Manifest | 1 +
x11-misc/sxcs/sxcs-0.7.2.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/x11-misc/sxcs/Manifest b/x11-misc/sxcs/Manifest
index e399fcb25..ee83071b9 100644
--- a/x11-misc/sxcs/Manifest
+++ b/x11-misc/sxcs/Manifest
@@ -1 +1,2 @@
DIST sxcs-0.7.1.tar.gz 22699 BLAKE2B d947a4ffb7d45daafd829c36e820f38a7c0759459e02f306bdcd653a8771bf53b03c5fe60710478e62256f057d7b7c698ef0c24528114a1ee240f11598d93520 SHA512 2865a23cad442c181fbad7cb5137c70483b78862a6e41dc4619969b5d45bcff60c3fa3b93df425e4223174b6c172f47976181a97129e6c02acea58faa304dcbe
+DIST sxcs-0.7.2.tar.gz 21933 BLAKE2B 8a514f5cec0dd772ba28633e25ae769ffae739b8976ec96cfabb177c656bd323798cddf2d4873f1a6306fb11506a39f94cd187a30ad354c26be32cd95c19d0d7 SHA512 6d5b57d0ae56da062ce75dabbf53e372042abb2e883ef3bc33f6d655d2d39e122530a46d10ecdee832575402262ded0118a006cd30584f1afc0ae79e56a77767
diff --git a/x11-misc/sxcs/sxcs-0.7.2.ebuild b/x11-misc/sxcs/sxcs-0.7.2.ebuild
new file mode 100644
index 000000000..2edccfcae
--- /dev/null
+++ b/x11-misc/sxcs/sxcs-0.7.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Color picker and magnifier for X11."
+HOMEPAGE="https://codeberg.org/NRK/sxcs"
+
+SRC_URI="https://codeberg.org/NRK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXcursor
+"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ $(tc-getCC) -o sxcs sxcs.c ${CFLAGS} ${LDFLAGS} -l X11 -l Xcursor
+}
+
+src_install() {
+ dobin sxcs
+ doman sxcs.1
+ dodoc README.md
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/sxcs/
@ 2023-07-05 11:58 Nickolas Raymond Kaczynski
0 siblings, 0 replies; 6+ messages in thread
From: Nickolas Raymond Kaczynski @ 2023-07-05 11:58 UTC (permalink / raw
To: gentoo-commits
commit: c21d1a7f41b401aebb71055f69f255a575718fe9
Author: NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Wed Jul 5 11:57:02 2023 +0000
Commit: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Wed Jul 5 11:57:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c21d1a7f
x11-misc/sxcs: bump 0.7.3, dump 0.7.1
Signed-off-by: NRK <nrk <AT> disroot.org>
x11-misc/sxcs/Manifest | 2 +-
x11-misc/sxcs/{sxcs-0.7.1.ebuild => sxcs-0.7.3.ebuild} | 12 ++++--------
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/x11-misc/sxcs/Manifest b/x11-misc/sxcs/Manifest
index ee83071b9..f85f72b42 100644
--- a/x11-misc/sxcs/Manifest
+++ b/x11-misc/sxcs/Manifest
@@ -1,2 +1,2 @@
-DIST sxcs-0.7.1.tar.gz 22699 BLAKE2B d947a4ffb7d45daafd829c36e820f38a7c0759459e02f306bdcd653a8771bf53b03c5fe60710478e62256f057d7b7c698ef0c24528114a1ee240f11598d93520 SHA512 2865a23cad442c181fbad7cb5137c70483b78862a6e41dc4619969b5d45bcff60c3fa3b93df425e4223174b6c172f47976181a97129e6c02acea58faa304dcbe
DIST sxcs-0.7.2.tar.gz 21933 BLAKE2B 8a514f5cec0dd772ba28633e25ae769ffae739b8976ec96cfabb177c656bd323798cddf2d4873f1a6306fb11506a39f94cd187a30ad354c26be32cd95c19d0d7 SHA512 6d5b57d0ae56da062ce75dabbf53e372042abb2e883ef3bc33f6d655d2d39e122530a46d10ecdee832575402262ded0118a006cd30584f1afc0ae79e56a77767
+DIST sxcs-0.7.3.tar.gz 22204 BLAKE2B 04bb29188c89622dd2bc348dbc334963a807691ce6fda2f6a6eafedc860be5855d614aeab801dd6cba916dae67a5af92d37317420a04345f1aa8d9203cc44510 SHA512 dbd11ecae74e7a50a346efd0d919952cdd138ebcf75a369888c9f889fcc2752923152b07bcec5f7d4f259672e3af11762d88d9a0b7fe37342f9f5880ecd724ec
diff --git a/x11-misc/sxcs/sxcs-0.7.1.ebuild b/x11-misc/sxcs/sxcs-0.7.3.ebuild
similarity index 73%
rename from x11-misc/sxcs/sxcs-0.7.1.ebuild
rename to x11-misc/sxcs/sxcs-0.7.3.ebuild
index 4d235209c..2edccfcae 100644
--- a/x11-misc/sxcs/sxcs-0.7.1.ebuild
+++ b/x11-misc/sxcs/sxcs-0.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,15 +23,11 @@ RDEPEND="
DEPEND="${RDEPEND}"
src_compile() {
- emake \
- CC=$(tc-getCC) \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
+ $(tc-getCC) -o sxcs sxcs.c ${CFLAGS} ${LDFLAGS} -l X11 -l Xcursor
}
src_install() {
- emake install \
- DESTDIR="${D}" \
- PREFIX="${EPREFIX}/usr"
+ dobin sxcs
+ doman sxcs.1
dodoc README.md
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/sxcs/
2024-01-17 15:55 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
@ 2024-01-17 15:55 ` Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2024-01-17 15:55 UTC (permalink / raw
To: gentoo-commits
commit: 8f3e8c1cc5450560efab484b7d7852a19ed40687
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 15:54:54 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 15:55:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f3e8c1c
x11-misc/sxcs: treeclean, migrated to ::gentoo
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
x11-misc/sxcs/Manifest | 2 --
x11-misc/sxcs/metadata.xml | 10 ----------
x11-misc/sxcs/sxcs-0.7.2.ebuild | 33 ---------------------------------
x11-misc/sxcs/sxcs-0.7.3.ebuild | 33 ---------------------------------
4 files changed, 78 deletions(-)
diff --git a/x11-misc/sxcs/Manifest b/x11-misc/sxcs/Manifest
deleted file mode 100644
index f85f72b42a..0000000000
--- a/x11-misc/sxcs/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST sxcs-0.7.2.tar.gz 21933 BLAKE2B 8a514f5cec0dd772ba28633e25ae769ffae739b8976ec96cfabb177c656bd323798cddf2d4873f1a6306fb11506a39f94cd187a30ad354c26be32cd95c19d0d7 SHA512 6d5b57d0ae56da062ce75dabbf53e372042abb2e883ef3bc33f6d655d2d39e122530a46d10ecdee832575402262ded0118a006cd30584f1afc0ae79e56a77767
-DIST sxcs-0.7.3.tar.gz 22204 BLAKE2B 04bb29188c89622dd2bc348dbc334963a807691ce6fda2f6a6eafedc860be5855d614aeab801dd6cba916dae67a5af92d37317420a04345f1aa8d9203cc44510 SHA512 dbd11ecae74e7a50a346efd0d919952cdd138ebcf75a369888c9f889fcc2752923152b07bcec5f7d4f259672e3af11762d88d9a0b7fe37342f9f5880ecd724ec
diff --git a/x11-misc/sxcs/metadata.xml b/x11-misc/sxcs/metadata.xml
deleted file mode 100644
index 5722b900ce..0000000000
--- a/x11-misc/sxcs/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>nrk@disroot.org</email>
- </maintainer>
- <!-- <upstream> -->
- <!-- <remote-id type="codeberg">NRK/sxcs</remote-id> -->
- <!-- </upstream> -->
-</pkgmetadata>
diff --git a/x11-misc/sxcs/sxcs-0.7.2.ebuild b/x11-misc/sxcs/sxcs-0.7.2.ebuild
deleted file mode 100644
index 2edccfcaee..0000000000
--- a/x11-misc/sxcs/sxcs-0.7.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Color picker and magnifier for X11."
-HOMEPAGE="https://codeberg.org/NRK/sxcs"
-
-SRC_URI="https://codeberg.org/NRK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-KEYWORDS="~amd64"
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXcursor
-"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- $(tc-getCC) -o sxcs sxcs.c ${CFLAGS} ${LDFLAGS} -l X11 -l Xcursor
-}
-
-src_install() {
- dobin sxcs
- doman sxcs.1
- dodoc README.md
-}
diff --git a/x11-misc/sxcs/sxcs-0.7.3.ebuild b/x11-misc/sxcs/sxcs-0.7.3.ebuild
deleted file mode 100644
index 2edccfcaee..0000000000
--- a/x11-misc/sxcs/sxcs-0.7.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Color picker and magnifier for X11."
-HOMEPAGE="https://codeberg.org/NRK/sxcs"
-
-SRC_URI="https://codeberg.org/NRK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-KEYWORDS="~amd64"
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXcursor
-"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- $(tc-getCC) -o sxcs sxcs.c ${CFLAGS} ${LDFLAGS} -l X11 -l Xcursor
-}
-
-src_install() {
- dobin sxcs
- doman sxcs.1
- dodoc README.md
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-01-17 15:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-02 15:54 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/sxcs/ Nickolas Raymond Kaczynski
-- strict thread matches above, loose matches on Subject: below --
2024-01-17 15:55 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2024-01-17 15:55 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2023-07-05 11:58 Nickolas Raymond Kaczynski
2022-11-10 8:13 Nickolas Raymond Kaczynski
2022-11-05 14:40 Nickolas Raymond Kaczynski
2022-11-02 15:38 Nickolas Raymond Kaczynski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox