slyfox      15/03/18 09:46:28

  Modified:             ghc-7.8.3.ebuild ghc-7.8.4.ebuild ghc-7.4.2.ebuild
                        ghc-7.6.3-r1.ebuild ChangeLog
  Log:
  fix package cache regeneration on upgrade/reinstall (bug #543008 by Kobboi) 
by restoring pkg_postrm()
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.13                 dev-lang/ghc/ghc-7.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.12&r2=1.13

Index: ghc-7.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ghc-7.8.3.ebuild    18 Jan 2015 11:50:59 -0000      1.12
+++ ghc-7.8.3.ebuild    18 Mar 2015 09:46:28 -0000      1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.12 
2015/01/18 11:50:59 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.13 
2015/03/18 09:46:28 slyfox Exp $
 
 EAPI=5
 
@@ -609,3 +609,7 @@
 
        cp -p "${PKGCACHE}"{.shipped,}
 }
+
+pkg_postrm() {
+       ghc-package_pkg_postrm
+}



1.10                 dev-lang/ghc/ghc-7.8.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?r1=1.9&r2=1.10

Index: ghc-7.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ghc-7.8.4.ebuild    19 Jan 2015 09:02:02 -0000      1.9
+++ ghc-7.8.4.ebuild    18 Mar 2015 09:46:28 -0000      1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v 1.9 
2015/01/19 09:02:02 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v 1.10 
2015/03/18 09:46:28 slyfox Exp $
 
 EAPI=5
 
@@ -612,3 +612,7 @@
 
        cp -p "${PKGCACHE}"{.shipped,}
 }
+
+pkg_postrm() {
+       ghc-package_pkg_postrm
+}



1.17                 dev-lang/ghc/ghc-7.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild?r1=1.16&r2=1.17

Index: ghc-7.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ghc-7.4.2.ebuild    18 Jan 2015 11:50:59 -0000      1.16
+++ ghc-7.4.2.ebuild    18 Mar 2015 09:46:28 -0000      1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v 1.16 
2015/01/18 11:50:59 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v 1.17 
2015/03/18 09:46:28 slyfox Exp $
 
 # Brief explanation of the bootstrap logic:
 #
@@ -633,3 +633,7 @@
 
        cp -p "${PKGCACHE}"{.shipped,}
 }
+
+pkg_postrm() {
+       ghc-package_pkg_postrm
+}



1.17                 dev-lang/ghc/ghc-7.6.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?r1=1.16&r2=1.17

Index: ghc-7.6.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ghc-7.6.3-r1.ebuild 18 Jan 2015 11:50:59 -0000      1.16
+++ ghc-7.6.3-r1.ebuild 18 Mar 2015 09:46:28 -0000      1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.16 
2015/01/18 11:50:59 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.17 
2015/03/18 09:46:28 slyfox Exp $
 
 # Brief explanation of the bootstrap logic:
 #
@@ -822,3 +822,7 @@
 
        cp -p "${PKGCACHE}"{.shipped,}
 }
+
+pkg_postrm() {
+       ghc-package_pkg_postrm
+}



1.279                dev-lang/ghc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.279&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.279&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.278&r2=1.279

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- ChangeLog   19 Jan 2015 09:02:02 -0000      1.278
+++ ChangeLog   18 Mar 2015 09:46:28 -0000      1.279
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/ghc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.278 2015/01/19 
09:02:02 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.279 2015/03/18 
09:46:28 slyfox Exp $
+
+  18 Mar 2015; Sergei Trofimovich <[email protected]> ghc-7.4.2.ebuild,
+  ghc-7.6.3-r1.ebuild, ghc-7.8.3.ebuild, ghc-7.8.4.ebuild:
+  fix package cache regeneration on upgrade/reinstall (bug #543008 by Kobboi) 
by
+  restoring pkg_postrm()
 
   19 Jan 2015; Sergei Trofimovich <[email protected]> ghc-7.8.4.ebuild:
   added ia64 binary




Reply via email to