summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-03-06 13:38:42 +0000
committerJustin Lecher <jlec@gentoo.org>2010-03-06 13:38:42 +0000
commit79853e12a773c79331a3eff246f4658631df6ec8 (patch)
tree3af2a770d3f5f95ef0e05a1ced7b7954f585316b /dev-util/smartcvs
parentdev-lang/ squirrel: Drop squirel since I added it to tree (diff)
downloadsunrise-79853e12a773c79331a3eff246f4658631df6ec8.tar.gz
sunrise-79853e12a773c79331a3eff246f4658631df6ec8.tar.bz2
sunrise-79853e12a773c79331a3eff246f4658631df6ec8.zip
sunrise/ dev-vcs: moved stuff from dev-util to dev-vcs
svn path=/sunrise/; revision=10244
Diffstat (limited to 'dev-util/smartcvs')
-rw-r--r--dev-util/smartcvs/ChangeLog24
-rw-r--r--dev-util/smartcvs/Manifest4
-rw-r--r--dev-util/smartcvs/metadata.xml6
-rw-r--r--dev-util/smartcvs/smartcvs-7.0.9.ebuild42
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-util/smartcvs/ChangeLog b/dev-util/smartcvs/ChangeLog
deleted file mode 100644
index 16b592ced..000000000
--- a/dev-util/smartcvs/ChangeLog
+++ /dev/null
@@ -1,24 +0,0 @@
-# ChangeLog for dev-util/smartcvs
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 13 Sep 2009; Nikos Nikolaou (nxnikos) <nikos@nikolaou.name>
- -smartcvs-7.0.8.ebuild, +smartcvs-7.0.9.ebuild:
- Version bump commit ok by bonsaikitten
-
- 12 Jul 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- smartcvs-7.0.8.ebuild:
- Whitespace, add die statement
-
- 05 Jun 2009; Nikos Nikolaou <nikos@nikolaou.name> -smartcvs-7.0.7.ebuild,
- +smartcvs-7.0.8.ebuild:
- Version bump and few changes to include java-pkg-2, review by Tommy[D]
-
- 09 Apr 2009; Nikos Nikolaou (nxnikos) <nikos@nikolaou.name>
- smartcvs-7.0.7.ebuild, metadata.xml:
- removed files dir, further changes after review by Tommy[D]
-
- 09 Apr 2009; Nikos Nikolaou (nxnikos) <nikos@nikolaou.name>
- +smartcvs-7.0.7.ebuild, +metadata.xml:
- New ebuild for smartcvs, bug 183328
-
diff --git a/dev-util/smartcvs/Manifest b/dev-util/smartcvs/Manifest
deleted file mode 100644
index 67cf525ff..000000000
--- a/dev-util/smartcvs/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST smartcvs-generic-7_0_9.tar.gz 7240557 RMD160 47b1e5772d6d4904245578686b0eaf190e6b5ba1 SHA1 630d624f71a6fbc2b35d99142b04849689ea504b SHA256 1761d8e46a6e708d1c058746b7665de0d9eb3d3c2ef84ae3500a5ee828b3191c
-EBUILD smartcvs-7.0.9.ebuild 1067 RMD160 6cea18b6ff37d5cf5013ce9a1ce737710bbd9e39 SHA1 cab8b0e13ecaffd776756d22fb73172df69633b0 SHA256 5b5b683a67bd4bce989ad789e5736b8d462f5715e9dfa5c434c58ead1aa27636
-MISC ChangeLog 871 RMD160 7abe12e7888447b67be38e7a741ad1478b3c3c78 SHA1 1d83cf419252669f462f4533a197b5d7c6e1366f SHA256 5afcc481d15e5346ac0aa83a33e461e3b8dac24bdc18e68caed787a9824fa081
-MISC metadata.xml 263 RMD160 c831d150127c3f28e0432001456062256ec2a7dc SHA1 ac4f7701853461192d8830c4b2763151e0c6adfe SHA256 7815d8221dd843dd8c3f2e4d40b4ca38df80169b9f15e4cd88fc8a75b742a2bf
diff --git a/dev-util/smartcvs/metadata.xml b/dev-util/smartcvs/metadata.xml
deleted file mode 100644
index 5ffd1836c..000000000
--- a/dev-util/smartcvs/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>maintainer-wanted</herd>
- <longdescription>SmartCVS is a powerful GUI CVS client written in Java</longdescription>
-</pkgmetadata>
diff --git a/dev-util/smartcvs/smartcvs-7.0.9.ebuild b/dev-util/smartcvs/smartcvs-7.0.9.ebuild
deleted file mode 100644
index 79378f9bc..000000000
--- a/dev-util/smartcvs/smartcvs-7.0.9.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils java-pkg-2
-
-MY_PV=${PV//./_}
-MY_P=smartcvs-generic-${MY_PV}
-
-DESCRIPTION="SmartCVS"
-HOMEPAGE="http://www.syntevo.com/smartcvs/"
-SRC_URI="${MY_P}.tar.gz"
-SLOT="0"
-LICENSE="smartcvs"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT="fetch"
-
-RDEPEND=">=virtual/jre-1.4.1"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_install() {
- local rdir="/opt/${PN}"
- insinto ${rdir}
- doins -r * || die
- java-pkg_regjar ${rdir}/lib/${PN}.jar
- java-pkg_dolauncher ${PN} "--java-args -Xmx256 --jar ${PN}.jar"
- for X in 32 48 64 128
- do
- insinto /usr/share/icons/hicolor/${X}x${X}/apps
- newins "${S}/bin/${PN}-${X}x${X}.png" "${PN}.png" || die "cannot install needed files"
- done
- make_desktop_entry ${PN} "SmartCVS" ${PN}.png "Development;RevisionControl"
-}
-
-pkg_nofetch() {
- einfo "Please download ${MY_P}.tar.gz from:"
- einfo "http://www.syntevo.com/smartcvs/download.html?file=smartcvs%2Fsmartcvs-generic-${MY_PV}.tar.gz"
- einfo "and move/copy to ${DISTDIR}"
-}