From 97986c8b3a68f6457e7e182a38fd043992f51552 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 15 Jul 2023 21:53:10 +0200 Subject: sys-kernel/cfcfg: Version bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- metadata/pkg_desc_index | 2 +- sys-kernel/cfcfg/Manifest | 2 +- sys-kernel/cfcfg/cfcfg-0.ebuild | 26 -------------------------- sys-kernel/cfcfg/cfcfg-1.0.ebuild | 27 +++++++++++++++++++++++++++ 4 files changed, 29 insertions(+), 28 deletions(-) delete mode 100644 sys-kernel/cfcfg/cfcfg-0.ebuild create mode 100644 sys-kernel/cfcfg/cfcfg-1.0.ebuild diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 99a5284c..ca86933e 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -114,7 +114,7 @@ sys-fs/squash_dir 13.14-r1: Keep directories compressed with squashfs. Useful fo sys-fs/squashfs-tools 99999999: Tool for creating compressed filesystem type squashfs sys-fs/squashfuse 0.1.104: FUSE filesystem to mount squashfs archives sys-fs/squashmount 22.1-r1: Keep directories compressed with squashfs. Useful for portage tree, texmf-dist -sys-kernel/cfcfg 0: Yet another Linux kernel configuration comparator +sys-kernel/cfcfg 1.0: Yet another Linux kernel configuration comparator sys-kernel/kccmp 0.3-r3: A simple tool for comparing two linux kernel .config files sys-kernel/kconfig-hardened-check 0.6.1 99999999: A script for checking the hardening options in the Linux kernel config sys-kernel/kernel 6.5: A POSIX shell script to compile the kernel with user permissions diff --git a/sys-kernel/cfcfg/Manifest b/sys-kernel/cfcfg/Manifest index 13767a8d..fef33bc2 100644 --- a/sys-kernel/cfcfg/Manifest +++ b/sys-kernel/cfcfg/Manifest @@ -1 +1 @@ -DIST cfcfg-0.tar.gz 5282 BLAKE2B b04bd9afe0e3d48c60e070c95e99cac5017b4842939014ced6dc4ca73f9737a763eacbcfae2b38e76d4cd055754dd7905486d1bcd7cea2d505ceeb5a9876f28c SHA512 d25bdddccdad8229f08dd50a91de33388e1359d2dba22493dc4f9b034812f999dac5e852a3f29fca0823d7ca5e0337a3046b9b13d5f13476ca9955726839aa22 +DIST cfcfg-1.0.tar 81920 BLAKE2B a1c5f8772a831d6348925d930c8d5c8ad7327e8975ed2bb48a787e1e27adfb090b671dec829d960c9f695c1cdc1ca41bb6cac48b6206abdbb0b430eb6cf1bb52 SHA512 f4ca7e1c87a365e321db7d66a371bdc9084bc7f1221f4a858e4ba2b52bfbb375b0726ce17860982103038256d55505d7fd88b9d3c354bc83528b8ff938a60f04 diff --git a/sys-kernel/cfcfg/cfcfg-0.ebuild b/sys-kernel/cfcfg/cfcfg-0.ebuild deleted file mode 100644 index c8f4f6ba..00000000 --- a/sys-kernel/cfcfg/cfcfg-0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2023 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -RESTRICT="mirror" - -DESCRIPTION="Yet another Linux kernel configuration comparator" -HOMEPAGE="https://sourceforge.net/projects/cfcfg/" -SRC_URI="mirror://sourceforge/project/cfcfg/${PN}.tgz -> ${P}.tar.gz" -S="${WORKDIR}/cfcfg.git" - -LICENSE="GPL-3+" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" -SLOT="0" -IUSE="" - -src_prepare() { - mv cfcfg.1.man cfcfg.1 - default -} - -src_install() { - dobin cfcfg - doman cfcfg.1 - dodoc README.md -} diff --git a/sys-kernel/cfcfg/cfcfg-1.0.ebuild b/sys-kernel/cfcfg/cfcfg-1.0.ebuild new file mode 100644 index 00000000..fa18dd62 --- /dev/null +++ b/sys-kernel/cfcfg/cfcfg-1.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2023 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +RESTRICT="mirror" + +DESCRIPTION="Yet another Linux kernel configuration comparator" +HOMEPAGE="https://sourceforge.net/projects/cfcfg/" +SRC_URI="mirror://sourceforge/project/cfcfg/${P}.tgz -> ${P}.tar" +S="${WORKDIR}/cfcfg.git" + +LICENSE="GPL-3+" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +SLOT="0" +IUSE="" + +src_prepare() { + mv cfcfg.1.man cfcfg.1 + mv cfgsymbols.1.man cfgsymbols.1 + default +} + +src_install() { + dobin cfcfg cfgsymbols cfgsymbols.awk + doman cfcfg.1 cfgsymbols.1 + dodoc README.md cfgsymbols.1.md cfcfg.1.md +} -- cgit v1.2.3-65-gdbad