* [gentoo-commits] repo/proj/guru:master commit in: net-misc/curlie/
@ 2023-07-18 9:14 Viorel Munteanu
0 siblings, 0 replies; 5+ messages in thread
From: Viorel Munteanu @ 2023-07-18 9:14 UTC (permalink / raw
To: gentoo-commits
commit: 46006b2d471cdb2e8330c8f50c5d6c77ab5cdbf4
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Mon Jul 17 20:05:49 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 20:05:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46006b2d
net-misc/curlie: new package, add 1.7.1
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
net-misc/curlie/Manifest | 2 ++
net-misc/curlie/curlie-1.7.1.ebuild | 37 +++++++++++++++++++++++++++++++++++++
net-misc/curlie/metadata.xml | 12 ++++++++++++
3 files changed, 51 insertions(+)
diff --git a/net-misc/curlie/Manifest b/net-misc/curlie/Manifest
new file mode 100644
index 000000000..36a949413
--- /dev/null
+++ b/net-misc/curlie/Manifest
@@ -0,0 +1,2 @@
+DIST curlie-1.7.1-deps.tar.xz 24941764 BLAKE2B 9ca1ba1fdbff0f90eb85b7258ab0971bd81fe6562cbc2605b403bb168272690237ee62c21699414110a53474b71e31ce7bc14afc4fe1c427e664184f606bdb30 SHA512 3ac398c0c603e4b5d902cb2c66bdfb4a84212189adb15b6afc472233469fdc7c54bfe02596ee71e72ac8d38555cbf205d4c047b16ad09556179464dce601cf99
+DIST curlie-1.7.1.tar.gz 441925 BLAKE2B 74426e59072c9c811659eb02b7c4e3487a478687562714ae518bbe383d54d7974d071c475b1084b8ec18d86bf929323039e23adc6b747677dd3235a6e23d95bb SHA512 c2c1064b78814386694b28560aa154bc1b3cbe001797b325f47bed3139af3ca7c74af84801cf96c46dc7f3738c43416b93586d34674b7c531e87ba06b3e44f0e
diff --git a/net-misc/curlie/curlie-1.7.1.ebuild b/net-misc/curlie/curlie-1.7.1.ebuild
new file mode 100644
index 000000000..dca2e6376
--- /dev/null
+++ b/net-misc/curlie/curlie-1.7.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Curlie is a frontend to curl that adds the ease of use of httpie"
+HOMEPAGE="https://curlie.io/"
+SRC_URI="https://github.com/rs/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
+DEPS_URI="https://kdrive.infomaniak.com/2/app/192129/share/74ab6733-4354-4f97-84b5-8f270ff9e4f6/files/22/download -> ${P}-deps.tar.xz"
+SRC_URI+=" ${DEPS_URI}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ net-misc/curl
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-lang/go
+"
+
+src_compile() {
+ ego build .
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc "README.md"
+ default
+}
diff --git a/net-misc/curlie/metadata.xml b/net-misc/curlie/metadata.xml
new file mode 100644
index 000000000..9a761d26f
--- /dev/null
+++ b/net-misc/curlie/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>freijon@pm.me</email>
+ <name>Jonas Frei</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">rs/curlie</remote-id>
+ <bugs-to>https://github.com/rs/curlie/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/curlie/
@ 2023-10-26 1:24 Haelwenn Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2023-10-26 1:24 UTC (permalink / raw
To: gentoo-commits
commit: 01a18044a1e435cee757e75e9e066d300e8ce258
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Mon Oct 23 18:04:17 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Oct 23 18:04:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01a18044
net-misc/curlie: add 1.7.2
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
net-misc/curlie/Manifest | 2 ++
net-misc/curlie/curlie-1.7.2.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/net-misc/curlie/Manifest b/net-misc/curlie/Manifest
index 36a949413a..55db42d839 100644
--- a/net-misc/curlie/Manifest
+++ b/net-misc/curlie/Manifest
@@ -1,2 +1,4 @@
DIST curlie-1.7.1-deps.tar.xz 24941764 BLAKE2B 9ca1ba1fdbff0f90eb85b7258ab0971bd81fe6562cbc2605b403bb168272690237ee62c21699414110a53474b71e31ce7bc14afc4fe1c427e664184f606bdb30 SHA512 3ac398c0c603e4b5d902cb2c66bdfb4a84212189adb15b6afc472233469fdc7c54bfe02596ee71e72ac8d38555cbf205d4c047b16ad09556179464dce601cf99
DIST curlie-1.7.1.tar.gz 441925 BLAKE2B 74426e59072c9c811659eb02b7c4e3487a478687562714ae518bbe383d54d7974d071c475b1084b8ec18d86bf929323039e23adc6b747677dd3235a6e23d95bb SHA512 c2c1064b78814386694b28560aa154bc1b3cbe001797b325f47bed3139af3ca7c74af84801cf96c46dc7f3738c43416b93586d34674b7c531e87ba06b3e44f0e
+DIST curlie-1.7.2-deps.tar.xz 24899320 BLAKE2B 837e10c6d547956016ffbc2fc4a4bc74a0e600d6ecfa987d2194b9055450138c0f21c2bcd3321af8ec6a57ed4881ce2c61dfa09d9a73fde76818ea98e5d97a6a SHA512 147863111435d8cc34a687f8203547e545b202a58154178788848ceaa7f3aff9f9a0fb99639bc053d2b4d53b1f030e9939fb4d1014ebf9bf36a5e865d3f87c52
+DIST curlie-1.7.2.tar.gz 441361 BLAKE2B 4e805430632bb0df98ccc57ed6dd9c3efac687bbc381cbee3d3d896baea69df33a11111dc07732ab4535c5ecc74cc8719ab44bc30d5fc207856c3ef79c9f78c1 SHA512 d74c81458a4b378f3c98d7c7574b3c18767d159b6bb01bf71486da839c224110bd6b42717637cd9c2deb90811076314ba2d2cc2d9917f9f06c9dc2a11f87acce
diff --git a/net-misc/curlie/curlie-1.7.2.ebuild b/net-misc/curlie/curlie-1.7.2.ebuild
new file mode 100644
index 0000000000..a956dca495
--- /dev/null
+++ b/net-misc/curlie/curlie-1.7.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Curlie is a frontend to curl that adds the ease of use of httpie"
+HOMEPAGE="https://curlie.io/"
+SRC_URI="https://github.com/rs/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
+DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz"
+SRC_URI+=" ${DEPS_URI}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ net-misc/curl
+"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ ego build .
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc "README.md"
+ default
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/curlie/
@ 2023-10-26 1:24 Haelwenn Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2023-10-26 1:24 UTC (permalink / raw
To: gentoo-commits
commit: 2275c8f072c9d87e9c4399cd7d4dc078f50defee
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Mon Oct 23 18:04:37 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Oct 23 18:04:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2275c8f0
net-misc/curlie: drop 1.7.1
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
net-misc/curlie/Manifest | 2 --
net-misc/curlie/curlie-1.7.1.ebuild | 37 -------------------------------------
2 files changed, 39 deletions(-)
diff --git a/net-misc/curlie/Manifest b/net-misc/curlie/Manifest
index 55db42d839..ba03615422 100644
--- a/net-misc/curlie/Manifest
+++ b/net-misc/curlie/Manifest
@@ -1,4 +1,2 @@
-DIST curlie-1.7.1-deps.tar.xz 24941764 BLAKE2B 9ca1ba1fdbff0f90eb85b7258ab0971bd81fe6562cbc2605b403bb168272690237ee62c21699414110a53474b71e31ce7bc14afc4fe1c427e664184f606bdb30 SHA512 3ac398c0c603e4b5d902cb2c66bdfb4a84212189adb15b6afc472233469fdc7c54bfe02596ee71e72ac8d38555cbf205d4c047b16ad09556179464dce601cf99
-DIST curlie-1.7.1.tar.gz 441925 BLAKE2B 74426e59072c9c811659eb02b7c4e3487a478687562714ae518bbe383d54d7974d071c475b1084b8ec18d86bf929323039e23adc6b747677dd3235a6e23d95bb SHA512 c2c1064b78814386694b28560aa154bc1b3cbe001797b325f47bed3139af3ca7c74af84801cf96c46dc7f3738c43416b93586d34674b7c531e87ba06b3e44f0e
DIST curlie-1.7.2-deps.tar.xz 24899320 BLAKE2B 837e10c6d547956016ffbc2fc4a4bc74a0e600d6ecfa987d2194b9055450138c0f21c2bcd3321af8ec6a57ed4881ce2c61dfa09d9a73fde76818ea98e5d97a6a SHA512 147863111435d8cc34a687f8203547e545b202a58154178788848ceaa7f3aff9f9a0fb99639bc053d2b4d53b1f030e9939fb4d1014ebf9bf36a5e865d3f87c52
DIST curlie-1.7.2.tar.gz 441361 BLAKE2B 4e805430632bb0df98ccc57ed6dd9c3efac687bbc381cbee3d3d896baea69df33a11111dc07732ab4535c5ecc74cc8719ab44bc30d5fc207856c3ef79c9f78c1 SHA512 d74c81458a4b378f3c98d7c7574b3c18767d159b6bb01bf71486da839c224110bd6b42717637cd9c2deb90811076314ba2d2cc2d9917f9f06c9dc2a11f87acce
diff --git a/net-misc/curlie/curlie-1.7.1.ebuild b/net-misc/curlie/curlie-1.7.1.ebuild
deleted file mode 100644
index dca2e63762..0000000000
--- a/net-misc/curlie/curlie-1.7.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Curlie is a frontend to curl that adds the ease of use of httpie"
-HOMEPAGE="https://curlie.io/"
-SRC_URI="https://github.com/rs/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
-DEPS_URI="https://kdrive.infomaniak.com/2/app/192129/share/74ab6733-4354-4f97-84b5-8f270ff9e4f6/files/22/download -> ${P}-deps.tar.xz"
-SRC_URI+=" ${DEPS_URI}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- net-misc/curl
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-lang/go
-"
-
-src_compile() {
- ego build .
-}
-
-src_install() {
- dobin ${PN}
- dodoc "README.md"
- default
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/curlie/
@ 2025-02-12 10:31 David Roman
0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2025-02-12 10:31 UTC (permalink / raw
To: gentoo-commits
commit: d5b09718a98ee4a14dee0117041cb442da7dd1c7
Author: Skyler Mäntysaari <sm+gentoo <AT> skym <DOT> fi>
AuthorDate: Tue Feb 11 13:31:41 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Feb 11 13:31:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5b09718
net-misc/curlie: add gitlab upstream metadata
Signed-off-by: Skyler Mäntysaari <sm+gentoo <AT> skym.fi>
net-misc/curlie/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-misc/curlie/metadata.xml b/net-misc/curlie/metadata.xml
index 9a761d26f..d151eec76 100644
--- a/net-misc/curlie/metadata.xml
+++ b/net-misc/curlie/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<upstream>
<remote-id type="github">rs/curlie</remote-id>
+ <remote-id type="gitlab">freijon_gentoo/net-misc/curlie</remote-id>
<bugs-to>https://github.com/rs/curlie/issues</bugs-to>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/curlie/
@ 2025-02-12 10:31 David Roman
0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2025-02-12 10:31 UTC (permalink / raw
To: gentoo-commits
commit: dfe926823bd2820e48ecb326bb7f1ddfd0b1e3e7
Author: Skyler Mäntysaari <sm+gentoo <AT> skym <DOT> fi>
AuthorDate: Tue Feb 11 14:10:09 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Feb 11 14:10:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfe92682
net-misc/curlie: Fix identation on metadata
Signed-off-by: Skyler Mäntysaari <sm+gentoo <AT> skym.fi>
net-misc/curlie/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/curlie/metadata.xml b/net-misc/curlie/metadata.xml
index d151eec76..331478901 100644
--- a/net-misc/curlie/metadata.xml
+++ b/net-misc/curlie/metadata.xml
@@ -7,7 +7,7 @@
</maintainer>
<upstream>
<remote-id type="github">rs/curlie</remote-id>
- <remote-id type="gitlab">freijon_gentoo/net-misc/curlie</remote-id>
+ <remote-id type="gitlab">freijon_gentoo/net-misc/curlie</remote-id>
<bugs-to>https://github.com/rs/curlie/issues</bugs-to>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-02-12 10:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 1:24 [gentoo-commits] repo/proj/guru:master commit in: net-misc/curlie/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2025-02-12 10:31 David Roman
2025-02-12 10:31 David Roman
2023-10-26 1:24 Haelwenn Monnier
2023-07-18 9:14 Viorel Munteanu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox