diff options
author | 2014-09-28 13:30:42 +0200 | |
---|---|---|
committer | 2014-09-28 13:30:42 +0200 | |
commit | 5ab83fbaa430621c99699598a33638b1d54a6daa (patch) | |
tree | 22901254d543c573161818be550e9932c3227772 /dev-util/smartgit/smartgit-1.0.2.ebuild | |
parent | Update License (diff) | |
download | sci-5ab83fbaa430621c99699598a33638b1d54a6daa.tar.gz sci-5ab83fbaa430621c99699598a33638b1d54a6daa.tar.bz2 sci-5ab83fbaa430621c99699598a33638b1d54a6daa.zip |
dev-util/smartgit: Version BUmp
Package-Manager: portage-2.2.12
Diffstat (limited to 'dev-util/smartgit/smartgit-1.0.2.ebuild')
-rw-r--r-- | dev-util/smartgit/smartgit-1.0.2.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
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 773015bc2..000000000 --- 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" -} |