* [gentoo-commits] repo/gentoo:master commit in: net-misc/adjtimex/
@ 2019-07-26 9:22 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-07-26 9:22 UTC (permalink / raw
To: gentoo-commits
commit: f1355bb112638eb9ec93e2a49c761a2cd7327129
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 09:21:03 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 09:22:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1355bb1
net-misc/adjtimex: mark stable
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-misc/adjtimex/adjtimex-1.29-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/adjtimex/adjtimex-1.29-r2.ebuild b/net-misc/adjtimex/adjtimex-1.29-r2.ebuild
index c93afec77da..30a3debd7a3 100644
--- a/net-misc/adjtimex/adjtimex-1.29-r2.ebuild
+++ b/net-misc/adjtimex/adjtimex-1.29-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${DEBIAN_URI}/${DEBIAN_PATCH}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="alpha amd64 ppc x86"
IUSE=""
DEPEND="sys-apps/sed"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/adjtimex/
@ 2019-07-26 9:22 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-07-26 9:22 UTC (permalink / raw
To: gentoo-commits
commit: 21d7e8bfa7ea26e434e45cc88b7382cbb9185e88
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 09:22:03 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 09:22:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d7e8bf
net-misc/adjtimex: Drop old
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-misc/adjtimex/Manifest | 1 -
net-misc/adjtimex/adjtimex-1.29-r1.ebuild | 58 -------------------------------
2 files changed, 59 deletions(-)
diff --git a/net-misc/adjtimex/Manifest b/net-misc/adjtimex/Manifest
index a92dcb53e26..53222636902 100644
--- a/net-misc/adjtimex/Manifest
+++ b/net-misc/adjtimex/Manifest
@@ -1,3 +1,2 @@
DIST adjtimex_1.29-10.debian.tar.xz 33008 BLAKE2B b1da53008ef2373d9b450228bdb7f3378516880bf5b0d9b6d2c8aaa25880eea05954923e18497c42bf4e0f541dfa6c119c558b2712c5ed096a9c3e32dd3407c0 SHA512 4be30bdc63446259fe246e4d7fc0cb78fa40f40e9eb1a0b3a9d523d19ba0664be5e04f1803235a268eaae41cf4d88adfdbc6ecec86f8bd03703aca6c25ba9b8b
-DIST adjtimex_1.29-2.diff.gz 51735 BLAKE2B a59efafa03527ca8cb54994bfe49bec3638b2d76dcb505fcbe3be9e112326223c7f6009f7e527b0ff1a265e7af3c190894b8e3c41c6cf4e31dc2832a093bc38a SHA512 cc78cf9fd93cb243019952f877cb9730a5755d87336fc1a956162e957fd579de3770cb6bbba58ac9b6d350ee631ed294303360d0aa4153b12a31eb1bb4e35924
DIST adjtimex_1.29.orig.tar.gz 85551 BLAKE2B 4e7784c3d3efa1f6ea226a7822de675a27c5be5d048664f8ff215eebe65b493e6dc0d004cc955c2e3b4e314e6283eafd628e92b611504b6ea92f4e5fe7d1a8c7 SHA512 5a48cdc538866c06562f62e369c08d60978c791ed91565262c0179c6fa25dd343963992d00e10f32475fdc00b458f81cf9c61adbfa9e1b7a8d4981ebeeff5649
diff --git a/net-misc/adjtimex/adjtimex-1.29-r1.ebuild b/net-misc/adjtimex/adjtimex-1.29-r1.ebuild
deleted file mode 100644
index 9f8febb49e4..00000000000
--- a/net-misc/adjtimex/adjtimex-1.29-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils fixheadtails toolchain-funcs
-
-DEBIAN_PV="2"
-MY_P="${P/-/_}"
-DEBIAN_URI="mirror://debian/pool/main/${PN:0:1}/${PN}"
-DEBIAN_PATCH="${MY_P}-${DEBIAN_PV}.diff.gz"
-DEBIAN_SRC="${MY_P}.orig.tar.gz"
-DESCRIPTION="display or set the kernel time variables"
-HOMEPAGE="http://www.ibiblio.org/linsearch/lsms/adjtimex.html"
-SRC_URI="${DEBIAN_URI}/${DEBIAN_PATCH}
- ${DEBIAN_URI}/${DEBIAN_SRC}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
-IUSE=""
-
-DEPEND="sys-apps/sed"
-RDEPEND=""
-
-src_prepare() {
- cd "${WORKDIR}"
- epatch "${DISTDIR}"/${DEBIAN_PATCH}
- cd "${S}"
- for i in debian/adjtimexconfig debian/adjtimexconfig.8 ; do
- sed -e 's|/etc/default/adjtimex|/etc/conf.d/adjtimex|' \
- -i.orig ${i}
- sed -e 's|^/sbin/adjtimex |/usr/sbin/adjtimex |' \
- -i.orig ${i}
- done
- epatch "${FILESDIR}"/${PN}-1.29-r1-gentoo-utc.patch
- ht_fix_file debian/adjtimexconfig
- sed -i \
- -e '/CFLAGS = -Wall -t/,/endif/d' \
- -e '/$(CC).* -o/s|$(CFLAGS)|& $(LDFLAGS)|g' \
- Makefile.in || die "sed Makefile.in"
-}
-
-src_configure() {
- tc-export CC
- default
-}
-
-src_install() {
- dodoc README* ChangeLog
- doman adjtimex.8 debian/adjtimexconfig.8
- dosbin adjtimex debian/adjtimexconfig
- newinitd "${FILESDIR}"/adjtimex.init adjtimex
-}
-
-pkg_postinst() {
- einfo "Please run adjtimexconfig to create the configuration file"
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/adjtimex/
@ 2022-12-20 15:50 Conrad Kostecki
0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2022-12-20 15:50 UTC (permalink / raw
To: gentoo-commits
commit: f3f5fb45287ce8288eb6d5341a6567b1fc873011
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 13:34:09 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 15:48:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f5fb45
net-misc/adjtimex: add soft blocker against net-misc/sntpd[adjtimex]
Bug: https://bugs.gentoo.org/887151
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../adjtimex/{adjtimex-1.29-r2.ebuild => adjtimex-1.29-r3.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/net-misc/adjtimex/adjtimex-1.29-r2.ebuild b/net-misc/adjtimex/adjtimex-1.29-r3.ebuild
similarity index 95%
rename from net-misc/adjtimex/adjtimex-1.29-r2.ebuild
rename to net-misc/adjtimex/adjtimex-1.29-r3.ebuild
index 5ac80ba347a5..519a776f5a9d 100644
--- a/net-misc/adjtimex/adjtimex-1.29-r2.ebuild
+++ b/net-misc/adjtimex/adjtimex-1.29-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -10,6 +10,7 @@ MY_P="${P/-/_}"
DEBIAN_URI="mirror://debian/pool/main/${PN:0:1}/${PN}"
DEBIAN_PATCH="${MY_P}-${DEBIAN_PV}.debian.tar.xz"
DEBIAN_SRC="${MY_P}.orig.tar.gz"
+
DESCRIPTION="Display or set the kernel time variables"
HOMEPAGE="https://www.ibiblio.org/pub/Linux/system/admin/time/adjtimex.lsm https://github.com/rogers0/adjtimex"
SRC_URI="${DEBIAN_URI}/${DEBIAN_PATCH}
@@ -19,6 +20,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ppc x86"
+RDEPEND="!net-misc/sntpd[adjtimex]"
+
src_unpack() {
unpack "${DEBIAN_SRC}"
cd "${S}" || die "Failed to cd ${S}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/adjtimex/
@ 2025-07-10 3:34 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-07-10 3:34 UTC (permalink / raw
To: gentoo-commits
commit: 4f8276b62df21feeffcde29360cea05607060c9e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 10 03:30:42 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 10 03:33:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8276b6
net-misc/adjtimex: update EAPI 7 -> 8, update to Debian patchset 12
Closes: https://bugs.gentoo.org/922489
Closes: https://bugs.gentoo.org/948503
Bug: https://bugs.gentoo.org/676292
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/adjtimex/Manifest | 1 +
net-misc/adjtimex/adjtimex-1.29-r4.ebuild | 74 +++++++++++++++++++++++++++++++
2 files changed, 75 insertions(+)
diff --git a/net-misc/adjtimex/Manifest b/net-misc/adjtimex/Manifest
index 53222636902a..8d73903f2d9a 100644
--- a/net-misc/adjtimex/Manifest
+++ b/net-misc/adjtimex/Manifest
@@ -1,2 +1,3 @@
DIST adjtimex_1.29-10.debian.tar.xz 33008 BLAKE2B b1da53008ef2373d9b450228bdb7f3378516880bf5b0d9b6d2c8aaa25880eea05954923e18497c42bf4e0f541dfa6c119c558b2712c5ed096a9c3e32dd3407c0 SHA512 4be30bdc63446259fe246e4d7fc0cb78fa40f40e9eb1a0b3a9d523d19ba0664be5e04f1803235a268eaae41cf4d88adfdbc6ecec86f8bd03703aca6c25ba9b8b
+DIST adjtimex_1.29-12.debian.tar.xz 34428 BLAKE2B adea31b56d173305f84577a279d6b68e7925b08ba248349882c25015e6f3a66c7ed047327d5c8d4bc5ed98ce3c312209ce3382638c7f4af077a351ef43c147cb SHA512 405ccd45c264822bd0da994a0b85b7eaf24b90decb4d2d85ca08c52c5a93da209006ab850158bac6cb552b2a485e7951850ce5ee17c9b7069c71a073caea903e
DIST adjtimex_1.29.orig.tar.gz 85551 BLAKE2B 4e7784c3d3efa1f6ea226a7822de675a27c5be5d048664f8ff215eebe65b493e6dc0d004cc955c2e3b4e314e6283eafd628e92b611504b6ea92f4e5fe7d1a8c7 SHA512 5a48cdc538866c06562f62e369c08d60978c791ed91565262c0179c6fa25dd343963992d00e10f32475fdc00b458f81cf9c61adbfa9e1b7a8d4981ebeeff5649
diff --git a/net-misc/adjtimex/adjtimex-1.29-r4.ebuild b/net-misc/adjtimex/adjtimex-1.29-r4.ebuild
new file mode 100644
index 000000000000..44280f355806
--- /dev/null
+++ b/net-misc/adjtimex/adjtimex-1.29-r4.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit fixheadtails toolchain-funcs
+
+DEBIAN_PV="12"
+MY_P="${P/-/_}"
+DEBIAN_URI="mirror://debian/pool/main/${PN:0:1}/${PN}"
+DEBIAN_PATCH="${MY_P}-${DEBIAN_PV}.debian.tar.xz"
+DEBIAN_SRC="${MY_P}.orig.tar.gz"
+
+DESCRIPTION="Display or set the kernel time variables"
+HOMEPAGE="https://www.ibiblio.org/pub/Linux/system/admin/time/adjtimex.lsm https://github.com/rogers0/adjtimex"
+SRC_URI="
+ ${DEBIAN_URI}/${DEBIAN_PATCH}
+ ${DEBIAN_URI}/${DEBIAN_SRC}
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+
+RDEPEND="!net-misc/sntpd[adjtimex]"
+
+src_unpack() {
+ unpack "${DEBIAN_SRC}"
+ cd "${S}" || die "Failed to cd ${S}"
+ unpack "${DEBIAN_PATCH}"
+}
+
+src_prepare() {
+ # Debian series first
+ DEBPATCHDIR="${S}"/debian/patches/
+ local f
+ for f in $(cat "${DEBPATCHDIR}/series") ; do
+ eapply "${DEBPATCHDIR}"/${f}
+ done
+
+ # Then gentoo changes
+ for i in debian/adjtimexconfig debian/adjtimexconfig.8 ; do
+ sed -e 's|/etc/default/adjtimex|/etc/conf.d/adjtimex|' \
+ -i.orig ${i} || die
+ sed -e 's|^/sbin/adjtimex |/usr/sbin/adjtimex |' \
+ -i.orig ${i} || die
+ done
+
+ eapply "${FILESDIR}"/${PN}-1.29-r2-gentoo-utc.patch
+ ht_fix_file debian/adjtimexconfig
+
+ sed -i \
+ -e '/CFLAGS = -Wall -t/,/endif/d' \
+ -e '/$(CC).* -o/s|$(CFLAGS)|& $(LDFLAGS)|g' \
+ Makefile.in || die "sed Makefile.in"
+
+ eapply_user
+}
+
+src_configure() {
+ tc-export CC
+ default
+}
+
+src_install() {
+ dodoc README* ChangeLog
+ doman adjtimex.8 debian/adjtimexconfig.8
+ dosbin adjtimex debian/adjtimexconfig
+ newinitd "${FILESDIR}"/adjtimex.init adjtimex
+}
+
+pkg_postinst() {
+ einfo "Please run adjtimexconfig to create the configuration file"
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/adjtimex/
@ 2025-07-10 3:34 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-07-10 3:34 UTC (permalink / raw
To: gentoo-commits
commit: 16b54fb5247b30d495a5dcbfd02d98ba4b132bbd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 10 03:31:25 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 10 03:33:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b54fb5
net-misc/adjtimex: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/adjtimex/metadata.xml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/net-misc/adjtimex/metadata.xml b/net-misc/adjtimex/metadata.xml
index aaab041e8885..7f2940bea74a 100644
--- a/net-misc/adjtimex/metadata.xml
+++ b/net-misc/adjtimex/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>robbat2@gentoo.org</email>
-</maintainer>
+ <maintainer type="person">
+ <email>robbat2@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">rogers0/adjtimex</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/adjtimex/
@ 2025-09-06 17:39 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2025-09-06 17:39 UTC (permalink / raw
To: gentoo-commits
commit: ec13cd7299f066e305b0523c5472f8700002389d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 17:38:56 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 6 17:38:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec13cd72
net-misc/adjtimex: Stabilize 1.29-r4 x86, #962423
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/adjtimex/adjtimex-1.29-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/adjtimex/adjtimex-1.29-r4.ebuild b/net-misc/adjtimex/adjtimex-1.29-r4.ebuild
index 95b94033382a..0c58f07594ab 100644
--- a/net-misc/adjtimex/adjtimex-1.29-r4.ebuild
+++ b/net-misc/adjtimex/adjtimex-1.29-r4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc x86"
RDEPEND="!net-misc/sntpd[adjtimex]"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/adjtimex/
@ 2025-09-06 17:39 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2025-09-06 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 9cfa431d1ab1a971ca4094e4e23fcbdba0822bb1
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 17:38:55 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 6 17:38:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfa431d
net-misc/adjtimex: Stabilize 1.29-r4 amd64, #962423
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/adjtimex/adjtimex-1.29-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/adjtimex/adjtimex-1.29-r4.ebuild b/net-misc/adjtimex/adjtimex-1.29-r4.ebuild
index 44280f355806..95b94033382a 100644
--- a/net-misc/adjtimex/adjtimex-1.29-r4.ebuild
+++ b/net-misc/adjtimex/adjtimex-1.29-r4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~x86"
RDEPEND="!net-misc/sntpd[adjtimex]"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/adjtimex/
@ 2025-09-07 4:55 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2025-09-07 4:55 UTC (permalink / raw
To: gentoo-commits
commit: 916c250bb8ea6db70c9105947299db77bd324512
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 7 04:54:54 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 7 04:54:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916c250b
net-misc/adjtimex: Stabilize 1.29-r4 ppc, #962423
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/adjtimex/adjtimex-1.29-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/adjtimex/adjtimex-1.29-r4.ebuild b/net-misc/adjtimex/adjtimex-1.29-r4.ebuild
index 0c58f07594ab..a49f7c3f9a21 100644
--- a/net-misc/adjtimex/adjtimex-1.29-r4.ebuild
+++ b/net-misc/adjtimex/adjtimex-1.29-r4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc x86"
+KEYWORDS="~alpha amd64 ppc x86"
RDEPEND="!net-misc/sntpd[adjtimex]"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-09-07 4:55 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-06 17:39 [gentoo-commits] repo/gentoo:master commit in: net-misc/adjtimex/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2025-09-07 4:55 Arthur Zamarin
2025-09-06 17:39 Arthur Zamarin
2025-07-10 3:34 Sam James
2025-07-10 3:34 Sam James
2022-12-20 15:50 Conrad Kostecki
2019-07-26 9:22 Mikle Kolyada
2019-07-26 9:22 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox