1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 13:52:40 +01:00

- Rebrand.

This commit is contained in:
2015-04-25 21:37:10 +02:00
parent cc60aa287a
commit a9e9aaf986
3 changed files with 8 additions and 8 deletions

View File

@@ -5,16 +5,16 @@ EAPI=5
inherit gnome2
DESCRIPTION="Evolve OS's Simple Media Player"
DESCRIPTION="Solus Project's Simple Media Player"
HOMEPAGE="http://ikeydoherty.github.io/budgie/"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/evolve-os/${PN}.git"
EGIT_REPO_URI="https://github.com/solus-project/${PN}.git"
SRC_URI=""
KEYWORDS=""
inherit git-r3 autotools
else
SRC_URI="https://github.com/evolve-os/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/solus-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi