Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cairo-GObject/
Date: Mon, 31 Aug 2020 08:48:43
Message-Id: 1598863591.faf62736f28211612c9caf2c593fe90387acf8de.kentnl@gentoo
1 commit: faf62736f28211612c9caf2c593fe90387acf8de
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 07:34:05 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 08:46:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf62736
7
8 dev-perl/Cairo-GObject: Cleanup old 1.5.0
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild | 26 -----------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild
17 deleted file mode 100644
18 index 20351a93cf6..00000000000
19 --- a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DIST_AUTHOR=XAOC
28 -DIST_VERSION=1.005
29 -DIST_EXAMPLES=("examples/*")
30 -inherit perl-module
31 -
32 -DESCRIPTION="Integrate Cairo into the Glib type system"
33 -
34 -LICENSE="LGPL-2.1+"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -RDEPEND="
39 - x11-libs/cairo[glib]
40 - >=dev-perl/glib-perl-1.224.0
41 - >=dev-perl/Cairo-1.80.0
42 -"
43 -BDEPEND="${RDEPEND}
44 - virtual/perl-ExtUtils-MakeMaker
45 - >=dev-perl/ExtUtils-Depends-0.200.0
46 - >=dev-perl/ExtUtils-PkgConfig-1.0.0
47 -"