summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2017-07-08 13:22:46 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2017-07-08 13:22:46 -0400
commit68aa38aec8318dd4f5f9439fcfb4e62940800c5e (patch)
treee64c6bab4f702242e77d19ad241cf3f87ebf815d /app-crypt
parentdobin (diff)
downloadsuperposition-68aa38aec8318dd4f5f9439fcfb4e62940800c5e.tar.gz
superposition-68aa38aec8318dd4f5f9439fcfb4e62940800c5e.tar.bz2
superposition-68aa38aec8318dd4f5f9439fcfb4e62940800c5e.zip
update icon cache, happy repoman
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gorilla/Manifest2
-rw-r--r--app-crypt/gorilla/gorilla-1.5.3.7.ebuild18
2 files changed, 16 insertions, 4 deletions
diff --git a/app-crypt/gorilla/Manifest b/app-crypt/gorilla/Manifest
index 29196c7..7585527 100644
--- a/app-crypt/gorilla/Manifest
+++ b/app-crypt/gorilla/Manifest
@@ -1,3 +1,3 @@
DIST gorilla-1.5.3.7.tar.gz 5008679 SHA256 cb55c0134451a26dab10826396752f0e8d5f9fc6af3a85ee75e7dfa914f53720 SHA512 013aaf1a47dac6490aaf11e6598142069d1d32a2a9c8fcf6100c8f9d0a3233e21250510d95ff10930b4dc3b19c065c34a7eae234790f4068cb4c598ab835efc4 WHIRLPOOL ebf1ae84c40a848a95c2f46dd3d7a410518fffbb0e81899ff6eedc56d4dd9b370c032ee1886d375ab70f993798693079029685831f75d181743f11d1964a10a7
-EBUILD gorilla-1.5.3.7.ebuild 1261 SHA256 82041727bdd07f88daa9a7d704e51ef7838319ca1d1b9609823c94ef9154a569 SHA512 7b74afdd168b2890b32204bb6c79d1f4e7ea04fb27928d1da554919b4e68e51a8fe353195fcbe563c918a3dee8067042321f3e5cfb7e10683423c181061eb506 WHIRLPOOL a5a5d98e72e319855059b47df1c3f3ca0e105c45d75b7b6104a69747f6f9fdc8d70c065b0ffbe54f65cc2dbc64b925c00596d9b6ffc44bca6f7f813109e1f8bb
+EBUILD gorilla-1.5.3.7.ebuild 1396 SHA256 bd9e71b6f8c0b00602474a0ac754e8a30c5d54c934f118bdb8bd9bd09a6ded8e SHA512 dcfc1e94b9dc2786db47faea1f1e22b00f07b40fe7dac7814fc439feb1ceb49361f41844a7145a9b7e33d593bb46bfb8cd4abcb3433087c98f8f8904644ef9fd WHIRLPOOL e71395cdaaaa34b9e3237f8026cf6fc5afd7ba6ac7ade7ba0cb8ef0728fb6b79461f9b449daf844f016f02a3c28a0f91e4e4b1cee5be9b10f0945dacc94295c0
MISC metadata.xml 334 SHA256 c977e213ec24ca6de82f0139fd8348acfc6aeea7c3dbf9b8050b23965cfb0762 SHA512 82e606fd71fd8dd152b2e3a0638a6d503789226dcf0fa89d25066af33ae8f648da132578bfa506c172596b0a265590428b6444bdeda54d98dc7f1e80b5939b54 WHIRLPOOL 7df375cc943b9443fcec768dc9bc54f923779e3f852f03505acfcfdf7b97a85443c8a66364d67fd3096a6721f4eccbb63be93f08b9d86ca917c845fd23c8e861
diff --git a/app-crypt/gorilla/gorilla-1.5.3.7.ebuild b/app-crypt/gorilla/gorilla-1.5.3.7.ebuild
index b484b5f..c0a2a26 100644
--- a/app-crypt/gorilla/gorilla-1.5.3.7.ebuild
+++ b/app-crypt/gorilla/gorilla-1.5.3.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,8 +15,8 @@ KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
- >=dev-lang/tcl-8.5
- >=dev-lang/tk-8.5
+ >=dev-lang/tcl-8.5:*
+ >=dev-lang/tk-8.5:*
dev-tcltk/iwidgets
dev-tcltk/bwidget"
RDEPEND=${DEPEND}
@@ -42,3 +42,15 @@ src_install() {
make_desktop_entry "${PREFIX}/gorilla.tcl" "Gorilla" "${PN}" "Security;Utility;"
domenu gorilla
}
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}