[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2022-08-01 Thread Yuan Liao
commit: 0f26b8047cb13c66bd6b0562e4bd4e0b6f34111c
Author: Yuan Liao  gmail  com>
AuthorDate: Tue Aug  2 00:30:19 2022 +
Commit: Yuan Liao  gmail  com>
CommitDate: Tue Aug  2 00:30:23 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f26b804

app-admin/customrescuecd-x86_64: Restore removed Manifest for 0.12.7

Signed-off-by: Yuan Liao  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index 990e5520c..3fb03bbb2 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1 +1,2 @@
+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



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2022-08-01 Thread Andrea Postiglione
commit: c015388794cfad2ac926b9c7e40ef4630bfe429c
Author: Andrea Postiglione  gmail  com>
AuthorDate: Mon Aug  1 14:37:13 2022 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Mon Aug  1 14:37:13 2022 +
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  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 0..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
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2022-05-02 Thread Arthur Zamarin
commit: a0d587cb1ae0fadb77420870da37eb936605fea0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  2 17:41:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  2 17:41:23 2022 +
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  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..0
--- 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
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2022-05-01 Thread Andrea Postiglione
commit: a908c0b942f65d8be0f1d508a7aa31c6143fca2b
Author: Andrea Postiglione  gmail  com>
AuthorDate: Sun May  1 16:22:11 2022 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Sun May  1 16:22:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a908c0b9

app-admin/customrescuecd-x86_64: 0.12.7 version bump

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest   |  2 +-
 .../customrescuecd-x86_64-0.12.7.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 661a4b605..7e906b2df 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1 +1 @@
-DIST CUSTOMRESCUECD-x86_64-0.12.6.iso 1613086720 BLAKE2B 
3f09ad7bae1f8847476d9b1ae58bfb3c463ff4131438bc3f0aa605146db93ebcc90b6164ef7cfc201ae8bba46ba61b6d578e55444c04c647c6d972d6dc211e85
 SHA512 
6cf6136070ebafdcb934949ad41294e8c6753723c6ea4be56283b5299f51ae27856a9daeff74c7a67991139e4eb9bd172b0ea9f0e4cec645e170e6a6516e2c9a
+DIST CUSTOMRESCUECD-x86_64-0.12.7.iso 1656078336 BLAKE2B 
d3d23f3cd3beae62c5e9053533372426dcaed7b3a655fced37c21fd14127445f49679f6bc9db706d403a37b86331a78c6ccddcf55199985600f0f90b50498682
 SHA512 
03f397c21979e488cce4a75f33eca5acb7ae4231887744ba9c0826d8f0340b84d908a343181ca3412c74ae7750f4b510d42f5ff198d44240a8dc302e924f0a26

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.7.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.7.ebuild
new file mode 100644
index 0..97ae9bab2
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.7.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
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2022-03-10 Thread Mathieu Tortuyaux
commit: 530984b394c23e0b8f8750b7fb2cdc494e07c352
Author: Mathieu Tortuyaux  gmail  com>
AuthorDate: Thu Mar 10 16:57:13 2022 +
Commit: Mathieu Tortuyaux  gmail  com>
CommitDate: Thu Mar 10 16:57:13 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=530984b3

app-admin/customrescuecd-x86_64: drop 0.12.5

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mathieu Tortuyaux  gmail.com>

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

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.5.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.5.ebuild
deleted file mode 100644
index d57a8059d..0
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.5.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
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2022-03-08 Thread Andrea Postiglione
commit: 9d9dff76d208f81126995381ed3455ae80dbabb5
Author: Andrea Postiglione  gmail  com>
AuthorDate: Tue Mar  8 19:09:26 2022 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Tue Mar  8 19:09:26 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d9dff76

app-admin/customrescuecd-0.12.6: version bump

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest   |  2 +-
 .../customrescuecd-x86_64-0.12.6.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 4a298abf9..661a4b605 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1 +1 @@
-DIST CUSTOMRESCUECD-x86_64-0.12.5.iso 1610612736 BLAKE2B 
6acba5a50e4693308a3653d0fa0eef8abe3a62f180d6712a4306626f625f022ddfcfaf160ecdacfe35554df5b730f3477dfe5ab6af5930af7e988a7df5e397db
 SHA512 
2b9e43f1b375db5cce9684489710e289c64bc2967cfd92d8d4bdace9b803b6f0d73732b3e80cfa3060ee2ac072ecb2d3bd5dbfc2bf10fc1acbdb4129d8a44d7f
+DIST CUSTOMRESCUECD-x86_64-0.12.6.iso 1613086720 BLAKE2B 
3f09ad7bae1f8847476d9b1ae58bfb3c463ff4131438bc3f0aa605146db93ebcc90b6164ef7cfc201ae8bba46ba61b6d578e55444c04c647c6d972d6dc211e85
 SHA512 
6cf6136070ebafdcb934949ad41294e8c6753723c6ea4be56283b5299f51ae27856a9daeff74c7a67991139e4eb9bd172b0ea9f0e4cec645e170e6a6516e2c9a

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
new file mode 100644
index 0..d57a8059d
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.6.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
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2022-02-08 Thread Andrea Postiglione
commit: c82c1d20479a30f8706e8e3bbc49ca73fa514dc0
Author: Andrea Postiglione  gmail  com>
AuthorDate: Tue Feb  8 15:37:16 2022 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Tue Feb  8 15:37:16 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c82c1d20

app-admin/customrescuecd-x86_64: version bump to 0.12.5

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest   |  2 +-
 .../customrescuecd-x86_64-0.12.5.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 69fcb1f6d..4a298abf9 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1 +1 @@
-DIST CUSTOMRESCUECD-x86_64-0.12.4.iso 1581383680 BLAKE2B 
cdf282a5d95a3aad7b178234eafd82d6b76969716b9b9f6b6c5c52b4c53e993db684b8f258502640fcb7b1fe6347c6de395d21dab954507cbe361c5bc953b705
 SHA512 
b12698432bc99ef1ddea8129512b45fe48debf0e3b47f15327f0a38e80dd54e5b7fa88489858ab7cd8fc4b3b14db3dd1f383a876950fcc6f6a3bee19293b8265
+DIST CUSTOMRESCUECD-x86_64-0.12.5.iso 1610612736 BLAKE2B 
6acba5a50e4693308a3653d0fa0eef8abe3a62f180d6712a4306626f625f022ddfcfaf160ecdacfe35554df5b730f3477dfe5ab6af5930af7e988a7df5e397db
 SHA512 
2b9e43f1b375db5cce9684489710e289c64bc2967cfd92d8d4bdace9b803b6f0d73732b3e80cfa3060ee2ac072ecb2d3bd5dbfc2bf10fc1acbdb4129d8a44d7f

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.5.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.5.ebuild
new file mode 100644
index 0..d57a8059d
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.5.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
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2022-02-02 Thread Andrea Postiglione
commit: a17553b5e415ee745e117a012305493fbd242441
Author: Andrea Postiglione  gmail  com>
AuthorDate: Wed Feb  2 08:43:08 2022 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Wed Feb  2 08:43:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a17553b5

app-admin/customrescuecd-x86_64-0.12.4: version bump

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest   |  3 +-
 .../customrescuecd-x86_64-0.12.3.ebuild| 55 --
 ebuild => customrescuecd-x86_64-0.12.4.ebuild} |  0
 3 files changed, 1 insertion(+), 57 deletions(-)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index e6ffc7dcc..69fcb1f6d 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1,2 +1 @@
