add live ebuild of zsnapper
This commit is contained in:
		@ -1,2 +1,3 @@
 | 
			
		||||
DIST v0.3.0.tar.gz 11474 BLAKE2B 554eb3f35f9a4b535a89b79d6e35b6a36504eaea12d4fd182b7759f86e4f86e197a4fc5452c91ad93f91454843887516548624b995226040efc3b34560e73df0 SHA512 216aa379a937400e8629840ee6e4d9cf59d5ecfb7a7b79eadc2c1d5e08ca01c0ba75f2195fd95d0804bc5b8718cccd2ad647c6a9477fdc83a0dc3c4e41e78772
 | 
			
		||||
EBUILD zsnapper-0.3.0.ebuild 432 BLAKE2B 576530660d30e8c47523446fed7a78b1278368edb7408327180024e7bea8eda87d560222b87eca90d81758d9173d65b63ad1a8f4fc160f05da364cfd09b7fd22 SHA512 c5a0826202cf3a02807abeda94d4ddb7cf537fa1616bf41b5ecb1fff6afd8d66e345665b731544d067de9a1b6e6e014add3554fd5777a11da0607a6ceb8fd010
 | 
			
		||||
EBUILD zsnapper-9999.ebuild 566 BLAKE2B 701515f977c5559088f493675c9d2151474c72386101a0a4001ea5053a19a651d6ff756473c16f2f26d44fc1d01dfdcda5df986d6dbc53de6d8d25b1f2b854c1 SHA512 3e910e1f5b6bb1b4ed4f1c0411ebc6bd6d0829fc2a8d8ba4f70330195cf11d6ce4bc4e58161dc55e45d123ca768574a684e8ef0b200b493bf608ea8ea55b5706
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										29
									
								
								sys-apps/zsnapper/zsnapper-9999.ebuild
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								sys-apps/zsnapper/zsnapper-9999.ebuild
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,29 @@
 | 
			
		||||
# Copyright 2020 Gentoo Authors
 | 
			
		||||
# Distributed under the terms of the GNU General Public License v2
 | 
			
		||||
 | 
			
		||||
EAPI=7
 | 
			
		||||
 | 
			
		||||
PYTHON_COMPAT=( python3_{6,7,8} )
 | 
			
		||||
 | 
			
		||||
inherit distutils-r1
 | 
			
		||||
 | 
			
		||||
DESCRIPTION="Tool for automatic upgrades"
 | 
			
		||||
HOMEPAGE="https://gitea.fulh.ax/feffe/zsnapper"
 | 
			
		||||
if [[ ${PV} == *9999 ]] ; then
 | 
			
		||||
	EGIT_REPO_URI="https://gitea.fulh.ax/feffe/zsnapper.git"
 | 
			
		||||
	inherit git-r3
 | 
			
		||||
	KEYWORDS="~amd64"
 | 
			
		||||
else
 | 
			
		||||
	SRC_URI="https://gitea.fulh.ax/feffe/zsnapper/archive/v${PV}.tar.gz"
 | 
			
		||||
	S="${WORKDIR}/zsnapper"
 | 
			
		||||
	KEYWORDS="amd64"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
LICENSE="BSD"
 | 
			
		||||
SLOT="0"
 | 
			
		||||
IUSE=""
 | 
			
		||||
 | 
			
		||||
DEPEND=""
 | 
			
		||||
RDEPEND=""
 | 
			
		||||
BDEPEND=""
 | 
			
		||||
		Reference in New Issue
	
	Block a user