diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-04-18 19:03:27 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-04-18 19:03:27 +0000 |
commit | 148f0c2cf688f6627c1aad2979ba945b4cbbc865 (patch) | |
tree | c18454aeda3e3de061ce43950dfc4063c31926fd /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-148f0c2cf688f6627c1aad2979ba945b4cbbc865.tar.gz gentoo-2-148f0c2cf688f6627c1aad2979ba945b4cbbc865.tar.bz2 gentoo-2-148f0c2cf688f6627c1aad2979ba945b4cbbc865.zip |
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Cairo/Cairo-1.105.0.ebuild | 35 | ||||
-rw-r--r-- | dev-perl/Cairo/ChangeLog | 9 |
2 files changed, 42 insertions, 2 deletions
diff --git a/dev-perl/Cairo/Cairo-1.105.0.ebuild b/dev-perl/Cairo/Cairo-1.105.0.ebuild new file mode 100644 index 000000000000..b78090bfe318 --- /dev/null +++ b/dev-perl/Cairo/Cairo-1.105.0.ebuild @@ -0,0 +1,35 @@ +# 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 +} diff --git a/dev-perl/Cairo/ChangeLog b/dev-perl/Cairo/ChangeLog index 9685f2834810..150fa1b3e890 100644 --- a/dev-perl/Cairo/ChangeLog +++ b/dev-perl/Cairo/ChangeLog @@ -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 <dilfridge@gentoo.org> +Cairo-1.105.0.ebuild: + Version bump 18 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> -Cairo-1.102.0.ebuild, -Cairo-1.90.0.ebuild: |