sys-devel/parity: upstream dropped VC 7.x support
authorMichael Haubenwallner <haubi@gentoo.org>
Tue, 10 Mar 2020 15:41:56 +0000 (16:41 +0100)
committerMichael Haubenwallner <haubi@gentoo.org>
Wed, 11 Mar 2020 08:10:50 +0000 (09:10 +0100)
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@gentoo.org>
sys-devel/parity/metadata.xml
sys-devel/parity/parity-9999.ebuild

index 606de9ef652a8687501a889f10cba7a187ca72a1..b66b8d4e0b7ec758a5368131c548791a4101b2ac 100644 (file)
@@ -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>
index d6b23a8c4e0390645aa63639595cb1a8ec40a2fb..696e51ba12427f5edb52d3accd0f30219a1ba851 100644 (file)
@@ -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