summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--layman.xml35
-rw-r--r--make.conf2
l---------make.profile1
3 files changed, 37 insertions, 1 deletions
diff --git a/layman.xml b/layman.xml
new file mode 100644
index 0000000..2092af5
--- /dev/null
+++ b/layman.xml
@@ -0,0 +1,35 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<repositories encoding="UTF-8" version="1.0">
+ <repo priority="50" quality="experimental" status="official">
+ <name>nx</name>
+ <description>Overlay for the NX/FreeNX packages for Gentoo.</description>
+ <homepage>https://cgit.gentoo.org/proj/nx.git/</homepage>
+ <owner>
+ <email>nx@gentoo.org</email>
+ </owner>
+ <source type="git">https://anongit.gentoo.org/git/proj/nx.git</source>
+ <feed>https://cgit.gentoo.org/proj/nx.git/atom/</feed>
+ </repo>
+ <repo priority="50" quality="experimental" status="official">
+ <name>science</name>
+ <description>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</description>
+ <homepage>http://wiki.gentoo.org/wiki/Project:Science</homepage>
+ <owner>
+ <email>sci@gentoo.org</email>
+ <name>sci</name>
+ </owner>
+ <source type="git">git://anongit.gentoo.org/proj/sci.git</source>
+ <feed>https://cgit.gentoo.org/proj/sci.git/atom/</feed>
+ <feed>https://github.com/gentoo-science/sci/commits/master.atom</feed>
+ </repo>
+ <repo priority="50" quality="experimental" status="unofficial">
+ <name>pypi</name>
+ <description>python packages</description>
+ <homepage>https://pypi.python.org/pypi</homepage>
+ <owner>
+ <email>jauhien@gentoo.org</email>
+ <name>Jauhien Piatlicki</name>
+ </owner>
+ <source type="g-sorcery">gs-pypi pypi</source>
+ </repo>
+</repositories>
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