-DIST CUSTOMRESCUECD-x86_64-0.12.2.iso 1516290048 BLAKE2B 
c9d2b857948c09a16b86bb9ccb7373f1908f52f97ed21c64ef422e6d7c3501278fd7871b34c035a70554b494926325d1be2978df729ffd93cb7f3bee6b0c5adc
 SHA512 
f215116878557ada9d321ba018970723a1e3905cbebf12aac5e1e65e97c9180f852fcfff5c2133c28e97bb3d1eb8fb80ca26bbf307de8b202fa39eb02a474abd
-DIST CUSTOMRESCUECD-x86_64-0.12.3.iso 1531445248 BLAKE2B 
a4873c26660cebb9f12b70df9aba0fef8dc64d2e15184f8054d252c3f893c967dcbc00b6b5cc154e726379c6a8cf6d024e432eba41de35a5488715f9a1ddb877
 SHA512 
fa2d535918f1bc321f65ae111b806c91aa34e09d32907fc1c12ee186b2ed4e96494d0c555101fe3d969f3364b95bae5496ff8a2ed6b350f6321b8f084cac6192
+DIST CUSTOMRESCUECD-x86_64-0.12.4.iso 1581383680 BLAKE2B 
cdf282a5d95a3aad7b178234eafd82d6b76969716b9b9f6b6c5c52b4c53e993db684b8f258502640fcb7b1fe6347c6de395d21dab954507cbe361c5bc953b705
 SHA512 
