public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/ubuntu-desktop-amd64-iso-download/
@ 2024-03-25 23:32 Vitaly Zdanevich
  0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Zdanevich @ 2024-03-25 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0a7b62b8af7b86d42f95d364df01fc2b5dbab240
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Mon Mar 25 23:32:25 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Mon Mar 25 23:32:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a7b62b8

sys-boot/ubuntu-desktop-amd64-iso-download: new package

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 .../ubuntu-desktop-amd64-iso-download/Manifest     |  1 +
 .../ubuntu-desktop-amd64-iso-download/metadata.xml |  8 ++++
 ...buntu-desktop-amd64-iso-download-22.04.4.ebuild | 52 ++++++++++++++++++++++
 3 files changed, 61 insertions(+)

diff --git a/sys-boot/ubuntu-desktop-amd64-iso-download/Manifest b/sys-boot/ubuntu-desktop-amd64-iso-download/Manifest
new file mode 100644
index 0000000000..20ce4f5026
--- /dev/null
+++ b/sys-boot/ubuntu-desktop-amd64-iso-download/Manifest
@@ -0,0 +1 @@
+DIST ubuntu-22.04.4-desktop-amd64.iso 5017356288 BLAKE2B 987cc9796b9902c6874ffeccd1df5ed6e17873ca4a8f4a8f986a1527aab6d98096eccc56bdcbc6f9cb5cc90515fbe4da5b0f279ee74705efdd445737c62a44df SHA512 0035fbb414daa32f928cf5e3776ad4c67f51592892447c8b4e25ec919db5ee77141833eef124d7d52e506f4eef7601fb09c8a31543b56d3c7608cddbfe2712ae

diff --git a/sys-boot/ubuntu-desktop-amd64-iso-download/metadata.xml b/sys-boot/ubuntu-desktop-amd64-iso-download/metadata.xml
new file mode 100644
index 0000000000..812e586b96
--- /dev/null
+++ b/sys-boot/ubuntu-desktop-amd64-iso-download/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">
+		<name>Vitaly Zdanevich</name>
+		<email>zdanevich.vitaly@ya.ru</email>
+	</maintainer>
+</pkgmetadata>

