diff --git a/README b/README index 62d6031d..2cb67676 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ How to add this repo using layman ================================= -sudo layman -f -o https://git.backbone.ws/kolan/overlay/blobs/raw/master/layman.xml -a backbone +sudo layman -f -o https://git.backbone.ws/kolan/Overlay/raw/branch/master/layman.xml -a backbone Using Backbone's Profiles @@ -53,7 +53,7 @@ Remarks ======= For Desktops/Laptops I'm using backbone-sources: -https://redmine.backbone.ws/projects/backbone-sources/wiki/Wiki. +https://git.backbone.ws/kolan/backbone-sources. For Gentoo/Kernel Upgrading I'm using app-admin/gentoo-upgrade package scripts. diff --git a/app-admin/gentoo-upgrade/gentoo-upgrade-9999.ebuild b/app-admin/gentoo-upgrade/gentoo-upgrade-9999.ebuild index 01761f6c..58b5a247 100644 --- a/app-admin/gentoo-upgrade/gentoo-upgrade-9999.ebuild +++ b/app-admin/gentoo-upgrade/gentoo-upgrade-9999.ebuild @@ -7,17 +7,17 @@ EAPI=4 inherit eutils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/backbone/gentoo-upgrade.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/Gentoo-Upgrade.git"} inherit git-r3 KEYWORDS="" else - SRC_URI="ftp://backbone.ws/projects/gentoo-upgrade/${P}.tar.bz2" + SRC_URI="https://git.backbone.ws/kolan/gentoo-upgrade/archive/v${PVR}.tar.gz -> gentoo-upgrade-${PVR}.tar.gz" KEYWORDS="-* ~x86 ~amd64" fi DESCRIPTION="Automated Gentoo upgrading" -HOMEPAGE="https://chili.backbone.ws/projects/gentoo-upgrade" +HOMEPAGE="https://git.backbone.ws/kolan/Gentoo-Upgrade" SLOT="0" diff --git a/app-admin/htpasswd/htpasswd-9999.ebuild b/app-admin/htpasswd/htpasswd-9999.ebuild index 6614cbf7..5e6e345e 100644 --- a/app-admin/htpasswd/htpasswd-9999.ebuild +++ b/app-admin/htpasswd/htpasswd-9999.ebuild @@ -7,17 +7,17 @@ EAPI=4 inherit eutils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/backbone/htpasswd.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/htpasswd.git"} inherit git-r3 KEYWORDS="" else - SRC_URI="ftp://backbone.ws/projects/htpasswd/${P}.tar.bz2" + SRC_URI="https://git.backbone.ws/kolan/htpasswd/archive/v${PVR}.tar.gz -> htpasswd-${PVR}.tar.gz" KEYWORDS="-* ~x86 ~amd64" fi DESCRIPTION="Automated Gentoo upgrading" -HOMEPAGE="https://chili.backbone.ws/projects/htpasswd" +HOMEPAGE="https://git.backbone.ws/kolan/htpasswd" SLOT="0" diff --git a/app-admin/network-profile/network-profile-9999.ebuild b/app-admin/network-profile/network-profile-9999.ebuild index 906ba0ad..47be3cf5 100644 --- a/app-admin/network-profile/network-profile-9999.ebuild +++ b/app-admin/network-profile/network-profile-9999.ebuild @@ -7,17 +7,17 @@ EAPI=4 inherit eutils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/backbone/network-profile.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/obsolete.gentoo-network-profile.git"} inherit git-r3 KEYWORDS="" else - SRC_URI="ftp://backbone.ws/projects/network-profile/${P}.tar.bz2" + SRC_URI="https://git.backbone.ws/kolan/obsolete.gentoo-network-profile/archive/v${PVR}.tar.gz -> gentoo-network-profile-${PVR}.tar.gz" KEYWORDS="-* ~x86 ~amd64" fi DESCRIPTION="Gentoo network profiling" -HOMEPAGE="https://chili.backbone.ws/projects/network-profile" +HOMEPAGE="https://git.backbone.ws/kolan/obsolete.gentoo-network-profile" SLOT="0" diff --git a/app-portage/findcruftfiles/findcruftfiles-9999.ebuild b/app-portage/findcruftfiles/findcruftfiles-9999.ebuild index 050ccc62..aa45da3e 100644 --- a/app-portage/findcruftfiles/findcruftfiles-9999.ebuild +++ b/app-portage/findcruftfiles/findcruftfiles-9999.ebuild @@ -7,17 +7,17 @@ EAPI=4 inherit eutils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/backbone/findcruftfiles.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/Portage-FindCruftFiles.git"} inherit git-r3 KEYWORDS="" else - SRC_URI="ftp://backbone.ws/projects/findcruftfiles/${P}.tar.bz2" + SRC_URI="https://git.backbone.ws/kolan/portage-findcruftfiles/archive/v${PVR}.tar.gz -> portage-findcruftfiles-${PVR}.tar.gz" KEYWORDS="-* ~x86 ~amd64" fi DESCRIPTION="Automated Gentoo upgrading" -HOMEPAGE="https://redmine.backbone.ws/projects/findcruftfiles" +HOMEPAGE="https://git.backbone.ws/kolan/Portage-FindCruftFiles" SLOT="0" diff --git a/dev-libs/gobject-plugin/gobject-plugin-9999.ebuild b/dev-libs/gobject-plugin/gobject-plugin-9999.ebuild index 30453751..fc42372e 100644 --- a/dev-libs/gobject-plugin/gobject-plugin-9999.ebuild +++ b/dev-libs/gobject-plugin/gobject-plugin-9999.ebuild @@ -7,18 +7,18 @@ EAPI=5 inherit cmake-utils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git://git.backbone.ws/gtk/gobject-plugin.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/gobject-plugin.git"} inherit git-r3 KEYWORDS="" else #SRC_URI="ftp://ftp.backbone.ws/projects/gobject-plugin/${P}.tar.bz2" - SRC_URI="https://git.backbone.ws/gtk/gobject-plugin/archive/v${PVR}.tar.gz -> gobject-plugin-${PVR}.tar.gz" + SRC_URI="https://git.backbone.ws/kolan/gobject-plugin/archive/v${PVR}.tar.gz -> gobject-plugin-${PVR}.tar.gz" KEYWORDS="-* ~x86 ~amd64" fi DESCRIPTION="Host/Plugin Interfaces for GObject Based Applications/Libraries." -HOMEPAGE="https://redmine.backbone.ws/projects/plugin" +HOMEPAGE="https://git.backbone.ws/kolan/gobject-plugin" SLOT="0" diff --git a/layman.xml b/layman.xml index 394013ab..d19a5cfb 100644 --- a/layman.xml +++ b/layman.xml @@ -4,7 +4,7 @@ name = "backbone" status="unofficial" type = "git" - src = "git://github.com/backbone/overlay.git" + src = "https://git.backbone.ws/kolan/overlay.git" contact = "backbone@backbone.ws"> https://git.backbone.ws/kolan/overlay Backbone’s Portage overlay. diff --git a/media-fonts/corefonts-lucon/corefonts-lucon-1.0.0.ebuild b/media-fonts/corefonts-lucon/corefonts-lucon-1.0.0.ebuild index dbf4ff67..534b8db5 100644 --- a/media-fonts/corefonts-lucon/corefonts-lucon-1.0.0.ebuild +++ b/media-fonts/corefonts-lucon/corefonts-lucon-1.0.0.ebuild @@ -7,11 +7,11 @@ EAPI=4 inherit eutils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git://git.backbone.ws/linux/corefonts-lucon.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/corefonts-lucidaconsole.git"} inherit git-r3 KEYWORDS="" else - SRC_URI="https://git.backbone.ws/linux/corefonts-lucon/archive/v${PV}.tar.gz -> corefonts-lucon-${PV}.tar.gz" + SRC_URI="https://git.backbone.ws/kolan/corefonts-lucidaconsole/archive/v${PV}.tar.gz -> corefonts-lucon-${PV}.tar.gz" KEYWORDS="-* x86 amd64" fi diff --git a/x11-drivers/snail/snail-1.2.6.ebuild b/x11-drivers/snail/snail-1.2.6.ebuild index da41fa37..ef367a32 100644 --- a/x11-drivers/snail/snail-1.2.6.ebuild +++ b/x11-drivers/snail/snail-1.2.6.ebuild @@ -4,19 +4,19 @@ EAPI=4 -EGIT_REPO_URI="git://github.com/backbone/snail.git" +EGIT_REPO_URI="https://git.backbone.ws/kolan/snail.git" [[ 9999 == ${PV} ]] && vcs=git inherit $vcs eutils if [[ 9999 != ${PV} ]]; then - SRC_URI="ftp://backbone.ws/projects/snail/${P}.tar.bz2" + SRC_URI="https://git.backbone.ws/kolan/snail/archive/v${PVR}.tar.gz -> snail-${PVR}.tar.gz" KEYWORDS="-* ~x86 ~amd64" fi DESCRIPTION="Snail - nVidia Optimus support" -HOMEPAGE="https://chili.backbone.ws/projects/snail" +HOMEPAGE="https://git.backbone.ws/kolan/Snail" LICENSE="GPL-3" SLOT="0" diff --git a/x11-drivers/snail/snail-9999.ebuild b/x11-drivers/snail/snail-9999.ebuild index fd9bb2dd..a692b754 100644 --- a/x11-drivers/snail/snail-9999.ebuild +++ b/x11-drivers/snail/snail-9999.ebuild @@ -4,19 +4,19 @@ EAPI=4 -EGIT_REPO_URI="git://github.com/backbone/snail.git" +EGIT_REPO_URI="https://git.backbone.ws/kolan/snail.git" [[ 9999 == ${PV} ]] && vcs=git-r3 inherit $vcs eutils if [[ 9999 != ${PV} ]]; then - SRC_URI="ftp://backbone.ws/projects/snail/${P}.tar.bz2" + SRC_URI="https://git.backbone.ws/kolan/snail/archive/v${PVR}.tar.gz -> snail-${PVR}.tar.gz" KEYWORDS="-* ~x86 ~amd64" fi DESCRIPTION="Snail - nVidia Optimus support" -HOMEPAGE="https://chili.backbone.ws/projects/snail" +HOMEPAGE="https://git.backbone.ws/kolan/Snail" LICENSE="GPL-3" SLOT="0" diff --git a/x11-libs/cairo-chart/cairo-chart-9999.ebuild b/x11-libs/cairo-chart/cairo-chart-9999.ebuild index 56d621c9..9cd994ce 100644 --- a/x11-libs/cairo-chart/cairo-chart-9999.ebuild +++ b/x11-libs/cairo-chart/cairo-chart-9999.ebuild @@ -7,18 +7,18 @@ EAPI=5 inherit cmake-utils if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git://git.backbone.ws/gtk/cairo-chart.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/cairo-chart.git"} inherit git-r3 KEYWORDS="" else #SRC_URI="ftp://ftp.backbone.ws/projects/cairo-chart/${P}.tar.bz2" - SRC_URI="https://git.backbone.ws/gtk/cairo-chart/archive/v${PVR}.tar.gz -> cairo--chart-${PVR}.tar.gz" + SRC_URI="https://git.backbone.ws/kolan/cairo-chart/archive/v${PVR}.tar.gz -> cairo-chart-${PVR}.tar.gz" KEYWORDS="-* ~x86 ~amd64" fi DESCRIPTION="GtkChart for Gtk.DrawingArea (Cairo)." -HOMEPAGE="https://redmine.backbone.ws/projects/cairo-chart" +HOMEPAGE="https://git.backbone.ws/kolan/Cairo-Chart" SLOT="0"