commit:     99a6b7ccd7d11d86c113181e3f6c7ff1c7fdcf44
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 22 10:56:32 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 22 11:14:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a6b7cc

dev-libs/libical: Drop 3.0.11

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/libical/Manifest              |   1 -
 dev-libs/libical/libical-3.0.11.ebuild | 114 ---------------------------------
 2 files changed, 115 deletions(-)

diff --git a/dev-libs/libical/Manifest b/dev-libs/libical/Manifest
index e013b757ad1c..ef9795f06c6d 100644
--- a/dev-libs/libical/Manifest
+++ b/dev-libs/libical/Manifest
@@ -1,3 +1,2 @@
 DIST libical-3.0.10.tar.gz 889470 BLAKE2B 
990a37cdb6a00c52bab1a10f5899752dc2f9f0f2c3e0ada9e54803007e3db97dcd600544bf45a9a0646631aaf41839a0818b5d70b3e6e305826db2dd1cc30bdb
 SHA512 
e32ccaff9b8a501f340567a1221c580023e4ed79918519bfa88aee2c0e8b62f5ea37e10907f2eb6fbd346a57408708a74e30aaf9a57a8d711eae30ddc974ddd0
-DIST libical-3.0.11.tar.gz 891646 BLAKE2B 
8e52f5d33586f435eb3311854c5ae5b96393f917cf119d46ef66bb1a10a4db2b1bf2a828c4cd0a4fb99428f44633b6a5592b144d0167f70887aaac3393312655
 SHA512 
cdee86c50edc2373ab2024d7d4ae26dd4b9a728dbc13083472c4923c67f61ff3cef7d43edca762c6a11979d2040fc1576a033eaa23a19e58af8f14a7d67fc139
 DIST libical-3.0.12.tar.gz 883537 BLAKE2B 
a67cbf767f5dba7717c80b2ed90f257025544b6fbbd85e4d10712fb63ec5d750c00e9a1d664b0c75f7e833847aeee2fc1412866bf4b599ead663132b3665835f
 SHA512 
e97aec11895d4c51fcb1fe32598f5fc23bbffc26274d1f46e74d1b9a365bea65446563224b852d13a763334eab0375e77cabb5ba535d3b2f89b652bbe24b4517

diff --git a/dev-libs/libical/libical-3.0.11.ebuild 
b/dev-libs/libical/libical-3.0.11.ebuild
deleted file mode 100644
index 4a1c23b6ce92..000000000000
--- a/dev-libs/libical/libical-3.0.11.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-VALA_USE_DEPEND="vapigen"
-inherit cmake python-any-r1 vala
-
-DESCRIPTION="Implementation of basic iCAL protocols"
-HOMEPAGE="https://github.com/libical/libical";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="berkdb doc examples +glib +introspection static-libs test vala"
-
-REQUIRED_USE="introspection? ( glib ) vala? ( introspection )"
-
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-       dev-libs/icu:=
-       berkdb? ( sys-libs/db:= )
-       glib? ( dev-libs/glib:2 )
-"
-DEPEND="${COMMON_DEPEND}
-       glib? ( dev-libs/libxml2:2 )
-"
-RDEPEND="${COMMON_DEPEND}
-       sys-libs/timezone-data
-"
-BDEPEND="
-       dev-lang/perl
-       virtual/pkgconfig
-       doc? (
-               app-doc/doxygen[dot]
-               glib? ( dev-util/gtk-doc )
-       )
-       introspection? ( dev-libs/gobject-introspection )
-       test? (
-               ${PYTHON_DEPS}
-               glib? ( $(python_gen_any_dep 
'dev-python/pygobject:3[${PYTHON_USEDEP}]') )
-       )
-       vala? ( $(vala_depend) )
-"
-
-DOCS=(
-       AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO
-       doc/{AddingOrModifyingComponents,UsingLibical}.txt
-)
-
-PATCHES=(
-       "${FILESDIR}/${PN}-3.0.4-tests.patch"
-       "${FILESDIR}/${P}-pkgconfig-libdir.patch"
-)
-
-python_check_deps() {
-       has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-       cmake_src_prepare
-       use examples || cmake_comment_add_subdirectory examples
-       use vala && vala_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake_use_find_package berkdb BDB)
-               -DICAL_BUILD_DOCS=$(usex doc)
-               -DICAL_GLIB=$(usex glib)
-               -DGOBJECT_INTROSPECTION=$(usex introspection)
-               -DSHARED_ONLY=$(usex !static-libs)
-               -DLIBICAL_BUILD_TESTING=$(usex test)
-               -DICAL_GLIB_VAPI=$(usex vala)
-       )
-       if use vala; then
-               mycmakeargs+=(
-                       -DVALAC="${VALAC}"
-                       -DVAPIGEN="${VAPIGEN}"
-               )
-       fi
-       cmake_src_configure
-}
-
-src_compile() {
-       cmake_src_compile
-       use doc && cmake_src_compile docs
-}
-
-src_test() {
-       local myctestargs=(
-               -E "(icalrecurtest|icalrecurtest-r)" # bug 660282
-       )
-
-       cmake_src_test
-}
-
-src_install() {
-       use doc && local HTML_DOCS=( "${BUILD_DIR}"/apidocs/html/. )
-
-       cmake_src_install
-
-       if use examples; then
-               rm examples/CMakeLists.txt || die
-               dodoc -r examples
-       fi
-}

Reply via email to