diff --git a/sys-boot/ubuntu-desktop-amd64-iso-download/ubuntu-desktop-amd64-iso-download-22.04.4.ebuild b/sys-boot/ubuntu-desktop-amd64-iso-download/ubuntu-desktop-amd64-iso-download-22.04.4.ebuild
new file mode 100644
index 0000000000..4bbd3da4fd
--- /dev/null
+++ b/sys-boot/ubuntu-desktop-amd64-iso-download/ubuntu-desktop-amd64-iso-download-22.04.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Downloaded from Yandex mirror (Russia), to /opt/distribs/ - no other actions"
+HOMEPAGE="https://ubuntu.com/download/desktop"
+
+f="ubuntu-$PV-desktop-amd64.iso"
+SRC_URI="https://mirror.yandex.ru/ubuntu-releases/$PV/$f"
+# TODO how to choose the closest/fastest mirror?
+
+S="${WORKDIR}"
+
+LICENSE="GPL-3"
+SLOT="0"
+PROPERTIES="live"
+RESTRICT="strip"
+QA_PREBUILT="*"
+
+src_install() {
+
+	cd "$DISTDIR"
+
+	mkdir -p "$ED/opt/distribs/" || die
+
+	cp $f "$ED/opt/distribs/" || die
+}
+
+pkg_postinst() {
+	einfo "To write to USB we have many options, but the simplest one without installing any software:"
+	einfo "sudo cp $f /dev/sdX"
+	einfo "it will override the data on USB"
+	einfo "Instead of sdX - choose the letter of your USB flash from lsblk"
+	einfo ""
+	einfo "or"
+	einfo "sudo dd if=$f of=/dev/sdX"
+	einfo "With dd you can press Ctrl-T to see the progress"
+	einfo ""
+	einfo "or"
+	einfo "sys-boot/ventoy-bin"
+	einfo "(just copy the iso to the usb, with optional persistence storage)"
+	einfo ""
+	einfo "or"
+	einfo "sys-boot/mkusb"
+	einfo ""
+	einfo "or"
+	einfo "or Rufus on Windows (also with optional persistence) https://rufus.ie"
+	einfo "See related documentation https://wiki.gentoo.org/wiki/LiveUSB"
+	einfo ""
+	einfo "ISO is saved to /opt/distribs/"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/ubuntu-desktop-amd64-iso-download/
@ 2024-03-27 14:35 Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-03-27 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     2811f0670b5948f98894b25d0b7ea8015faea5ff
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed Mar 27 14:32:18 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Mar 27 14:32:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2811f067

Revert "sys-boot/ubuntu-desktop-amd64-iso-download: new package"

This reverts commit 0a7b62b8af7b86d42f95d364df01fc2b5dbab240.
Per discussion on
https://github.com/gentoo/guru/commit/0a7b62b8af7b86d42f95d364df01fc2b5dbab240

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 .../ubuntu-desktop-amd64-iso-download/Manifest     |  1 -
 .../ubuntu-desktop-amd64-iso-download/metadata.xml |  8 ----
 ...buntu-desktop-amd64-iso-download-22.04.4.ebuild | 52 ----------------------
 3 files changed, 61 deletions(-)

diff --git a/sys-boot/ubuntu-desktop-amd64-iso-download/Manifest b/sys-boot/ubuntu-desktop-amd64-iso-download/Manifest
deleted file mode 100644
index 20ce4f5026..0000000000
--- a/sys-boot/ubuntu-desktop-amd64-iso-download/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ubuntu-22.04.4-desktop-amd64.iso 5017356288 BLAKE2B 987cc9796b9902c6874ffeccd1df5ed6e17873ca4a8f4a8f986a1527aab6d98096eccc56bdcbc6f9cb5cc90515fbe4da5b0f279ee74705efdd445737c62a44df SHA512 0035fbb414daa32f928cf5e3776ad4c67f51592892447c8b4e25ec919db5ee77141833eef124d7d52e506f4eef7601fb09c8a31543b56d3c7608cddbfe2712ae

diff --git a/sys-boot/ubuntu-desktop-amd64-iso-download/metadata.xml b/sys-boot/ubuntu-desktop-amd64-iso-download/metadata.xml
deleted file mode 100644
index 812e586b96..0000000000
--- a/sys-boot/ubuntu-desktop-amd64-iso-download/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<name>Vitaly Zdanevich</name>
-		<email>zdanevich.vitaly@ya.ru</email>
-	</maintainer>
-</pkgmetadata>

diff --git a/sys-boot/ubuntu-desktop-amd64-iso-download/ubuntu-desktop-amd64-iso-download-22.04.4.ebuild b/sys-boot/ubuntu-desktop-amd64-iso-download/ubuntu-desktop-amd64-iso-download-22.04.4.ebuild
deleted file mode 100644
index 4bbd3da4fd..0000000000
--- a/sys-boot/ubuntu-desktop-amd64-iso-download/ubuntu-desktop-amd64-iso-download-22.04.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Downloaded from Yandex mirror (Russia), to /opt/distribs/ - no other actions"
-HOMEPAGE="https://ubuntu.com/download/desktop"
-
-f="ubuntu-$PV-desktop-amd64.iso"
-SRC_URI="https://mirror.yandex.ru/ubuntu-releases/$PV/$f"
-# TODO how to choose the closest/fastest mirror?
-
-S="${WORKDIR}"
-
-LICENSE="GPL-3"
-SLOT="0"
-PROPERTIES="live"
-RESTRICT="strip"
-QA_PREBUILT="*"
-
-src_install() {
-
-	cd "$DISTDIR"
-
-	mkdir -p "$ED/opt/distribs/" || die
-
-	cp $f "$ED/opt/distribs/" || die
-}
-
-pkg_postinst() {
-	einfo "To write to USB we have many options, but the simplest one without installing any software:"
-	einfo "sudo cp $f /dev/sdX"
-	einfo "it will override the data on USB"
-	einfo "Instead of sdX - choose the letter of your USB flash from lsblk"
-	einfo ""
-	einfo "or"
-	einfo "sudo dd if=$f of=/dev/sdX"
-	einfo "With dd you can press Ctrl-T to see the progress"
-	einfo ""
-	einfo "or"
-	einfo "sys-boot/ventoy-bin"
-	einfo "(just copy the iso to the usb, with optional persistence storage)"
-	einfo ""
-	einfo "or"
-	einfo "sys-boot/mkusb"
-	einfo ""
-	einfo "or"
-	einfo "or Rufus on Windows (also with optional persistence) https://rufus.ie"
-	einfo "See related documentation https://wiki.gentoo.org/wiki/LiveUSB"
-	einfo ""
-	einfo "ISO is saved to /opt/distribs/"
-}


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

end of thread, other threads:[~2024-03-27 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 23:32 [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/ubuntu-desktop-amd64-iso-download/ Vitaly Zdanevich
  -- strict thread matches above, loose matches on Subject: below --
2024-03-27 14:35 Julien Roy

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