diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-08-27 01:49:35 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-08-27 01:49:35 +0000 |
commit | 87fb54b5382e098aeaf500fa833e2a8eb36f3498 (patch) | |
tree | 53cd1a944632104c5b05c8fc60ef8302bda78ecf /app-office/ganttproject | |
parent | Stable on alpha, bug 61749. (Manifest recommit) (diff) | |
download | gentoo-2-87fb54b5382e098aeaf500fa833e2a8eb36f3498.tar.gz gentoo-2-87fb54b5382e098aeaf500fa833e2a8eb36f3498.tar.bz2 gentoo-2-87fb54b5382e098aeaf500fa833e2a8eb36f3498.zip |
Closes #61513
Diffstat (limited to 'app-office/ganttproject')
-rw-r--r-- | app-office/ganttproject/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/ganttproject/files/build.xml.patch | 5 | ||||
-rw-r--r-- | app-office/ganttproject/ganttproject-1.9.11.ebuild | 10 |
3 files changed, 7 insertions, 14 deletions
diff --git a/app-office/ganttproject/ChangeLog b/app-office/ganttproject/ChangeLog index d297292a570b..e00eb8e40b7a 100644 --- a/app-office/ganttproject/ChangeLog +++ b/app-office/ganttproject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/ganttproject # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ChangeLog,v 1.2 2004/08/24 03:10:36 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ChangeLog,v 1.3 2004/08/27 01:49:35 zx Exp $ + + 26 Aug 2004; Chris Aniszczyk <zx@gentoo.org> files/build.xml.patch, + ganttproject-1.9.11.ebuild: + Closes #61513 23 Aug 2004; Chris Aniszczyk <zx@gentoo.org> ganttproject-1.9.11.ebuild: inherit eutils diff --git a/app-office/ganttproject/files/build.xml.patch b/app-office/ganttproject/files/build.xml.patch index 6cc68e10088b..c15e19c8138f 100644 --- a/app-office/ganttproject/files/build.xml.patch +++ b/app-office/ganttproject/files/build.xml.patch @@ -1,8 +1,3 @@ -Index: build.xml -=================================================================== -RCS file: /cvsroot/ganttproject/ganttproject/build.xml,v -retrieving revision 1.72 -diff -r1.72 build.xml 161a162,163 > encoding="ISO-8859-1" > source="1.4" diff --git a/app-office/ganttproject/ganttproject-1.9.11.ebuild b/app-office/ganttproject/ganttproject-1.9.11.ebuild index a311d23e9c91..42ddff59a52a 100644 --- a/app-office/ganttproject/ganttproject-1.9.11.ebuild +++ b/app-office/ganttproject/ganttproject-1.9.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ganttproject-1.9.11.ebuild,v 1.2 2004/08/24 03:10:36 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ganttproject-1.9.11.ebuild,v 1.3 2004/08/27 01:49:35 zx Exp $ inherit eutils java-pkg @@ -17,12 +17,6 @@ KEYWORDS="~x86 ~amd64 ~ppc" DEPEND=">=virtual/jdk-1.4 >=dev-java/ant-1.5.4" -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/build.xml.patch - epatch ${FILESDIR}/ganttcalendar.patch -} - src_compile() { ant || die "Failed building classes" if use doc; then @@ -46,6 +40,6 @@ src_install () { mkdir -p ${D}/usr/share/gnome/apps/Office/ mkdir -p ${D}/usr/share/pixmaps cp ${FILESDIR}/ganttproject.desktop ${D}/usr/share/gnome/apps/Office/ - cp data/resources/icons/ganttproject.png ${D}/usr/share/pixmaps + cp data/resources/icons/ganttproject.gif ${D}/usr/share/pixmaps fi } |