From: "Andrea Postiglione" <andrea.postiglione@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/
Date: Mon, 1 Aug 2022 14:37:47 +0000 (UTC) [thread overview]
Message-ID: <1659364633.c015388794cfad2ac926b9c7e40ef4630bfe429c.andrea_postiglione@gentoo> (raw)
commit: c015388794cfad2ac926b9c7e40ef4630bfe429c
Author: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
AuthorDate: Mon Aug 1 14:37:13 2022 +0000
Commit: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
CommitDate: Mon Aug 1 14:37:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0153887
app-admin/customrescuecd-x86_64: version bump to 0.12.8
Signed-off-by: Andrea Postiglione <andrea.postiglione <AT> gmail.com>
app-admin/customrescuecd-x86_64/Manifest | 2 +-
.../customrescuecd-x86_64-0.12.8.ebuild | 55 ++++++++++++++++++++++
2 files changed, 56 insertions(+), 1 deletion(-)
diff --git a/app-admin/customrescuecd-x86_64/Manifest b/app-admin/customrescuecd-x86_64/Manifest
index 7e906b2df..990e5520c 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1 +1 @@
-DIST CUSTOMRESCUECD-x86_64-0.12.7.iso 1656078336 BLAKE2B d3d23f3cd3beae62c5e9053533372426dcaed7b3a655fced37c21fd14127445f49679f6bc9db706d403a37b86331a78c6ccddcf55199985600f0f90b50498682 SHA512 03f397c21979e488cce4a75f33eca5acb7ae4231887744ba9c0826d8f0340b84d908a343181ca3412c74ae7750f4b510d42f5ff198d44240a8dc302e924f0a26
+DIST CUSTOMRESCUECD-x86_64-0.12.8.iso 1682915328 BLAKE2B 712c2d54fc785576f34c5c4051ef0662010b576fc32365ca56c2aee12ba27b7419b80e8713f1b84726dfa3104593e39c86950936eaecebe5168d4862776665fc SHA512 d709600cd5300a10a6a8fee99aebfa6e82e387747c3e105a12b849003eccd5bac0a9d9a0f51d45b2a9f3f203a9a36915d2beb60ff51a4cae3d230d29007f43d8
diff --git a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.8.ebuild b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.8.ebuild
new file mode 100644
index 000000000..97ae9bab2
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.8.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="CUSTOMRESCUECD-x86_64"
+DESCRIPTION="A system rescue cd or usbstick for desktop and server based on gentoo"
+HOMEPAGE="https://sourceforge.net/projects/customrescuecd/"
+SRC_URI="mirror://sourceforge/customrescuecd/"${MY_P}"-"${PV}".iso"
+
+LICENSE="GPL-3"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+src_unpack() { :; }
+
+src_install() {
+ insinto "/usr/share/${PN%-*}"
+ doins "${DISTDIR}/${MY_P}-${PV}.iso"
+}
+
+pkg_postinst() {
+ local f=${EROOT}/usr/share/${PN%-*}/${PN}-newest.iso
+
+ # no version newer than ours? we're the newest!
+ if ! has_version ">${CATEGORY}/${PF}"; then
+ ln -f -s -v "${MY_P}-${PV}.iso" "${f}" || die
+ fi
+}
+
+pkg_postrm() {
+ local f=${EROOT}/usr/share/${PN%-*}/${PN}-newest.iso
+
+ # if there is no version newer than ours installed
+ if ! has_version ">${CATEGORY}/${PF}"; then
+ # and we are truly and completely uninstalled...
+ if [[ ! ${REPLACED_BY_VERSION} ]]; then
+ # then find an older version to set the symlink to
+ local newest_version=$(best_version "<${CATEGORY}/${PF}")
+
+ if [[ ${newest_version} ]]; then
+ # update the symlink
+ ln -f -s -v "${newest_version%-r*}.iso" "${f}" || die
+ else
+ # last version removed? clean up the symlink
+ rm -v "${f}" || die
+ # and the parent directory
+ rmdir "${f%/*}" || die
+ fi
+ fi
+ fi
+}
next reply other threads:[~2022-08-01 14:37 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-01 14:37 Andrea Postiglione [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-02 0:34 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/ Yuan Liao
2022-05-02 17:59 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2022-05-02 17:50 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2022-05-01 16:22 Andrea Postiglione
2022-03-10 16:57 Mathieu Tortuyaux
2022-03-08 19:10 Andrea Postiglione
2022-02-09 0:24 Anna Vyalkova
2022-02-08 15:38 Andrea Postiglione
2022-02-02 8:43 Andrea Postiglione
2021-11-02 3:40 Alessandro Barbieri
2021-10-29 16:49 Andrea Postiglione
2021-09-27 16:34 Andrea Postiglione
2021-09-27 16:33 Andrea Postiglione
2021-03-28 9:39 Andrew Ammerlaan
2021-03-21 20:46 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-21 20:29 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-03-21 17:00 Andrea Postiglione
2021-01-04 19:55 Andrea Postiglione
2020-12-31 20:43 Andrea Postiglione
2020-10-23 14:04 Andrea Postiglione
2020-10-20 8:58 Andrea Postiglione
2020-10-19 17:01 Andrea Postiglione
2020-10-17 12:20 Andrea Postiglione
2020-10-16 17:43 Andrea Postiglione
2020-08-14 19:25 Andrea Postiglione
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1659364633.c015388794cfad2ac926b9c7e40ef4630bfe429c.andrea_postiglione@gentoo \
--to=andrea.postiglione@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox