aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Molari <molari.luca@gmail.com>2015-02-13 18:36:58 +0100
committerLuca Molari <molari.luca@gmail.com>2015-02-13 18:36:58 +0100
commit73335f5f574fa17df047cc893f0fba9da68af334 (patch)
tree6b7beb9fcc20cf7225354a0c6fbd36e93d022ea3 /dev-util/smartgit/smartgit-6.0.6.ebuild
parentrevert back to serial repoman as parallel doesn't work with multiple portages (diff)
downloadsci-73335f5f574fa17df047cc893f0fba9da68af334.tar.gz
sci-73335f5f574fa17df047cc893f0fba9da68af334.tar.bz2
sci-73335f5f574fa17df047cc893f0fba9da68af334.zip
projects/sci: dev-util/smartgit: Version Bump (6.0.6 -> 6.5.6)
Package-Manager: portage-2.2.14
Diffstat (limited to 'dev-util/smartgit/smartgit-6.0.6.ebuild')
-rw-r--r--dev-util/smartgit/smartgit-6.0.6.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/dev-util/smartgit/smartgit-6.0.6.ebuild b/dev-util/smartgit/smartgit-6.0.6.ebuild
deleted file mode 100644
index a5fc486c3..000000000
--- a/dev-util/smartgit/smartgit-6.0.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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="Git client with support for GitHub Pull Requests+Comments, SVN and Mercurial"
-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}" X
- 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"
-}