public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkvkontakte/
@ 2017-06-18 12:08 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2017-06-18 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     27600364a51d488e49bdb61894003753e581dab3
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 11:55:55 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 12:08:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27600364

net-libs/libkvkontakte: use HTTPS

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild b/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild
index 7171acb1489..187754fd209 100644
--- a/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild
+++ b/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild
@@ -7,7 +7,7 @@ KDE_TEST="true"
 inherit kde5
 
 DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
-HOMEPAGE="http://www.digikam.org/"
+HOMEPAGE="https://www.digikam.org/"
 SRC_URI="https://dev.gentoo.org/~asturm/${P}.tar.xz"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkvkontakte/
@ 2020-01-17 19:49 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2020-01-17 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2e359bd79d5687fc78e2fbab1fc254664ff84086
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 19:37:58 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 19:37:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e359bd7

net-libs/libkvkontakte: Port to ecm.eclass and kde.org.eclass

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

 .../libkvkontakte/libkvkontakte-5.0.0-r1.ebuild    | 26 ++++++++++++----------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/net-libs/libkvkontakte/libkvkontakte-5.0.0-r1.ebuild b/net-libs/libkvkontakte/libkvkontakte-5.0.0-r1.ebuild
index db21496fe47..114605f96a4 100644
--- a/net-libs/libkvkontakte/libkvkontakte-5.0.0-r1.ebuild
+++ b/net-libs/libkvkontakte/libkvkontakte-5.0.0-r1.ebuild
@@ -1,29 +1,31 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-KDE_TEST="true"
-inherit kde5
+ECM_TEST="true"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
 HOMEPAGE="https://www.digikam.org/"
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2+ || ( LGPL-2.1 LGPL-3 )"
+SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
 
 DEPEND="
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdewebkit)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwidgets)
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=dev-qt/qtwebkit-5.212.0_pre20180120:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdewebkit-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 "
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkvkontakte/
@ 2019-03-03 21:49 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-03-03 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3533ba47da84f3d30173e650e08e7b8f5ae860fc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 20:41:00 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 21:49:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3533ba47

net-libs/libkvkontakte: Drop 5.0.0 (r0)

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

 net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild | 31 -----------------------
 1 file changed, 31 deletions(-)

