public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-misc/kolor-manager/files: FindOyranos.cmake
@ 2013-04-15 23:26 Chris Reffett (creffett)
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Reffett (creffett) @ 2013-04-15 23:26 UTC (permalink / raw
  To: gentoo-commits

creffett    13/04/15 23:26:51

  Added:                FindOyranos.cmake
  Log:
  Version bump wrt bug 464084, thanks to Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 42618354)

Revision  Changes    Path
1.1                  kde-misc/kolor-manager/files/FindOyranos.cmake

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kolor-manager/files/FindOyranos.cmake?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kolor-manager/files/FindOyranos.cmake?rev=1.1&content-type=text/plain

Index: FindOyranos.cmake
===================================================================
find_package(PkgConfig)
pkg_check_modules(OYRANOS oyranos)


if(OYRANOS_CFLAGS AND OYRANOS_LIBRARY_DIRS)

  # query pkg-config asking for Oyranos >= 0.4.0
  EXEC_PROGRAM(${PKGCONFIG_EXECUTABLE} ARGS --atleast-version=0.9.0 oyranos RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull )

  if(_return_VALUE STREQUAL "0")
    set(OYRANOS_FOUND TRUE)
    set(HAVE_OYRANOS TRUE)
  else(_return_VALUE STREQUAL "0")
    message(STATUS "Oyranos >= 0.9.0 was found")
  endif(_return_VALUE STREQUAL "0")
endif(OYRANOS_CFLAGS AND OYRANOS_LIBRARY_DIRS)

if (OYRANOS_FOUND)
    if (NOT Oyranos_FIND_QUIETLY)
        message(STATUS "Found OYRANOS: ${OYRANOS_LIBRARY_DIRS} ${OYRANOS_INCLUDE_DIRS}")
    endif (NOT Oyranos_FIND_QUIETLY)
else (OYRANOS_FOUND)
    if (NOT Oyranos_FIND_QUIETLY)
        message(STATUS "Oyranos was NOT found.")
    endif (NOT Oyranos_FIND_QUIETLY)
    if (Oyranos_FIND_REQUIRED)
        message(FATAL_ERROR "Could NOT find Oyranos")
    endif (Oyranos_FIND_REQUIRED)
endif (OYRANOS_FOUND)






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

* [gentoo-commits] gentoo-x86 commit in kde-misc/kolor-manager/files: FindOyranos.cmake
@ 2015-01-28 15:18 Michael Palimaka (kensington)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2015-01-28 15:18 UTC (permalink / raw
  To: gentoo-commits

kensington    15/01/28 15:18:24

  Removed:              FindOyranos.cmake
  Log:
  Remove unused files.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)


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

end of thread, other threads:[~2015-01-28 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 23:26 [gentoo-commits] gentoo-x86 commit in kde-misc/kolor-manager/files: FindOyranos.cmake Chris Reffett (creffett)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-28 15:18 Michael Palimaka (kensington)

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