Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 462824
Collapse All | Expand All

(-)a/x11-misc/sddm/sddm-9999.ebuild (-2 / +8 lines)
Lines 3-13 Link Here
3
# $Header: $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
inherit cmake-utils git-2 toolchain-funcs
6
inherit cmake-utils toolchain-funcs
7
7
8
DESCRIPTION="Simple Desktop Display Manager"
8
DESCRIPTION="Simple Desktop Display Manager"
9
HOMEPAGE="https://github.com/sddm/sddm"
9
HOMEPAGE="https://github.com/sddm/sddm"
10
EGIT_REPO_URI="git://github.com/sddm/sddm.git"
10
if [[ ${PV} == "9999" ]] ; then
11
        EGIT_REPO_URI="git://github.com/sddm/sddm.git"
12
        inherit git-2
13
        SRC_URI=""
14
else
15
        SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
16
fi
11
17
12
LICENSE="GPL-2+ MIT CC-BY-3.0 public-domain"
18
LICENSE="GPL-2+ MIT CC-BY-3.0 public-domain"
13
SLOT="0"
19
SLOT="0"

Return to bug 462824