Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53181 - [New Ebuild] borg-1.3 : a java based calendar and task tracker
Summary: [New Ebuild] borg-1.3 : a java based calendar and task tracker
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Java team
URL: http://borg-calendar.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-06-06 18:55 UTC by antoine marmignon
Modified: 2004-10-06 14:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
borg-1.3.ebuild (borg-1.3.ebuild,623 bytes, text/plain)
2004-06-06 18:56 UTC, antoine marmignon
Details
cleaned up ebuild (borg-1.3.ebuild,737 bytes, text/plain)
2004-06-06 20:10 UTC, scootersmk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description antoine marmignon 2004-06-06 18:55:25 UTC
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.
Comment 1 antoine marmignon 2004-06-06 18:56:14 UTC
Created attachment 32820 [details]
borg-1.3.ebuild
Comment 2 antoine marmignon 2004-06-06 18:58:44 UTC
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}
>}
Comment 3 antoine marmignon 2004-06-06 19:01:43 UTC
Sorry, I wanted to edit the attachment but I'm not yet very familiar with bugzilla :-)
Comment 4 scootersmk 2004-06-06 20:10:24 UTC
Created attachment 32824 [details]
cleaned up ebuild

Cleaned up ebuild a little.  Tested ebuild and everything worked.  Looks like a
nice calender program.
Comment 5 antoine marmignon 2004-07-06 02:34:09 UTC
New 1.3.1 version.
No changes required in the ebuild.
Comment 6 Thomas Matthijs (RETIRED) gentoo-dev 2004-10-05 12:27:28 UTC
1.3.2 in the tree
Comment 7 Thomas Matthijs (RETIRED) gentoo-dev 2004-10-06 14:43:45 UTC
forgot to close