public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/someblocks/
@ 2022-04-12 19:35 Ronny Gutbrod
  0 siblings, 0 replies; 6+ messages in thread
From: Ronny Gutbrod @ 2022-04-12 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     64859b59867b99566777276ed9d16ccda95d4b2e
Author:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
AuthorDate: Mon Apr 11 05:37:11 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Apr 11 05:37:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64859b59

gui-apps/someblocks: initial import

Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>

 gui-apps/someblocks/metadata.xml           |  8 ++++++++
 gui-apps/someblocks/someblocks-9999.ebuild | 32 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/gui-apps/someblocks/metadata.xml b/gui-apps/someblocks/metadata.xml
new file mode 100644
index 000000000..2ad19f02c
--- /dev/null
+++ b/gui-apps/someblocks/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cantcuckthis@danwin1210.de</email>
+		<name>Dex Conner</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/gui-apps/someblocks/someblocks-9999.ebuild b/gui-apps/someblocks/someblocks-9999.ebuild
new file mode 100644
index 000000000..ba84c122f
--- /dev/null
+++ b/gui-apps/someblocks/someblocks-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit savedconfig git-r3
+
+DESCRIPTION="Modular status bar for somebar written in c."
+HOMEPAGE="https://git.sr.ht/~raphi/someblocks"
+EGIT_REPO_URI="https://git.sr.ht/~raphi/someblocks"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_prepare() {
+	default
+
+	restore_config blocks.h
+}
+
+src_install() {
+	emake PREFIX="${ED}/usr" install
+
+	einstalldocs
+
+	save_config blocks.h
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/someblocks/
@ 2022-09-12 14:21 Florian Schmaus
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2022-09-12 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     3cb22fe2d4fe26c08858c1656ce450e3c2dda10d
Author:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Sun Sep 11 16:01:03 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 16:01:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3cb22fe2

gui-apps/someblocks: add 1.0.0

Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>

 gui-apps/someblocks/Manifest                |  1 +
 gui-apps/someblocks/someblocks-1.0.0.ebuild | 32 +++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/gui-apps/someblocks/Manifest b/gui-apps/someblocks/Manifest
new file mode 100644
index 000000000..156df4984
--- /dev/null
+++ b/gui-apps/someblocks/Manifest
@@ -0,0 +1 @@
+DIST someblocks-1.0.0.tar.gz 3967 BLAKE2B ab9c9ac97074c77dc17440fb3b628707ed51256a7d812b0ab8411a20029ebb48ae0092421f096e6c21f3e072c472e9863eec99ebbc6e809cb26de1638ef27520 SHA512 c7e0d77df2094d4bfe7ab616e848073d7bae06d9b3788574bc1b942469a618f4cb4cffebff7d5aabc014068d2350c08c3f83e41f9de0c0cc5ae1f3bf1ef10e8a

diff --git a/gui-apps/someblocks/someblocks-1.0.0.ebuild b/gui-apps/someblocks/someblocks-1.0.0.ebuild
new file mode 100644
index 000000000..47a592702
--- /dev/null
+++ b/gui-apps/someblocks/someblocks-1.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit savedconfig
+
+DESCRIPTION="Modular status bar for somebar written in c."
+HOMEPAGE="https://git.sr.ht/~raphi/someblocks"
+SRC_URI="https://git.sr.ht/~raphi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_prepare() {
+	default
+
+	restore_config blocks.h
+}
+
+src_install() {
+	emake PREFIX="${ED}/usr" install
+
+	einstalldocs
+
+	save_config blocks.h
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/someblocks/
@ 2022-09-17 11:49 Ronny Gutbrod
  0 siblings, 0 replies; 6+ messages in thread
From: Ronny Gutbrod @ 2022-09-17 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1562d6743c26d813ebf4a19ed0fedf8c3ddfa0a0
Author:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Fri Sep 16 22:37:33 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Sep 16 22:38:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1562d674

gui-apps/someblocks: keyword 1.0.0 for ~amd64

Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>

 gui-apps/someblocks/someblocks-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/someblocks/someblocks-1.0.0.ebuild b/gui-apps/someblocks/someblocks-1.0.0.ebuild
index 47a592702..880ff5a6a 100644
--- a/gui-apps/someblocks/someblocks-1.0.0.ebuild
+++ b/gui-apps/someblocks/someblocks-1.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://git.sr.ht/~raphi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
 
 DEPEND=""
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/someblocks/
@ 2022-09-26  9:48 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2022-09-26  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e026eefdc53b012f50afca655b1f61df168468a4
Author:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Thu Sep 22 15:48:36 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 15:55:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e026eefd

gui-apps/someblocks: respect CFLAGS

Closes: https://bugs.gentoo.org/870754
Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>

 gui-apps/someblocks/someblocks-1.0.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gui-apps/someblocks/someblocks-1.0.0.ebuild b/gui-apps/someblocks/someblocks-1.0.0.ebuild
index 880ff5a6a..ef0344279 100644
--- a/gui-apps/someblocks/someblocks-1.0.0.ebuild
+++ b/gui-apps/someblocks/someblocks-1.0.0.ebuild
@@ -19,6 +19,8 @@ BDEPEND=""
 
 src_prepare() {
 	default
+	sed -i -e 's:$(LDFLAGS):$(CPPFLAGS) $(CFLAGS) $(LDFLAGS):' Makefile \
+		|| die "sed fix failed. Uh-oh..."
 
 	restore_config blocks.h
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/someblocks/
@ 2023-02-24  7:41 Viorel Munteanu
  0 siblings, 0 replies; 6+ messages in thread
From: Viorel Munteanu @ 2023-02-24  7:41 UTC (permalink / raw
  To: gentoo-commits

commit:     cd17c514cbb676b99d17e747657564936b76e475
Author:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Thu Feb 23 13:07:42 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 13:10:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd17c514

gui-apps/someblocks: prevent compiling in src_install

Closes: https://bugs.gentoo.org/887715
Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>

 gui-apps/someblocks/someblocks-1.0.1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gui-apps/someblocks/someblocks-1.0.1.ebuild b/gui-apps/someblocks/someblocks-1.0.1.ebuild
index 707735f30..11c63b74e 100644
--- a/gui-apps/someblocks/someblocks-1.0.1.ebuild
+++ b/gui-apps/someblocks/someblocks-1.0.1.ebuild
@@ -17,10 +17,15 @@ src_prepare() {
 	default
 	sed -i -e 's:$(LDFLAGS):$(CPPFLAGS) $(CFLAGS) $(LDFLAGS):' Makefile \
 		|| die "sed fix failed. Uh-oh..."
-
+	# prevent compilation in install phase
+	sed -i -e "s/install: output/install:/g" Makefile
 	restore_config blocks.h
 }
 
+src_compile() {
+	emake output
+}
+
 src_install() {
 	emake PREFIX="${ED}/usr" install
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/someblocks/
@ 2023-02-24  7:41 Viorel Munteanu
  0 siblings, 0 replies; 6+ messages in thread
From: Viorel Munteanu @ 2023-02-24  7:41 UTC (permalink / raw
  To: gentoo-commits

commit:     5f0b79ab80678f55f3a05227674c032d3473d939
Author:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Thu Feb 23 08:57:10 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 09:01:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f0b79ab

gui-apps/someblocks: remove empty DEPEND

Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>

 gui-apps/someblocks/someblocks-1.0.1.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gui-apps/someblocks/someblocks-1.0.1.ebuild b/gui-apps/someblocks/someblocks-1.0.1.ebuild
index ef0344279..707735f30 100644
--- a/gui-apps/someblocks/someblocks-1.0.1.ebuild
+++ b/gui-apps/someblocks/someblocks-1.0.1.ebuild
@@ -13,10 +13,6 @@ LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
 src_prepare() {
 	default
 	sed -i -e 's:$(LDFLAGS):$(CPPFLAGS) $(CFLAGS) $(LDFLAGS):' Makefile \


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-24  7:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-17 11:49 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/someblocks/ Ronny Gutbrod
  -- strict thread matches above, loose matches on Subject: below --
2023-02-24  7:41 Viorel Munteanu
2023-02-24  7:41 Viorel Munteanu
2022-09-26  9:48 Andrew Ammerlaan
2022-09-12 14:21 Florian Schmaus
2022-04-12 19:35 Ronny Gutbrod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox