public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/compiz-plugins-main: compiz-plugins-main-0.8.8.ebuild ChangeLog
@ 2012-08-30 16:32 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-08-30 16:32 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/08/30 16:32:22

  Modified:             compiz-plugins-main-0.8.8.ebuild ChangeLog
  Log:
  Use prune_libtool_files instead of simple 'find ... -delete'
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild?r1=1.1&r2=1.2

Index: compiz-plugins-main-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- compiz-plugins-main-0.8.8.ebuild	13 Jun 2012 23:00:45 -0000	1.1
+++ compiz-plugins-main-0.8.8.ebuild	30 Aug 2012 16:32:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild,v 1.1 2012/06/13 23:00:45 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild,v 1.2 2012/08/30 16:32:22 pinkbyte Exp $
 
 EAPI="4"
 
@@ -49,7 +49,7 @@
 
 src_install() {
 	default
-	find "${D}" -name '*.la' -delete || die
+	prune_libtool_files
 }
 
 pkg_preinst() {



1.19                 x11-plugins/compiz-plugins-main/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	13 Jun 2012 23:00:45 -0000	1.18
+++ ChangeLog	30 Aug 2012 16:32:22 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/compiz-plugins-main
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v 1.18 2012/06/13 23:00:45 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v 1.19 2012/08/30 16:32:22 pinkbyte Exp $
+
+  30 Aug 2012; Sergey Popov <pinkbyte@gentoo.org>
+  compiz-plugins-main-0.8.8.ebuild:
+  Use prune_libtool_files instead of simple 'find ... -delete'
 
 *compiz-plugins-main-0.8.8 (13 Jun 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/compiz-plugins-main: compiz-plugins-main-0.8.8.ebuild ChangeLog
@ 2012-08-30 16:35 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-08-30 16:35 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/08/30 16:35:41

  Modified:             compiz-plugins-main-0.8.8.ebuild ChangeLog
  Log:
  disable-dependency-tracking is unneeded for EAPI 4
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild?r1=1.2&r2=1.3

Index: compiz-plugins-main-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- compiz-plugins-main-0.8.8.ebuild	30 Aug 2012 16:32:22 -0000	1.2
+++ compiz-plugins-main-0.8.8.ebuild	30 Aug 2012 16:35:41 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild,v 1.2 2012/08/30 16:32:22 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild,v 1.3 2012/08/30 16:35:41 pinkbyte Exp $
 
 EAPI="4"
 
@@ -41,7 +41,6 @@
 
 src_configure() {
 	econf \
-		--disable-dependency-tracking \
 		--enable-fast-install \
 		--disable-static \
 		$(use_enable gconf schemas)



1.20                 x11-plugins/compiz-plugins-main/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	30 Aug 2012 16:32:22 -0000	1.19
+++ ChangeLog	30 Aug 2012 16:35:41 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/compiz-plugins-main
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v 1.19 2012/08/30 16:32:22 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v 1.20 2012/08/30 16:35:41 pinkbyte Exp $
+
+  30 Aug 2012; Sergey Popov <pinkbyte@gentoo.org>
+  compiz-plugins-main-0.8.8.ebuild:
+  disable-dependency-tracking is unneeded for EAPI 4
 
   30 Aug 2012; Sergey Popov <pinkbyte@gentoo.org>
   compiz-plugins-main-0.8.8.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/compiz-plugins-main: compiz-plugins-main-0.8.8.ebuild ChangeLog
@ 2012-10-09 19:28 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-10-09 19:28 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/10/09 19:28:28

  Modified:             compiz-plugins-main-0.8.8.ebuild ChangeLog
  Log:
  Add missing virtual/glu dependency wrt bug #437656. Thanks to Anatoly for discovering this issue
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild?r1=1.3&r2=1.4

Index: compiz-plugins-main-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- compiz-plugins-main-0.8.8.ebuild	30 Aug 2012 16:35:41 -0000	1.3
+++ compiz-plugins-main-0.8.8.ebuild	9 Oct 2012 19:28:28 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild,v 1.3 2012/08/30 16:35:41 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild,v 1.4 2012/10/09 19:28:28 pinkbyte Exp $
 
 EAPI="4"
 
@@ -17,10 +17,11 @@
 
 RDEPEND="
 	>=gnome-base/librsvg-2.14.0:2
-	virtual/jpeg:0
 	x11-libs/cairo
 	>=x11-libs/compiz-bcop-${PV}
 	>=x11-wm/compiz-${PV}[gconf?]
+	virtual/jpeg:0
+	virtual/glu
 "
 
 DEPEND="${RDEPEND}



1.23                 x11-plugins/compiz-plugins-main/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	25 Sep 2012 14:35:30 -0000	1.22
+++ ChangeLog	9 Oct 2012 19:28:28 -0000	1.23
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/compiz-plugins-main
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v 1.22 2012/09/25 14:35:30 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v 1.23 2012/10/09 19:28:28 pinkbyte Exp $
+
+  09 Oct 2012; Sergey Popov <pinkbyte@gentoo.org>
+  compiz-plugins-main-0.8.8.ebuild:
+  Add missing virtual/glu dependency wrt bug #437656. Thanks to Anatoly for
+  discovering this issue
 
   25 Sep 2012; Sergey Popov <pinkbyte@gentoo.org>
   -files/compiz-plugins-main-0.8.4-put-plugin.patch,





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

end of thread, other threads:[~2012-10-09 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-30 16:35 [gentoo-commits] gentoo-x86 commit in x11-plugins/compiz-plugins-main: compiz-plugins-main-0.8.8.ebuild ChangeLog Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-09 19:28 Sergey Popov (pinkbyte)
2012-08-30 16:32 Sergey Popov (pinkbyte)

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