b12698432bc99ef1ddea8129512b45fe48debf0e3b47f15327f0a38e80dd54e5b7fa88489858ab7cd8fc4b3b14db3dd1f383a876950fcc6f6a3bee19293b8265

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.3.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.3.ebuild
deleted file mode 100644
index d57a8059d..0
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.3.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
-}

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.2.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.4.ebuild
similarity index 100%
rename from app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.2.ebuild
rename to app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.4.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2021-11-01 Thread Alessandro Barbieri
commit: 017d41d444ec250a7ac84445efaef18e0b7c459f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Nov  1 21:02:19 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Nov  2 03:40:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=017d41d4

app-admin/customrescuecd-x86_64: update Manifest

Signed-off-by: Alessandro Barbieri  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index 62803dab4..e6ffc7dcc 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1 +1,2 @@
+DIST CUSTOMRESCUECD-x86_64-0.12.2.iso 1516290048 BLAKE2B 
c9d2b857948c09a16b86bb9ccb7373f1908f52f97ed21c64ef422e6d7c3501278fd7871b34c035a70554b494926325d1be2978df729ffd93cb7f3bee6b0c5adc
 SHA512 
f215116878557ada9d321ba018970723a1e3905cbebf12aac5e1e65e97c9180f852fcfff5c2133c28e97bb3d1eb8fb80ca26bbf307de8b202fa39eb02a474abd
 DIST CUSTOMRESCUECD-x86_64-0.12.3.iso 1531445248 BLAKE2B 
a4873c26660cebb9f12b70df9aba0fef8dc64d2e15184f8054d252c3f893c967dcbc00b6b5cc154e726379c6a8cf6d024e432eba41de35a5488715f9a1ddb877
 SHA512 
fa2d535918f1bc321f65ae111b806c91aa34e09d32907fc1c12ee186b2ed4e96494d0c555101fe3d969f3364b95bae5496ff8a2ed6b350f6321b8f084cac6192



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2021-10-29 Thread Andrea Postiglione
commit: 0229c0e4fea011b9433a66710e68f96ad5d3ee23
Author: Andrea Postiglione  gmail  com>
AuthorDate: Fri Oct 29 16:49:06 2021 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Fri Oct 29 16:49:06 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0229c0e4

app-admin/customrescuecd-x86_64: version bump to 0.12.3

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest   |  2 +-
 .../customrescuecd-x86_64-0.12.3.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 4fa64e256..62803dab4 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1 +1 @@
-DIST CUSTOMRESCUECD-x86_64-0.12.2.iso 1516290048 BLAKE2B 
c9d2b857948c09a16b86bb9ccb7373f1908f52f97ed21c64ef422e6d7c3501278fd7871b34c035a70554b494926325d1be2978df729ffd93cb7f3bee6b0c5adc
 SHA512 
f215116878557ada9d321ba018970723a1e3905cbebf12aac5e1e65e97c9180f852fcfff5c2133c28e97bb3d1eb8fb80ca26bbf307de8b202fa39eb02a474abd
+DIST CUSTOMRESCUECD-x86_64-0.12.3.iso 1531445248 BLAKE2B 
a4873c26660cebb9f12b70df9aba0fef8dc64d2e15184f8054d252c3f893c967dcbc00b6b5cc154e726379c6a8cf6d024e432eba41de35a5488715f9a1ddb877
 SHA512 
fa2d535918f1bc321f65ae111b806c91aa34e09d32907fc1c12ee186b2ed4e96494d0c555101fe3d969f3364b95bae5496ff8a2ed6b350f6321b8f084cac6192

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.3.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.3.ebuild
new file mode 100644
index 0..d57a8059d
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.3.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
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2021-09-27 Thread Andrea Postiglione
commit: 5947c4122cada9cd88ad865368bb4cc40e6a6988
Author: Andrea Postiglione  gmail  com>
AuthorDate: Mon Sep 27 16:34:22 2021 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Mon Sep 27 16:34:22 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5947c412

app-admin/customrescuecd-x86_64: drop old version

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest   |  2 -
 .../customrescuecd-x86_64-0.12.0.ebuild| 55 --
 .../customrescuecd-x86_64-0.12.1.ebuild| 55 --
 3 files changed, 112 deletions(-)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index 3b699a7e3..4fa64e256 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1,3 +1 @@