diff --git a/net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild
deleted file mode 100644
index 9f64b55ba18..00000000000
--- a/net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
-HOMEPAGE="https://www.digikam.org/"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2+ || ( LGPL-2.1 LGPL-3 )"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdewebkit)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwebkit)
-	$(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-# accessing network
-RESTRICT+=" test"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkvkontakte/
@ 2018-05-06 11:24 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2018-05-06 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     18a01fb9d26cec38783d8b1b150ef9a6e75e9b3c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May  6 11:23:54 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May  6 11:24:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a01fb9

net-libs/libkvkontakte: Drop old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 net-libs/libkvkontakte/Manifest                    |  1 -
 .../libkvkontakte-5.0.0_pre20170128.ebuild         | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/net-libs/libkvkontakte/Manifest b/net-libs/libkvkontakte/Manifest
index 7f37063db71..e9392972801 100644
--- a/net-libs/libkvkontakte/Manifest
+++ b/net-libs/libkvkontakte/Manifest
@@ -1,2 +1 @@
 DIST libkvkontakte-5.0.0.tar.xz 59116 BLAKE2B 18b4b3c0eb7e408a94c1d2d3613b4c2ef3c485490490aaee42a35175c81453961773031030ba3cfdf9c29fec7f73f7670d93d0c9ac1f748b33dc66d497434c19 SHA512 bc7fa3d2d8a815c3a8b2265bf45500c10ac31383883a6a19802c5d01be5c16c1e72a8fe0c2c7cc086c9a7403ce001df0629e546caa872a2ae599e3a2650ef1af
-DIST libkvkontakte-5.0.0_pre20170128.tar.xz 41512 BLAKE2B cf13b6d80e9731df69c7ca7488f7aeaa2512cf01019c2d36d73ed8ae4c7df3da91093adbe3afe07bf01ea73e7f324d71c3162dbafdbe1276b0fccf57a4a4fd96 SHA512 12da0a4e471945af2b6f4373aa6996288bc41303ccaff19436d9c8d508cafbc43333bde0a104ba0cde5b3f383284d975f8217599b38f1e5a9e9da0dc57bcaa3c

diff --git a/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild b/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild
deleted file mode 100644
index 187754fd209..00000000000
--- a/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
-HOMEPAGE="https://www.digikam.org/"
-SRC_URI="https://dev.gentoo.org/~asturm/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
-	$(add_frameworks_dep kdewebkit)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwebkit)
-	$(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-# accessing network
-RESTRICT="test"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkvkontakte/
@ 2017-09-02 14:05 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2017-09-02 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4467ee0f4b51ea3ffcf24584d081c2ff356da0c9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 14:04:50 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 14:04:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4467ee0f

net-libs/libkvkontakte: version bump 5.0.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-libs/libkvkontakte/Manifest                   |  1 +
 net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild | 31 +++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/net-libs/libkvkontakte/Manifest b/net-libs/libkvkontakte/Manifest
index 95194b0f436..2f5a53251fa 100644
--- a/net-libs/libkvkontakte/Manifest
+++ b/net-libs/libkvkontakte/Manifest
@@ -1 +1,2 @@
+DIST libkvkontakte-5.0.0.tar.xz 59116 SHA256 00f11a13e1c3c10c7abd53b300237a9b7ab5c9b3b80e0381e01993e82c768193 SHA512 bc7fa3d2d8a815c3a8b2265bf45500c10ac31383883a6a19802c5d01be5c16c1e72a8fe0c2c7cc086c9a7403ce001df0629e546caa872a2ae599e3a2650ef1af WHIRLPOOL 1fa6a02a5dfb03c623fff02b8c52660e2a663b33b6142a42e07ee718b58be412acc36d9617600720b461481702350acf28f9a4164fb487860548cdc5da650e3b
 DIST libkvkontakte-5.0.0_pre20170128.tar.xz 41512 SHA256 0a6009846a6455d143d2f00a59cea2047e3506100ef7fe566dfe60bf7df2a0b6 SHA512 12da0a4e471945af2b6f4373aa6996288bc41303ccaff19436d9c8d508cafbc43333bde0a104ba0cde5b3f383284d975f8217599b38f1e5a9e9da0dc57bcaa3c WHIRLPOOL 1b57726f110fb8c85ad792098a326a2e98ac1b9948159fc617e2b41323aa31c81d6f32be5a97dd155e8a92789c116ff4538228d8039d819a2daced1b87973666

diff --git a/net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild
new file mode 100644
index 00000000000..be1e7027d23
--- /dev/null
+++ b/net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
+HOMEPAGE="https://www.digikam.org/"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2+ || ( LGPL-2.1 LGPL-3 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdewebkit)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwebkit)
+	$(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"
+
+# accessing network
+RESTRICT+=" test"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkvkontakte/
@ 2017-04-09 18:49 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2017-04-09 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     d10789744c3654ceddb6faa7941b107df6c11fdd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  9 18:48:36 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr  9 18:49:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1078974

net-libs/libkvkontakte: Drop unused DEPEND

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild b/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild
index a2188b0ae8d..7171acb1489 100644
--- a/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild
+++ b/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild
@@ -25,7 +25,6 @@ DEPEND="
 	$(add_qt_dep qtnetwork)
 	$(add_qt_dep qtwebkit)
 	$(add_qt_dep qtwidgets)
-	>=dev-libs/qjson-0.7.0
 "
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkvkontakte/
@ 2017-01-28 14:45 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2017-01-28 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     86d8476cfe5c59c4532e68eb0dccad892cd61ae1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 01:22:32 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 14:44:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d8476c

net-libs/libkvkontakte: Add KF5-based snapshot

Package-Manager: portage-2.3.3

 net-libs/libkvkontakte/Manifest                    |  1 +
 .../libkvkontakte-5.0.0_pre20170128.ebuild         | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-libs/libkvkontakte/Manifest b/net-libs/libkvkontakte/Manifest
index 2b0e616..884afba 100644
--- a/net-libs/libkvkontakte/Manifest
+++ b/net-libs/libkvkontakte/Manifest
@@ -1,2 +1,3 @@
 DIST digikam-4.4.0.tar.bz2 68871203 SHA256 5c68a2d200f5b502706128ea64839319aad333fb79548f49ecc92594e280d4e9 SHA512 4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a WHIRLPOOL 7a05ab9926227232a1cf52bf68da45b849b982e840b171f702610acce85a1ce8e59967a02e845a0ef19c316daee835861573aca40dc7b28422cf7d6d56119e2c
 DIST libkvkontakte-4.12.0.tar.xz 57696 SHA256 4229f0e6b21451d04b9ff5cdc965a2eb9b9dd4a73d51ac52ec7b53ad2ec6cd02 SHA512 4e69034e0af823634bbb451e12b4e8a64c9e4f3823c5b2f9f892cdbf65db2ee9b079f135bff66c413de5443d3e3d56053bd7394e679520a9da611713071b6709 WHIRLPOOL a8e2341c27e4b51307cc02b655d21372cea89dff454d7c385f0d6ac7d11bf02aa135296507fcb232ef03c95d5e8689f455be2e9adec809cf374b93971396c39e
+DIST libkvkontakte-5.0.0_pre20170128.tar.xz 41512 SHA256 0a6009846a6455d143d2f00a59cea2047e3506100ef7fe566dfe60bf7df2a0b6 SHA512 12da0a4e471945af2b6f4373aa6996288bc41303ccaff19436d9c8d508cafbc43333bde0a104ba0cde5b3f383284d975f8217599b38f1e5a9e9da0dc57bcaa3c WHIRLPOOL 1b57726f110fb8c85ad792098a326a2e98ac1b9948159fc617e2b41323aa31c81d6f32be5a97dd155e8a92789c116ff4538228d8039d819a2daced1b87973666

diff --git a/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild b/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild
new file mode 100644
index 00000000..f185bd0
--- /dev/null
+++ b/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
+HOMEPAGE="http://www.digikam.org/"
+SRC_URI="https://dev.gentoo.org/~asturm/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kdewebkit)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwebkit)
+	$(add_qt_dep qtwidgets)
+	>=dev-libs/qjson-0.7.0
+"
+RDEPEND="${DEPEND}"
+
+# accessing network
+RESTRICT="test"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkvkontakte/
@ 2016-12-23 10:11 Johannes Huber
  0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2016-12-23 10:11 UTC (permalink / raw
  To: gentoo-commits

commit:     1a8295ea55a7ffce1cc31b01ec46e17741fd5020
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 09:56:26 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 10:11:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8295ea

net-libs/libkvkontakte: Drop CMAKE_MIN_VERSION

Covered by cmake-utils eclass now.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/libkvkontakte/libkvkontakte-4.4.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-libs/libkvkontakte/libkvkontakte-4.4.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-4.4.0.ebuild
index 9fca4c2..a7b8804 100644
--- a/net-libs/libkvkontakte/libkvkontakte-4.4.0.ebuild
+++ b/net-libs/libkvkontakte/libkvkontakte-4.4.0.ebuild
@@ -6,7 +6,6 @@ EAPI=5
 
 KDE_LINGUAS=""
 KDE_MINIMAL="4.10"
-CMAKE_MIN_VERSION=2.8
 WEBKIT_REQUIRED="always"
 inherit kde4-base
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkvkontakte/
@ 2016-08-07 19:22 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2016-08-07 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e376fa5ff0d367e2a2293c13e3385edee60c9e42
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 19:13:50 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 19:22:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e376fa5f

net-libs/libkvkontakte: webkit is always required

Package-Manager: portage-2.3.0

 net-libs/libkvkontakte/libkvkontakte-4.12.0.ebuild | 3 ++-
 net-libs/libkvkontakte/libkvkontakte-4.4.0.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-libs/libkvkontakte/libkvkontakte-4.12.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-4.12.0.ebuild
index a6e891b..d53da05 100644
--- a/net-libs/libkvkontakte/libkvkontakte-4.12.0.ebuild
+++ b/net-libs/libkvkontakte/libkvkontakte-4.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,6 +6,7 @@ EAPI=5
 
 KDE_LINGUAS="ar bs cs da de el en_GB es et fi fr gl hu it kk km ko nb nds nl pl
 pt pt_BR ro ru sk sl sv tr uk zh_TW"
+WEBKIT_REQUIRED="always"
 inherit kde4-base
 
 DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"

diff --git a/net-libs/libkvkontakte/libkvkontakte-4.4.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-4.4.0.ebuild
index a10ff6f..9fca4c2 100644
--- a/net-libs/libkvkontakte/libkvkontakte-4.4.0.ebuild
+++ b/net-libs/libkvkontakte/libkvkontakte-4.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,6 +7,7 @@ EAPI=5
 KDE_LINGUAS=""
 KDE_MINIMAL="4.10"
 CMAKE_MIN_VERSION=2.8
+WEBKIT_REQUIRED="always"
 inherit kde4-base
 
 MY_PV=${PV/_/-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkvkontakte/
@ 2015-10-22 11:55 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2015-10-22 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6d826933574ce83a394b9a06e54036b69af1a9fe
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:52:32 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:55:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d826933

net-libs/libkvkontakte: remove old

Package-Manager: portage-2.2.20.1

 net-libs/libkvkontakte/Manifest                    |  3 ---
 net-libs/libkvkontakte/libkvkontakte-4.10.0.ebuild | 25 ----------------------
 net-libs/libkvkontakte/libkvkontakte-4.11.0.ebuild | 24 ---------------------
 net-libs/libkvkontakte/libkvkontakte-4.7.0.ebuild  | 25 ----------------------
 4 files changed, 77 deletions(-)

diff --git a/net-libs/libkvkontakte/Manifest b/net-libs/libkvkontakte/Manifest
index 7d09598..2b0e616 100644
--- a/net-libs/libkvkontakte/Manifest
+++ b/net-libs/libkvkontakte/Manifest
@@ -1,5 +1,2 @@
-DIST digikam-4.10.0.tar.bz2 69413654 SHA256 4207e68b6221307111b66bb69485d3e88150df95dae014a99f6f161a3da0c725 SHA512 a2f1d5f44719409ee45158106cc44541e7226e3c948b722045e104bc398f96233481d60e11dd198e96bfe3028201dac335be403ec74af1ef07e3137c3e9221a4 WHIRLPOOL 5d7997787c549318e5d7d677edc68ee2ebaa95c789b7d5f05e3ea5dea48d56afc23aa7bf3afa33f44353f4189644df7573683580486c0d248352ffb534215f37
 DIST digikam-4.4.0.tar.bz2 68871203 SHA256 5c68a2d200f5b502706128ea64839319aad333fb79548f49ecc92594e280d4e9 SHA512 4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a WHIRLPOOL 7a05ab9926227232a1cf52bf68da45b849b982e840b171f702610acce85a1ce8e59967a02e845a0ef19c316daee835861573aca40dc7b28422cf7d6d56119e2c
-DIST digikam-4.7.0-1.tar.bz2 70151058 SHA256 230a5841754107d273c953ad4aeef2b57265c4623decc74a454c437175468002 SHA512 a9e162c83d83b2183a4e8f254b971993b884677e24676b3dd58dcf8e90ca87f1046c099ea33083ee0f58eedd13aee69a242fbc3d1eab70e285956393637f3dd4 WHIRLPOOL e454bd9c95b3aa9a4c9007065c8ee3e1da595b389fc868a6a21cacba761d8101d4be507c299fd7651d8ab0c0ddff5fb4038bf49f73213a8ec2b69bcdce02808b
-DIST libkvkontakte-4.11.0.tar.xz 54764 SHA256 12228fa26d7452b4a076d6d140ef897f5c54e4f75ac636b3272a2b5dc43ea9f3 SHA512 81f16ba1c4b0678fea163a4a40a6aebf80bbb0d78f7e8989bb5c91b69cc0806edbd952cb44dc3a06f6194dd9a8acfe06670aca59dcce74a0a288b93acad8d32b WHIRLPOOL 40f50901d222bec4810319526d0406bb3b8d307e6fe6f4acf899a655a3ab0535a2b900423d9506570edfa252f64c4b989f36dee224090e02a1e86e2535b95111
 DIST libkvkontakte-4.12.0.tar.xz 57696 SHA256 4229f0e6b21451d04b9ff5cdc965a2eb9b9dd4a73d51ac52ec7b53ad2ec6cd02 SHA512 4e69034e0af823634bbb451e12b4e8a64c9e4f3823c5b2f9f892cdbf65db2ee9b079f135bff66c413de5443d3e3d56053bd7394e679520a9da611713071b6709 WHIRLPOOL a8e2341c27e4b51307cc02b655d21372cea89dff454d7c385f0d6ac7d11bf02aa135296507fcb232ef03c95d5e8689f455be2e9adec809cf374b93971396c39e

diff --git a/net-libs/libkvkontakte/libkvkontakte-4.10.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-4.10.0.ebuild
deleted file mode 100644
index 5d11a58..0000000
--- a/net-libs/libkvkontakte/libkvkontakte-4.10.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PV="${PV/_/-}"
-MY_P="digikam-${MY_PV}"
-
-KDE_MINIMAL="4.10"
-inherit kde4-base
-
-DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
-HOMEPAGE="http://www.digikam.org/"
-SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND=">=dev-libs/qjson-0.7.0"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/extra/${PN}

diff --git a/net-libs/libkvkontakte/libkvkontakte-4.11.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-4.11.0.ebuild
deleted file mode 100644
index b7c8a0a..0000000
--- a/net-libs/libkvkontakte/libkvkontakte-4.11.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="ar bs cs da de el en_GB es et fi fr gl hu it kk km ko nb nds nl pl
-pt pt_BR ro ru sk sl sv tr uk zh_TW"
-inherit kde4-base
-
-DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
-HOMEPAGE="http://www.digikam.org/"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND=">=dev-libs/qjson-0.7.0"
-RDEPEND="${DEPEND}"
-
-# accessing network
-RESTRICT="test"

diff --git a/net-libs/libkvkontakte/libkvkontakte-4.7.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-4.7.0.ebuild
deleted file mode 100644
index 64a2e58..0000000
--- a/net-libs/libkvkontakte/libkvkontakte-4.7.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PV="${PV/_/-}"
-MY_P="digikam-${MY_PV}"
-
-KDE_MINIMAL="4.10"
-inherit kde4-base
-
-DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
-HOMEPAGE="http://www.digikam.org/"
-SRC_URI="mirror://kde/stable/digikam/${MY_P}-1.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND=">=dev-libs/qjson-0.7.0"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/extra/${PN}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-01-17 19:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-18 12:08 [gentoo-commits] repo/gentoo:master commit in: net-libs/libkvkontakte/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2020-01-17 19:49 Andreas Sturmlechner
2019-03-03 21:49 Andreas Sturmlechner
2018-05-06 11:24 Andreas Sturmlechner
2017-09-02 14:05 Michael Palimaka
2017-04-09 18:49 Andreas Sturmlechner
2017-01-28 14:45 Andreas Sturmlechner
2016-12-23 10:11 Johannes Huber
2016-08-07 19:22 Michael Palimaka
2015-10-22 11:55 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox