Merge branch 'master' of github.com:TheChymera/overlay
This commit is contained in:
commit
650cb4178d
@ -8,15 +8,10 @@ If you are looking for the neuroscience software packages maintained by [TheChym
|
||||
## Install
|
||||
|
||||
As per the [current Portage specifications](https://dev.gentoo.org/~zmedico/portage/doc/man/portage.5.html), overlays should be managed via `/etc/portage/repos.conf/`.
|
||||
To enable this overlay make sure you are using a recent Portage version (at least `2.2.14`), and create an `/etc/portage/repos.conf/chymeric` file containing precisely:
|
||||
To enable this overlay make sure you are using a recent Portage version (at least `2.2.14`), and download our `.conf` file to the apropriate system directory (root access will likely be required):
|
||||
|
||||
```
|
||||
[chymeric]
|
||||
masters = gentoo
|
||||
location = /var/lib/overlays/chymeric
|
||||
sync-type = git
|
||||
sync-uri = https://github.com/TheChymera/gentoo-overlay.git
|
||||
priority=8889
|
||||
wget https://raw.githubusercontent.com/TheChymera/overlay/master/metadata/chymeric.conf -O /etc/portage/repos.conf/chymeric
|
||||
```
|
||||
|
||||
Afterwards, simply run `emerge --sync`, and Portage should seamlessly make all our ebuilds available.
|
||||
|
@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python publish-subcribe library"
|
||||
HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip"
|
||||
HOMEPAGE="https://github.com/schollii/pypubsub/"
|
||||
SRC_URI="https://github.com/schollii/pypubsub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{4,5,6,7} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python publish-subcribe library"
|
||||
HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip"
|
||||
HOMEPAGE="https://github.com/schollii/pypubsub/"
|
||||
SRC_URI="
|
||||
https://github.com/schollii/pypubsub/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
|
@ -1,5 +1,6 @@
|
||||
#put this in /etc/portage/repos.conf/
|
||||
[chymeric]
|
||||
masters = gentoo
|
||||
location = /var/lib/overlays/chymeric
|
||||
sync-type = git
|
||||
sync-uri = https://github.com/TheChymera/gentoo-overlay.git
|
||||
priority=8889
|
||||
|
Loading…
x
Reference in New Issue
Block a user