public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/flox-bin/
@ 2024-03-25 23:15 Julien Roy
  0 siblings, 0 replies; only message in thread
From: Julien Roy @ 2024-03-25 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     cffb2b05a600bd91b19a12b342eca763c4fe08c8
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Mon Mar 25 20:43:21 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Mar 25 20:43:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cffb2b05

app-misc/fox-bix: remove my WIP ebuild that was commited by mistake

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

 app-misc/flox-bin/Manifest              |  1 -
 app-misc/flox-bin/flox-bin-1.0.1.ebuild | 62 ---------------------------------
 2 files changed, 63 deletions(-)

diff --git a/app-misc/flox-bin/Manifest b/app-misc/flox-bin/Manifest
deleted file mode 100644
index f23583643f..0000000000
--- a/app-misc/flox-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST flox-1.0.1.x86_64-linux.deb 65052274 BLAKE2B de15df32e033c6528f4386b52e3eaf2445eac0d1dd16e85ecc8b56f308ddc6d216824988155a793ebb1f73ac7172fc4f8066b23778d3c858bbc2e9ad7829fb06 SHA512 6c419ca1a87245a96d3762e5e08110ac06402cd5d5dd1a9ea0f66c572bae5fe2f9473d617a83d60eb47e46577c2a140d2cf5cc5eb2a90c05c15e457300647162

diff --git a/app-misc/flox-bin/flox-bin-1.0.1.ebuild b/app-misc/flox-bin/flox-bin-1.0.1.ebuild
deleted file mode 100644
index 3eaf547658..0000000000
--- a/app-misc/flox-bin/flox-bin-1.0.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2024 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Developer environments you can take with you, with Nix inside, live virtual envs"
-HOMEPAGE="https://flox.dev"
-
-SRC_URI="https://downloads.flox.dev/by-env/stable/deb/flox-${PV}.x86_64-linux.deb"
-
-inherit unpacker
-
-KEYWORDS="~amd64"
-
-LICENSE="GPL-2"
-SLOT="0"
-RESTRICT="strip binchecks bindist"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="*"
-
-src_prepare() {
-	default
-
-	echo ==========
-	ls -lh
-	echo ==========
-
-	echo ========== etc ======
-	ls -lh etc
-	echo =====================
-
-	echo ========== nix ======
-	ls -lh nix
-	echo =====================
-
-	echo ========== usr ======
-	ls -lh usr
-	echo ==========
-
-	tar xvJf usr/share/nix/nix.tar.xz --no-same-owner
-
-	bin/nix \
-	--extra-experimental-features nix-command \
-	--option substitute false \
-	copy --from usr/share/nix --all --no-check-sigs
-
-# Now that Nix closure has been extracted, set path to prefer
-# tools as provided in installation bundle.
-export PATH=/nix/store/bblyj5b3ii8n6v4ra0nb37cmi3lf8rz9-coreutils-9.3/bin:/nix/store/ddkis1jjybv09d6y2xc0q94r87s3ndni-daemonize-1.7.8/bin:/nix/store/l974pi8a5yqjrjlzmg6apk0jwjv81yqw-findutils-4.9.0/bin:/nix/store/9c5qm297qnvwcf7j0gm01qrslbiqz8rs-gnused-4.9/bin:$PATH
-
-}
-
-src_install() {
-	# Not dobin because dobin doing chmod -x (making not executable)
-	cp -r nix "${ED}"
-}
-
-pkg_postinst() {
-	einfo "TODO some quck start advice OR link to a documentation"
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-25 23:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 23:15 [gentoo-commits] repo/proj/guru:master commit in: app-misc/flox-bin/ Julien Roy

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