Removed net-libs/lazynpm-0.1.4

This commit is contained in:
saundersp
2025-11-30 16:47:29 +01:00
parent 8004a2f6ab
commit 6f5b19fbc4
4 changed files with 0 additions and 68 deletions

View File

@@ -1,13 +0,0 @@
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
DEFINED_PHASES=compile install unpack
DESCRIPTION=terminal UI for npm
EAPI=8
HOMEPAGE=https://github.com/jesseduffield/lazynpm
INHERIT=go-module
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0 BSD ISC MIT Unlicense
RDEPEND=net-libs/nodejs
SLOT=0
SRC_URI=https://github.com/jesseduffield/lazynpm/archive/v0.1.4.tar.gz -> lazynpm-0.1.4.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885
_md5_=dbe96bd546df76965014540f59b80af7

View File

@@ -1,3 +0,0 @@
DIST lazynpm-0.1.4.tar.gz 3488094 BLAKE2B 6f255f4ef3c32f761463db454ed5003f6e07ed963361bbedb28a6422e98b8859644911ed4ab46113e4ef54dbef55ef0ef1aa1d94b63f932d5ae17694779d82d9 SHA512 0ff0960ae29487f5c10caf286f9aa0284897f29ac97a730ecc0fb7105f5097f36980da5b3df7742c84b57e764b0eb085bc7ab11824990fbc30b11d3713f211f5
EBUILD lazynpm-0.1.4.ebuild 616 BLAKE2B c55b5c3668ace12594aa93ee1ae3ed9e42649a8b2f919e5b74bd2a30c6cfb74626dfcdc64f90dcfd06d7ef2ef88d4a5e8e747766a1916887ffa70a21709da690 SHA512 2d555e431ce2aa231cf816f3518dd2639644d5fc9ed1a5300b9441404247432e0792908c5dcde9f3d63b106285c76be2198075cbec8ee83d715755c7b8df9f6a
MISC metadata.xml 1467 BLAKE2B 21d68a881f9b1243c86bfada02ede4da936e8310aa94375aec319d4b3271bd8e84ef841a4ff68ac1f2f0d10b741f2af426ef914f5d6de56627504183657d6dd8 SHA512 c113cfcd2fdc906be1ecb4012a1f70a4442a5fdc99d6b903bd6ac3c528757b964c8679cd4493698b96125c37ae688727e6764078575b9e14bc3398ad7b585718

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION='terminal UI for npm'
HOMEPAGE='https://github.com/jesseduffield/lazynpm'
SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P}"
LICENSE='Apache-2.0 BSD ISC MIT Unlicense'
SLOT='0'
KEYWORDS='~amd64 ~arm64'
RDEPEND='net-libs/nodejs'
DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
src_compile() {
ego build -o bin/"${PN}" -ldflags "-X main.version=${PV}"
}
src_install() {
dobin bin/"${PN}"
einstalldocs
}

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>torokhov-s-a@yandex.ru</email>
<name>Sergey Torokhov</name>
</maintainer>
<longdescription lang="en">
A simple terminal UI for npm commands, written in Go with the gocui library.
npm is pretty cool, but some of its workflows are a little too much for somebody with my atrocious short term memory.
If I need to link a couple of dependencies to a package I need to do an npm install on the package so we're up to date,
then cd to each dependency package and npm install, then npm run build,
then npm link if it's not already globally linked (and how would I know that it is?) and then cd back to the original package and do npm link "dependency" for each dependency.
Pretty much every time I'll get halfway through, suspect that I've forgotten a step, then start again from scratch.
But who needs a functionining brain when have a tool where every step in the process take one keypress and at a glance you can see how everything is linked up?
lazynpm is the younger brother of lazygit and lazydocker, and has learnt from both its siblings how best to make life lazier in the terminal so that you can focus on what matters: programming.
</longdescription>
<upstream>
<remote-id type="github">jesseduffield/lazynpm</remote-id>
</upstream>
</pkgmetadata>