Initial import
This commit is contained in:
3
app-office/ganttproject-bin/Manifest
Normal file
3
app-office/ganttproject-bin/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
AUX 2.8-ganttproject-bin 297 SHA256 b1862777640f597d5e0e56e0f0ffd6398045bf05ff336f25190cac5d247eec8e SHA512 5f05be3b8c404eda0eb1da71e896e079d2f7732d9b7de9bf7c6365f6154a2f60493342305e51abdd081f91aa02f3767b44806e59b2556c246b388628ac3aaec3 WHIRLPOOL 659a7cef099c98128ce02aaeaf4bb4985a774f23c893ed7453e89d357233b00ca06eb97adb26bccd3f8fd5cb4ee5606e6546122722982a28cd19fa28dd410731
|
||||
DIST ganttproject-2.8.1-r2024.zip 13944041 SHA256 8120532c7c20c9589e6d1e317e233fc1af90bf6da5a3cc47223303b5e5b5ced9 SHA512 af286083cc3dda3a0267024718e8199aeb5cd14e2015fecef12ff21f7606c66f7b0753914a45e8e75ff402f716a4b2e294b03f0f737c6714d4c74930544bc80e WHIRLPOOL d7c857cb7bc25ffe42bc663fd3452ec09a3f7878301e8962963a20f385e6ff1c1ee2da812fcb086ee4962571f42b2c3e8e888d09c05e0d81141467707cc24d3c
|
||||
EBUILD ganttproject-bin-2.8.1-r2024.ebuild 925 SHA256 78673d9321c66763056535a58f1775a07f7abc7a986d6a3d602eb3e636e7a39b SHA512 505b14f83de369d746cf4dae1699feedbb4bc7620db2f53030c5790535abeb945d619a79b6e8c456fb81057926a2ba4b67e7dcd825c001920a1d313c9337408c WHIRLPOOL 1a2afd2b45152c3387ba66fa2e71338211f336481dd2e7af3c8e6506bbb6b7ddb4b0ce74389845d67836f172603d51c85832253b08846e7846e80e01c43b7d72
|
||||
12
app-office/ganttproject-bin/files/2.8-ganttproject-bin
Normal file
12
app-office/ganttproject-bin/files/2.8-ganttproject-bin
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
GP_HOME=/opt/ganttproject-bin
|
||||
|
||||
cd ${GP_HOME}
|
||||
|
||||
LOCAL_CLASSPATH=$GP_HOME/eclipsito.jar
|
||||
|
||||
CONFIGURATION_FILE=ganttproject-eclipsito-config.xml
|
||||
BOOT_CLASS=org.bardsoftware.eclipsito.Boot
|
||||
|
||||
$(java-config -J) -Xmx256m -classpath $CLASSPATH:$LOCAL_CLASSPATH $BOOT_CLASS $CONFIGURATION_FILE $*
|
||||
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils java-pkg-2
|
||||
|
||||
MY_P=${PN/-bin}-${PVR}
|
||||
DESCRIPTION="A tool for creating a project schedule by means of Gantt chart and resource load chart"
|
||||
HOMEPAGE="http://ganttproject.sourceforge.net/"
|
||||
SRC_URI="https://dl.ganttproject.biz/ganttproject-2.8.1/ganttproject-2.8.1-r2024.zip"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-arch/unzip
|
||||
>=virtual/jdk-1.4"
|
||||
RDEPEND="virtual/jre"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_install() {
|
||||
insinto /opt/${PN}
|
||||
doins -r eclipsito.jar plugins/ || die
|
||||
|
||||
newbin "${FILESDIR}/${PV%.*}-${PN}" ${PN} || die
|
||||
|
||||
insinto /opt/${PN}/examples
|
||||
doins *.gan || die
|
||||
|
||||
doicon "${S}/plugins/net.sourceforge.ganttproject/data/resources/icons/ganttproject.png"
|
||||
make_desktop_entry ${PN} "GanttProject" ${PN/-bin} "Java;Office;ProjectManagement"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user