hasufell    14/07/04 20:10:37

  Modified:             psi-0.15.ebuild ChangeLog psi-9999.ebuild
  Log:
  update icon cache and fix deps wrt #508148
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.4                  net-im/psi/psi-0.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-0.15.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-0.15.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-0.15.ebuild?r1=1.3&r2=1.4

Index: psi-0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psi-0.15.ebuild     10 Sep 2013 07:14:19 -0000      1.3
+++ psi-0.15.ebuild     4 Jul 2014 20:10:36 -0000       1.4
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.15.ebuild,v 1.3 2013/09/10 
07:14:19 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.15.ebuild,v 1.4 2014/07/04 
20:10:36 hasufell Exp $
 
 EAPI=5
 
 PLOCALES="be cs de fr it ja pl pt_BR ru sl sv ur_PK zh_TW"
-inherit eutils l10n multilib qt4-r2 readme.gentoo
+inherit eutils l10n multilib gnome2-utils qt4-r2 readme.gentoo
 
 DESCRIPTION="Qt4 Jabber client, with Licq-like interface"
 HOMEPAGE="http://psi-im.org/";
@@ -26,6 +26,7 @@
        >=dev-qt/qtgui-4.7:4[qt3support]
        >=dev-qt/qt3support-4.7:4
        >=app-crypt/qca-2.0.2:2
+       x11-libs/libX11
        dbus? ( >=dev-qt/qtdbus-4.7:4 )
        spell? ( >=app-text/enchant-1.3.0 )
        xscreensaver? ( x11-libs/libXScrnSaver )
@@ -108,3 +109,16 @@
        insinto /usr/share/${PN}
        l10n_for_each_locale_do install_locale
 }
+
+pkg_preinst() {
+       gnome2_icon_savelist
+}
+
+pkg_postinst() {
+       readme.gentoo_pkg_postinst
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+}



1.238                net-im/psi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/ChangeLog?rev=1.238&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/ChangeLog?rev=1.238&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/ChangeLog?r1=1.237&r2=1.238

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog   10 Sep 2013 07:14:19 -0000      1.237
+++ ChangeLog   4 Jul 2014 20:10:36 -0000       1.238
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/psi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.237 2013/09/10 
07:14:19 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.238 2014/07/04 
20:10:36 hasufell Exp $
+
+  04 Jul 2014; Julian Ospald <hasuf...@gentoo.org> psi-0.15.ebuild,
+  psi-9999.ebuild:
+  update icon cache and fix deps wrt #508148
 
   10 Sep 2013; Sergey Popov <pinkb...@gentoo.org> psi-0.14-r4.ebuild,
   psi-0.15.ebuild, psi-9999.ebuild, metadata.xml:



1.21                 net-im/psi/psi-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-9999.ebuild?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-9999.ebuild?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-9999.ebuild?r1=1.20&r2=1.21

Index: psi-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/psi/psi-9999.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- psi-9999.ebuild     10 Sep 2013 07:14:19 -0000      1.20
+++ psi-9999.ebuild     4 Jul 2014 20:10:36 -0000       1.21
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-9999.ebuild,v 1.20 
2013/09/10 07:14:19 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-9999.ebuild,v 1.21 
2014/07/04 20:10:36 hasufell Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 PSI_PLUS_URI="git://github.com/psi-plus/main.git"
 PSI_PLUS_RESOURCES_URI="git://github.com/psi-plus/resources.git"
 
-inherit eutils qt4-r2 multilib git-2 subversion
+inherit eutils gnome2-utils qt4-r2 multilib git-2 subversion
 
 DESCRIPTION="Qt4 Jabber client, with Licq-like interface"
 HOMEPAGE="http://psi-im.org/";
@@ -33,6 +33,7 @@
 RDEPEND="
        >=dev-qt/qtgui-4.7:4
        >=app-crypt/qca-2.0.2:2
+       x11-libs/libX11
        dbus? ( >=dev-qt/qtdbus-4.7:4 )
        whiteboarding? ( dev-qt/qtsvg:4 )
        spell? (
@@ -200,5 +201,14 @@
 }
 
 pkg_preinst() {
-       true # suppress subversion warnings
+       gnome2_icon_savelist
+}
+
+pkg_postinst() {
+       readme.gentoo_pkg_postinst
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
 }




Reply via email to