From 69ba8fb7283904e229d7de1aadd9fdf2328f6d54 Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Wed, 17 Feb 2021 18:35:42 +0100 Subject: [PATCH] taizen: remove package Broken, no tagged releases. --- srcpkgs/removed-packages/template | 1 + srcpkgs/taizen/patches/libressl-2.9.patch | 10 --------- srcpkgs/taizen/template | 25 ----------------------- 3 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 srcpkgs/taizen/patches/libressl-2.9.patch delete mode 100644 srcpkgs/taizen/template diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 14bd76761ff..1e46cff7598 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -215,6 +215,7 @@ replaces=" spacefm-ng<=1.0.6_3 sqlite-replication<=3.32.3_2 tagainijisho<=1.0.3_1 + taizen<=0.0.0.20180808_4 ttyload-git<=20141117_4 tuxc<=1.1_3 urlmatch-git<=20141116_2 diff --git a/srcpkgs/taizen/patches/libressl-2.9.patch b/srcpkgs/taizen/patches/libressl-2.9.patch deleted file mode 100644 index e38d7460a78..00000000000 --- a/srcpkgs/taizen/patches/libressl-2.9.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- Cargo.toml.orig 2018-10-30 00:39:37.753448674 +0100 -+++ Cargo.toml 2018-10-30 00:40:01.649440996 +0100 -@@ -13,3 +13,7 @@ - urlencoding = "1.0.0" - clap = "2.32.0" - lazy_static = "1.0.2" -+ -+ -+[patch.crates-io] -+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "5675404012996556db6bef9f8589536241561699"} diff --git a/srcpkgs/taizen/template b/srcpkgs/taizen/template deleted file mode 100644 index fe2e78bc723..00000000000 --- a/srcpkgs/taizen/template +++ /dev/null @@ -1,25 +0,0 @@ -# Template file for 'taizen' -pkgname=taizen -version=0.0.0.20180808 -revision=4 -_githash=39f77b5c1128d710b12244e433677daaf87c085e -wrksrc="${pkgname}-${_githash}" -build_style=cargo -hostmakedepends="pkg-config" -makedepends="libressl-devel ncurses-devel" -short_desc="Browse mediawiki pages from the command line" -maintainer="travankor " -license="MIT" -homepage="https://github.com/NerdyPepper/taizen" -distfiles="${homepage}/archive/${_githash}.tar.gz" -checksum=7de71509bc2b4494af1e103ddb18e0eeafe0bd90c797d6cae343c44f583bfd15 -nocross="Attempts to run non-native binaries during build" -broken="constraints force old openssl, incompatible with libressl" - -pre_build() { - cargo update --package openssl-sys --precise 0.9.35 -} - -post_install() { - vlicense LICENSE -}