ulm         15/03/31 17:56:32

  Modified:             ChangeLog cogl-1.18.2-r1.ebuild cogl-1.18.2.ebuild
  Log:
  Update dependency after package move of eselect modules to app-eselect.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  Changes    Path
1.56                 media-libs/cogl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?rev=1.56&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?rev=1.56&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   15 Mar 2015 13:28:41 -0000      1.55
+++ ChangeLog   31 Mar 2015 17:56:31 -0000      1.56
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/cogl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.55 2015/03/15 
13:28:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.56 2015/03/31 
17:56:31 ulm Exp $
+
+  31 Mar 2015; Ulrich Müller <[email protected]> cogl-1.18.2.ebuild,
+  cogl-1.18.2-r1.ebuild:
+  Update dependency after package move of eselect modules to app-eselect.
 
   15 Mar 2015; Pacho Ramos <[email protected]> cogl-1.18.2-r1.ebuild:
   x86 stable, bug 534012



1.4                  media-libs/cogl/cogl-1.18.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild?r1=1.3&r2=1.4

Index: cogl-1.18.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cogl-1.18.2-r1.ebuild       15 Mar 2015 13:28:41 -0000      1.3
+++ cogl-1.18.2-r1.ebuild       31 Mar 2015 17:56:31 -0000      1.4
@@ -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/media-libs/cogl/cogl-1.18.2-r1.ebuild,v 1.3 
2015/03/15 13:28:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild,v 1.4 
2015/03/31 17:56:31 ulm Exp $
 
 EAPI="5"
 CLUTTER_LA_PUNT="yes"
@@ -51,7 +51,7 @@
        sys-devel/gettext
        virtual/pkgconfig
        test? (
-               app-admin/eselect-opengl
+               app-eselect/eselect-opengl
                media-libs/mesa[classic] )
 "
 
@@ -68,8 +68,8 @@
                # For some reason the configure switch will not completely 
disable
                # tests being built
                sed -e "s/^\(SUBDIRS =.*\)test-fixtures\(.*\)$/\1\2/" \
-               -e "s/^\(SUBDIRS +=.*\)tests\(.*\)$/\1\2/" \
-               -e "s/^\(.*am__append.* \)tests\(.*\)$/\1\2/" \
+                       -e "s/^\(SUBDIRS +=.*\)tests\(.*\)$/\1\2/" \
+                       -e "s/^\(.*am__append.* \)tests\(.*\)$/\1\2/" \
                        -i Makefile.am Makefile.in || die
        fi
 



1.4                  media-libs/cogl/cogl-1.18.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild?r1=1.3&r2=1.4

Index: cogl-1.18.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cogl-1.18.2.ebuild  23 Jul 2014 15:19:13 -0000      1.3
+++ cogl-1.18.2.ebuild  31 Mar 2015 17:56:31 -0000      1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild,v 1.3 
2014/07/23 15:19:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild,v 1.4 
2015/03/31 17:56:31 ulm Exp $
 
 EAPI="5"
 CLUTTER_LA_PUNT="yes"
@@ -45,7 +45,7 @@
        sys-devel/gettext
        virtual/pkgconfig
        test? (
-               app-admin/eselect-opengl
+               app-eselect/eselect-opengl
                media-libs/mesa[classic] )
 "
 
@@ -62,8 +62,8 @@
                # For some reason the configure switch will not completely 
disable
                # tests being built
                sed -e "s/^\(SUBDIRS =.*\)test-fixtures\(.*\)$/\1\2/" \
-               -e "s/^\(SUBDIRS +=.*\)tests\(.*\)$/\1\2/" \
-               -e "s/^\(.*am__append.* \)tests\(.*\)$/\1\2/" \
+                       -e "s/^\(SUBDIRS +=.*\)tests\(.*\)$/\1\2/" \
+                       -e "s/^\(.*am__append.* \)tests\(.*\)$/\1\2/" \
                        -i Makefile.am Makefile.in || die
        fi
 




Reply via email to