summaryrefslogtreecommitdiffstats
path: root/Documentation/README
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-11-28 02:34:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-11-28 02:34:44 +0100
commit644110a847c5911c2eb04eb53c93031740561efc (patch)
tree9658dde1cc70b52b233957b7852f87d997e98156 /Documentation/README
downloadtde-packaging-gentoo-644110a847c5911c2eb04eb53c93031740561efc.tar.gz
tde-packaging-gentoo-644110a847c5911c2eb04eb53c93031740561efc.zip
Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'Documentation/README')
-rw-r--r--Documentation/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/README b/Documentation/README
new file mode 100644
index 00000000..27e94fd6
--- /dev/null
+++ b/Documentation/README
@@ -0,0 +1,17 @@
+This is a trinity Gentoo overlay.
+Please don't report bugs to Gentoo bugzilla.
+If you want to report a bug feel free to email me at fatzer2@gmail.com. I'm able to read and write in Russian and English.
+Overlay will be filled with ebuilds of ported to cmake programs from the Trinity Project.
+If you are interested in ebuilds for some packages that are not in the overlay, you can email me too.
+
+Live ebuilds aren't tested at all, but you still can try to build them on your own risk.
+
+In order to properly use this overlay, you have to unmask the qt3 USE flag and packages.
+To do so, execute the following commands as root:
+
+# mkdir -p /etc/portage/profile
+# echo -qt3 >> /etc/portage/profile/use.mask
+# mkdir -p /etc/portage/packages.keywords/
+# cp /var/lib/layman/trinity /etc/portage/packages.keywords/
+
+NOTE: hal compilation is now broken. If you know how to fix it, write me an email.