diff options
author | 2020-08-31 19:34:05 +1200 | |
---|---|---|
committer | 2020-08-31 20:46:31 +1200 | |
commit | faf62736f28211612c9caf2c593fe90387acf8de (patch) | |
tree | 8c027dd2a59bf397353b417f1ff5c7dc16d7bde7 /dev-perl/Cairo-GObject | |
parent | dev-perl/Cairo: Cleanup old 1.107.0 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-perl/Cairo-GObject')
-rw-r--r-- | dev-perl/Cairo-GObject/Cairo-GObject-1.5.0.ebuild | 26 |
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 -" |