* [gentoo-commits] repo/proj/guru:master commit in: media-video/ytarchive/
@ 2023-01-10 8:37 Haelwenn Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2023-01-10 8:37 UTC (permalink / raw
To: gentoo-commits
commit: 4fbdbdfe4e1ee9b98eda22bba333d405dc190381
Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sun Jan 8 13:09:04 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Jan 8 13:09:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fbdbdfe
media-video/ytarchive: new package, add 0.3.2
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
media-video/ytarchive/Manifest | 2 ++
media-video/ytarchive/metadata.xml | 11 +++++++++++
media-video/ytarchive/ytarchive-0.3.2.ebuild | 26 ++++++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/media-video/ytarchive/Manifest b/media-video/ytarchive/Manifest
new file mode 100644
index 000000000..aefea8998
--- /dev/null
+++ b/media-video/ytarchive/Manifest
@@ -0,0 +1,2 @@
+DIST ytarchive-0.3.2-deps.tar.xz 20111036 BLAKE2B bdfe91078310b1a4ee11a1d46123521322562fb328db40ae9a62cfd8cc9afe5d567cda87fc415f21d26ea7665de5b6edbf2cef080c73a0908888da6023f46790 SHA512 288c230547ba099f50ccb64033e231d89cc1e34c9e40b649dd74879d67507860ff8d47b1b98eca34938c98a1d08cc8bc2759c6ad426aa145e788bfa4687ed940
+DIST ytarchive-0.3.2.tar.gz 52405 BLAKE2B 1b428e08af78164a52d3d6f89d9258e18c4c0317dcb37223acc8e18ec4f99d27fe4f8857306b5c297c9fe2938ccbddfcf105b94fd617546e86fd6588fa73daae SHA512 9be630985d7134085737f063666b64d912860e14ef3dc312ec92dcdde68322b4aa792f9de412ef2168749f58159151cad00cc8d56926df246d31a94441dac831
diff --git a/media-video/ytarchive/metadata.xml b/media-video/ytarchive/metadata.xml
new file mode 100644
index 000000000..e2c3958c4
--- /dev/null
+++ b/media-video/ytarchive/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>alexey+gentoo@asokolov.org</email>
+ <name>Alexey Sokolov</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Kethsar/ytarchive</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-video/ytarchive/ytarchive-0.3.2.ebuild b/media-video/ytarchive/ytarchive-0.3.2.ebuild
new file mode 100644
index 000000000..c1d749637
--- /dev/null
+++ b/media-video/ytarchive/ytarchive-0.3.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Youtube livestream downloader"
+HOMEPAGE="https://github.com/Kethsar/ytarchive"
+SRC_URI="https://github.com/Kethsar/ytarchive/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://files.asokolov.org/gentoo/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="media-video/ffmpeg"
+
+src_compile() {
+ go build
+}
+
+src_install() {
+ default
+ dobin ytarchive
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/ytarchive/
@ 2023-01-10 8:37 Haelwenn Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2023-01-10 8:37 UTC (permalink / raw
To: gentoo-commits
commit: 0ef7c0fba56b14aa37adf6066298202bc9d8bada
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jan 9 18:48:55 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Jan 9 18:48:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ef7c0fb
media-video/ytarchive: update LICENSE, use "ego"
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
media-video/ytarchive/ytarchive-0.3.2.ebuild | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/media-video/ytarchive/ytarchive-0.3.2.ebuild b/media-video/ytarchive/ytarchive-0.3.2.ebuild
index c1d749637..af4491eb5 100644
--- a/media-video/ytarchive/ytarchive-0.3.2.ebuild
+++ b/media-video/ytarchive/ytarchive-0.3.2.ebuild
@@ -7,20 +7,22 @@ inherit go-module
DESCRIPTION="Youtube livestream downloader"
HOMEPAGE="https://github.com/Kethsar/ytarchive"
-SRC_URI="https://github.com/Kethsar/ytarchive/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://files.asokolov.org/gentoo/${P}-deps.tar.xz"
+SRC_URI="
+ https://github.com/Kethsar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://files.asokolov.org/gentoo/${P}-deps.tar.xz
+"
-LICENSE="MIT"
+LICENSE="BSD MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="media-video/ffmpeg"
src_compile() {
- go build
+ ego build
}
src_install() {
- default
dobin ytarchive
+ einstalldocs
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/ytarchive/
@ 2023-11-16 10:05 David Roman
0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2023-11-16 10:05 UTC (permalink / raw
To: gentoo-commits
commit: f5aface80444510bbfd158bd39b1c1011eba66cf
Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Tue Nov 14 23:20:56 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Nov 14 23:23:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5aface8
media-video/ytarchive: add 0.4.0
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
media-video/ytarchive/Manifest | 2 ++
media-video/ytarchive/ytarchive-0.4.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/media-video/ytarchive/Manifest b/media-video/ytarchive/Manifest
index aefea8998d..8bf775de83 100644
--- a/media-video/ytarchive/Manifest
+++ b/media-video/ytarchive/Manifest
@@ -1,2 +1,4 @@
DIST ytarchive-0.3.2-deps.tar.xz 20111036 BLAKE2B bdfe91078310b1a4ee11a1d46123521322562fb328db40ae9a62cfd8cc9afe5d567cda87fc415f21d26ea7665de5b6edbf2cef080c73a0908888da6023f46790 SHA512 288c230547ba099f50ccb64033e231d89cc1e34c9e40b649dd74879d67507860ff8d47b1b98eca34938c98a1d08cc8bc2759c6ad426aa145e788bfa4687ed940
DIST ytarchive-0.3.2.tar.gz 52405 BLAKE2B 1b428e08af78164a52d3d6f89d9258e18c4c0317dcb37223acc8e18ec4f99d27fe4f8857306b5c297c9fe2938ccbddfcf105b94fd617546e86fd6588fa73daae SHA512 9be630985d7134085737f063666b64d912860e14ef3dc312ec92dcdde68322b4aa792f9de412ef2168749f58159151cad00cc8d56926df246d31a94441dac831
+DIST ytarchive-0.4.0-vendor.tar.xz 551148 BLAKE2B fcd5f19cdd54908ecdb9e7e16484a5a1242475bd84911a393f987d5dbd3ddaea4b86784b228deb32a36dd4b882ea42c607009735c3841440b97d21d34810c95b SHA512 34bbc67519e3373b440b300e4e59be4e58842c7c3df3c4f093ff92e7a40ef5d7c5b3263d68ab41a8a7e98d53fb247241ce63a79797f0f8b8d71c1358d79ceb33
+DIST ytarchive-0.4.0.tar.gz 34808 BLAKE2B e054b280413b223b6b91662574483a1de737e369c4dcf80698230b41ecc90faa8dc050fb999395b2a413ae135f7e9ed9f6bf4aa2986ee8afed897f2cc2d4aaf9 SHA512 4fc4638e527c6d39a3aa12d217eb6c6c3080d08aa81b78f8bad2008f4a1eee4e3a601692829ab4c512ee18768593569b306d6206f96f5581f1e3009dd66b99a7
diff --git a/media-video/ytarchive/ytarchive-0.4.0.ebuild b/media-video/ytarchive/ytarchive-0.4.0.ebuild
new file mode 100644
index 0000000000..02fc766acb
--- /dev/null
+++ b/media-video/ytarchive/ytarchive-0.4.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Youtube livestream downloader"
+HOMEPAGE="https://github.com/Kethsar/ytarchive"
+SRC_URI="
+ https://github.com/Kethsar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://files.asokolov.org/gentoo/${P}-vendor.tar.xz
+"
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="media-video/ffmpeg"
+
+src_compile() {
+ ego build
+}
+
+src_install() {
+ dobin ytarchive
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/ytarchive/
@ 2023-11-16 10:05 David Roman
0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2023-11-16 10:05 UTC (permalink / raw
To: gentoo-commits
commit: 48bf7f7c15719b6075eb7707de332cc10a2f2bb0
Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Tue Nov 14 23:22:23 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Nov 14 23:23:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48bf7f7c
media-video/ytarchive: drop 0.3.2
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
media-video/ytarchive/Manifest | 2 --
media-video/ytarchive/ytarchive-0.3.2.ebuild | 28 ----------------------------
2 files changed, 30 deletions(-)
diff --git a/media-video/ytarchive/Manifest b/media-video/ytarchive/Manifest
index 8bf775de83..66d1d73ad6 100644
--- a/media-video/ytarchive/Manifest
+++ b/media-video/ytarchive/Manifest
@@ -1,4 +1,2 @@
-DIST ytarchive-0.3.2-deps.tar.xz 20111036 BLAKE2B bdfe91078310b1a4ee11a1d46123521322562fb328db40ae9a62cfd8cc9afe5d567cda87fc415f21d26ea7665de5b6edbf2cef080c73a0908888da6023f46790 SHA512 288c230547ba099f50ccb64033e231d89cc1e34c9e40b649dd74879d67507860ff8d47b1b98eca34938c98a1d08cc8bc2759c6ad426aa145e788bfa4687ed940
-DIST ytarchive-0.3.2.tar.gz 52405 BLAKE2B 1b428e08af78164a52d3d6f89d9258e18c4c0317dcb37223acc8e18ec4f99d27fe4f8857306b5c297c9fe2938ccbddfcf105b94fd617546e86fd6588fa73daae SHA512 9be630985d7134085737f063666b64d912860e14ef3dc312ec92dcdde68322b4aa792f9de412ef2168749f58159151cad00cc8d56926df246d31a94441dac831
DIST ytarchive-0.4.0-vendor.tar.xz 551148 BLAKE2B fcd5f19cdd54908ecdb9e7e16484a5a1242475bd84911a393f987d5dbd3ddaea4b86784b228deb32a36dd4b882ea42c607009735c3841440b97d21d34810c95b SHA512 34bbc67519e3373b440b300e4e59be4e58842c7c3df3c4f093ff92e7a40ef5d7c5b3263d68ab41a8a7e98d53fb247241ce63a79797f0f8b8d71c1358d79ceb33
DIST ytarchive-0.4.0.tar.gz 34808 BLAKE2B e054b280413b223b6b91662574483a1de737e369c4dcf80698230b41ecc90faa8dc050fb999395b2a413ae135f7e9ed9f6bf4aa2986ee8afed897f2cc2d4aaf9 SHA512 4fc4638e527c6d39a3aa12d217eb6c6c3080d08aa81b78f8bad2008f4a1eee4e3a601692829ab4c512ee18768593569b306d6206f96f5581f1e3009dd66b99a7
diff --git a/media-video/ytarchive/ytarchive-0.3.2.ebuild b/media-video/ytarchive/ytarchive-0.3.2.ebuild
deleted file mode 100644
index af4491eb51..0000000000
--- a/media-video/ytarchive/ytarchive-0.3.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Youtube livestream downloader"
-HOMEPAGE="https://github.com/Kethsar/ytarchive"
-SRC_URI="
- https://github.com/Kethsar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
- https://files.asokolov.org/gentoo/${P}-deps.tar.xz
-"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="media-video/ffmpeg"
-
-src_compile() {
- ego build
-}
-
-src_install() {
- dobin ytarchive
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/ytarchive/
@ 2024-10-01 8:57 David Roman
0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2024-10-01 8:57 UTC (permalink / raw
To: gentoo-commits
commit: 1b73481b0cac02c9bfffbbb24e2d6315450fa313
Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Tue Oct 1 00:05:32 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 1 00:05:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b73481b
media-video/ytarchive: add 0.5.0
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
media-video/ytarchive/Manifest | 2 ++
media-video/ytarchive/ytarchive-0.5.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/media-video/ytarchive/Manifest b/media-video/ytarchive/Manifest
index 66d1d73ad..cbf9010a5 100644
--- a/media-video/ytarchive/Manifest
+++ b/media-video/ytarchive/Manifest
@@ -1,2 +1,4 @@
DIST ytarchive-0.4.0-vendor.tar.xz 551148 BLAKE2B fcd5f19cdd54908ecdb9e7e16484a5a1242475bd84911a393f987d5dbd3ddaea4b86784b228deb32a36dd4b882ea42c607009735c3841440b97d21d34810c95b SHA512 34bbc67519e3373b440b300e4e59be4e58842c7c3df3c4f093ff92e7a40ef5d7c5b3263d68ab41a8a7e98d53fb247241ce63a79797f0f8b8d71c1358d79ceb33
DIST ytarchive-0.4.0.tar.gz 34808 BLAKE2B e054b280413b223b6b91662574483a1de737e369c4dcf80698230b41ecc90faa8dc050fb999395b2a413ae135f7e9ed9f6bf4aa2986ee8afed897f2cc2d4aaf9 SHA512 4fc4638e527c6d39a3aa12d217eb6c6c3080d08aa81b78f8bad2008f4a1eee4e3a601692829ab4c512ee18768593569b306d6206f96f5581f1e3009dd66b99a7
+DIST ytarchive-0.5.0-vendor.tar.xz 556756 BLAKE2B b2b1288b382a0f1de6793f3d59637548358d680c524246959f7374bf364ada186adf38e1b3a664d47f9b96feb1407bcb07f84ffd97957016c4bae4d3ec49dd8c SHA512 1ee817a33f0c7a318b7c89d32fab773c7ef38a136ef793e1ea1a542f3e325341a4ecaefb4eee09556a820f8f8adb2c37b867ef54a52fc977a9fbe75fb6ce752c
+DIST ytarchive-0.5.0.tar.gz 40012 BLAKE2B fabcc4ce47715ba1a804f2f3504adaf8eea3cf3348b8442af2bcabd10eeab529a845255fdc1ac55d0e2d0017d0b8a578d5ab4ab9c8f07acff0756cb27b348e7c SHA512 1d93a101ae9ae169d7e7f22da1036e8952209fd90211cd9080cb4706a1867416180382e83a207c4ec936d865a36294871d2ea5214c34831e2cbb7162b83ae83b
diff --git a/media-video/ytarchive/ytarchive-0.5.0.ebuild b/media-video/ytarchive/ytarchive-0.5.0.ebuild
new file mode 100644
index 000000000..0d5e002e0
--- /dev/null
+++ b/media-video/ytarchive/ytarchive-0.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Youtube livestream downloader"
+HOMEPAGE="https://github.com/Kethsar/ytarchive"
+SRC_URI="
+ https://github.com/Kethsar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://files.asokolov.org/gentoo/${P}-vendor.tar.xz
+"
+
+LICENSE="Apache-2.0 BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="media-video/ffmpeg"
+
+src_compile() {
+ ego build
+}
+
+src_install() {
+ dobin ytarchive
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-01 8:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-16 10:05 [gentoo-commits] repo/proj/guru:master commit in: media-video/ytarchive/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-10-01 8:57 David Roman
2023-11-16 10:05 David Roman
2023-01-10 8:37 Haelwenn Monnier
2023-01-10 8:37 Haelwenn Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox