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: Sat, 17 Oct 2020 12:20:05 +0000 (UTC) [thread overview]
Message-ID: <1602937170.e94937ef12b764eb9f378bfaf8e6fcc00f35cb4e.andrea_postiglione@gentoo> (raw)
commit: e94937ef12b764eb9f378bfaf8e6fcc00f35cb4e
Author: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
AuthorDate: Sat Oct 17 12:19:30 2020 +0000
Commit: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
CommitDate: Sat Oct 17 12:19:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e94937ef
app-admin/customrescuecd-x86_64: version bump to 0.11.0
Signed-off-by: Andrea Postiglione <andrea.postiglione <AT> gmail.com>
.../customrescuecd-x86_64-0.11.0.ebuild | 55 ++++++++++++++++++++++
1 file changed, 55 insertions(+)
diff --git a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.0.ebuild b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.0.ebuild
new file mode 100644
index 00000000..96d32df6
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 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:[~2020-10-17 12:20 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-17 12:20 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-08-01 14:37 Andrea Postiglione
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-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=1602937170.e94937ef12b764eb9f378bfaf8e6fcc00f35cb4e.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