From 330f4ae419552463266b34e3043a706fd4098713 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 24 Jan 2021 00:46:09 +0000 Subject: app-portage/sisyphus{,-qt} : version bump --- .../sisyphus-qt/sisyphus-qt-4.2012.0.ebuild | 38 ----------- .../sisyphus-qt/sisyphus-qt-4.2101.0.ebuild | 38 +++++++++++ app-portage/sisyphus/files/sisyphus-custom.env | 0 .../sisyphus/files/sisyphus-custom.make.conf | 0 .../files/sisyphus-custom.package.accept_keywords | 0 .../sisyphus/files/sisyphus-custom.package.env | 0 .../sisyphus/files/sisyphus-custom.package.license | 0 .../sisyphus/files/sisyphus-custom.package.mask | 0 .../sisyphus/files/sisyphus-custom.package.unmask | 0 .../sisyphus/files/sisyphus-custom.package.use | 0 app-portage/sisyphus/sisyphus-4.2012.0.ebuild | 53 --------------- app-portage/sisyphus/sisyphus-4.2101.0.ebuild | 75 ++++++++++++++++++++++ 12 files changed, 113 insertions(+), 91 deletions(-) delete mode 100644 app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild create mode 100644 app-portage/sisyphus-qt/sisyphus-qt-4.2101.0.ebuild create mode 100644 app-portage/sisyphus/files/sisyphus-custom.env create mode 100644 app-portage/sisyphus/files/sisyphus-custom.make.conf create mode 100644 app-portage/sisyphus/files/sisyphus-custom.package.accept_keywords create mode 100644 app-portage/sisyphus/files/sisyphus-custom.package.env create mode 100644 app-portage/sisyphus/files/sisyphus-custom.package.license create mode 100644 app-portage/sisyphus/files/sisyphus-custom.package.mask create mode 100644 app-portage/sisyphus/files/sisyphus-custom.package.unmask create mode 100644 app-portage/sisyphus/files/sisyphus-custom.package.use delete mode 100644 app-portage/sisyphus/sisyphus-4.2012.0.ebuild create mode 100644 app-portage/sisyphus/sisyphus-4.2101.0.ebuild (limited to 'app-portage') diff --git a/app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild b/app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild deleted file mode 100644 index 7580617a..00000000 --- a/app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2016-2020 Redcore Linux Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="${PN/-qt/}" - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit eutils python-single-r1 git-r3 - -DESCRIPTION="A simple portage python wrapper which works like other package managers(apt-get/yum/dnf)" -HOMEPAGE="http://redcorelinux.org" - -EGIT_REPO_URI="https://gitlab.com/redcore/sisyphus.git" -EGIT_BRANCH="master" -EGIT_COMMIT="9163df2c61b1b79cb14a4358e304b31756384077" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-lang/python[sqlite] - ~app-portage/sisyphus-${PV}" -RDEPEND="${DEPEND} - app-misc/tmux - $(python_gen_cond_dep ' - dev-python/PyQt5[designer,gui,widgets,${PYTHON_MULTI_USEDEP}] - ')" - -src_install() { - emake DESTDIR=${D} install-gui - - # enforce the best available python implementation (CLI) - python_setup - python_fix_shebang "${ED}usr/share/${MY_PN}/${MY_PN}-gui.py" -} diff --git a/app-portage/sisyphus-qt/sisyphus-qt-4.2101.0.ebuild b/app-portage/sisyphus-qt/sisyphus-qt-4.2101.0.ebuild new file mode 100644 index 00000000..a315f314 --- /dev/null +++ b/app-portage/sisyphus-qt/sisyphus-qt-4.2101.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 2016-2020 Redcore Linux Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PN="${PN/-qt/}" + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit eutils python-single-r1 git-r3 + +DESCRIPTION="A simple portage python wrapper which works like other package managers(apt-get/yum/dnf)" +HOMEPAGE="http://redcorelinux.org" + +EGIT_REPO_URI="https://gitlab.com/redcore/sisyphus.git" +EGIT_BRANCH="master" +EGIT_COMMIT="44184ce97d0dbbdafe16d0db32325ba0b2b318bd" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="dev-lang/python[sqlite] + ~app-portage/sisyphus-${PV}" +RDEPEND="${DEPEND} + app-misc/tmux + $(python_gen_cond_dep ' + dev-python/PyQt5[designer,gui,widgets,${PYTHON_MULTI_USEDEP}] + ')" + +src_install() { + emake DESTDIR="${D}" install-gui + + # enforce the best available python implementation (CLI) + python_setup + python_fix_shebang "${ED}"usr/share/"${MY_PN}"/"${MY_PN}"-gui.py +} diff --git a/app-portage/sisyphus/files/sisyphus-custom.env b/app-portage/sisyphus/files/sisyphus-custom.env new file mode 100644 index 00000000..e69de29b diff --git a/app-portage/sisyphus/files/sisyphus-custom.make.conf b/app-portage/sisyphus/files/sisyphus-custom.make.conf new file mode 100644 index 00000000..e69de29b diff --git a/app-portage/sisyphus/files/sisyphus-custom.package.accept_keywords b/app-portage/sisyphus/files/sisyphus-custom.package.accept_keywords new file mode 100644 index 00000000..e69de29b diff --git a/app-portage/sisyphus/files/sisyphus-custom.package.env b/app-portage/sisyphus/files/sisyphus-custom.package.env new file mode 100644 index 00000000..e69de29b diff --git a/app-portage/sisyphus/files/sisyphus-custom.package.license b/app-portage/sisyphus/files/sisyphus-custom.package.license new file mode 100644 index 00000000..e69de29b diff --git a/app-portage/sisyphus/files/sisyphus-custom.package.mask b/app-portage/sisyphus/files/sisyphus-custom.package.mask new file mode 100644 index 00000000..e69de29b diff --git a/app-portage/sisyphus/files/sisyphus-custom.package.unmask b/app-portage/sisyphus/files/sisyphus-custom.package.unmask new file mode 100644 index 00000000..e69de29b diff --git a/app-portage/sisyphus/files/sisyphus-custom.package.use b/app-portage/sisyphus/files/sisyphus-custom.package.use new file mode 100644 index 00000000..e69de29b diff --git a/app-portage/sisyphus/sisyphus-4.2012.0.ebuild b/app-portage/sisyphus/sisyphus-4.2012.0.ebuild deleted file mode 100644 index ff7c507f..00000000 --- a/app-portage/sisyphus/sisyphus-4.2012.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2016-2020 Redcore Linux Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit eutils python-single-r1 git-r3 - -DESCRIPTION="A simple portage python wrapper which works like other package managers(apt-get/yum/dnf)" -HOMEPAGE="http://redcorelinux.org" - -EGIT_REPO_URI="https://gitlab.com/redcore/sisyphus.git" -EGIT_BRANCH="master" -EGIT_COMMIT="9163df2c61b1b79cb14a4358e304b31756384077" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="qt5" - -DEPEND="dev-lang/python[sqlite]" -RDEPEND="${DEPEND} - app-portage/portage-utils - $(python_gen_cond_dep ' - app-portage/gentoolkit[${PYTHON_MULTI_USEDEP}] - dev-python/animation[${PYTHON_MULTI_USEDEP}] - dev-python/GitPython[${PYTHON_MULTI_USEDEP}] - dev-python/typer[${PYTHON_MULTI_USEDEP}] - dev-python/urllib3[${PYTHON_MULTI_USEDEP}] - dev-python/wget[${PYTHON_MULTI_USEDEP}] - sys-apps/portage[${PYTHON_MULTI_USEDEP}] - ') - sys-apps/gentoo-functions" -PDEPEND="qt5? ( ~app-portage/sisyphus-qt-${PV} )" - -src_install() { - emake DESTDIR=${D} install-cli - - python_moduleinto "$(python_get_sitedir)"/"${PN}" - python_domodule src/backend/*.py - - dosym /usr/share/${PN}/${PN}-cli.py /usr/bin/${PN} - keepdir var/lib/${PN}/{csv,db} - - dodir etc/${PN} - insinto etc/${PN} - doins ${FILESDIR}/mirrors.conf - - # enforce the best available python implementation (CLI) - python_setup - python_fix_shebang "${ED}usr/share/${PN}/${PN}-cli.py" -} diff --git a/app-portage/sisyphus/sisyphus-4.2101.0.ebuild b/app-portage/sisyphus/sisyphus-4.2101.0.ebuild new file mode 100644 index 00000000..1ff9b035 --- /dev/null +++ b/app-portage/sisyphus/sisyphus-4.2101.0.ebuild @@ -0,0 +1,75 @@ +# Copyright 2016-2020 Redcore Linux Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit eutils python-single-r1 git-r3 + +DESCRIPTION="A simple portage python wrapper which works like other package managers(apt-get/yum/dnf)" +HOMEPAGE="http://redcorelinux.org" + +EGIT_REPO_URI="https://gitlab.com/redcore/sisyphus.git" +EGIT_BRANCH="master" +EGIT_COMMIT="44184ce97d0dbbdafe16d0db32325ba0b2b318bd" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="qt5" + +DEPEND="dev-lang/python[sqlite]" +RDEPEND="${DEPEND} + app-portage/portage-utils + $(python_gen_cond_dep ' + app-portage/gentoolkit[${PYTHON_MULTI_USEDEP}] + dev-python/animation[${PYTHON_MULTI_USEDEP}] + dev-python/GitPython[${PYTHON_MULTI_USEDEP}] + dev-python/typer[${PYTHON_MULTI_USEDEP}] + dev-python/urllib3[${PYTHON_MULTI_USEDEP}] + dev-python/wget[${PYTHON_MULTI_USEDEP}] + sys-apps/portage[${PYTHON_MULTI_USEDEP}] + ') + sys-apps/gentoo-functions" +PDEPEND="qt5? ( ~app-portage/sisyphus-qt-${PV} )" + +src_install() { + emake DESTDIR="${D}" install-cli + + python_moduleinto "$(python_get_sitedir)"/"${PN}" + python_domodule src/backend/*.py + + dosym /usr/share/"${PN}"/"${PN}"-cli.py /usr/bin/"${PN}" + keepdir var/lib/"${PN}"/{csv,db} + + dodir etc/"${PN}" + insinto etc/"${PN}" + doins "${FILESDIR}"/mirrors.conf + + doins "${FILESDIR}"/sisyphus-custom.env + doins "${FILESDIR}"/sisyphus-custom.make.conf + doins "${FILESDIR}"/sisyphus-custom.package.accept_keywords + doins "${FILESDIR}"/sisyphus-custom.package.env + doins "${FILESDIR}"/sisyphus-custom.package.license + doins "${FILESDIR}"/sisyphus-custom.package.mask + doins "${FILESDIR}"/sisyphus-custom.package.unmask + doins "${FILESDIR}"/sisyphus-custom.package.use + + # enforce the best available python implementation (CLI) + python_setup + python_fix_shebang "${ED}"usr/share/"${PN}"/"${PN}"-cli.py +} + +pkg_postinst() { + # Take care of the etc-update for the user + if [ -e "${EROOT}"etc/"${PN}"/._cfg0000_mirrors.conf ] ; then + rm -rf "${EROOT}"etc/._cfg0000_mirros.conf + fi + + for i in sisyphus-custom.{env,make.conf,package.{accept_keywords,env,license,mask,unmask,use}}; do + if [ -e "${EROOT}"etc/"${PN}"/._cfg000_"$i" ] ; then + rm -rf "${EROOT}"etc/"${PN}"/._cfg000_"$i" + fi + done +} -- cgit v1.2.3