Home
       tUpdate URLs. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 5bf874da9bc7748deaac74ad8e2bddbbc99e879e
   DIR parent b8f61661fdf6d6847e1ecc4a6dcb80ce4a5f8f77
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 22 Feb 2018 14:59:37 +0100
       
       Update URLs.
       
       Diffstat:
         M app-admin/sup/sup-9999.ebuild       |       4 ++--
         M dev-lang/go/go-1.10.ebuild          |       2 +-
         M overlay.xml                         |       6 +++---
         M sys-kernel/minipli-sources/minipliā€¦ |       2 --
       
       4 files changed, 6 insertions(+), 8 deletions(-)
       ---
   DIR diff --git a/app-admin/sup/sup-9999.ebuild b/app-admin/sup/sup-9999.ebuild
       t@@ -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"
   DIR diff --git a/dev-lang/go/go-1.10.ebuild b/dev-lang/go/go-1.10.ebuild
       t@@ -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 )"
   DIR diff --git a/overlay.xml b/overlay.xml
       t@@ -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>
   DIR diff --git a/sys-kernel/minipli-sources/minipli-sources-4.9.74.ebuild b/sys-kernel/minipli-sources/minipli-sources-4.9.74.ebuild
       t@@ -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}"