public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-util/haredo/
@ 2023-02-08 12:09 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-02-08 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ee2d7f07bec62507e17d0997ec34e08f8aa4a642
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Feb  6 21:37:29 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 21:37:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee2d7f07

dev-util/haredo: Remove obsolete configuration changes

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 dev-util/haredo/haredo-1.0.2.ebuild | 5 -----
 dev-util/haredo/haredo-9999.ebuild  | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/dev-util/haredo/haredo-1.0.2.ebuild b/dev-util/haredo/haredo-1.0.2.ebuild
index a364fb228..b542aff42 100644
--- a/dev-util/haredo/haredo-1.0.2.ebuild
+++ b/dev-util/haredo/haredo-1.0.2.ebuild
@@ -25,11 +25,6 @@ QA_FLAGS_IGNORED="usr/bin/.*"
 
 src_configure() {
 	sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
-
-	#sed -i \
-	#	-e 's;^PREFIX=.*;PREFIX=/usr;' \
-	#	-e 's;^CC=.*;CC=${CC:-c99};' \
-	#	test/conf.do || die
 }
 
 src_test() {

diff --git a/dev-util/haredo/haredo-9999.ebuild b/dev-util/haredo/haredo-9999.ebuild
index baf61a63f..b542aff42 100644
--- a/dev-util/haredo/haredo-9999.ebuild
+++ b/dev-util/haredo/haredo-9999.ebuild
@@ -25,11 +25,6 @@ QA_FLAGS_IGNORED="usr/bin/.*"
 
 src_configure() {
 	sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
-
-	sed -i \
-		-e 's;^PREFIX=.*;PREFIX=/usr;' \
-		-e 's;^CC=.*;CC=${CC:-c99};' \
-		test/conf.do || die
 }
 
 src_test() {


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-util/haredo/
@ 2023-02-08 12:09 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-02-08 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     bfffc8e01cdd796a6c6cd4b5388a5b6b6bcbb37c
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Wed Feb  1 10:28:29 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 21:32:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfffc8e0

dev-util/haredo: new package, add 9999

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 dev-util/haredo/Manifest            |  1 +
 dev-util/haredo/haredo-1.0.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 dev-util/haredo/haredo-9999.ebuild  | 37 +++++++++++++++++++++++++++++++++++++
 dev-util/haredo/metadata.xml        |  8 ++++++++
 4 files changed, 83 insertions(+)

diff --git a/dev-util/haredo/Manifest b/dev-util/haredo/Manifest
new file mode 100644
index 000000000..2b1d73ca2
--- /dev/null
+++ b/dev-util/haredo/Manifest
@@ -0,0 +1 @@
+DIST haredo-1.0.2.tar.gz 374632 BLAKE2B 3e17f3a153d5559e6d8b64d9bc84114bd49fe481cb8528653a4dba3337ae393d060e8c68429b03059d3afcbda2467e9ee5e774aa5994ce3818679315dd2f2f20 SHA512 2bad1ebffa4a6a56916481ada556dcc85c19d90697ff8ee7cad126581099a6efe9f0498d400dc9a15e13e7999cdd375500f2eedbc863d736003fc190f780a0b4

diff --git a/dev-util/haredo/haredo-1.0.2.ebuild b/dev-util/haredo/haredo-1.0.2.ebuild
new file mode 100644
index 000000000..a364fb228
--- /dev/null
+++ b/dev-util/haredo/haredo-1.0.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ "${PV}" = "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.sr.ht/~autumnull/haredo"
+	SLOT="0"
+else
+	SRC_URI="https://git.sr.ht/~autumnull/haredo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~riscv"
+	SLOT="0/${PV}"
+fi
+
+DESCRIPTION="a simple and unix-idiomatic build automator"
+HOMEPAGE="https://git.sr.ht/~autumnull/haredo"
+LICENSE="WTFPL-2"
+
+DEPEND="dev-lang/hare:="
+BDEPEND="app-text/scdoc"
+
+# binaries are hare-built
+QA_FLAGS_IGNORED="usr/bin/.*"
+
+src_configure() {
+	sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
+
+	#sed -i \
+	#	-e 's;^PREFIX=.*;PREFIX=/usr;' \
+	#	-e 's;^CC=.*;CC=${CC:-c99};' \
+	#	test/conf.do || die
+}
+
+src_test() {
+	PATH="${S}/bin:$PATH" ./bin/haredo test || die
+}

diff --git a/dev-util/haredo/haredo-9999.ebuild b/dev-util/haredo/haredo-9999.ebuild
new file mode 100644
index 000000000..baf61a63f
--- /dev/null
+++ b/dev-util/haredo/haredo-9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ "${PV}" = "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.sr.ht/~autumnull/haredo"
+	SLOT="0"
+else
+	SRC_URI="https://git.sr.ht/~autumnull/haredo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~riscv"
+	SLOT="0/${PV}"
+fi
+
+DESCRIPTION="a simple and unix-idiomatic build automator"
+HOMEPAGE="https://git.sr.ht/~autumnull/haredo"
+LICENSE="WTFPL-2"
+
+DEPEND="dev-lang/hare:="
+BDEPEND="app-text/scdoc"
+
+# binaries are hare-built
+QA_FLAGS_IGNORED="usr/bin/.*"
+
+src_configure() {
+	sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
+
+	sed -i \
+		-e 's;^PREFIX=.*;PREFIX=/usr;' \
+		-e 's;^CC=.*;CC=${CC:-c99};' \
+		test/conf.do || die
+}
+
+src_test() {
+	PATH="${S}/bin:$PATH" ./bin/haredo test || die
+}

diff --git a/dev-util/haredo/metadata.xml b/dev-util/haredo/metadata.xml
new file mode 100644
index 000000000..c698af234
--- /dev/null
+++ b/dev-util/haredo/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>contact@hacktivis.me</email>
+		<name>Haelwenn (lanodan) Monnier</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-util/haredo/
@ 2023-04-20 19:40 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-04-20 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f6d0b0752a6569ec803cc6c7ddfc5a66bf691ee7
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Apr 20 04:44:37 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 04:47:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6d0b075

dev-util/haredo: Fix install arguments to emake

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 dev-util/haredo/haredo-1.0.2.ebuild | 3 ++-
 dev-util/haredo/haredo-9999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/haredo/haredo-1.0.2.ebuild b/dev-util/haredo/haredo-1.0.2.ebuild
index 39157ab50..711700ef0 100644
--- a/dev-util/haredo/haredo-1.0.2.ebuild
+++ b/dev-util/haredo/haredo-1.0.2.ebuild
@@ -29,5 +29,6 @@ src_test() {
 
 src_install() {
 	einstalldocs
-	emake DESDIR="${ED}" PREFIX="/usr"
+	# I wish install(1) would support DESTDIR…
+	emake PREFIX="${ED}/usr" install
 }

diff --git a/dev-util/haredo/haredo-9999.ebuild b/dev-util/haredo/haredo-9999.ebuild
index 39157ab50..711700ef0 100644
--- a/dev-util/haredo/haredo-9999.ebuild
+++ b/dev-util/haredo/haredo-9999.ebuild
@@ -29,5 +29,6 @@ src_test() {
 
 src_install() {
 	einstalldocs
-	emake DESDIR="${ED}" PREFIX="/usr"
+	# I wish install(1) would support DESTDIR…
+	emake PREFIX="${ED}/usr" install
 }


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-util/haredo/
@ 2023-04-20 19:40 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-04-20 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b0cd53d185485faae603f422e40c7fbc13f0c127
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Apr 20 04:36:28 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 04:36:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0cd53d1

dev-util/haredo: Fix PREFIX

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 dev-util/haredo/haredo-1.0.2.ebuild | 9 +++++----
 dev-util/haredo/haredo-9999.ebuild  | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/dev-util/haredo/haredo-1.0.2.ebuild b/dev-util/haredo/haredo-1.0.2.ebuild
index b542aff42..39157ab50 100644
--- a/dev-util/haredo/haredo-1.0.2.ebuild
+++ b/dev-util/haredo/haredo-1.0.2.ebuild
@@ -23,10 +23,11 @@ BDEPEND="app-text/scdoc"
 # binaries are hare-built
 QA_FLAGS_IGNORED="usr/bin/.*"
 
-src_configure() {
-	sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
-}
-
 src_test() {
 	PATH="${S}/bin:$PATH" ./bin/haredo test || die
 }
+
+src_install() {
+	einstalldocs
+	emake DESDIR="${ED}" PREFIX="/usr"
+}

diff --git a/dev-util/haredo/haredo-9999.ebuild b/dev-util/haredo/haredo-9999.ebuild
index b542aff42..39157ab50 100644
--- a/dev-util/haredo/haredo-9999.ebuild
+++ b/dev-util/haredo/haredo-9999.ebuild
@@ -23,10 +23,11 @@ BDEPEND="app-text/scdoc"
 # binaries are hare-built
 QA_FLAGS_IGNORED="usr/bin/.*"
 
-src_configure() {
-	sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
-}
-
 src_test() {
 	PATH="${S}/bin:$PATH" ./bin/haredo test || die
 }
+
+src_install() {
+	einstalldocs
+	emake DESDIR="${ED}" PREFIX="/usr"
+}


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

end of thread, other threads:[~2023-04-20 19:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-20 19:40 [gentoo-commits] repo/proj/guru:master commit in: dev-util/haredo/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2023-04-20 19:40 Florian Schmaus
2023-02-08 12:09 Florian Schmaus
2023-02-08 12:09 Florian Schmaus

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