public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/icm: ChangeLog icm-3.7.2b.ebuild
@ 2011-10-10 20:43 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-10 20:43 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/10 20:43:15

  Modified:             ChangeLog icm-3.7.2b.ebuild
  Log:
  Use ABI slotted tiff instead of tiff-compat which will be removed from tree.
  
  (Portage version: 2.2.0_alpha64/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sci-chemistry/icm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	12 Jul 2011 21:56:15 -0000	1.5
+++ ChangeLog	10 Oct 2011 20:43:15 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/icm
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v 1.5 2011/07/12 21:56:15 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v 1.6 2011/10/10 20:43:15 ssuominen Exp $
+
+  10 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> icm-3.7.2b.ebuild:
+  Use ABI slotted tiff instead of tiff-compat which will be removed from tree.
 
 *icm-3.7.2b (12 Jul 2011)
 



1.2                  sci-chemistry/icm/icm-3.7.2b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild?r1=1.1&r2=1.2

Index: icm-3.7.2b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- icm-3.7.2b.ebuild	12 Jul 2011 21:56:15 -0000	1.1
+++ icm-3.7.2b.ebuild	10 Oct 2011 20:43:15 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild,v 1.1 2011/07/12 21:56:15 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild,v 1.2 2011/10/10 20:43:15 ssuominen Exp $
 
 EAPI="4"
 
@@ -30,7 +30,7 @@
 		app-arch/unzip
 		amd64? (
 			64bit? (
-					media-libs/tiff-compat:3
+					=media-libs/tiff-3*
 					media-libs/libmng
 					app-crypt/mit-krb5
 					app-arch/bzip2
@@ -46,7 +46,7 @@
 			)
 		)
 		x86? (
-				media-libs/tiff-compat:3
+				=media-libs/tiff-3*
 				media-libs/libpng:1.2
 				media-libs/libmng
 				app-crypt/mit-krb5






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/icm: ChangeLog icm-3.7.2b.ebuild
@ 2012-02-05  5:59 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2012-02-05  5:59 UTC (permalink / raw
  To: gentoo-commits

vapier      12/02/05 05:59:11

  Modified:             ChangeLog icm-3.7.2b.ebuild
  Log:
  Move to new unpacker eclass for unpack_makeself.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sci-chemistry/icm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	10 Oct 2011 20:52:18 -0000	1.7
+++ ChangeLog	5 Feb 2012 05:59:10 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/icm
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v 1.7 2011/10/10 20:52:18 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v 1.8 2012/02/05 05:59:10 vapier Exp $
+
+  05 Feb 2012; Mike Frysinger <vapier@gentoo.org> icm-3.7.2b.ebuild:
+  Move to new unpacker eclass for unpack_makeself.
 
   10 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> icm-3.7.2b.ebuild:
   Replace removed media-libs/tiff-compat:3 depend with =media-libs/tiff-3*



1.3                  sci-chemistry/icm/icm-3.7.2b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild?r1=1.2&r2=1.3

Index: icm-3.7.2b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icm-3.7.2b.ebuild	10 Oct 2011 20:43:15 -0000	1.2
+++ icm-3.7.2b.ebuild	5 Feb 2012 05:59:10 -0000	1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild,v 1.2 2011/10/10 20:43:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild,v 1.3 2012/02/05 05:59:10 vapier Exp $
 
 EAPI="4"
 
-inherit eutils versionator
+inherit eutils unpacker versionator
 
 MY_PV=$(replace_version_separator 2 '-' )
 MY_P="$PN-${MY_PV}"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-05  5:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 20:43 [gentoo-commits] gentoo-x86 commit in sci-chemistry/icm: ChangeLog icm-3.7.2b.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-05  5:59 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox