diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-05-29 21:25:42 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-05-29 21:25:42 +0300 |
commit | 53fb5bf67d0fb2b18820312f2cfc9d9f269ae6d5 (patch) | |
tree | 90f43c58bfe2925a6bbcb9f70592e8517c810257 /app-admin | |
parent | 159abdab2ab3009bcd0a6dfc8b299a62808d3828 (diff) |
Revert "Added two sources of calamares. Both official"
This reverts commit 159abdab2ab3009bcd0a6dfc8b299a62808d3828.
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/calamares/calamares-999.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/app-admin/calamares/calamares-999.ebuild b/app-admin/calamares/calamares-999.ebuild index 13099538..a33e4904 100644 --- a/app-admin/calamares/calamares-999.ebuild +++ b/app-admin/calamares/calamares-999.ebuild @@ -8,8 +8,7 @@ inherit eutils git-2 EGIT_BRANCH="kogaion" EGIT_COMMIT="5805b67793b6fb2c38da66d7bb9c88e35bb528a2" -EGIT_REPO_URI="https://gitlab.com/rogentos/calamares.git - https://github.com/Rogentos/calamares.git" +EGIT_REPO_URI="https://gitlab.com/rogentos/calamares.git" DESCRIPTION="Distribution-independent installer framework ( with Kogaionn/Sabayon support)" HOMEPAGE="http://calamares.io" @@ -21,3 +20,12 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" + +src_prepare() { +} + +src_compile { +} + +src_install { +} |