diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-16 01:23:30 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-16 01:45:36 +1200 |
commit | d7c25c7b0ebdba4443df13389edca4adc1c22b78 (patch) | |
tree | cc5f77267716c0d523d096ec7d1ea12a91a38db3 /dev-perl/Pango | |
parent | dev-perl/Palm: Remove old 1.12.0-r1 (diff) | |
download | gentoo-d7c25c7b0ebdba4443df13389edca4adc1c22b78.tar.gz gentoo-d7c25c7b0ebdba4443df13389edca4adc1c22b78.tar.bz2 gentoo-d7c25c7b0ebdba4443df13389edca4adc1c22b78.zip |
dev-perl/Pango: Remove old 1.227.0
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Pango')
-rw-r--r-- | dev-perl/Pango/Pango-1.227.0.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/dev-perl/Pango/Pango-1.227.0.ebuild b/dev-perl/Pango/Pango-1.227.0.ebuild deleted file mode 100644 index 0ccb6c18d150..000000000000 --- a/dev-perl/Pango/Pango-1.227.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=XAOC -DIST_VERSION=1.227 -VIRTUALX_REQUIRED=manual - -inherit perl-module virtualx - -DESCRIPTION="Layout and render international text" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="examples test minimal" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/glib-perl-1.220.0 - >=dev-perl/Cairo-1.0.0 - >=x11-libs/pango-1.0.0 -" -DEPEND=" - ${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - >=dev-perl/ExtUtils-Depends-0.300.0 - >=dev-perl/ExtUtils-PkgConfig-1.30.0 - test? ( - virtual/perl-Test-Simple - !minimal? ( - >=dev-perl/Gtk2-1.220.0 - $VIRTUALX_DEPEND - ) - ) -" - -src_prepare() { - perl-module_src_prepare - sed -i -e "s:exit 0:exit 1:g" "${S}"/Makefile.PL || die "sed failed" -} -src_install() { - local mydoc - mydoc=("NEWS") - perl-module_src_install - if use examples; then - docompress -x /usr/share/doc/${PF}/examples - insinto /usr/share/doc/${PF}/examples - doins examples/* - fi -} -src_test() { - virtx perl-module_src_test -} |