Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/libical/, dev-libs/libical/files/
Date: Tue, 29 May 2018 12:32:21
Message-Id: 1527597068.ed478336e09e052bc8b6d1a18e9d0f87ce28655c.asturm@gentoo
1 commit: ed478336e09e052bc8b6d1a18e9d0f87ce28655c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 12:10:17 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 12:31:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed478336
7
8 dev-libs/libical: Drop 3.0.1
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-libs/libical/Manifest | 1 -
13 dev-libs/libical/files/fix-libdir-location.patch | 26 -------
14 dev-libs/libical/libical-3.0.1.ebuild | 87 ------------------------
15 profiles/package.mask | 1 -
16 4 files changed, 115 deletions(-)
17
18 diff --git a/dev-libs/libical/Manifest b/dev-libs/libical/Manifest
19 index b13528285d1..f0a4b24c461 100644
20 --- a/dev-libs/libical/Manifest
21 +++ b/dev-libs/libical/Manifest
22 @@ -1,3 +1,2 @@
23 DIST libical-2.0.0.tar.gz 699099 BLAKE2B 81c1a12faf4436d1edee4ab3f080137135c2ec7ae05efeee70696b89f2122b8f8ff92f78b6ec5e017d31841adb796d467204c299335743a6a8c15eca667b8182 SHA512 0b80f9aa40e0a485371b5949152c10d7fffb6e0dfe8c2aabc3c6e4e97ba0cdd465ae7093343245be60173bc7b24e80e919c0c0e199ff0bb2b14ed94af7087c4f
24 -DIST libical-3.0.1.tar.gz 865208 BLAKE2B c03fb922bbd8b86f30ab61c83ba81281ba42aee1f6655cc1b7b03af14afc77ca8b341a666f65d5ef8db771ec9e6242a987074ea98bdea1b4134885e9a529d808 SHA512 764e4f1bdb5f5b8c3e121057f475c7eca7acf5c514ac2c2527ae0ad93cd30a1c809a9e2107be2957247223f1f2936842999579c96ca19cd58b84571a29638091
25 DIST libical-3.0.3.tar.gz 866624 BLAKE2B 6d7c11aeb80dbd6b72001484a0ad89ff9b0f892c9400cec3f0d131d1edbabdafa8ef9717d1fed92c4999ba0934e8676e5cc58ebb3cb74fdbb8e5f5c816cc97bb SHA512 319a9e02b34835eb222728cb691b18e4f490b21f7faa55d266f298c07dafb5e15a492fb2105e2c3ab6d60d2affcf430b5b248cc38abc1e3bc29143662676fe70
26
27 diff --git a/dev-libs/libical/files/fix-libdir-location.patch b/dev-libs/libical/files/fix-libdir-location.patch
28 deleted file mode 100644
29 index 53eb2040bc0..00000000000
30 --- a/dev-libs/libical/files/fix-libdir-location.patch
31 +++ /dev/null
32 @@ -1,26 +0,0 @@
33 -This is a patch for Gentoo bug 560572, provided by Georgi Georgiev.
34 -
35 -diff --git a/CMakeLists.txt b/CMakeLists.txt
36 -index 773cf0c..e282ce4 100644
37 ---- a/CMakeLists.txt
38 -+++ b/CMakeLists.txt
39 -@@ -336,7 +336,7 @@ endif()
40 - set(VERSION "${PROJECT_VERSION}")
41 - set(prefix "${CMAKE_INSTALL_PREFIX}")
42 - set(exec_prefix "\${prefix}")
43 --set(libdir "\${exec_prefix}/lib")
44 -+set(libdir "${LIB_INSTALL_DIR}")
45 - set(includedir "\${prefix}/include")
46 - set(PTHREAD_LIBS "${CMAKE_THREAD_LIBS_INIT}")
47 -
48 -diff --git a/libical.pc.in b/libical.pc.in
49 -index 7774dce..bf88476 100644
50 ---- a/libical.pc.in
51 -+++ b/libical.pc.in
52 -@@ -8,5 +8,5 @@ iculib=@ICU_LIBRARIES@ @ICU_I18N_LIBRARIES@
53 - Name: libical
54 - Description: An implementation of basic iCAL protocols
55 - Version: @VERSION@
56 --Libs: -L${libdir} -lical -licalss -licalvcal ${threadslib} ${iculib}
57 -+Libs: -lical -licalss -licalvcal ${threadslib} ${iculib}
58 - Cflags: -I${includedir}
59
60 diff --git a/dev-libs/libical/libical-3.0.1.ebuild b/dev-libs/libical/libical-3.0.1.ebuild
61 deleted file mode 100644
62 index 851a3c097a0..00000000000
63 --- a/dev-libs/libical/libical-3.0.1.ebuild
64 +++ /dev/null
65 @@ -1,87 +0,0 @@
66 -# Copyright 1999-2018 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=6
70 -
71 -PYTHON_COMPAT=( python3_{4,5,6} )
72 -inherit cmake-utils python-any-r1
73 -
74 -DESCRIPTION="An implementation of basic iCAL protocols"
75 -HOMEPAGE="https://github.com/libical/libical"
76 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
77 -
78 -LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
79 -SLOT="0/3"
80 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
81 -IUSE="berkdb doc examples static-libs test"
82 -
83 -# TODO: disabled until useful
84 -# glib? (
85 -# dev-libs/glib:2
86 -# dev-libs/libxml2:2
87 -# )
88 -# introspection? ( dev-libs/gobject-introspection:= )
89 -COMMON_DEPEND="
90 - dev-libs/icu:=
91 - berkdb? ( sys-libs/db:= )
92 -"
93 -DEPEND="${COMMON_DEPEND}
94 - dev-lang/perl
95 - doc? ( app-doc/doxygen )
96 - test? ( ${PYTHON_DEPS} )
97 -"
98 -RDEPEND="${COMMON_DEPEND}
99 - sys-libs/timezone-data
100 -"
101 -
102 -DOCS=(
103 - AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO
104 - doc/{AddingOrModifyingComponents,UsingLibical}.txt
105 -)
106 -
107 -PATCHES=( "${FILESDIR}/${P}-pkgconfig-libdir.patch" )
108 -
109 -pkg_setup() {
110 - use test && python-any-r1_pkg_setup
111 -}
112 -
113 -src_prepare() {
114 - cmake-utils_src_prepare
115 -
116 - use doc || cmake_comment_add_subdirectory doc
117 - use examples || cmake_comment_add_subdirectory examples
118 -}
119 -
120 -src_configure() {
121 - local mycmakeargs=(
122 - -DICAL_GLIB=OFF
123 - -DGOBJECT_INTROSPECTION=OFF
124 - $(cmake-utils_use_find_package berkdb BDB)
125 - -DSHARED_ONLY=$(usex !static-libs)
126 - )
127 -# TODO: disabled until useful
128 -# -DICAL_GLIB=$(usex glib)
129 -# -DGOBJECT_INTROSPECTION=$(usex introspection)
130 - cmake-utils_src_configure
131 -}
132 -
133 -src_compile() {
134 - cmake-utils_src_compile
135 - use doc && cmake-utils_src_compile docs
136 -}
137 -
138 -src_test() {
139 - local myctestargs=( -j1 )
140 - cmake-utils_src_test
141 -}
142 -
143 -src_install() {
144 - use doc && HTML_DOCS=( "${BUILD_DIR}"/apidocs/html/. )
145 -
146 - cmake-utils_src_install
147 -
148 - if use examples; then
149 - rm examples/CMakeLists.txt || die
150 - dodoc -r examples
151 - fi
152 -}
153
154 diff --git a/profiles/package.mask b/profiles/package.mask
155 index cf0dc8345c6..8636afe5ae1 100644
156 --- a/profiles/package.mask
157 +++ b/profiles/package.mask
158 @@ -452,7 +452,6 @@ media-fonts/fontawesome:0/5
159
160 # Andreas Sturmlechner <asturm@g.o> (21 Dec 2017)
161 # Masked for testing
162 -=dev-libs/libical-3.0.1
163 ~dev-libs/libical-3.0.3
164
165 # James Le Cuirot <chewi@g.o> (17 Dec 2017)