Diff system-monitoring-center-2.26.0-r1 with a system-monitoring-center-9999
| /usr/portage/sys-apps/system-monitoring-center/system-monitoring-center-9999.ebuild 2025-07-29 16:22:17.380467940 +0300 | ||
|---|---|---|
| 10 | 10 | 
    DESCRIPTION="Multi-featured system monitor GUI written in Python"  | 
  
| 11 | 11 | 
    HOMEPAGE="https://github.com/hakandundar34coding/system-monitoring-center/"  | 
  
| 12 | 12 | |
| 13 | 
    if [[ "${PV}" == *9999* ]] ; then
   | 
  |
| 13 | 
    if [[ ${PV} == *9999* ]] ; then
   | 
  |
| 14 | 14 | 
    inherit git-r3  | 
  
| 15 | ||
| 16 | 15 | 
    	EGIT_REPO_URI="https://github.com/hakandundar34coding/${PN}.git"
   | 
  
| 17 | 16 | 
    else  | 
  
| 18 | 17 | 
    	SRC_URI="https://github.com/hakandundar34coding/${PN}/archive/v${PV}.tar.gz
   | 
  
| 19 | 18 | 
    		-> ${P}.tar.gz"
   | 
  
| 20 | ||
| 21 | 
    KEYWORDS="amd64 ~x86"  | 
  |
| 19 | 
    KEYWORDS="~amd64 ~x86"  | 
  |
| 22 | 20 | 
    fi  | 
  
| 23 | 21 | |
| 24 | 22 | 
    LICENSE="GPL-3+"  |