eclass: Add "live" to PROPERTIES in all live eclasses.
authorUlrich Müller <ulm@gentoo.org>
Tue, 23 Jul 2019 08:33:30 +0000 (10:33 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sat, 27 Jul 2019 14:11:57 +0000 (16:11 +0200)
Bug: https://bugs.gentoo.org/233589
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
eclass/bzr.eclass
eclass/cvs.eclass
eclass/darcs.eclass
eclass/git-2.eclass
eclass/git-r3.eclass
eclass/golang-vcs.eclass
eclass/mercurial.eclass
eclass/subversion.eclass

index cc46be7942142a8273de2d692e0b738da67ac152..10bd6bc7e5ad15c1b02fe09667449f2bde06809f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 #
 # @ECLASS: bzr.eclass
@@ -21,6 +21,8 @@
 
 EBZR="bzr.eclass"
 
+PROPERTIES+=" live"
+
 if [[ ${EBZR_REPO_URI%%:*} = sftp ]]; then
        DEPEND=">=dev-vcs/bzr-2.6.0[sftp]"
 else
index e667b563fb3d74d2cfed729022dd98bc728df433..26706cd74d1f6d62761a951106f5db73fa13a28c 100644 (file)
@@ -173,6 +173,8 @@ _CVS_ECLASS=1
 # Set this to get a clean copy when updating (passes the
 # -C option to cvs update)
 
+PROPERTIES+=" live"
+
 # add cvs to deps
 # ssh is used for ext auth
 DEPEND="dev-vcs/cvs"
index 09b718823670b2ed35efb8591861bbceefe27f4b..1c1a051f8c1c41928412dd0930058044164ec372 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: darcs.eclass
@@ -85,6 +85,8 @@ SRC_URI=""
 
 # --- end ebuild-configurable settings ---
 
+PROPERTIES+=" live"
+
 case ${EAPI:-0} in
        [0-6]) # no need to care about 5-HDEPEND and similar
                DEPEND="dev-vcs/darcs
index 5371a612dccffe7fba98371b66470c0f1542bf4b..917163291e63a8c9c76b284b7106ba591677ee47 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: git-2.eclass
@@ -20,6 +20,8 @@ esac
 # This eclass support all EAPIs.
 EXPORT_FUNCTIONS src_unpack
 
+PROPERTIES+=" live"
+
 DEPEND="dev-vcs/git"
 
 # @ECLASS-VARIABLE: EGIT_SOURCEDIR
index a1ad0d238dc9806fe69308fa7223b87b5c05580c..b1c7f7f43abc1f02ceef317204fb65fb7c532b92 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: git-r3.eclass
@@ -25,6 +25,8 @@ EXPORT_FUNCTIONS src_unpack
 
 if [[ ! ${_GIT_R3} ]]; then
 
+PROPERTIES+=" live"
+
 if [[ ! ${_INHERITED_BY_GIT_2} ]]; then
        if [[ ${EAPI:-0} != [0123456] ]]; then
                BDEPEND=">=dev-vcs/git-1.8.2.1[curl]"
index 561d1a0c4da170129b5d5c46d5d4e9991a11dcf0..fb57a1e84ac4c1d9c90ae4eae8934dacb3340bd3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: golang-vcs.eclass
@@ -26,6 +26,8 @@ if [[ -z ${_GOLANG_VCS} ]]; then
 
 _GOLANG_VCS=1
 
+PROPERTIES+=" live"
+
 # @ECLASS-VARIABLE: EGO_PN
 # @REQUIRED
 # @DESCRIPTION:
index 9a5bd191c23120af04f65fec45e80d770682afd4..faf38306db3867e9b2d1b64d17f545bf1a70ae34 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: mercurial.eclass
@@ -18,6 +18,8 @@ inherit eutils
 
 EXPORT_FUNCTIONS src_unpack
 
+PROPERTIES+=" live"
+
 DEPEND="dev-vcs/mercurial"
 
 # @ECLASS-VARIABLE: EHG_REPO_URI
index 4dd2b48c6ce67cbe292e0b111c6dbb1b6b954620..6d26820bc09031a03bbcaaf4476485803da6cf8b 100644 (file)
@@ -28,6 +28,8 @@ case ${EAPI:-0} in
                ;;
 esac
 
+PROPERTIES+=" live"
+
 DEPEND="|| (
                dev-vcs/subversion[http]
                dev-vcs/subversion[webdav-neon]