diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-06 13:38:42 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-06 13:38:42 +0000 |
commit | 79853e12a773c79331a3eff246f4658631df6ec8 (patch) | |
tree | 3af2a770d3f5f95ef0e05a1ced7b7954f585316b /dev-vcs/smartcvs | |
parent | dev-lang/ squirrel: Drop squirel since I added it to tree (diff) | |
download | sunrise-reviewed-79853e12a773c79331a3eff246f4658631df6ec8.tar.gz sunrise-reviewed-79853e12a773c79331a3eff246f4658631df6ec8.tar.bz2 sunrise-reviewed-79853e12a773c79331a3eff246f4658631df6ec8.zip |
sunrise/ dev-vcs: moved stuff from dev-util to dev-vcs
svn path=/sunrise/; revision=10244
Diffstat (limited to 'dev-vcs/smartcvs')
-rw-r--r-- | dev-vcs/smartcvs/ChangeLog | 24 | ||||
-rw-r--r-- | dev-vcs/smartcvs/Manifest | 4 | ||||
-rw-r--r-- | dev-vcs/smartcvs/metadata.xml | 6 | ||||
-rw-r--r-- | dev-vcs/smartcvs/smartcvs-7.0.9.ebuild | 42 |
4 files changed, 76 insertions, 0 deletions
diff --git a/dev-vcs/smartcvs/ChangeLog b/dev-vcs/smartcvs/ChangeLog new file mode 100644 index 000000000..16b592ced --- /dev/null +++ b/dev-vcs/smartcvs/ChangeLog @@ -0,0 +1,24 @@ +# 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-vcs/smartcvs/Manifest b/dev-vcs/smartcvs/Manifest new file mode 100644 index 000000000..67cf525ff --- /dev/null +++ b/dev-vcs/smartcvs/Manifest @@ -0,0 +1,4 @@ +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-vcs/smartcvs/metadata.xml b/dev-vcs/smartcvs/metadata.xml new file mode 100644 index 000000000..5ffd1836c --- /dev/null +++ b/dev-vcs/smartcvs/metadata.xml @@ -0,0 +1,6 @@ +<?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-vcs/smartcvs/smartcvs-7.0.9.ebuild b/dev-vcs/smartcvs/smartcvs-7.0.9.ebuild new file mode 100644 index 000000000..79378f9bc --- /dev/null +++ b/dev-vcs/smartcvs/smartcvs-7.0.9.ebuild @@ -0,0 +1,42 @@ +# 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}" +} |