Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmygpo-qt/
Date: Fri, 08 Dec 2017 18:32:34
Message-Id: 1512757840.d3aa6207be79aeae23cbc1d155dfef6d6a55eab2.asturm@gentoo
1 commit: d3aa6207be79aeae23cbc1d155dfef6d6a55eab2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 8 16:59:53 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 8 18:30:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3aa6207
7
8 media-libs/libmygpo-qt: Drop old
9
10 Package-Manager: Portage-2.3.17, Repoman-2.3.6
11
12 media-libs/libmygpo-qt/Manifest | 2 -
13 media-libs/libmygpo-qt/libmygpo-qt-1.0.7-r1.ebuild | 45 ----------------------
14 media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild | 30 ---------------
15 media-libs/libmygpo-qt/libmygpo-qt-1.0.8.ebuild | 45 ----------------------
16 4 files changed, 122 deletions(-)
17
18 diff --git a/media-libs/libmygpo-qt/Manifest b/media-libs/libmygpo-qt/Manifest
19 index 756fb143e63..f234e9f7465 100644
20 --- a/media-libs/libmygpo-qt/Manifest
21 +++ b/media-libs/libmygpo-qt/Manifest
22 @@ -1,3 +1 @@
23 -DIST libmygpo-qt-1.0.7.tar.gz 62703 SHA256 43b9c00ae2c206ac64cf725918024b3d0927bbde880196a016f2ee329bac50fd SHA512 b1aad4daa32a41173d060f026245074ff2d11b9747447cb97cea9e3b93ea42e9ce89f67d4ed6396ed2b087db1f149e12543fb0a5d897e74a359c3115a418b45b WHIRLPOOL 5d7bbcf724677bc326060d4c8f79cadddd32caa240b830acdf2bcf0f213f6712dc2082fd1d6ad711edd23addd72e7553fdce1f2f1726cc0f8694ed9d4c4e04ae
24 -DIST libmygpo-qt-1.0.8.tar.gz 65064 SHA256 a0133b9d1850140a85d045d5a5db568735d19d62cd2f415e56e8b96689e2ce2e SHA512 1681b37387f7c18b74acbe5babd0ed435b289e87bca16e8c9ac7de53ff16012a82ed091cb77fd8c7972d470a71f38d1c9ab7c5f1e1bfe69db74f6fdc8d8a9bc8 WHIRLPOOL 51f7a503dfd4a893857d35b53010cecb9d278e9f4ab6424e07fbe3bc4d6c124eb7d36fcf1b437ea5349312ae21862a91189dc8da9cae5f763717d94ed2f1725a
25 DIST libmygpo-qt-1.0.9.tar.gz 65153 SHA256 65f477d8240aa3d173733bcf491d52663388f4aee0141184374a70f3ecb64ee0 SHA512 c7920841310c7b971d305e38586238e081c80a449a1b442e668d2b07ada5d6ff626e697db905a83d7b12a06127f975a9b02af13d8d3e1ebee04d407b4d4b48b6 WHIRLPOOL 9400de811157696c4cd2d274f05e00b2ad2323115f1e78e07c6859c312315f39181b1d41fd82f4bffa9d7ed10c97db57bffbca6c8007b455980c06de0855635a
26
27 diff --git a/media-libs/libmygpo-qt/libmygpo-qt-1.0.7-r1.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-1.0.7-r1.ebuild
28 deleted file mode 100644
29 index c4feab6fe2d..00000000000
30 --- a/media-libs/libmygpo-qt/libmygpo-qt-1.0.7-r1.ebuild
31 +++ /dev/null
32 @@ -1,45 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -inherit cmake-utils
38 -
39 -DESCRIPTION="Qt/C++ library wrapping the gpodder.net webservice"
40 -HOMEPAGE="http://wiki.gpodder.org/wiki/Libmygpo-qt"
41 -
42 -if [[ ${PV} == *9999* ]]; then
43 - EGIT_REPO_URI="https://github.com/gpodder/libmygpo-qt.git"
44 - KEYWORDS=""
45 - SRC_URI=""
46 - inherit git-2
47 -else
48 - KEYWORDS="amd64 x86"
49 - SRC_URI="https://github.com/gpodder/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
50 -fi
51 -
52 -LICENSE="LGPL-2.1"
53 -SLOT="0"
54 -IUSE="test"
55 -
56 -RDEPEND="dev-qt/qtcore:4
57 - >=dev-libs/qjson-0.5"
58 -DEPEND="${RDEPEND}
59 - dev-qt/qttest:4
60 - virtual/pkgconfig
61 - test? ( dev-qt/qttest:4 )"
62 -
63 -DOCS=( AUTHORS README )
64 -
65 -src_prepare() {
66 - cmake-utils_src_prepare
67 - if ! use test ; then
68 - sed -i -e '/find_package/s/QtTest//' CMakeLists.txt || die
69 - fi
70 -}
71 -
72 -src_configure() {
73 - local mycmakeargs=(
74 - $(cmake-utils_use test MYGPO_BUILD_TESTS)
75 - )
76 - cmake-utils_src_configure
77 -}
78
79 diff --git a/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild
80 deleted file mode 100644
81 index 12525dabbcc..00000000000
82 --- a/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild
83 +++ /dev/null
84 @@ -1,30 +0,0 @@
85 -# Copyright 1999-2014 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=5
89 -inherit cmake-utils
90 -
91 -DESCRIPTION="Qt/C++ library wrapping the gpodder.net webservice"
92 -HOMEPAGE="http://wiki.gpodder.org/wiki/Libmygpo-qt"
93 -
94 -if [[ ${PV} == *9999* ]]; then
95 - EGIT_REPO_URI="https://github.com/gpodder/libmygpo-qt.git"
96 - KEYWORDS=""
97 - SRC_URI=""
98 - inherit git-2
99 -else
100 - KEYWORDS="amd64 x86"
101 - SRC_URI="https://github.com/gpodder/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
102 -fi
103 -
104 -LICENSE="LGPL-2.1"
105 -SLOT="0"
106 -IUSE=""
107 -
108 -RDEPEND="dev-qt/qtcore:4
109 - >=dev-libs/qjson-0.5"
110 -DEPEND="${RDEPEND}
111 - dev-qt/qttest:4
112 - virtual/pkgconfig"
113 -
114 -DOCS=( AUTHORS README )
115
116 diff --git a/media-libs/libmygpo-qt/libmygpo-qt-1.0.8.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-1.0.8.ebuild
117 deleted file mode 100644
118 index a58221b01f8..00000000000
119 --- a/media-libs/libmygpo-qt/libmygpo-qt-1.0.8.ebuild
120 +++ /dev/null
121 @@ -1,45 +0,0 @@
122 -# Copyright 1999-2016 Gentoo Foundation
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=5
126 -inherit cmake-utils
127 -
128 -DESCRIPTION="Qt/C++ library wrapping the gpodder.net webservice"
129 -HOMEPAGE="http://wiki.gpodder.org/wiki/Libmygpo-qt"
130 -
131 -if [[ ${PV} == *9999* ]]; then
132 - EGIT_REPO_URI="https://github.com/gpodder/libmygpo-qt.git"
133 - KEYWORDS=""
134 - SRC_URI=""
135 - inherit git-2
136 -else
137 - KEYWORDS="~amd64 ~x86"
138 - SRC_URI="https://github.com/gpodder/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
139 -fi
140 -
141 -LICENSE="LGPL-2.1"
142 -SLOT="0"
143 -IUSE="test"
144 -
145 -RDEPEND="dev-qt/qtcore:4
146 - >=dev-libs/qjson-0.5"
147 -DEPEND="${RDEPEND}
148 - virtual/pkgconfig
149 - test? ( dev-qt/qttest:4 )"
150 -
151 -DOCS=( AUTHORS README )
152 -PATCHES=( ${FILESDIR}/${P}-fix-JsonCreatorTest-failure.patch )
153 -
154 -src_prepare() {
155 - cmake-utils_src_prepare
156 - if ! use test ; then
157 - sed -i -e '/find_package/s/QtTest//' CMakeLists.txt || die
158 - fi
159 -}
160 -
161 -src_configure() {
162 - local mycmakeargs=(
163 - $(cmake-utils_use test MYGPO_BUILD_TESTS)
164 - )
165 - cmake-utils_src_configure
166 -}