From 24876194f5384c166698d9c89035cf3cb909f31a Mon Sep 17 00:00:00 2001 From: "Justin Lecher (jlec)" Date: Wed, 9 Dec 2009 17:37:37 +0100 Subject: dev-util/smartgit -- version bump the release 1 (Portage version: 2.2_rc56/git/Linux i686) (Signed Manifest commit) --- dev-util/smartgit/ChangeLog | 6 ++++ dev-util/smartgit/Manifest | 10 +++---- dev-util/smartgit/smartgit-0_alpha7.ebuild | 44 ------------------------------ dev-util/smartgit/smartgit-1.ebuild | 44 ++++++++++++++++++++++++++++++ 4 files changed, 55 insertions(+), 49 deletions(-) delete mode 100644 dev-util/smartgit/smartgit-0_alpha7.ebuild create mode 100644 dev-util/smartgit/smartgit-1.ebuild (limited to 'dev-util') diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog index 8cbed8833..9e3c4a993 100644 --- a/dev-util/smartgit/ChangeLog +++ b/dev-util/smartgit/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*smartgit-1 (09 Dec 2009) + + 09 Dec 2009; Justin Lecher (jlec) + -smartgit-0_alpha7.ebuild, +smartgit-1.ebuild: + version bump the release 1 + *smartgit-0_alpha7 (13 Nov 2009) 13 Nov 2009; Justin Lecher (jlec) diff --git a/dev-util/smartgit/Manifest b/dev-util/smartgit/Manifest index 734c56a67..151c06db1 100644 --- a/dev-util/smartgit/Manifest +++ b/dev-util/smartgit/Manifest @@ -2,13 +2,13 @@ Hash: SHA1 DIST smartgit-generic-1-M6.tar.gz 5394547 RMD160 ccfda2cbd9179e92427d74a936bc7cc5933109c8 SHA1 6793cdb3c828a3f2faeab37dc4796333f023ec73 SHA256 7f3bf51f6eab6462e7941a361ad4cfcb75ed196614a9757244b4fd40b73a4962 -EBUILD smartgit-0_alpha7.ebuild 1032 RMD160 0620fce6d39f6ec8f5d3e6e6e99d304e77421bc0 SHA1 1ae54cb61c36a96aa7fb45b98e2fa2d7db42ec5f SHA256 5c42581bc92fc656165a8f855d83134d849656f9e10442ff53a1824577519a54 -MISC ChangeLog 1467 RMD160 2b2a6703851db7f108433560dabfabfe2f07faa5 SHA1 0a86e1c5b9d5acd6be9311491b747741bac5032a SHA256 a08da1dc0885f9ce103fa49209cc4bc60b0c2209db12178a73b4775b0a316b7a +EBUILD smartgit-1.ebuild 1031 RMD160 e827e092c5a1c5dc69bf79f25fe8b6832bedd004 SHA1 ec3774c63240164b7393e9773db1ad2cb8269318 SHA256 38694c41b68ba7cdd6f98db4f14976de2b0e1a5dd7d34a9b5008abd93febd3e4 +MISC ChangeLog 1630 RMD160 263d7111726c7e1588acb86bf1d2ea3dc5c3b602 SHA1 9ce6884d9904b44df6ab7472ca308cfcba19a9a0 SHA256 22376cbc90fc1c2f9f59b7987f21e4079addf6046af78483252186d668a229f7 MISC metadata.xml 263 RMD160 29af7f646812a941362d89c0ee9566150df25b5b SHA1 8d5988faa6a2e1b34ca739895d1b425ddafcb32e SHA256 1a4b794f9b03c548e77abf998b34c58b16e852d255bf0322f34b48554c003c30 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) -iEYEARECAAYFAkr96moACgkQgAnW8HDreRbK2ACeJGqT0Ekp1fJ+CC6v++Mz2zqd -+HoAn3GOrg5812XiJh33qr3HqxLS2SsB -=FURx +iEYEARECAAYFAksf0lAACgkQgAnW8HDreRZrWACeP20TLLF8QpYPrFuRE6+VTra9 +1vIAoLnPt8Wr6OV509ReQpYdAo+LwR/p +=A5z6 -----END PGP SIGNATURE----- diff --git a/dev-util/smartgit/smartgit-0_alpha7.ebuild b/dev-util/smartgit/smartgit-0_alpha7.ebuild deleted file mode 100644 index 3a1bd8552..000000000 --- a/dev-util/smartgit/smartgit-0_alpha7.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit java-utils-2 - -DESCRIPTION="SmartGIT" -HOMEPAGE="http://www.syntevo.com/smartgit" -SRC_URI="${PN}-generic-1-M6.tar.gz" - -SLOT="0" -LICENSE="smartgit" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT="fetch" - -RDEPEND=">=virtual/jre-1.4.1" - -S="${WORKDIR}"/smartgit-1-M6/ - -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/icon-${X}.png" "${PN}.png" || die "cannot install needed files" - done - - make_desktop_entry "${PN}" "SmartGIT" ${PN}.png "Development;RevisionControl" -} diff --git a/dev-util/smartgit/smartgit-1.ebuild b/dev-util/smartgit/smartgit-1.ebuild new file mode 100644 index 000000000..de1a53197 --- /dev/null +++ b/dev-util/smartgit/smartgit-1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit java-utils-2 + +DESCRIPTION="SmartGIT" +HOMEPAGE="http://www.syntevo.com/smartgit" +SRC_URI="${PN}-generic-1-M6.tar.gz" + +SLOT="0" +LICENSE="smartgit" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT="fetch" + +RDEPEND=">=virtual/jre-1.4.1" + +S="${WORKDIR}"/smartgit-1-M6 + +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/icon-${X}.png" "${PN}.png" || die "cannot install needed files" + done + + make_desktop_entry "${PN}" "SmartGIT" ${PN}.png "Development;RevisionControl" +} -- cgit v1.2.3-18-g5258