mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
Revert "sys-apps/pkgit: new package, add 1.0.0, 9999"
This reverts commit 185cd62ecf.
```
sys-apps/pkgit
VisibleVcsPkg: version 1.0.0: VCS version visible for KEYWORDS="~amd64"
```
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>theron.york@cloudnuke.org</email>
|
|
||||||
<name>Theron York</name>
|
|
||||||
</maintainer>
|
|
||||||
<longdescription>
|
|
||||||
pkgit is an unconventional package manager designed to compile and install
|
|
||||||
packages directly from their git repositories. It uses C with Lua for
|
|
||||||
configuration and supports dependency resolution, version pinning, and
|
|
||||||
custom build scripts (bldit.lua).
|
|
||||||
</longdescription>
|
|
||||||
</pkgmetadata>
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
# Copyright 2026 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit git-r3
|
|
||||||
|
|
||||||
DESCRIPTION="Unconventional package manager that compiles & installs packages from git repos"
|
|
||||||
HOMEPAGE="https://git.symlinx.net/pkgit"
|
|
||||||
|
|
||||||
EGIT_REPO_URI="https://git.symlinx.net/pkgit"
|
|
||||||
EGIT_TAG="${PV}"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
|
|
||||||
RDEPEND="dev-lang/luajit:="
|
|
||||||
DEPEND="${RDEPEND}
|
|
||||||
dev-build/make"
|
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
emake || die "emake failed"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install || die "install failed"
|
|
||||||
}
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
# Copyright 2026 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit git-r3
|
|
||||||
|
|
||||||
DESCRIPTION="Unconventional package manager that compiles & installs packages from git repos"
|
|
||||||
HOMEPAGE="https://git.symlinx.net/pkgit"
|
|
||||||
|
|
||||||
EGIT_REPO_URI="https://git.symlinx.net/pkgit"
|
|
||||||
EGIT_BRANCH="master"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS=""
|
|
||||||
|
|
||||||
RDEPEND="dev-lang/luajit:="
|
|
||||||
DEPEND="${RDEPEND}
|
|
||||||
dev-build/make"
|
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
emake || die "emake failed"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install || die "install failed"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user