-DIST CUSTOMRESCUECD-x86_64-0.12.0.iso 1409351680 BLAKE2B 
656cd518c0110ff2d84c12bf5db2973701dde6fd8c1b9d65e991f429719856c196223d49487c7b0bf89ec50081fcf97f47b6ad952d4958c3dc4ba423526fdd1d
 SHA512 
83dd17712c10a7db66a00fd89f94ada7bbc230badd67369e7c368bcffd1ec08838195f258280c63e70f8680072984a9dc6cebed6a4dd7dc95ff41171cc694609
-DIST CUSTOMRESCUECD-x86_64-0.12.1.iso 1467744256 BLAKE2B 
743f4f4a2dbeb545a201557b584a0ae3e2d04ec3a44c7cead90f954d8e2c53f3b7321f1765ffe123de7da0c0782ae9d3efa6a8360493099c66914ea00dc8553a
 SHA512 
f69d5acdfaf916207b8de07eb7e4b5695e29772a4afa40ae500233a1f812fd1bdf74f3a8a2b0d2387a2d7f1a9c7a99d8d9c5f5c22fbf3c1b5e0311d7550ea57c
 DIST CUSTOMRESCUECD-x86_64-0.12.2.iso 1516290048 BLAKE2B 
c9d2b857948c09a16b86bb9ccb7373f1908f52f97ed21c64ef422e6d7c3501278fd7871b34c035a70554b494926325d1be2978df729ffd93cb7f3bee6b0c5adc
 SHA512 
f215116878557ada9d321ba018970723a1e3905cbebf12aac5e1e65e97c9180f852fcfff5c2133c28e97bb3d1eb8fb80ca26bbf307de8b202fa39eb02a474abd

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild
deleted file mode 100644
index d57a8059d..0
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.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
-}

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild
deleted file mode 100644
index d57a8059d..0
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.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 

