public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/customrescuecd-x86_64/
Date: Mon,  2 May 2022 17:59:24 +0000 (UTC)	[thread overview]
Message-ID: <1651513283.a0d587cb1ae0fadb77420870da37eb936605fea0.arthurzam@gentoo> (raw)

commit:     a0d587cb1ae0fadb77420870da37eb936605fea0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 17:41:18 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May  2 17:41:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0d587cb

app-admin/customrescuecd-x86_64: drop 0.12.6

Dropped because of missing Manifest value

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../customrescuecd-x86_64-0.12.6.ebuild            | 55 ----------------------
 1 file changed, 55 deletions(-)

diff --git a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.6.ebuild b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.6.ebuild
deleted file mode 100644
index 97ae9bab2..000000000
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.6.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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
-}


WARNING: multiple messages have this Message-ID (diff)
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/
Date: Mon,  2 May 2022 17:50:59 +0000 (UTC)	[thread overview]
Message-ID: <1651513283.a0d587cb1ae0fadb77420870da37eb936605fea0.arthurzam@gentoo> (raw)
Message-ID: <20220502175059.TlN3U6XA1zwKt8j0AEF-BMyjRhmQ6RZNTIjKyv2plu4@z> (raw)

commit:     a0d587cb1ae0fadb77420870da37eb936605fea0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 17:41:18 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May  2 17:41:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0d587cb

app-admin/customrescuecd-x86_64: drop 0.12.6

Dropped because of missing Manifest value

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../customrescuecd-x86_64-0.12.6.ebuild            | 55 ----------------------
 1 file changed, 55 deletions(-)

diff --git a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.6.ebuild b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.6.ebuild
deleted file mode 100644
index 97ae9bab2..000000000
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.6.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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
-}


             reply	other threads:[~2022-05-02 17:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-02 17:59 Arthur Zamarin [this message]
2022-05-02 17:50 ` [gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-08-02 10:55 [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier
2022-08-02 10:55 Haelwenn Monnier
2022-05-02  7:17 Florian Schmaus
2022-02-04 11:44 Florian Schmaus
2021-11-03 11:12 Andrew Ammerlaan
2021-03-21 20:46 Andrew Ammerlaan
2021-03-21 20:46 Andrew Ammerlaan
2021-01-04 20:19 Andrew Ammerlaan
2021-01-01 13:14 Andrew Ammerlaan
2020-10-23 14:51 Andrew Ammerlaan
2020-10-21  9:02 Andrew Ammerlaan
2020-10-21  9:02 Andrew Ammerlaan
2020-10-17 18:16 Andrew Ammerlaan
2020-10-17 18:16 Andrew Ammerlaan
2020-08-15 18:15 Andrew Ammerlaan

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=1651513283.a0d587cb1ae0fadb77420870da37eb936605fea0.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --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