diff --git a/sys-block/systemd-swap/metadata.xml b/sys-block/systemd-swap/metadata.xml index ada67d576e..3f5188adc3 100644 --- a/sys-block/systemd-swap/metadata.xml +++ b/sys-block/systemd-swap/metadata.xml @@ -1,7 +1,10 @@ - + + telans@posteo.de + Theo Anderson + Nefelim4ag/systemd-swap diff --git a/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild b/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild index ce2d4b9b30..be4ee14943 100644 --- a/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild +++ b/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild @@ -2,24 +2,26 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit linux-info systemd + +inherit linux-info DESCRIPTION="Script for creating swap space from zram swaps, swap files and swap partitions." HOMEPAGE="https://github.com/Nefelim4ag/systemd-swap/" -LICENSE="GPL-3" -SLOT="0" - if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/Nefelim4ag/${PN}.git" inherit git-r3 + EGIT_REPO_URI="https://github.com/Nefelim4ag/${PN}.git" else SRC_URI="https://github.com/Nefelim4ag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi +LICENSE="GPL-3" +SLOT="0" + CONFIG_CHECK="~ZRAM ~ZSWAP" src_install() { - emake PREFIX="${ED}/" install + default + keepdir /var/lib/systemd-swap }