dilfridge    15/04/18 19:03:27

  Modified:             ChangeLog
  Added:                Cairo-1.105.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.82                 dev-perl/Cairo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cairo/ChangeLog?rev=1.82&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cairo/ChangeLog?rev=1.82&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cairo/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Cairo/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   18 Apr 2014 17:38:23 -0000      1.81
+++ ChangeLog   18 Apr 2015 19:03:27 -0000      1.82
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Cairo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cairo/ChangeLog,v 1.81 2014/04/18 
17:38:23 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cairo/ChangeLog,v 1.82 2015/04/18 
19:03:27 dilfridge Exp $
+
+*Cairo-1.105.0 (18 Apr 2015)
+
+  18 Apr 2015; Andreas K. Huettel <[email protected]> +Cairo-1.105.0.ebuild:
+  Version bump
 
   18 Apr 2014; Mikle Kolyada <[email protected]> -Cairo-1.102.0.ebuild,
   -Cairo-1.90.0.ebuild:



1.1                  dev-perl/Cairo/Cairo-1.105.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cairo/Cairo-1.105.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cairo/Cairo-1.105.0.ebuild?rev=1.1&content-type=text/plain

Index: Cairo-1.105.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cairo/Cairo-1.105.0.ebuild,v 1.1 
2015/04/18 19:03:27 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=XAOC
MODULE_VERSION=1.105
inherit perl-module

DESCRIPTION="Perl interface to the cairo library"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
IUSE="test"

RDEPEND="
        >=x11-libs/cairo-1.0.0
"
DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        >=dev-perl/extutils-depends-0.200.0
        >=dev-perl/extutils-pkgconfig-1.0.0
        test? (
                dev-perl/Test-Number-Delta
        )
"

SRC_TEST="do"

src_prepare() {
        perl-module_src_prepare
        sed -i -e 's,exit 0,exit 1,' "${S}"/Makefile.PL || die
}




Reply via email to