[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2021-09-27 Thread Andrea Postiglione
commit: 85fee8b7d0c144939bf969e58ca87c56706c2813
Author: Andrea Postiglione  gmail  com>
AuthorDate: Mon Sep 27 16:32:30 2021 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Mon Sep 27 16:32:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85fee8b7

app-admin/customrescuecd-x86_64: version bump to 0.12.2

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest   |  1 +
 .../customrescuecd-x86_64-0.12.2.ebuild| 55 ++
 2 files changed, 56 insertions(+)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index 31a1a18fd..3b699a7e3 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1,2 +1,3 @@
 DIST CUSTOMRESCUECD-x86_64-0.12.0.iso 1409351680 BLAKE2B 
656cd518c0110ff2d84c12bf5db2973701dde6fd8c1b9d65e991f429719856c196223d49487c7b0bf89ec50081fcf97f47b6ad952d4958c3dc4ba423526fdd1d
 SHA512 
83dd17712c10a7db66a00fd89f94ada7bbc230badd67369e7c368bcffd1ec08838195f258280c63e70f8680072984a9dc6cebed6a4dd7dc95ff41171cc694609
 DIST CUSTOMRESCUECD-x86_64-0.12.1.iso 1467744256 BLAKE2B 
743f4f4a2dbeb545a201557b584a0ae3e2d04ec3a44c7cead90f954d8e2c53f3b7321f1765ffe123de7da0c0782ae9d3efa6a8360493099c66914ea00dc8553a
 SHA512 
f69d5acdfaf916207b8de07eb7e4b5695e29772a4afa40ae500233a1f812fd1bdf74f3a8a2b0d2387a2d7f1a9c7a99d8d9c5f5c22fbf3c1b5e0311d7550ea57c
+DIST CUSTOMRESCUECD-x86_64-0.12.2.iso 1516290048 BLAKE2B 
c9d2b857948c09a16b86bb9ccb7373f1908f52f97ed21c64ef422e6d7c3501278fd7871b34c035a70554b494926325d1be2978df729ffd93cb7f3bee6b0c5adc
 SHA512 
f215116878557ada9d321ba018970723a1e3905cbebf12aac5e1e65e97c9180f852fcfff5c2133c28e97bb3d1eb8fb80ca26bbf307de8b202fa39eb02a474abd

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.2.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.2.ebuild
new file mode 100644
index 0..d57a8059d
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.2.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
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2021-03-28 Thread Andrew Ammerlaan
commit: a8ef7718b1eddc9cf9f57779e680b290f331c8df
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Mar 28 09:19:14 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Mar 28 09:19:14 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8ef7718

app-admin/customrescuecd-x86_64: remove UnnecessarySlashStrip

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild | 6 +++---
 app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild
index 325c98620..d57a8059d 100644
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,7 +23,7 @@ src_install() {
 }
 
 pkg_postinst() {
-   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+   local f=${EROOT}/usr/share/${PN%-*}/${PN}-newest.iso
 
# no version newer than ours? we're the newest!
if ! has_version ">${CATEGORY}/${PF}"; then
@@ -32,7 +32,7 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
-   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+   local f=${EROOT}/usr/share/${PN%-*}/${PN}-newest.iso
 
# if there is no version newer than ours installed
if ! has_version ">${CATEGORY}/${PF}"; then

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild
index 325c98620..d57a8059d 100644
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,7 +23,7 @@ src_install() {
 }
 
 pkg_postinst() {
-   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+   local f=${EROOT}/usr/share/${PN%-*}/${PN}-newest.iso
 
# no version newer than ours? we're the newest!
if ! has_version ">${CATEGORY}/${PF}"; then
@@ -32,7 +32,7 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
-   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+   local f=${EROOT}/usr/share/${PN%-*}/${PN}-newest.iso
 
# if there is no version newer than ours installed
if ! has_version ">${CATEGORY}/${PF}"; then



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2021-03-21 Thread Andrew Ammerlaan
commit: 6fec6df32c9071f2e9029b3230b41af219315915
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Mar 21 20:29:15 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Mar 21 20:29:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fec6df3

app-admin/customrescuecd-x86_64: fix manifest

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 app-admin/customrescuecd-x86_64/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index e7f6758e..31a1a18f 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1 +1,2 @@
 DIST CUSTOMRESCUECD-x86_64-0.12.0.iso 1409351680 BLAKE2B 
656cd518c0110ff2d84c12bf5db2973701dde6fd8c1b9d65e991f429719856c196223d49487c7b0bf89ec50081fcf97f47b6ad952d4958c3dc4ba423526fdd1d
 SHA512 
83dd17712c10a7db66a00fd89f94ada7bbc230badd67369e7c368bcffd1ec08838195f258280c63e70f8680072984a9dc6cebed6a4dd7dc95ff41171cc694609
+DIST CUSTOMRESCUECD-x86_64-0.12.1.iso 1467744256 BLAKE2B 
743f4f4a2dbeb545a201557b584a0ae3e2d04ec3a44c7cead90f954d8e2c53f3b7321f1765ffe123de7da0c0782ae9d3efa6a8360493099c66914ea00dc8553a
 SHA512 
f69d5acdfaf916207b8de07eb7e4b5695e29772a4afa40ae500233a1f812fd1bdf74f3a8a2b0d2387a2d7f1a9c7a99d8d9c5f5c22fbf3c1b5e0311d7550ea57c



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2021-03-21 Thread Andrea Postiglione
commit: 42cb8dbae0935e39bebcb68ea36c41cc93f60778
Author: Andrea Postiglione  gmail  com>
AuthorDate: Sun Mar 21 16:59:14 2021 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Sun Mar 21 16:59:14 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42cb8dba

app-admin/customrescuecd-x86_64 version bump to 0.12.1

Signed-off-by: Andrea Postiglione  gmail.com>

 .../customrescuecd-x86_64-0.12.1.ebuild| 55 ++
 1 file changed, 55 insertions(+)

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild
new file mode 100644
index ..325c9862
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 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
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2021-01-04 Thread Andrea Postiglione
commit: 0de3a714fcf2bb61071c41dede4de3811c42069f
Author: Andrea Postiglione  gmail  com>
AuthorDate: Mon Jan  4 19:54:31 2021 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Mon Jan  4 19:55:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0de3a714

app-admin/customrescuecd-x86_64: fix Manifest

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index 9230..e7f6758e 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1 +1 @@
-DIST CUSTOMRESCUECD-x86_64-0.12.0.iso 1399652352 BLAKE2B 
46c269559149d6632605d26ec4b0541ff19eedfd48ce35fc878c5a2632c3bf9d955f0496fe301712232012793141e6d0b62c42194fb3e1f2e44c2e13db94f118
 SHA512 
d7e92d7d4349e52f8a5d0d5da6248455ed505a0ce80b2af765807c018db66cee7f9be413bcfb06b2816bf04a05b7c44f3ee7275c0e20b61c9aa58e9ab7967d48
+DIST CUSTOMRESCUECD-x86_64-0.12.0.iso 1409351680 BLAKE2B 
656cd518c0110ff2d84c12bf5db2973701dde6fd8c1b9d65e991f429719856c196223d49487c7b0bf89ec50081fcf97f47b6ad952d4958c3dc4ba423526fdd1d
 SHA512 
83dd17712c10a7db66a00fd89f94ada7bbc230badd67369e7c368bcffd1ec08838195f258280c63e70f8680072984a9dc6cebed6a4dd7dc95ff41171cc694609



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2020-12-31 Thread Andrea Postiglione
commit: 3e6115763a3e0fad813921aed3651e82254c5939
Author: Andrea Postiglione  gmail  com>
AuthorDate: Thu Dec 31 20:43:16 2020 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Thu Dec 31 20:43:16 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e611576

app-admin/customrescuecd-x86_64: version bump to 0.12.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest| 2 +-
 ...escuecd-x86_64-0.11.1.ebuild => customrescuecd-x86_64-0.12.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index aefacd25..9230 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1 +1 @@
-DIST CUSTOMRESCUECD-x86_64-0.11.1.iso 1261371392 BLAKE2B 
b12dc61fb2c91fd04832ba22af3421f7223c40ae8e1fe2bd4fc0beeb0aafbc1b11a82aacb16282ce7dd14621e3be717af90363d157c5f36ee33f3eb03a36e26a
 SHA512 
07475353e883756b2782ad6727440132d6f97b9bca7f3cd9180b5a47290a8a0361fb672ef01ac5a5ea5862b1b4ec7bec85990710a53b7a190cce321b24660d01
+DIST CUSTOMRESCUECD-x86_64-0.12.0.iso 1399652352 BLAKE2B 
46c269559149d6632605d26ec4b0541ff19eedfd48ce35fc878c5a2632c3bf9d955f0496fe301712232012793141e6d0b62c42194fb3e1f2e44c2e13db94f118
 SHA512 
d7e92d7d4349e52f8a5d0d5da6248455ed505a0ce80b2af765807c018db66cee7f9be413bcfb06b2816bf04a05b7c44f3ee7275c0e20b61c9aa58e9ab7967d48

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.1.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild
similarity index 97%
rename from app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.1.ebuild
rename to app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild
index 96d32df6..325c9862 100644
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.1.ebuild
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2020-10-23 Thread Andrea Postiglione
commit: bc5d5f40fda8c0eec04badae2e572a7e1fd40a35
Author: Andrea Postiglione  gmail  com>
AuthorDate: Fri Oct 23 14:04:27 2020 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Fri Oct 23 14:04:27 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc5d5f40

app-admin/customrescuecd-x86_64: drop old versions

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest   |  2 -
 .../customrescuecd-x86_64-0.10.3.ebuild| 55 --
 .../customrescuecd-x86_64-0.11.0.ebuild| 55 --
 3 files changed, 112 deletions(-)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index 39fa287c..aefacd25 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1,3 +1 @@
-DIST CUSTOMRESCUECD-x86_64-0.10.3.iso 1537474560 BLAKE2B 
d4812074013323d8372bd71bea1c81cbe8cb88e0cf87dd1ec7c4373a1c4f4023cfec383ea3327cb75aa903021d929ac7a29290a2a9a7a75857c591827af7a148
 SHA512 
1092dc85a82c1f17c362b19e91d36602debaab7d52a98945ebb494f9d8bec03fb07b16649c7401233a060ce95905c3f9259107c2eb9f80bd63d759740754105e
-DIST CUSTOMRESCUECD-x86_64-0.11.0.iso 1265106944 BLAKE2B 
f6732d1f903c02a49ed13525e19f957ccc5a78466cdc62d609579d2aaf2bfa5bcdf5cf2597089d3634fa8124cff3293030703e95187771c7517d890226997245
 SHA512 
6099c5a344c701936743bbbfad02206dca7937b6c6b796fa7cb42ad42a544c731fa2e0895a94d138cd3d91d34791a5ed88d723973e2e383e900ad1a385a27482
 DIST CUSTOMRESCUECD-x86_64-0.11.1.iso 1261371392 BLAKE2B 
b12dc61fb2c91fd04832ba22af3421f7223c40ae8e1fe2bd4fc0beeb0aafbc1b11a82aacb16282ce7dd14621e3be717af90363d157c5f36ee33f3eb03a36e26a
 SHA512 
07475353e883756b2782ad6727440132d6f97b9bca7f3cd9180b5a47290a8a0361fb672ef01ac5a5ea5862b1b4ec7bec85990710a53b7a190cce321b24660d01

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

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
deleted file mode 100644
index 96d32df6..
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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 

[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2020-10-20 Thread Andrea Postiglione
commit: c049e8f6242d640cf9df47437d60f8a2123bb808
Author: Andrea Postiglione  gmail  com>
AuthorDate: Tue Oct 20 08:57:40 2020 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Tue Oct 20 08:57:40 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c049e8f6

app-admin/customrescuecd-x86_64: Fix Manifest

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index 51eb80f5..39fa287c 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1,3 +1,3 @@
 DIST CUSTOMRESCUECD-x86_64-0.10.3.iso 1537474560 BLAKE2B 
d4812074013323d8372bd71bea1c81cbe8cb88e0cf87dd1ec7c4373a1c4f4023cfec383ea3327cb75aa903021d929ac7a29290a2a9a7a75857c591827af7a148
 SHA512 
1092dc85a82c1f17c362b19e91d36602debaab7d52a98945ebb494f9d8bec03fb07b16649c7401233a060ce95905c3f9259107c2eb9f80bd63d759740754105e
 DIST CUSTOMRESCUECD-x86_64-0.11.0.iso 1265106944 BLAKE2B 
f6732d1f903c02a49ed13525e19f957ccc5a78466cdc62d609579d2aaf2bfa5bcdf5cf2597089d3634fa8124cff3293030703e95187771c7517d890226997245
 SHA512 
6099c5a344c701936743bbbfad02206dca7937b6c6b796fa7cb42ad42a544c731fa2e0895a94d138cd3d91d34791a5ed88d723973e2e383e900ad1a385a27482
-DIST CUSTOMRESCUECD-x86_64-0.11.1.iso 1261371392 BLAKE2B 
b00310a571d5a2ac8134b2e6fd529605684f3d45ce46cac5c6e310d90d65e69991198c3b4f5e09cd12e12042c6d7b63d0970b9531667b4497e415ca7b34c28c7
 SHA512 
38e8515d4ba5ca1af9741dc61831d1d9a5ce2a01d1d0f633ca9065e8adee7f1f8df549ab7473804cbeb528a54ada5021b872407aacb6726cf78f10c289278f20
+DIST CUSTOMRESCUECD-x86_64-0.11.1.iso 1261371392 BLAKE2B 
b12dc61fb2c91fd04832ba22af3421f7223c40ae8e1fe2bd4fc0beeb0aafbc1b11a82aacb16282ce7dd14621e3be717af90363d157c5f36ee33f3eb03a36e26a
 SHA512 
07475353e883756b2782ad6727440132d6f97b9bca7f3cd9180b5a47290a8a0361fb672ef01ac5a5ea5862b1b4ec7bec85990710a53b7a190cce321b24660d01



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2020-10-19 Thread Andrea Postiglione
commit: 8932a9e0cad00fa7918ecbbf3eed52609016c443
Author: Andrea Postiglione  gmail  com>
AuthorDate: Mon Oct 19 17:00:40 2020 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Mon Oct 19 17:00:40 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8932a9e0

app-admin/customrescuecd-x86_64: version bump 0.11.1

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest   |  1 +
 .../customrescuecd-x86_64-0.11.1.ebuild| 55 ++
 2 files changed, 56 insertions(+)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index 56fdf6af..51eb80f5 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1,2 +1,3 @@
 DIST CUSTOMRESCUECD-x86_64-0.10.3.iso 1537474560 BLAKE2B 
d4812074013323d8372bd71bea1c81cbe8cb88e0cf87dd1ec7c4373a1c4f4023cfec383ea3327cb75aa903021d929ac7a29290a2a9a7a75857c591827af7a148
 SHA512 
1092dc85a82c1f17c362b19e91d36602debaab7d52a98945ebb494f9d8bec03fb07b16649c7401233a060ce95905c3f9259107c2eb9f80bd63d759740754105e
 DIST CUSTOMRESCUECD-x86_64-0.11.0.iso 1265106944 BLAKE2B 
f6732d1f903c02a49ed13525e19f957ccc5a78466cdc62d609579d2aaf2bfa5bcdf5cf2597089d3634fa8124cff3293030703e95187771c7517d890226997245
 SHA512 
6099c5a344c701936743bbbfad02206dca7937b6c6b796fa7cb42ad42a544c731fa2e0895a94d138cd3d91d34791a5ed88d723973e2e383e900ad1a385a27482
+DIST CUSTOMRESCUECD-x86_64-0.11.1.iso 1261371392 BLAKE2B 
b00310a571d5a2ac8134b2e6fd529605684f3d45ce46cac5c6e310d90d65e69991198c3b4f5e09cd12e12042c6d7b63d0970b9531667b4497e415ca7b34c28c7
 SHA512 
38e8515d4ba5ca1af9741dc61831d1d9a5ce2a01d1d0f633ca9065e8adee7f1f8df549ab7473804cbeb528a54ada5021b872407aacb6726cf78f10c289278f20

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.1.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.1.ebuild
new file mode 100644
index ..96d32df6
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.1.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
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2020-10-17 Thread Andrea Postiglione
commit: e94937ef12b764eb9f378bfaf8e6fcc00f35cb4e
Author: Andrea Postiglione  gmail  com>
AuthorDate: Sat Oct 17 12:19:30 2020 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Sat Oct 17 12:19:30 2020 +
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  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 ..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
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2020-10-16 Thread Andrea Postiglione
commit: 5d61736020eb3a3e380d905787dcf91dbc658ac0
Author: Andrea Postiglione  gmail  com>
AuthorDate: Fri Oct 16 17:41:48 2020 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Fri Oct 16 17:41:48 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d617360

app-admin/customrescuecd-x86_64: version bump to 0.11.0

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index 3a08f605..56fdf6af 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1 +1,2 @@
 DIST CUSTOMRESCUECD-x86_64-0.10.3.iso 1537474560 BLAKE2B 
d4812074013323d8372bd71bea1c81cbe8cb88e0cf87dd1ec7c4373a1c4f4023cfec383ea3327cb75aa903021d929ac7a29290a2a9a7a75857c591827af7a148
 SHA512 
1092dc85a82c1f17c362b19e91d36602debaab7d52a98945ebb494f9d8bec03fb07b16649c7401233a060ce95905c3f9259107c2eb9f80bd63d759740754105e
+DIST CUSTOMRESCUECD-x86_64-0.11.0.iso 1265106944 BLAKE2B 
f6732d1f903c02a49ed13525e19f957ccc5a78466cdc62d609579d2aaf2bfa5bcdf5cf2597089d3634fa8124cff3293030703e95187771c7517d890226997245
 SHA512 
6099c5a344c701936743bbbfad02206dca7937b6c6b796fa7cb42ad42a544c731fa2e0895a94d138cd3d91d34791a5ed88d723973e2e383e900ad1a385a27482



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2020-08-14 Thread Andrea Postiglione
commit: 2b3f9846ef74ac866097cba990d02f564f03f66e
Author: Andrea Postiglione  gmail  com>
AuthorDate: Fri Aug 14 19:24:29 2020 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Fri Aug 14 19:24:29 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b3f9846

app-admin/customrescuecd-x86_64 : initial ebuild

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest   |  1 +
 .../customrescuecd-x86_64-0.10.3.ebuild| 55 ++
 app-admin/customrescuecd-x86_64/metadata.xml   | 12 +
 3 files changed, 68 insertions(+)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
new file mode 100644
index 000..3a08f60
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -0,0 +1 @@
+DIST CUSTOMRESCUECD-x86_64-0.10.3.iso 1537474560 BLAKE2B 
d4812074013323d8372bd71bea1c81cbe8cb88e0cf87dd1ec7c4373a1c4f4023cfec383ea3327cb75aa903021d929ac7a29290a2a9a7a75857c591827af7a148
 SHA512 
1092dc85a82c1f17c362b19e91d36602debaab7d52a98945ebb494f9d8bec03fb07b16649c7401233a060ce95905c3f9259107c2eb9f80bd63d759740754105e

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.10.3.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.10.3.ebuild
new file mode 100644
index 000..96d32df
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.10.3.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
+}

diff --git a/app-admin/customrescuecd-x86_64/metadata.xml 
b/app-admin/customrescuecd-x86_64/metadata.xml
new file mode 100644
index 000..002f90c
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+andrea.postigli...@gmail.com
+Andrea Postiglione
+  
+  
+  
+customrescuecd
+  
+