aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/smartgit/Manifest10
-rw-r--r--dev-util/smartgit/smartgit-1.ebuild6
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-util/smartgit/Manifest b/dev-util/smartgit/Manifest
index 151c06db1..9f822007a 100644
--- a/dev-util/smartgit/Manifest
+++ b/dev-util/smartgit/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-DIST smartgit-generic-1-M6.tar.gz 5394547 RMD160 ccfda2cbd9179e92427d74a936bc7cc5933109c8 SHA1 6793cdb3c828a3f2faeab37dc4796333f023ec73 SHA256 7f3bf51f6eab6462e7941a361ad4cfcb75ed196614a9757244b4fd40b73a4962
-EBUILD smartgit-1.ebuild 1031 RMD160 e827e092c5a1c5dc69bf79f25fe8b6832bedd004 SHA1 ec3774c63240164b7393e9773db1ad2cb8269318 SHA256 38694c41b68ba7cdd6f98db4f14976de2b0e1a5dd7d34a9b5008abd93febd3e4
+DIST smartgit-generic-1.tar.gz 5641643 RMD160 5d79be646f5b774da32c100bd113969ce0af7e3a SHA1 7aa01b58e7503ad62409ecc6c0082f55722d1885 SHA256 dc57a683ab1d79de2441404aa0e3f89361eb8ebc681fc484b92a5a4f36706832
+EBUILD smartgit-1.ebuild 1029 RMD160 ddd263a634399633e2c922db8eb70131a3649d01 SHA1 a0eda0d7bd67c67edda2e144ccece9377e5aa123 SHA256 e6265c8a0490236059fe6b722063f465898d065efa4e80ecac801d90e6a862be
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)
-iEYEARECAAYFAksf0lAACgkQgAnW8HDreRZrWACeP20TLLF8QpYPrFuRE6+VTra9
-1vIAoLnPt8Wr6OV509ReQpYdAo+LwR/p
-=A5z6
+iEYEARECAAYFAksf1jgACgkQgAnW8HDreRZHTgCfaJkkQie8JLEvi/yTXMmQW0GN
+dsUAn0L+QAO7mYZa9GdLrCdZQDbgaVPv
+=gVVi
-----END PGP SIGNATURE-----
diff --git a/dev-util/smartgit/smartgit-1.ebuild b/dev-util/smartgit/smartgit-1.ebuild
index de1a53197..70feb4798 100644
--- a/dev-util/smartgit/smartgit-1.ebuild
+++ b/dev-util/smartgit/smartgit-1.ebuild
@@ -6,7 +6,7 @@ inherit java-utils-2
DESCRIPTION="SmartGIT"
HOMEPAGE="http://www.syntevo.com/smartgit"
-SRC_URI="${PN}-generic-1-M6.tar.gz"
+SRC_URI="${PN}-generic-1.tar.gz"
SLOT="0"
LICENSE="smartgit"
@@ -17,7 +17,7 @@ RESTRICT="fetch"
RDEPEND=">=virtual/jre-1.4.1"
-S="${WORKDIR}"/smartgit-1-M6
+S="${WORKDIR}"/smartgit-1
pkg_nofetch(){
einfo "Please download ${MY_P}.tar.gz from:"
@@ -37,7 +37,7 @@ src_install() {
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"
+ newins "${S}/bin/smartsvn-${X}.png" "${PN}.png" || die "cannot install needed files"
done
make_desktop_entry "${PN}" "SmartGIT" ${PN}.png "Development;RevisionControl"