Please add www-apps/knowledgetree-3.4.5 Reproducible: Couldn't Reproduce
KnowledgeTree uses STABLE and DEV branches now. STABLE 3.4.3 is being released tomorrow (06 September 2007). DEV 3.5.x is a weekly development release branch. 3.4.x = php4 and mysql 4 3.5.x = php5 and mysql 5 3.4.5 is actually the old DEV 3.4.5 release and is no longer valid. I propose that the bump is to STABLE 3.4.3 which is still based on php4 and mysql 4 and will require the least ebuild changes.
Created attachment 130161 [details] knowledgetree-3.4.3.ebuild The files in "/files" where just copied with the new version change. No modifications where made to them.
Just to ensure that this is not getting lost -> my IRC comments: 16:18 <wrobel> chalky: ok, ebuild looks good. usually I would take it from here, fix some minor stuff and put it in portage. since you want cvs access it is up to you to fix the minor stuff :) 16:19 <wrobel> chalky: minor issue 1) -> Did you run repoman on the ebuild? It will come up with a completely insignificant issue but it should be fixed which will display that you know how to use the tool. 16:20 <wrobel> chalky: minor issue 2) the current S=${WORKDIR}/${MY_PN} setting is incorrect. You need to check again what "S" means and how it is used. 16:21 <wrobel> chalky: but other than that the ebuild looks fine and installs without problems. could you attach the fixed ebuild again? thanks ;)
Created attachment 130182 [details] knowledgetree-3.4.3.ebuild 1) Fixed Copyright date error as reported by repoman 2) Reset Header: CVS/SVN field 3) Changed S=${WORKDIR}/${MY_PN} to S=${WORKDIR}/${MY_P}
Created attachment 130249 [details] knowledgetree-3.4.3.ebuild I finally know how "S" works now :-$
in portage Thanks for the ebuild Kevin!