From a65745f33edcaac9c7d87e730c41a733c4a6c135 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 1 Sep 2019 01:00:05 +0200 Subject: Layman configuration is added --- layman.xml | 35 +++++++++++++++++++++++++++++++++++ make.conf | 2 +- make.profile | 1 + 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 layman.xml create mode 120000 make.profile diff --git a/layman.xml b/layman.xml new file mode 100644 index 0000000..2092af5 --- /dev/null +++ b/layman.xml @@ -0,0 +1,35 @@ + + + + nx + Overlay for the NX/FreeNX packages for Gentoo. + https://cgit.gentoo.org/proj/nx.git/ + + nx@gentoo.org + + https://anongit.gentoo.org/git/proj/nx.git + https://cgit.gentoo.org/proj/nx.git/atom/ + + + science + The Gentoo Science Overlay is intended as a place to work outside of the main portage tree on experimental ebuilds. Our aim is to increase the rate of development of scientific packages for Gentoo, but ebuilds in this repository are by their very nature more experimental. If you wish to use them you should be willing to help test and report bugs. For contribution read http://wiki.gentoo.org/wiki/Project:Science/Contributing + http://wiki.gentoo.org/wiki/Project:Science + + sci@gentoo.org + sci + + git://anongit.gentoo.org/proj/sci.git + https://cgit.gentoo.org/proj/sci.git/atom/ + https://github.com/gentoo-science/sci/commits/master.atom + + + pypi + python packages + https://pypi.python.org/pypi + + jauhien@gentoo.org + Jauhien Piatlicki + + gs-pypi pypi + + diff --git a/make.conf b/make.conf index efd28ef..a96ab17 100644 --- a/make.conf +++ b/make.conf @@ -61,7 +61,7 @@ RUBY_TARGETS="ruby25" CONFIG_PROTECT="/usr/share/X11/app-defaults /usr/share/mc /usr/share/mc.46" -PKGDIR=/usr/portage/packages.emul +#PKGDIR=/usr/portage/packages.emul PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/ /Image/My/DarkLin/portage/ $PORTDIR_OVERLAY" #PORTAGE_TMPDIR="/var/tmp/" diff --git a/make.profile b/make.profile new file mode 120000 index 0000000..a2e5afe --- /dev/null +++ b/make.profile @@ -0,0 +1 @@ +/usr/portage/profiles/default/linux/amd64/17.1/developer \ No newline at end of file -- cgit v1.2.1