xmw         15/08/05 11:22:54

  Modified:             metadata.xml ChangeLog
  Added:                icc_examin-0.55-r1.ebuild icc_examin-9999.ebuild
  Log:
  Revbump to implement changes of p/r 164 (thanks a17r).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.3                  media-gfx/icc_examin/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        15 Jun 2015 13:34:44 -0000      1.2
+++ metadata.xml        5 Aug 2015 11:22:54 -0000       1.3
@@ -6,6 +6,6 @@
                <name>Michael Weber</name>
        </maintainer>
        <upstream>
-               <remote-id type="sourceforge">oyranos</remote-id>
+               <remote-id type="github">oyranos-cms/icc-examin</remote-id>
        </upstream>
 </pkgmetadata>



1.9                  media-gfx/icc_examin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   31 Jul 2014 06:52:50 -0000      1.8
+++ ChangeLog   5 Aug 2015 11:22:54 -0000       1.9
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/icc_examin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/ChangeLog,v 1.8 
2014/07/31 06:52:50 xmw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/ChangeLog,v 1.9 
2015/08/05 11:22:54 xmw Exp $
+
+*icc_examin-9999 (05 Aug 2015)
+*icc_examin-0.55-r1 (05 Aug 2015)
+
+  05 Aug 2015; Michael Weber <[email protected]> +icc_examin-0.55-r1.ebuild,
+  +icc_examin-9999.ebuild, metadata.xml:
+  Revbump to implement changes of p/r 164 (thanks a17r).
 
   31 Jul 2014; Michael Weber <[email protected]> -icc_examin-0.53.ebuild:
   Drop old



1.1                  media-gfx/icc_examin/icc_examin-0.55-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/icc_examin-0.55-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/icc_examin-0.55-r1.ebuild?rev=1.1&content-type=text/plain

Index: icc_examin-0.55-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/icc_examin/icc_examin-0.55-r1.ebuild,v 1.1 
2015/08/05 11:22:54 xmw Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="Viewer for ICC and CGATS profiles, argylls gamut vrml 
visualisations and GPU gamma tables"
HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=ICC_Examin";
SRC_URI="https://github.com/oyranos-cms/${PN/_/-}/archive/${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-admin/elektra
        media-libs/ftgl
        media-libs/libXcm
        =media-libs/oyranos-0.9.5*
        media-libs/tiff:0
        x11-libs/fltk
        x11-libs/libX11
        x11-libs/libXinerama
        x11-libs/libXpm
        x11-libs/libXrandr
        x11-libs/libXxf86vm"

DEPEND="${RDEPEND}
        virtual/pkgconfig"

S=${WORKDIR}/${P/_/-}

src_prepare() {
        epatch "${FILESDIR}"/${PN}-0.55-fix-xrandr-test.patch

        sed -e '/xdg-icon-resource\|xdg-desktop-menu/d' \
                -i makefile.in
}

src_configure() {
        tc-export CC CXX
        econf --enable-verbose \
                --disable-static
}



1.1                  media-gfx/icc_examin/icc_examin-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/icc_examin-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/icc_examin-9999.ebuild?rev=1.1&content-type=text/plain

Index: icc_examin-9999.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/icc_examin/icc_examin-9999.ebuild,v 1.1 
2015/08/05 11:22:54 xmw Exp $

EAPI=5

inherit eutils toolchain-funcs git-r3

DESCRIPTION="Viewer for ICC and CGATS profiles, argylls gamut vrml 
visualisations and GPU gamma tables"
HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=ICC_Examin";
EGIT_REPO_URI="https://github.com/oyranos-cms/${PN/_/-}.git";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="app-admin/elektra
        media-libs/ftgl
        media-libs/libXcm
        =media-libs/oyranos-9999
        media-libs/tiff:0
        x11-libs/fltk
        x11-libs/libX11
        x11-libs/libXinerama
        x11-libs/libXpm
        x11-libs/libXrandr
        x11-libs/libXxf86vm"

DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_prepare() {
        epatch "${FILESDIR}"/${PN}-0.55-fix-xrandr-test.patch

        sed -e '/xdg-icon-resource\|xdg-desktop-menu/d' \
                -i makefile.in
}

src_configure() {
        tc-export CC CXX
        econf --enable-verbose \
                --disable-static
}




Reply via email to