URLs updated.

master
Kolan Sh 2018-03-28 19:04:39 +03:00
コミット 73d9641eaf
11個のファイルの変更29行の追加29行の削除

4
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.

ファイルの表示

@ -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"

ファイルの表示

@ -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"

ファイルの表示

@ -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"

ファイルの表示

@ -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"

ファイルの表示

@ -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"

ファイルの表示

@ -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">
<link>https://git.backbone.ws/kolan/overlay</link>
<description>Backbones Portage overlay.</description>

ファイルの表示

@ -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

ファイルの表示

@ -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"

ファイルの表示

@ -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"

ファイルの表示

@ -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"