From 0a9d036febc4c1268e612caeffd69cf6733dd845 Mon Sep 17 00:00:00 2001 From: Amy Liffey Date: Sat, 20 Jan 2018 21:46:18 +0100 Subject: [PATCH] app-misc/openastro: fix obsolete svg useflag - Fix metadata order - Fix svg useflag for pycairo Closes: https://bugs.gentoo.org/633736 Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- app-misc/openastro/metadata.xml | 8 ++++---- app-misc/openastro/openastro-1.1.48.ebuild | 4 ++-- app-misc/openastro/openastro-1.1.49.ebuild | 4 ++-- app-misc/openastro/openastro-1.1.50.ebuild | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-misc/openastro/metadata.xml b/app-misc/openastro/metadata.xml index 209be477efe3..51e2b2a8f736 100644 --- a/app-misc/openastro/metadata.xml +++ b/app-misc/openastro/metadata.xml @@ -1,14 +1,14 @@ - - proxy-maint@gentoo.org - Proxy Maintainers - lluixhi@gmail.com Aric Belsito + + proxy-maint@gentoo.org + Proxy Maintainers + devel@openastro.org diff --git a/app-misc/openastro/openastro-1.1.48.ebuild b/app-misc/openastro/openastro-1.1.48.ebuild index dc4fc8ffdfa9..102f982b518e 100644 --- a/app-misc/openastro/openastro-1.1.48.ebuild +++ b/app-misc/openastro/openastro-1.1.48.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ IUSE="jpeg png" DEPEND=" dev-python/pytz[${PYTHON_USEDEP}] dev-python/pygtk:2[${PYTHON_USEDEP}] - dev-python/pycairo[svg,${PYTHON_USEDEP}] + dev-python/pycairo[svg(+),${PYTHON_USEDEP}] dev-python/librsvg-python[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pyswisseph[${PYTHON_USEDEP}] diff --git a/app-misc/openastro/openastro-1.1.49.ebuild b/app-misc/openastro/openastro-1.1.49.ebuild index 142482203fa1..102f982b518e 100644 --- a/app-misc/openastro/openastro-1.1.49.ebuild +++ b/app-misc/openastro/openastro-1.1.49.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ IUSE="jpeg png" DEPEND=" dev-python/pytz[${PYTHON_USEDEP}] dev-python/pygtk:2[${PYTHON_USEDEP}] - dev-python/pycairo[svg,${PYTHON_USEDEP}] + dev-python/pycairo[svg(+),${PYTHON_USEDEP}] dev-python/librsvg-python[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pyswisseph[${PYTHON_USEDEP}] diff --git a/app-misc/openastro/openastro-1.1.50.ebuild b/app-misc/openastro/openastro-1.1.50.ebuild index f9ead0377429..f7f9437778dd 100644 --- a/app-misc/openastro/openastro-1.1.50.ebuild +++ b/app-misc/openastro/openastro-1.1.50.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ IUSE="jpeg png" DEPEND=" dev-python/pytz[${PYTHON_USEDEP}] dev-python/pygtk:2[${PYTHON_USEDEP}] - dev-python/pycairo[svg,${PYTHON_USEDEP}] + dev-python/pycairo[svg(+),${PYTHON_USEDEP}] dev-python/librsvg-python[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pyswisseph[${PYTHON_USEDEP}] -- 2.26.2