commit:     9688b57bb23c3889807260384eaf4b37972bd9e1
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 10:43:08 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 10:51:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9688b57b

app-crypt/osslsigncode: drop 2.8

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-crypt/osslsigncode/Manifest                |  1 -
 app-crypt/osslsigncode/osslsigncode-2.8.ebuild | 66 --------------------------
 2 files changed, 67 deletions(-)

diff --git a/app-crypt/osslsigncode/Manifest b/app-crypt/osslsigncode/Manifest
index 2b5d54ee6558..c3d786a19163 100644
--- a/app-crypt/osslsigncode/Manifest
+++ b/app-crypt/osslsigncode/Manifest
@@ -1,2 +1 @@
-DIST osslsigncode-2.8.tar.gz 747274 BLAKE2B 
62472d0830b53b2d182b37585a225f0699600bcc2bad5915a64a52b5b7c3fab6f7e936ba82e41907e41c9b0cc1f8ff5f47aa79feb8c5742b16d1fe101baf3db0
 SHA512 
dd7349e3a64c1d6f63379a14450c8e643c006d2824dc41ce9ecde64ba276466772c440e577aca4a805a49c7ba88aa0dcf5ea73c323abcc4945491407b20e8e96
 DIST osslsigncode-2.9.tar.gz 1033420 BLAKE2B 
63897907102f7e3ee241d4a0436ac2c217351cbdf330c302344ad648cc5d7962ea9936b1c1ccfe6072c3188f6e49f892b323eecc0c87476071effb6d02f9e0e0
 SHA512 
c88d3050b0f4af5cf4ec899ac1935cd04833ed8c7690298ab1bf0c00c4e53bf5a4f9ee31940d63e29350a6babf43f212e56aa480a67745b6d715a30a8093e3a6

diff --git a/app-crypt/osslsigncode/osslsigncode-2.8.ebuild 
b/app-crypt/osslsigncode/osslsigncode-2.8.ebuild
deleted file mode 100644
index 9d9e80561854..000000000000
--- a/app-crypt/osslsigncode/osslsigncode-2.8.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-#OSSLSIGNCODE_TEST_FILES=( unsigned.{cat,ex_,exe,msi} )
-inherit cmake python-any-r1
-
-DESCRIPTION="Platform-independent tool for Authenticode signing of EXE/CAB 
files"
-HOMEPAGE="https://github.com/mtrojnar/osslsigncode";
-SRC_URI="https://github.com/mtrojnar/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-for test_file in "${OSSLSIGNCODE_TEST_FILES[@]}" ; do
-       SRC_URI+=" test? ( 
https://github.com/mtrojnar/osslsigncode/raw/${PV}/tests/files/${test_file} -> 
${PN}-test-${test_file} )"
-done
-unset test_file
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="curl test"
-#RESTRICT="!test? ( test )"
-# https://github.com/mtrojnar/osslsigncode/issues/140#issuecomment-1060636197
-RESTRICT="test"
-
-RDEPEND="
-       dev-libs/openssl:=
-       sys-libs/zlib:=
-       curl? ( net-misc/curl )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       test? (
-               ${PYTHON_DEPS}
-               sys-libs/libfaketime
-       )
-"
-
-pkg_setup() {
-       use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-       if use test ; then
-               local test_file
-               for test_file in "${OSSLSIGNCODE_TEST_FILES[@]}" ; do
-                       cp "${DISTDIR}"/${PN}-test-${test_file} 
tests/files/${test_file} || die
-               done
-               unset test_file
-       fi
-
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake_use_find_package curl CURL)
-       )
-
-       cmake_src_configure
-}
-
-src_test() {
-       cmake_src_test -j1
-}

Reply via email to