diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-11-26 11:41:46 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-11-26 11:41:46 +0000 |
commit | 164d66b9f46866c513126f46bcd463c390e07984 (patch) | |
tree | 359166c5f31dd4e5a2a4768754d837d7454f0190 | |
parent | 806aa6310fd5da334ddb5ddf39ee1e5670480939 (diff) |
app-portage/sisyphus : version bump
-rw-r--r-- | app-portage/sisyphus/files/mirrors.conf | 15 | ||||
-rw-r--r-- | app-portage/sisyphus/sisyphus-2.1812.ebuild (renamed from app-portage/sisyphus/sisyphus-1.1810.ebuild) | 3 |
2 files changed, 13 insertions, 5 deletions
diff --git a/app-portage/sisyphus/files/mirrors.conf b/app-portage/sisyphus/files/mirrors.conf index 6be0b294..3a4643ac 100644 --- a/app-portage/sisyphus/files/mirrors.conf +++ b/app-portage/sisyphus/files/mirrors.conf @@ -3,11 +3,20 @@ # Uncomment only one mirror from the list bellow # ####################################################### -# Princeton University (USA) mirror +# Princeton University (USA) mirror - stable # PORTAGE_BINHOST="http://mirror.math.princeton.edu/pub/redcorelinux/packages/" -# Alpix.eu (Germany) mirror +# Princeton University (USA) mirror - testing +# PORTAGE_BINHOST="http://mirror.math.princeton.edu/pub/redcorelinux/packages-next/" + +# Alpix.eu (Germany) mirror - stable PORTAGE_BINHOST="http://mirror.alpix.eu/redcorelinux/packages/" -# Yandex.ru (Russia) mirror +# Alpix.eu (Germany) mirror - testing +PORTAGE_BINHOST="http://mirror.alpix.eu/redcorelinux/packages-next/" + +# Yandex.ru (Russia) mirror - stable # PORTAGE_BINHOST="http://mirror.yandex.ru/mirrors/redcorelinux/packages/" + +# Yandex.ru (Russia) mirror - testing +# PORTAGE_BINHOST="http://mirror.yandex.ru/mirrors/redcorelinux/packages-next/" diff --git a/app-portage/sisyphus/sisyphus-1.1810.ebuild b/app-portage/sisyphus/sisyphus-2.1812.ebuild index 32d1f9b5..00372f8b 100644 --- a/app-portage/sisyphus/sisyphus-1.1810.ebuild +++ b/app-portage/sisyphus/sisyphus-2.1812.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://redcorelinux.org" EGIT_REPO_URI="https://pagure.io/redcore/sisyphus.git" EGIT_BRANCH="master" -EGIT_COMMIT="001a240b21ec60ab1e30352095fb94e06b3ccf58" +EGIT_COMMIT="8cf0e391e659917fd73d2ddbea7cc1bd2fa8cdae" LICENSE="GPL-2" SLOT="0" @@ -42,7 +42,6 @@ src_install() { python_foreach_impl inject_libsisyphus dosym /usr/share/${PN}/${PN}-cli.py /usr/bin/${PN} - dodir var/lib/${PN}/{csv,db} keepdir var/lib/${PN}/{csv,db} dodir etc/${PN} |