dilfridge    14/12/30 22:22:01

  Modified:             splashutils-1.5.4.4-r4.ebuild
                        splashutils-1.5.4.4-r2.ebuild
                        splashutils-1.5.4.4-r3.ebuild
                        splashutils-1.5.4.4-r1.ebuild ChangeLog
  Log:
  Drop support for mng images since it requires lcms:0, bug 526834
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  Changes    Path
1.3                  media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild

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

Index: splashutils-1.5.4.4-r4.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- splashutils-1.5.4.4-r4.ebuild       26 Aug 2014 10:22:31 -0000      1.2
+++ splashutils-1.5.4.4-r4.ebuild       30 Dec 2014 22:22:01 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v 
1.2 2014/08/26 10:22:31 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v 
1.3 2014/12/30 22:22:01 dilfridge Exp $
 
 EAPI=5
 inherit autotools eutils multilib toolchain-funcs
@@ -18,7 +18,7 @@
 FT2SRC="libs/freetype-${V_FT}"
 
 RESTRICT="test"
-IUSE="hardened +png +truetype +mng gpm fbcondecor"
+IUSE="hardened +png +truetype gpm fbcondecor"
 
 DESCRIPTION="Framebuffer splash utilities"
 HOMEPAGE="http://fbsplash.berlios.de";
@@ -47,10 +47,6 @@
                >=media-libs/libpng-1.4.3[static-libs]
                sys-libs/zlib[static-libs(+)]
        )
-       mng? (
-               media-libs/lcms:0[static-libs]
-               media-libs/libmng[static-libs(+)]
-       )
        virtual/jpeg:0[static-libs]
        app-arch/cpio
        media-gfx/fbgrab
@@ -129,7 +125,7 @@
        cd "${S}"
        econf \
                $(use_with png) \
-               $(use_with mng) \
+               --without-mng \
                $(use_with gpm) \
                $(use_with truetype ttf) \
                $(use_with truetype ttf-kernel) \



1.11                 media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild?r1=1.10&r2=1.11

Index: splashutils-1.5.4.4-r2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- splashutils-1.5.4.4-r2.ebuild       10 Aug 2014 21:16:18 -0000      1.10
+++ splashutils-1.5.4.4-r2.ebuild       30 Dec 2014 22:22:01 -0000      1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild,v 
1.10 2014/08/10 21:16:18 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild,v 
1.11 2014/12/30 22:22:01 dilfridge Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 FT2SRC="libs/freetype-${V_FT}"
 
 RESTRICT="test"
-IUSE="hardened +png +truetype +mng gpm fbcondecor"
+IUSE="hardened +png +truetype gpm fbcondecor"
 
 DESCRIPTION="Framebuffer splash utilities"
 HOMEPAGE="http://fbsplash.berlios.de";
@@ -44,10 +44,6 @@
                >=media-libs/libpng-1.4.3[static-libs]
                sys-libs/zlib[static-libs(+)]
        )
-       mng? (
-               media-libs/lcms:0[static-libs]
-               media-libs/libmng[static-libs(+)]
-       )
        virtual/jpeg:0[static-libs]
        >=sys-apps/baselayout-1.9.4-r5
        app-arch/cpio
@@ -121,7 +117,7 @@
        cd "${S}"
        econf \
                $(use_with png) \
-               $(use_with mng) \
+               --without-mng \
                $(use_with gpm) \
                $(use_with truetype ttf) \
                $(use_with truetype ttf-kernel) \



1.5                  media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild?r1=1.4&r2=1.5

Index: splashutils-1.5.4.4-r3.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- splashutils-1.5.4.4-r3.ebuild       14 Oct 2013 12:52:34 -0000      1.4
+++ splashutils-1.5.4.4-r3.ebuild       30 Dec 2014 22:22:01 -0000      1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild,v 
1.4 2013/10/14 12:52:34 pinkbyte Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild,v 
1.5 2014/12/30 22:22:01 dilfridge Exp $
 
 EAPI=5
 inherit autotools eutils multilib toolchain-funcs
@@ -18,7 +18,7 @@
 FT2SRC="libs/freetype-${V_FT}"
 
 RESTRICT="test"
-IUSE="hardened +png +truetype +mng gpm fbcondecor"
+IUSE="hardened +png +truetype gpm fbcondecor"
 
 DESCRIPTION="Framebuffer splash utilities"
 HOMEPAGE="http://fbsplash.berlios.de";
@@ -47,10 +47,6 @@
                >=media-libs/libpng-1.4.3[static-libs]
                sys-libs/zlib[static-libs(+)]
        )
-       mng? (
-               media-libs/lcms:0[static-libs]
-               media-libs/libmng[static-libs(+)]
-       )
        virtual/jpeg:0[static-libs]
        >=sys-apps/baselayout-1.9.4-r5
        app-arch/cpio
@@ -128,7 +124,7 @@
        cd "${S}"
        econf \
                $(use_with png) \
-               $(use_with mng) \
+               --without-mng \
                $(use_with gpm) \
                $(use_with truetype ttf) \
                $(use_with truetype ttf-kernel) \



1.12                 media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild?r1=1.11&r2=1.12

Index: splashutils-1.5.4.4-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- splashutils-1.5.4.4-r1.ebuild       28 Aug 2014 16:51:10 -0000      1.11
+++ splashutils-1.5.4.4-r1.ebuild       30 Dec 2014 22:22:01 -0000      1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v 
1.11 2014/08/28 16:51:10 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v 
1.12 2014/12/30 22:22:01 dilfridge Exp $
 
 EAPI="2"
 
@@ -19,7 +19,7 @@
 FT2SRC="libs/freetype-${V_FT}"
 
 RESTRICT="test"
-IUSE="hardened +png +truetype +mng gpm fbcondecor"
+IUSE="hardened +png +truetype gpm fbcondecor"
 
 DESCRIPTION="Framebuffer splash utilities"
 HOMEPAGE="http://fbsplash.berlios.de";
@@ -39,10 +39,6 @@
                || ( <app-arch/bzip2-1.0.6-r3 app-arch/bzip2[static-libs] )
                || ( <sys-libs/zlib-1.2.5.1-r2 sys-libs/zlib[static-libs] ) )
        png? ( >=media-libs/libpng-1.4.3[static-libs] )
-       mng? (
-               media-libs/lcms:0[static-libs]
-               media-libs/libmng[static-libs]
-               )
        virtual/jpeg:0[static-libs]
        >=sys-apps/baselayout-1.9.4-r5
        app-arch/cpio
@@ -116,7 +112,7 @@
        cd "${S}"
        econf \
                $(use_with png) \
-               $(use_with mng) \
+               --without-mng \
                $(use_with gpm) \
                $(use_with truetype ttf) \
                $(use_with truetype ttf-kernel) \



1.225                media-gfx/splashutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog   28 Aug 2014 16:51:10 -0000      1.224
+++ ChangeLog   30 Dec 2014 22:22:01 -0000      1.225
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/splashutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.224 
2014/08/28 16:51:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.225 
2014/12/30 22:22:01 dilfridge Exp $
+
+  30 Dec 2014; Andreas K. Huettel <[email protected]>
+  splashutils-1.5.4.4-r1.ebuild, splashutils-1.5.4.4-r2.ebuild,
+  splashutils-1.5.4.4-r3.ebuild, splashutils-1.5.4.4-r4.ebuild:
+  Drop support for mng images since it requires lcms:0, bug 526834
 
   28 Aug 2014; Samuli Suominen <[email protected]>
   splashutils-1.5.4.4-r1.ebuild:




Reply via email to