app-emulation/libvirt: remove stable version SRC_URI
authorMatthias Maier <tamiko@gentoo.org>
Mon, 20 May 2019 23:09:41 +0000 (18:09 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Mon, 20 May 2019 23:09:41 +0000 (18:09 -0500)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/libvirt/libvirt-4.9.0.ebuild
app-emulation/libvirt/libvirt-5.2.0-r2.ebuild
app-emulation/libvirt/libvirt-9999.ebuild

index 608eaa29daec7431720ae43bfa88ac95343ba8da..1e923491c2bddd669bd216ae1bc9e33b214ae7b1 100644 (file)
@@ -14,12 +14,7 @@ if [[ ${PV} = *9999* ]]; then
        KEYWORDS="amd64 x86"
        SLOT="0"
 else
-       # Versions with 4 numbers are stable updates:
-       if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
-               SRC_URI="https://libvirt.org/sources/stable_updates/${P}.tar.xz"
-       else
-               SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
-       fi
+       SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
        KEYWORDS="amd64 ~arm64 x86"
        SLOT="0/${PV}"
 fi
index 1d550c9818acd7101492836542f6849541f8784e..c43ba47b259100a68f9889994336db92bb342203 100644 (file)
@@ -14,12 +14,7 @@ if [[ ${PV} = *9999* ]]; then
        KEYWORDS="amd64"
        SLOT="0"
 else
-       # Versions with 4 numbers are stable updates:
-       if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
-               SRC_URI="https://libvirt.org/sources/stable_updates/${P}.tar.xz"
-       else
-               SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
-       fi
+       SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
        KEYWORDS="amd64 ~arm64 ~x86"
        SLOT="0/${PV}"
 fi
index b6a78ebc5061633250b30c2715f8ab81f27fcb05..4c2cd8eebffb95d3ee75ef3526434990720241e2 100644 (file)
@@ -14,12 +14,7 @@ if [[ ${PV} = *9999* ]]; then
        KEYWORDS=""
        SLOT="0"
 else
-       # Versions with 4 numbers are stable updates:
-       if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
-               SRC_URI="https://libvirt.org/sources/stable_updates/${P}.tar.xz"
-       else
-               SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
-       fi
+       SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
        KEYWORDS="~amd64 ~arm64 ~x86"
        SLOT="0/${PV}"
 fi