commit:     723356834a90a8373c5d3620d89e7e0c9cbdcbbb
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 10 15:41:56 2020 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 08:10:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72335683

sys-devel/parity: upstream dropped VC 7.x support

Visual Studio 2003 does require Windows XP or Windows Server 2003 to
run, which both are discontinued.  In contrast, Visual Studio 2005 does
run on Windows 10 still.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>

 sys-devel/parity/metadata.xml       | 2 --
 sys-devel/parity/parity-9999.ebuild | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-devel/parity/metadata.xml b/sys-devel/parity/metadata.xml
index 606de9ef652..b66b8d4e0b7 100644
--- a/sys-devel/parity/metadata.xml
+++ b/sys-devel/parity/metadata.xml
@@ -9,8 +9,6 @@
                <remote-id type="github">haubi/parity</remote-id>
        </upstream>
        <use>
-               <flag name="vc7_0">Enable support for Visual Studio 2002</flag>
-               <flag name="vc7_1">Enable support for Visual Studio 2003</flag>
                <flag name="vc8_0">Enable support for Visual Studio 2005</flag>
                <flag name="vc9_0">Enable support for Visual Studio 2008</flag>
                <flag name="vc10_0">Enable support for Visual Studio 2010</flag>

diff --git a/sys-devel/parity/parity-9999.ebuild 
b/sys-devel/parity/parity-9999.ebuild
index d6b23a8c4e0..696e51ba124 100644
--- a/sys-devel/parity/parity-9999.ebuild
+++ b/sys-devel/parity/parity-9999.ebuild
@@ -12,10 +12,10 @@ else
        KEYWORDS="~x64-cygwin"
 fi
 DESCRIPTION="A POSIX to native Win32 Cross-Compiler Tool (requires Visual 
Studio)"
-HOMEPAGE="https://github.com/haubi/parity";
+HOMEPAGE="https://github.com/mduft/parity";
 
 parity-vcarchs() { echo x64=x86_64 x86=i686 ; }
-parity-vcvers-legacy() { echo 7_0 7_1 8_0 9_0 ; }
+parity-vcvers-legacy() { echo 8_0 9_0 ; }
 parity-vcvers-current() { echo 10_0 11_0 12_0 14_0 15 16 ; }
 parity-vcvers() {
        parity-vcvers-legacy

Reply via email to