commit: 1a4f1666284decea478ee35269b8e9acdbeb96f5 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Apr 16 06:33:30 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Apr 16 06:33:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a4f1666
In CVS Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sys-cluster/charmdebug/ChangeLog | 27 -------------------- sys-cluster/charmdebug/charmdebug-6.2.0-r1.ebuild | 31 ----------------------- sys-cluster/charmdebug/metadata.xml | 5 ---- 3 files changed, 63 deletions(-) diff --git a/sys-cluster/charmdebug/ChangeLog b/sys-cluster/charmdebug/ChangeLog deleted file mode 100644 index 9a078d9..0000000 --- a/sys-cluster/charmdebug/ChangeLog +++ /dev/null @@ -1,27 +0,0 @@ -# ChangeLog for sys-cluster/charmdebug -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*charmdebug-6.2.0-r1 (13 Aug 2013) - - 13 Aug 2013; Nicolas Bock <[email protected]> +charmdebug-6.2.0-r1.ebuild, - -charmdebug-6.2.0.ebuild: - sys-cluster/charmdebug: Updated manifest. The Charm++ developers replaced the - tar file on their webpage with a bug fix release with the same filename and - version as before (6.2.0). I updated the manifest and bumped the ebuild so - that users will get the benefit of this new version. Since the old tar file is - not available anymore from the charm download page, I renamed the ebuild - instead of copying it. - - 31 Jul 2013; Nicolas Bock <[email protected]> charmdebug-6.2.0.ebuild: - sys-cluster/charmdebug: Added USE flag conditional. charmdebug does not work - for SMP compiled charm. - - 26 Jun 2013; Nicolas Bock <[email protected]> charmdebug-6.2.0.ebuild: - Beautify - -*charmdebug-6.2.0 (21 Jun 2013) - - 21 Jun 2013; Nicolas Bock <[email protected]> +charmdebug-6.2.0.ebuild, - +metadata.xml: - Added new package: charmdebug. diff --git a/sys-cluster/charmdebug/charmdebug-6.2.0-r1.ebuild b/sys-cluster/charmdebug/charmdebug-6.2.0-r1.ebuild deleted file mode 100644 index 4ee18b9..0000000 --- a/sys-cluster/charmdebug/charmdebug-6.2.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit java-pkg-2 - -DESCRIPTION="A debugger for Charm++ applications" -HOMEPAGE="http://charm.cs.uiuc.edu/" -SRC_URI="http://charm.cs.illinois.edu/distrib/binaries/charmdebug/charmdebug_${PV}.tar.gz" - -S="${WORKDIR}/${PN}" - -LICENSE="charm" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=" - >=virtual/jre-1.6 - sys-cluster/charm[charmdebug,-smp]" - -src_install() { - java-pkg_newjar ${PN}.jar - java-pkg_dolauncher ${PN} \ - --main charm/debug/ParDebug \ - --jar ${PN}.jar \ - --java_args -ms100000000 -mx512000000 -} diff --git a/sys-cluster/charmdebug/metadata.xml b/sys-cluster/charmdebug/metadata.xml deleted file mode 100644 index d369d06..0000000 --- a/sys-cluster/charmdebug/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>sci</herd> -</pkgmetadata>
