Please find attached ebuild for borg calendar, a java calendar and task tracker written in java, with advanced features such as repeating appointments, email reminders, user tunable task types, xml data import/export, etc... There is a database support which is experimental according to the author.That's why I have not included mysql USE flag support in the ebuild. I suggest app-office/borg. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 32820 [details] borg-1.3.ebuild
Comment on attachment 32820 [details] borg-1.3.ebuild >inherit java-pkg > >DESCRIPTION="Calendar and task tracker, written in Java" >HOMEPAGE="http://borg-calendar.sourceforge.net/" >SRC_URI="mirror://sourceforge/borg-calendar/borg_src_${PV}.zip" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND=">=virtual/jdk-1.4 > >=dev-java/ant-1.4.1" > >S=${WORKDIR}/borg_src > >src_compile() { > cd ant > local antflags="fulldist" > ant ${antflags} || die "compile problem" >} > >src_install() { > java-pkg_dojar dist/*.jar > > cd ${WORKDIR} > echo "#!/bin/sh" > ${PN} > echo "cd /usr/share/${PN}" >> ${PN} > echo '${JAVA_HOME}'/bin/java -jar lib/${PN}.jar '$*' >> ${PN} > > dobin ${PN} >}
Sorry, I wanted to edit the attachment but I'm not yet very familiar with bugzilla :-)
Created attachment 32824 [details] cleaned up ebuild Cleaned up ebuild a little. Tested ebuild and everything worked. Looks like a nice calender program.
New 1.3.1 version. No changes required in the ebuild.
1.3.2 in the tree
forgot to close