aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-11-18 14:24:14 +0000
committerJustin Lecher <jlec@gentoo.org>2017-11-18 14:24:14 +0000
commit8585f440e6ddce0ba02b10e43fb6b61ec789fb36 (patch)
tree5b3bd65b454a214ac958d33e6230ad2899eaaa06 /dev-util
parentDrop keyqords due to unmet dependecy (diff)
downloadsci-8585f440e6ddce0ba02b10e43fb6b61ec789fb36.tar.gz
sci-8585f440e6ddce0ba02b10e43fb6b61ec789fb36.tar.bz2
sci-8585f440e6ddce0ba02b10e43fb6b61ec789fb36.zip
dev-util/smartgit: Drop outdated version due to unmet dependency
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/smartgit/Manifest1
-rw-r--r--dev-util/smartgit/metadata.xml5
-rw-r--r--dev-util/smartgit/smartgit-6.5.6.ebuild56
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-util/smartgit/Manifest b/dev-util/smartgit/Manifest
deleted file mode 100644
index 9345ee397..000000000
--- a/dev-util/smartgit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST smartgit-generic-6_5_6.tar.gz 21465255 SHA256 fb479675808d039092b47e52d7d34839df39c90d4d6ff23bf69328cc495c54d2 SHA512 a99dc00abff322e376f557efb45a762c882860bc663df46ae955503c44b56e96b27dfa68d0055198da3c2b8909a221b6b9a3118e2b7109fa4c4c8cce93305c04 WHIRLPOOL b917f05a24c836234c673cd010e839b79b05f39638fcd9da00c60b899597588b67402f45c099c7196d3f76e26533832fc35e3dc8022753e90f1f2d03f294a887
diff --git a/dev-util/smartgit/metadata.xml b/dev-util/smartgit/metadata.xml
deleted file mode 100644
index f7716e599..000000000
--- a/dev-util/smartgit/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>
- <longdescription>SmartSVN is a powerful GUI SVN client written in Java</longdescription>
-</pkgmetadata>
diff --git a/dev-util/smartgit/smartgit-6.5.6.ebuild b/dev-util/smartgit/smartgit-6.5.6.ebuild
deleted file mode 100644
index 81397e265..000000000
--- a/dev-util/smartgit/smartgit-6.5.6.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils java-utils-2 versionator
-
-MY_PV="$(replace_all_version_separators _)"
-MY_P="${PN}-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}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="smartgit"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT="fetch"
-
-DEPEND=">=virtual/jre-1.7:1.7"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}
-
-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_register-environment-variable SWT_GTK3 0
-
- java-pkg_regjar "${ED}"/${rdir}/lib/*.jar
-
- java-pkg_dolauncher ${PN} --java_args "-Dsun.io.useCanonCaches=false -Xmx768m -Xverify:none -XX:+UseG1GC -XX:MaxGCPauseMillis=100 -XX:InitiatingHeapOccupancyPercent=25" --jar bootloader.jar
-
- for X in 32 64 128; do
- insinto /usr/share/icons/hicolor/${X}x${X}/apps
- newins "${S}"/bin/smartgit-${X}.png ${PN}.png
- done
-
- make_desktop_entry "${PN}" "SmartGIT" ${PN} "Development;RevisionControl"
-}
-
-pkg_postinst() {
- elog "${PN} relies on external git/hg executables to work."
- optfeature "Git support" dev-vcs/git
- optfeature "Mercurial support" dev-vcs/mercurial
-}