From bd3520f463d032b57f1733e20609bcbd4c8fc6ff Mon Sep 17 00:00:00 2001 From: Vlastimil Babka Date: Fri, 23 Nov 2007 23:10:57 +0000 Subject: Version bump. (Portage version: 2.1.3.19) --- dev-util/deskzilla/ChangeLog | 8 ++- dev-util/deskzilla/deskzilla-1.4.ebuild | 82 ------------------------ dev-util/deskzilla/deskzilla-1.5.1.ebuild | 84 +++++++++++++++++++++++++ dev-util/deskzilla/files/digest-deskzilla-1.4 | 3 - dev-util/deskzilla/files/digest-deskzilla-1.5.1 | 3 + 5 files changed, 94 insertions(+), 86 deletions(-) delete mode 100644 dev-util/deskzilla/deskzilla-1.4.ebuild create mode 100644 dev-util/deskzilla/deskzilla-1.5.1.ebuild delete mode 100644 dev-util/deskzilla/files/digest-deskzilla-1.4 create mode 100644 dev-util/deskzilla/files/digest-deskzilla-1.5.1 (limited to 'dev-util/deskzilla') diff --git a/dev-util/deskzilla/ChangeLog b/dev-util/deskzilla/ChangeLog index 0c5b41deb3cb..46ec7d13c94d 100644 --- a/dev-util/deskzilla/ChangeLog +++ b/dev-util/deskzilla/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/deskzilla # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/deskzilla/ChangeLog,v 1.8 2007/07/16 12:59:54 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/deskzilla/ChangeLog,v 1.9 2007/11/23 23:10:56 caster Exp $ + +*deskzilla-1.5.1 (23 Nov 2007) + + 23 Nov 2007; Vlastimil Babka -deskzilla-1.4.ebuild, + +deskzilla-1.5.1.ebuild: + Version bump. *deskzilla-1.4.1 (16 Jul 2007) diff --git a/dev-util/deskzilla/deskzilla-1.4.ebuild b/dev-util/deskzilla/deskzilla-1.4.ebuild deleted file mode 100644 index 275c7def0db0..000000000000 --- a/dev-util/deskzilla/deskzilla-1.4.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/deskzilla/deskzilla-1.4.ebuild,v 1.2 2007/07/06 18:20:33 betelgeuse Exp $ - -inherit java-pkg-2 versionator - -DESCRIPTION="A desktop client for Mozilla's Bugzilla bug tracking system." -HOMEPAGE="http://almworks.com/deskzilla" - -MY_PV=$(replace_all_version_separators '_') #${PV/beta/b}) -MY_P="${PN}-${MY_PV}" -S="${WORKDIR}/${MY_P}" -SRC_URI="http://d1.almworks.com/.files/${MY_P}_without_jre.tar.gz" -LICENSE="ALMWorks-1.2" -# license does not allow redistributing, and they seem to silently update -# distfiles... -RESTRICT="mirror" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPEND="" -RDEPEND=">=virtual/jre-1.5 - ~dev-java/picocontainer-1.1 - >=dev-java/jdom-1.0 - >=dev-java/javolution-4.0.2 - >=dev-java/commons-codec-1.3 - >=dev-java/jgoodies-forms-1.0.7 - >=dev-java/commons-logging-1.0.4 - >=dev-java/xmlrpc-2.0.1" - -src_unpack() { - unpack ${A} - # Remove external unaltered bundled jars - local lib="${S}/lib" - local liborig="${S}/lib.orig" - mv ${lib} ${liborig} || die - mkdir ${lib} || die - # They've patched commons-httpclient (was version 3.0) - mv ${liborig}/commons-httpclient.jar ${lib} || die - # They've patched nekohtml (was version 0.9.5) - mv ${liborig}/nekohtml.jar ${lib} || die - # Almworks proprietary lib - mv ${liborig}/almworks-tracker-api.jar ${lib} || die - # IntelliJ IDEA proprietary lib - mv ${liborig}/forms_rt.jar ${lib} || die - # God knows what's this. Anyway, proprietary. - mv ${liborig}/twocents.jar ${lib} || die - rm -rf ${liborig} || die -} - -src_install () { - local dir=/opt/${P} - - insinto ${dir} - doins -r components etc license lib log deskzilla.url - insinto ${dir}/license - doins ${FILESDIR}/${PN}_gentoo.license - - java-pkg_jarinto ${dir} - java-pkg_dojar ${PN}.jar - java-pkg_register-dependency picocontainer-1,jdom-1.0,commons-logging,commons-codec,jgoodies-forms,javolution-4,xmlrpc - java-pkg_dolauncher ${PN} --main "com.almworks.launcher.Launcher" --java_args "-Xmx256M" - - newdoc README.txt README || die - newdoc RELEASE.txt RELEASE || die - - doicon deskzilla.png - make_desktop_entry deskzilla "Deskzilla" deskzilla.png "Development" -} - -pkg_postinst() { - elog "The default, evaluation license allows usage for one month." - elog "You may switch (per-user) to the license we obtained for Gentoo," - elog "located in /opt/${P}/license/${PN}_gentoo.license" - elog "It is locked to Gentoo, ALM Works and Mozilla bugzilla only." - elog "Note that you need to use 1.5 VM to run deskzilla when setting" - elog "license or it won't get set due to bug in 1.6+ VMs." - elog - elog "If you are going to use Deskzilla for an open source project," - elog "you can similarly request your own free license:" - elog "http://almworks.com/opensource.html?product=deskzilla" -} diff --git a/dev-util/deskzilla/deskzilla-1.5.1.ebuild b/dev-util/deskzilla/deskzilla-1.5.1.ebuild new file mode 100644 index 000000000000..20b329f676c3 --- /dev/null +++ b/dev-util/deskzilla/deskzilla-1.5.1.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/deskzilla/deskzilla-1.5.1.ebuild,v 1.1 2007/11/23 23:10:56 caster Exp $ + +inherit java-pkg-2 versionator + +DESCRIPTION="A desktop client for Mozilla's Bugzilla bug tracking system." +HOMEPAGE="http://almworks.com/deskzilla" + +MY_PV=$(replace_all_version_separators '_') #${PV/beta/b}) +MY_P="${PN}-${MY_PV}" +S="${WORKDIR}/${MY_P}" +SRC_URI="http://d1.almworks.com/.files/${MY_P}_without_jre.tar.gz" +LICENSE="ALMWorks-1.2" +# license does not allow redistributing, and they seem to silently update +# distfiles... +RESTRICT="mirror" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="" +RDEPEND=">=virtual/jre-1.5 + ~dev-java/picocontainer-1.1 + >=dev-java/javolution-4.0.2 + >=dev-java/commons-codec-1.3 + >=dev-java/jgoodies-forms-1.0.7 + >=dev-java/commons-logging-1.0.4 + >=dev-java/xmlrpc-2.0.1 + >=dev-java/xerces-2.8" + +src_unpack() { + unpack ${A} + # Remove external unaltered bundled jars + local lib="${S}/lib" + local liborig="${S}/lib.orig" + mv ${lib} ${liborig} || die + mkdir ${lib} || die + # They've patched commons-httpclient (was version 3.0) + mv ${liborig}/commons-httpclient.jar ${lib} || die + # They've patched nekohtml (was version 0.9.5) + mv ${liborig}/nekohtml.jar ${lib} || die + # Also jdom (was 1.0), soon they will patch everything and we will just unpack, yay + mv ${liborig}/pjdom.jar ${lib} || die + # Almworks proprietary lib + mv ${liborig}/almworks-tracker-api.jar ${lib} || die + # IntelliJ IDEA proprietary lib + mv ${liborig}/forms_rt.jar ${lib} || die + # God knows what's this. Anyway, proprietary. + mv ${liborig}/twocents.jar ${lib} || die + rm -rf ${liborig} || die +} + +src_install () { + local dir=/opt/${PN} + + insinto ${dir} + doins -r components etc license lib log deskzilla.url + insinto ${dir}/license + doins "${FILESDIR}"/${PN}_gentoo.license + + java-pkg_jarinto ${dir} + java-pkg_dojar ${PN}.jar + java-pkg_register-dependency xerces-2,picocontainer-1,commons-logging,commons-codec,jgoodies-forms,javolution-4,xmlrpc + java-pkg_dolauncher ${PN} --main "com.almworks.launcher.Launcher" --java_args "-Xmx256M" + + newdoc README.txt README || die + newdoc RELEASE.txt RELEASE || die + + doicon deskzilla.png + make_desktop_entry deskzilla "Deskzilla" deskzilla.png "Development" +} + +pkg_postinst() { + elog "The default, evaluation license allows usage for one month." + elog "You may switch (per-user) to the license we obtained for Gentoo," + elog "located in /opt/${PN}/license/${PN}_gentoo.license" + elog "It is locked to Gentoo, ALM Works and Mozilla bugzilla only." + elog "Note that you need to use 1.5 VM to run deskzilla when setting" + elog "license or it won't get set due to bug in 1.6+ VMs." + elog + elog "If you are going to use Deskzilla for an open source project," + elog "you can similarly request your own free license:" + elog "http://almworks.com/opensource.html?product=deskzilla" +} diff --git a/dev-util/deskzilla/files/digest-deskzilla-1.4 b/dev-util/deskzilla/files/digest-deskzilla-1.4 deleted file mode 100644 index 9dd683a01be9..000000000000 --- a/dev-util/deskzilla/files/digest-deskzilla-1.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9ea42a545c9967e2e8146895b34886d8 deskzilla-1_4_without_jre.tar.gz 6928323 -RMD160 bd8d0355cae9971096ac6a2d88d3e4fe9853aec2 deskzilla-1_4_without_jre.tar.gz 6928323 -SHA256 cf05c9af7af51b876343f3182e458851a3f2b731d78817cb60af68f919768985 deskzilla-1_4_without_jre.tar.gz 6928323 diff --git a/dev-util/deskzilla/files/digest-deskzilla-1.5.1 b/dev-util/deskzilla/files/digest-deskzilla-1.5.1 new file mode 100644 index 000000000000..2cf1e2e9a3fd --- /dev/null +++ b/dev-util/deskzilla/files/digest-deskzilla-1.5.1 @@ -0,0 +1,3 @@ +MD5 1c3252fbff0e674cd8e06605e9348f57 deskzilla-1_5_1_without_jre.tar.gz 7561197 +RMD160 676e62476dbc41905e2a7336076e992908509d15 deskzilla-1_5_1_without_jre.tar.gz 7561197 +SHA256 d76b9a7f01848036b5a6a4055c83c4fa90346e917a4c71899c2a7a3c787bd9fd deskzilla-1_5_1_without_jre.tar.gz 7561197 -- cgit v1.2.3-65-gdbad