From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C172A13838B for ; Sun, 28 Sep 2014 11:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 273A5E0885; Sun, 28 Sep 2014 11:30:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADB3FE0885 for ; Sun, 28 Sep 2014 11:30:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 836AB3402A2 for ; Sun, 28 Sep 2014 11:30:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F099671C for ; Sun, 28 Sep 2014 11:30:56 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1411903842.5ab83fbaa430621c99699598a33638b1d54a6daa.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/smartgit/ChangeLog dev-util/smartgit/metadata.xml dev-util/smartgit/smartgit-1.0.2.ebuild dev-util/smartgit/smartgit-6.0.6.ebuild X-VCS-Directories: dev-util/smartgit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5ab83fbaa430621c99699598a33638b1d54a6daa X-VCS-Branch: master Date: Sun, 28 Sep 2014 11:30:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0f9752b2-96c3-4096-85cf-3a1eef66a0b8 X-Archives-Hash: 689bfc3faa364a003dcc075a9ae27044 commit: 5ab83fbaa430621c99699598a33638b1d54a6daa Author: Justin Lecher gentoo org> AuthorDate: Sun Sep 28 11:30:42 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Sep 28 11:30:42 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5ab83fba dev-util/smartgit: Version BUmp Package-Manager: portage-2.2.12 --- dev-util/smartgit/ChangeLog | 12 +++++++- dev-util/smartgit/metadata.xml | 2 +- dev-util/smartgit/smartgit-1.0.2.ebuild | 46 ------------------------------ dev-util/smartgit/smartgit-6.0.6.ebuild | 50 +++++++++++++++++++++++++++++++++ 4 files changed, 62 insertions(+), 48 deletions(-) diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog index b0b2790..a73c2b5 100644 --- a/dev-util/smartgit/ChangeLog +++ b/dev-util/smartgit/ChangeLog @@ -1,7 +1,17 @@ # ChangeLog for dev-util/smartgit -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Sep 2014; Justin Lecher -smartgit-1.0.2.ebuild, + +smartgit-6.0.6.ebuild, metadata.xml: + Version BUmp + +*smartgit-6.0.6 (28 Sep 2014) + + 28 Sep 2014; Justin Lecher -smartgit-1.0.2.ebuild, + +smartgit-6.0.6.ebuild, metadata.xml: + Version BUmp + 25 Oct 2011; Justin Lecher metadata.xml: Removed no-herd from herd tag in metadata.xml diff --git a/dev-util/smartgit/metadata.xml b/dev-util/smartgit/metadata.xml index f549f09..f7716e5 100644 --- a/dev-util/smartgit/metadata.xml +++ b/dev-util/smartgit/metadata.xml @@ -1,5 +1,5 @@ - SmartSVN is a powerful GUI SVN client written in Java + SmartSVN is a powerful GUI SVN client written in Java diff --git a/dev-util/smartgit/smartgit-1.0.2.ebuild b/dev-util/smartgit/smartgit-1.0.2.ebuild deleted file mode 100644 index 773015b..0000000 --- a/dev-util/smartgit/smartgit-1.0.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils java-utils-2 versionator - -MY_PV="$(replace_all_version_separators _)" - -DESCRIPTION="SmartGIT" -HOMEPAGE="http://www.syntevo.com/smartgit" -SRC_URI="${PN}-generic-${MY_PV}.tar.gz" - -SLOT="0" -LICENSE="smartgit" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT="fetch" - -RDEPEND="virtual/jre" - -S="${WORKDIR}"/smartgit-${MY_PV} - -pkg_nofetch(){ - einfo "Please download ${MY_P}.tar.gz from:" - einfo "http://www.syntevo.com/smartgit/early-access.html" - einfo "and move/copy to ${DISTDIR}" -} - -src_install() { - local rdir="/opt/${PN}" - insinto ${rdir} - doins -r * || die "cannot install needed files" - - java-pkg_regjar "${D}"/${rdir}/lib/*.jar - - java-pkg_dolauncher ${PN} --java_args "-Xmx256M -Dsmartgit.vm-xmx=256m" --jar ${PN}.jar - - for X in 32 64 128 - do - insinto /usr/share/icons/hicolor/${X}x${X}/apps - newins "${S}/bin/smartsvn-${X}.png" "${PN}.png" || die "cannot install needed files" - done - - make_desktop_entry "${PN}" "SmartGIT" ${PN}.png "Development;RevisionControl" -} diff --git a/dev-util/smartgit/smartgit-6.0.6.ebuild b/dev-util/smartgit/smartgit-6.0.6.ebuild new file mode 100644 index 0000000..46ee947 --- /dev/null +++ b/dev-util/smartgit/smartgit-6.0.6.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils java-utils-2 versionator + +MY_PV="$(replace_all_version_separators _)" +MY_P="${PN}hg-generic-${MY_PV}" + +DESCRIPTION="SmartGIT" +HOMEPAGE="http://www.syntevo.com/smartgit" +SRC_URI="http://www.syntevo.com/download/${PN}hg/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="smartgit" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT="fetch" + +RDEPEND=">=virtual/jre-1.7:1.7" +DEPEND="${RDEPEND}" + +S="${WORKDIR}"/${MY_P/-generic/} + +pkg_nofetch(){ + einfo "Please download ${A} from:" + einfo "http://www.syntevo.com/smartgit/download" + einfo "and move/copy to ${DISTDIR}" +} + +src_install() { + local rdir="/opt/${PN}" + insinto ${rdir} + doins -r * + + java-pkg_regjar "${ED}"/${rdir}/lib/*.jar + + java-pkg_dolauncher ${PN} --java_args "-Dsun.io.useCanonCaches=false -Xmx256M -Xverify:none -Dsmartgit.vm-xmx=256m" --jar bootloader.jar + + for X in 32 64 128 + do + insinto /usr/share/icons/hicolor/${X}x${X}/apps + newins "${S}"/bin/smartgithg-${X}.png ${PN}.png + done + + make_desktop_entry "${PN}" "SmartGIT" ${PN} "Development;RevisionControl" +}