parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 5bf874da9bc7748deaac74ad8e2bddbbc99e879e
parent b8f61661fdf6d6847e1ecc4a6dcb80ce4a5f8f77
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 22 Feb 2018 14:59:37 +0100

Update URLs.

Diffstat:
Mapp-admin/sup/sup-9999.ebuild | 4++--
Mdev-lang/go/go-1.10.ebuild | 2+-
Moverlay.xml | 6+++---
Msys-kernel/minipli-sources/minipli-sources-4.9.74.ebuild | 2--
4 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/app-admin/sup/sup-9999.ebuild b/app-admin/sup/sup-9999.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit git-r3 savedconfig DESCRIPTION="small and secure tool for privilege escalation" -HOMEPAGE="https://github.com/parazyd/sup/" -EGIT_REPO_URI="https://github.com/parazyd/sup/" +HOMEPAGE="https://parazyd.org/git/sup/" +EGIT_REPO_URI="https://git.parazyd.org/sup.git" LICENSE="GPL-3+" SLOT="0" diff --git a/dev-lang/go/go-1.10.ebuild b/dev-lang/go/go-1.10.ebuild @@ -11,7 +11,7 @@ MY_PV=${PV/_/} inherit toolchain-funcs #BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist" -BOOTSTRAP_DIST="https://pub.parazyd.cf/mirror/gentoo/distfiles" +BOOTSTRAP_DIST="https://parazyd.org/pub/mirror/gentoo/distfiles" BOOTSTRAP_VERSION="bootstrap-1.4.3" BOOTSTRAP_URI=" amd64? ( ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz )" diff --git a/overlay.xml b/overlay.xml @@ -3,12 +3,12 @@ <repo priority="10" status="unofficial"> <name>parlay</name> <description>Yet another Gentoo overlay!</description> - <homepage>https://parazyd.cf</homepage> + <homepage>gopher://parazyd.org</homepage> <owner> <email>parazyd@dyne.org</email> <name>parazyd</name> </owner> - <source type="git">git://github.com/parazyd/parlay.git</source> - <feed>https://github.com/parazyd/parlay/commits/master.atom</feed> + <source type="git">https://git.parazyd.org/parlay.git</source> + <feed>https://parazyd.org/git/parlay/atom.xml</feed> </repo> </repositories> diff --git a/sys-kernel/minipli-sources/minipli-sources-4.9.74.ebuild b/sys-kernel/minipli-sources/minipli-sources-4.9.74.ebuild @@ -23,8 +23,6 @@ GRSEC_VERS_URL="${GRSEC_BASE_URL}/v${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-unofficia GRSEC_FILE="v${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-unofficial_grsec-${GRSEC_DATE}.diff" GRSEC_URI="${GRSEC_VERS_URL}/${GRSEC_FILE}" -#EXTRAS_URI="https://pub.parazyd.cf/mirror/gentoo/patches/minipli-sources-extras.tar.gz" - SRC_URI="${KERNEL_URI} ${GRSEC_URI}" UNIPATCH_LIST="${DISTDIR}/${GRSEC_FILE}"