* [gentoo-commits] repo/proj/guru:dev commit in: sys-block/systemd-swap/
@ 2020-05-11 14:38 David Heidelberg
0 siblings, 0 replies; 6+ messages in thread
From: David Heidelberg @ 2020-05-11 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 686afe33a1ee66c85eec7c1613f053b126874a41
Author: David Heidelberg <david <AT> ixit <DOT> cz>
AuthorDate: Mon May 11 14:36:09 2020 +0000
Commit: David Heidelberg <david <AT> ixit <DOT> cz>
CommitDate: Mon May 11 14:37:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=686afe33
sys-block/systemd-swap: New package.
Inteligent swapping script for systemd.
Signed-off-by: David Heidelberg <david <AT> ixit.cz>
sys-block/systemd-swap/Manifest | 1 +
sys-block/systemd-swap/metadata.xml | 12 ++++++++++++
sys-block/systemd-swap/systemd-swap-4.0.1.ebuild | 25 ++++++++++++++++++++++++
3 files changed, 38 insertions(+)
diff --git a/sys-block/systemd-swap/Manifest b/sys-block/systemd-swap/Manifest
new file mode 100644
index 0000000..ef74f9f
--- /dev/null
+++ b/sys-block/systemd-swap/Manifest
@@ -0,0 +1 @@
+DIST systemd-swap-4.0.1.tar.gz 20349 BLAKE2B 1e4e83b89ea5a0bd3195db951477920cdb185d4f44b6b7bfcc06a9b4bd6086e4c427b34de9a584a58a5a424c21ee9e4c25b9485332ef5811f7ee5db6c02c904c SHA512 c0ba9fa5a3d456376679fe8383550ae0fb26126d8b6c04d2d7d782911709e4c96c42b5a4db3d23b7e921881950d06cc81b60514055b27134106815595da97020
diff --git a/sys-block/systemd-swap/metadata.xml b/sys-block/systemd-swap/metadata.xml
new file mode 100644
index 0000000..279edc1
--- /dev/null
+++ b/sys-block/systemd-swap/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>david@ixit.cz</email>
+ <name>David Heidelberg</name>
+ </maintainer>
+
+ <upstream>
+ <remote-id type="github">Nefelim4ag/systemd-swap</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild b/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild
new file mode 100644
index 0000000..ce2d4b9
--- /dev/null
+++ b/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit linux-info systemd
+
+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
+else
+ SRC_URI="https://github.com/Nefelim4ag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+CONFIG_CHECK="~ZRAM ~ZSWAP"
+
+src_install() {
+ emake PREFIX="${ED}/" install
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-block/systemd-swap/
@ 2020-12-09 11:34 Theo Anderson
0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2020-12-09 11:34 UTC (permalink / raw
To: gentoo-commits
commit: 34aaf6126881a4fbdef23e59ab810509c351de93
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Dec 9 11:11:27 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Dec 9 11:11:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34aaf612
sys-block/systemd-swap: add as maintainer
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
sys-block/systemd-swap/metadata.xml | 5 ++++-
sys-block/systemd-swap/systemd-swap-4.0.1.ebuild | 14 ++++++++------
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/sys-block/systemd-swap/metadata.xml b/sys-block/systemd-swap/metadata.xml
index ada67d57..3f5188ad 100644
--- a/sys-block/systemd-swap/metadata.xml
+++ b/sys-block/systemd-swap/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>telans@posteo.de</email>
+ <name>Theo Anderson</name>
+ </maintainer>
<upstream>
<remote-id type="github">Nefelim4ag/systemd-swap</remote-id>
</upstream>
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 ce2d4b9b..be4ee149 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
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-block/systemd-swap/
@ 2020-12-23 10:26 Theo Anderson
0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2020-12-23 10:26 UTC (permalink / raw
To: gentoo-commits
commit: 2f0b38c21094d85f3447aec8c4de4cab16099bce
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Dec 23 10:26:06 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Dec 23 10:26:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f0b38c2
sys-block/systemd-swap: fix sandbox violation
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
sys-block/systemd-swap/systemd-swap-4.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 be4ee149..7a10e49e 100644
--- a/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild
+++ b/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild
@@ -22,6 +22,6 @@ SLOT="0"
CONFIG_CHECK="~ZRAM ~ZSWAP"
src_install() {
- default
+ emake PREFIX="${ED}" install
keepdir /var/lib/systemd-swap
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-block/systemd-swap/
@ 2021-01-08 20:46 Theo Anderson
0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2021-01-08 20:46 UTC (permalink / raw
To: gentoo-commits
commit: 8dcfe807a07bc21e71858a6e6259ae64c123e2a6
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Fri Jan 8 20:41:06 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Fri Jan 8 20:41:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8dcfe807
sys-block/systemd-swap: drop old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
sys-block/systemd-swap/Manifest | 1 -
sys-block/systemd-swap/systemd-swap-4.0.1.ebuild | 27 ------------------------
2 files changed, 28 deletions(-)
diff --git a/sys-block/systemd-swap/Manifest b/sys-block/systemd-swap/Manifest
index 3a60e615..67c09af6 100644
--- a/sys-block/systemd-swap/Manifest
+++ b/sys-block/systemd-swap/Manifest
@@ -1,2 +1 @@
-DIST systemd-swap-4.0.1.tar.gz 20349 BLAKE2B 1e4e83b89ea5a0bd3195db951477920cdb185d4f44b6b7bfcc06a9b4bd6086e4c427b34de9a584a58a5a424c21ee9e4c25b9485332ef5811f7ee5db6c02c904c SHA512 c0ba9fa5a3d456376679fe8383550ae0fb26126d8b6c04d2d7d782911709e4c96c42b5a4db3d23b7e921881950d06cc81b60514055b27134106815595da97020
DIST systemd-swap-4.4.0.tar.gz 29066 BLAKE2B 7278b0f5fac52039c91e901f29d72275e5ce4579001926f3d105c3f4bad026d2bcd21106d4006e9e971f92ecd66b81716b8e92f291230776de78e8fcd2580252 SHA512 39cf297d0d82f4d5fbae64f323bda2c286dd24665321892f068dc5bceea4ea5ddcacdcef14576cab869edbed7d258de759baec36535403051bb2b925406db0b3
diff --git a/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild b/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild
deleted file mode 100644
index 7a10e49e..00000000
--- a/sys-block/systemd-swap/systemd-swap-4.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info
-
-DESCRIPTION="Script for creating swap space from zram swaps, swap files and swap partitions."
-HOMEPAGE="https://github.com/Nefelim4ag/systemd-swap/"
-
-if [[ ${PV} == *9999 ]] ; then
- 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
- keepdir /var/lib/systemd-swap
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-block/systemd-swap/
@ 2021-03-28 10:52 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 7a5b23bec542e1daa52fc88aaf946f1b4623e265
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:48:42 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:48:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a5b23be
sys-block/systemd-swap: properly depend on python
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sys-block/systemd-swap/systemd-swap-4.4.0.ebuild | 4 ++--
sys-block/systemd-swap/systemd-swap-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild b/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild
index 6aa36b62d..80c615df4 100644
--- a/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild
+++ b/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
CONFIG_CHECK="~ZRAM ~ZSWAP"
PYTHON_COMPAT=( python3_{7..8} )
-inherit linux-info python-any-r1
+inherit linux-info python-r1
DESCRIPTION="Script for creating swap space from zram swaps, swap files and swap partitions."
HOMEPAGE="https://github.com/Nefelim4ag/systemd-swap/"
@@ -22,7 +22,7 @@ fi
LICENSE="GPL-3"
SLOT="0"
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
$(python_gen_any_dep '
dev-python/python-systemd[${PYTHON_USEDEP}]
dev-python/sysv_ipc[${PYTHON_USEDEP}]
diff --git a/sys-block/systemd-swap/systemd-swap-9999.ebuild b/sys-block/systemd-swap/systemd-swap-9999.ebuild
index 6aa36b62d..80c615df4 100644
--- a/sys-block/systemd-swap/systemd-swap-9999.ebuild
+++ b/sys-block/systemd-swap/systemd-swap-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=7
CONFIG_CHECK="~ZRAM ~ZSWAP"
PYTHON_COMPAT=( python3_{7..8} )
-inherit linux-info python-any-r1
+inherit linux-info python-r1
DESCRIPTION="Script for creating swap space from zram swaps, swap files and swap partitions."
HOMEPAGE="https://github.com/Nefelim4ag/systemd-swap/"
@@ -22,7 +22,7 @@ fi
LICENSE="GPL-3"
SLOT="0"
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
$(python_gen_any_dep '
dev-python/python-systemd[${PYTHON_USEDEP}]
dev-python/sysv_ipc[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-block/systemd-swap/
@ 2021-03-28 11:24 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 11:24 UTC (permalink / raw
To: gentoo-commits
commit: f046b67ef132144b0fda0175f1615438b7aeaeea
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 11:23:34 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 11:23:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f046b67e
sys-block/systemd-swap: add missing REQUIRED_USE="${PYTHON_REQUIRED_USE}"
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sys-block/systemd-swap/systemd-swap-4.4.0.ebuild | 2 ++
sys-block/systemd-swap/systemd-swap-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild b/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild
index 80c615df4..5ce70f8f9 100644
--- a/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild
+++ b/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild
@@ -22,6 +22,8 @@ fi
LICENSE="GPL-3"
SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
RDEPEND="${PYTHON_DEPS}
$(python_gen_any_dep '
dev-python/python-systemd[${PYTHON_USEDEP}]
diff --git a/sys-block/systemd-swap/systemd-swap-9999.ebuild b/sys-block/systemd-swap/systemd-swap-9999.ebuild
index 80c615df4..5ce70f8f9 100644
--- a/sys-block/systemd-swap/systemd-swap-9999.ebuild
+++ b/sys-block/systemd-swap/systemd-swap-9999.ebuild
@@ -22,6 +22,8 @@ fi
LICENSE="GPL-3"
SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
RDEPEND="${PYTHON_DEPS}
$(python_gen_any_dep '
dev-python/python-systemd[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-03-28 11:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-08 20:46 [gentoo-commits] repo/proj/guru:dev commit in: sys-block/systemd-swap/ Theo Anderson
-- strict thread matches above, loose matches on Subject: below --
2021-03-28 11:24 Andrew Ammerlaan
2021-03-28 10:52 Andrew Ammerlaan
2020-12-23 10:26 Theo Anderson
2020-12-09 11:34 Theo Anderson
2020-05-11 14:38 David Heidelberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox