aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorng0 <ng0@we.make.ritual.n0.is>2016-08-12 11:05:09 +0000
committerng0 <ng0@we.make.ritual.n0.is>2016-08-12 11:05:09 +0000
commit05dc3208a879ace0fd7fe164a8eb873ec0708ae3 (patch)
tree769b700a65fc3c34565abc45df95bf52852fc6cf /Documentation
parent9313f2d71781d6958a42fdb209ad2c26a7f8f390 (diff)
downloadyoubroketheinternet-overlay-05dc3208a879ace0fd7fe164a8eb873ec0708ae3.tar.gz
youbroketheinternet-overlay-05dc3208a879ace0fd7fe164a8eb873ec0708ae3.zip
TODO.org, maintainer-notes.org -> Documentation/
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TODO.org90
-rw-r--r--Documentation/maintainer-notes.org11
2 files changed, 101 insertions, 0 deletions
diff --git a/Documentation/TODO.org b/Documentation/TODO.org
new file mode 100644
index 0000000..0f0a3ae
--- /dev/null
+++ b/Documentation/TODO.org
@@ -0,0 +1,90 @@
1* TODO - various tasks which need to be worked on
2
3When you work on this and finished an item, make sure to
4point it out in this file.
5
6** */*
7
8- Update to EAPI 6.
9
10** net-misc/gnunet
11
12- _!Fix the postinst message!_
13- Last dependency checks
14- Debug the openrc service and improve it to function like intended
15 (see post setup notes). Either fix the service or adjust the ebuild.
16*** ng0
17 I think the service is fixed now, we need to make it customizable and
18 then we can include it in gnunet source.
19
20** net-p2p/retroshare
21
22- Check if we are affected by the annual sourceforge stupidity of changing
23 URLs of download locations.
24
25** sys-apps/guix
26
27- Debug the openrc service!
28- Check the ebuild for mistakes.
29- Update to 0.11 [done]
30
31** sys-apps/guix-bin
32
33- Make it functional.
34
35** sys-apps/nix
36
37- Add a service.
38- Debug it.
39
40** www-plugins/*
41
42- Fix this: use() is wrong in the ebuilds.
43
44** dev-perl/Net-PSYC
45
46- fix the last minor problems in Makefile and/or expand it -> ng0 will do it.
47- psycion segfaults when torified. debug this.
48
49** www-client/palemoon
50
51- patch it to remove default start page (which contains advertisment)
52- write an update fetcher - its home page is behind the Great Firewall of Cloudflare
53** www-client/torbrowser-bundle
54
55- we do not actually use this or have tested
56 this. for maintenance ease we should drop
57 it.
58
59
60
61* TODO (packages to be moved to guix)
62
63** psyc
64*** psyclpc
65*** psyced
66** perl
67*** perl-extutils-h2pm
68*** perl-file-touch
69*** perl-ipc-run3-simple
70*** perl-linux-ext2-attributes
71*** perl-net-psyc
72*** perl-unix-mknod
73** qt
74*** qzxing
75** vid-stab
76** miro
77** tox
78*** qtox
79*** toxic
80*** utox
81** ricochet
82** onioncircuits
83** bitmessage
84*** pybitmessage
85** retroshare
86** palemoon
87** hiawatha
88** onionshare
89** interrobang
90
diff --git a/Documentation/maintainer-notes.org b/Documentation/maintainer-notes.org
new file mode 100644
index 0000000..445dbac
--- /dev/null
+++ b/Documentation/maintainer-notes.org
@@ -0,0 +1,11 @@
1* notes on eapi 5 -> eapi 6 porting
2
3** sources
4https://blogs.gentoo.org/mgorny/2015/11/13/the-ultimate-guide-to-eapi-6/
5https://bitbucket.org/wjn/wjn-overlay/wiki/porting-to-EAPI-6
6
7* general notes on gentoo package maintenance
8
9** sources
10https://blogs.gentoo.org/mgorny/2016/01/16/glep67-or-how-packages-are-going-to-be-maintained/
11