commit: 08f48406a8a9f05fe38f5f540f1cf04912f8885f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Nov 15 16:33:31 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Nov 15 16:33:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f48406
app-i18n/scim-sunpinyin: Remove last-rited pkg Closes: https://bugs.gentoo.org/695010 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-i18n/scim-sunpinyin/Manifest | 1 - app-i18n/scim-sunpinyin/metadata.xml | 14 -------- .../scim-sunpinyin/scim-sunpinyin-3.0.0_rc1.ebuild | 41 ---------------------- profiles/package.mask | 7 ---- 4 files changed, 63 deletions(-) diff --git a/app-i18n/scim-sunpinyin/Manifest b/app-i18n/scim-sunpinyin/Manifest deleted file mode 100644 index 016fef2a7157..000000000000 --- a/app-i18n/scim-sunpinyin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sunpinyin-3.0.0_rc1.tar.gz 547138 BLAKE2B 682e733241d690d1fef8ce452c497a894c5ab61bf5298c1f292ce3a25a681d594744db43ebd51b3e59274cce0e47a1bce15a793f2c20e2998915c3432f2a7c32 SHA512 c9d4936de5835a7f02e52c5b32bf1a42d76bf7588449aaa813f3df7ab2d72f3ca0f4e18f74a60be4860f0724b5e05cbe567c67e6f3150b0e71b23b3a9002fc5e diff --git a/app-i18n/scim-sunpinyin/metadata.xml b/app-i18n/scim-sunpinyin/metadata.xml deleted file mode 100644 index 1c401324a2f6..000000000000 --- a/app-i18n/scim-sunpinyin/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Cjk</name> - </maintainer> - <use> - <flag name="gtk3">Enable support for <pkg>x11-libs/gtk+</pkg>:3</flag> - </use> - <upstream> - <remote-id type="github">sunpinyin/sunpinyin</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-i18n/scim-sunpinyin/scim-sunpinyin-3.0.0_rc1.ebuild b/app-i18n/scim-sunpinyin/scim-sunpinyin-3.0.0_rc1.ebuild deleted file mode 100644 index ed668fa02f72..000000000000 --- a/app-i18n/scim-sunpinyin/scim-sunpinyin-3.0.0_rc1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -PYTHON_COMPAT=( python2_7 ) - -inherit python-any-r1 scons-utils toolchain-funcs vcs-snapshot - -MY_P="${P#*-}" - -DESCRIPTION="SunPinyin IMEngine for SCIM" -HOMEPAGE="https://github.com/sunpinyin/sunpinyin" -SRC_URI="https://github.com/${PN#*-}/${PN#*-}/archive/v${PV/_rc/-rc}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="LGPL-2.1 CDDL" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gtk3" - -RDEPEND="app-i18n/scim[gtk3=] - ~app-i18n/sunpinyin-${PV}:=" -DEPEND="${RDEPEND} - virtual/pkgconfig" -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - tc-export CXX -} - -src_compile() { - escons -C wrapper/scim \ - --prefix="${EPREFIX}"/usr \ - --libdir="${EPREFIX}"/usr/$(get_libdir) \ - --libexecdir="${EPREFIX}"/usr/libexec -} - -src_install() { - escons -C wrapper/scim --install-sandbox="${D}" install - dodoc wrapper/scim/README -} diff --git a/profiles/package.mask b/profiles/package.mask index 69cb48ff0b64..b34ff7a0c134 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -184,13 +184,6 @@ dev-libs/cloog # Removal in 30 days dev-python/pweave -# Michał Górny <[email protected]> (2022-10-28) -# Originally last rited in Aug 2020 due to lack of Python 3 support. -# The last rites were undone, however this package never got fixed. -# Instead, it has been covered by incorrect "downgrade" mask since then. -# Removal on 2022-11-11. Bug #695010. -app-i18n/scim-sunpinyin - # Jonas Stein <[email protected]> (2022-10-26) # Dead upstream, open bugs. # Removal after 2022-12-24. Bug #878337.
