summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-08-31 19:34:05 +1200
committerKent Fredric <kentnl@gentoo.org>2020-08-31 20:46:31 +1200
commitfaf62736f28211612c9caf2c593fe90387acf8de (patch)
tree8c027dd2a59bf397353b417f1ff5c7dc16d7bde7
parentdev-perl/Cairo: Cleanup old 1.107.0 (diff)
downloadgentoo-faf62736f28211612c9caf2c593fe90387acf8de.tar.gz
gentoo-faf62736f28211612c9caf2c593fe90387acf8de.tar.bz2
gentoo-faf62736f28211612c9caf2c593fe90387acf8de.zip
dev-perl/Cairo-GObject: Cleanup old 1.5.0
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r--dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild b/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild
deleted file mode 100644
index 20351a93cf6a..000000000000
--- a/dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=XAOC
-DIST_VERSION=1.005
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Integrate Cairo into the Glib type system"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- x11-libs/cairo[glib]
- >=dev-perl/glib-perl-1.224.0
- >=dev-perl/Cairo-1.80.0
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- >=dev-perl/ExtUtils-Depends-0.200.0
- >=dev-perl/ExtUtils-PkgConfig-1.0.0
-"