public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkfbapi/
@ 2016-07-07 17:52 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2016-07-07 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     19b4cc3e3a9164c13416ee0a6e9112a5ea7bbac0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  6 19:39:39 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 17:52:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b4cc3e

net-libs/libkfbapi: drop ~ppc/~ppc64 keyword

Package-Manager: portage-2.3.0

 net-libs/libkfbapi/libkfbapi-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libkfbapi/libkfbapi-1.0.ebuild b/net-libs/libkfbapi/libkfbapi-1.0.ebuild
index b59fb68..ce66ec2 100644
--- a/net-libs/libkfbapi/libkfbapi-1.0.ebuild
+++ b/net-libs/libkfbapi/libkfbapi-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="debug"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkfbapi/
@ 2016-08-07 18:35 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2016-08-07 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     35ad4d2ac8932159445737bca0c25115387d303b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 18:34:56 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 18:35:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ad4d2a

net-libs/libkfbapi: webkit is always required

Package-Manager: portage-2.3.0

 net-libs/libkfbapi/libkfbapi-1.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/libkfbapi/libkfbapi-1.0.ebuild b/net-libs/libkfbapi/libkfbapi-1.0.ebuild
index ce66ec2..7ad5f04 100644
--- a/net-libs/libkfbapi/libkfbapi-1.0.ebuild
+++ b/net-libs/libkfbapi/libkfbapi-1.0.ebuild
@@ -6,6 +6,7 @@ EAPI=5
 
 KDE_LINGUAS="ar be bs cs da de el en_GB eo es et fi fr ga gl hi hu it ja kk km
 lt mai mr nb nds nl nn oc pa pl pt pt_BR ro ru sk sl sv tr ug uk zh_TW"
+WEBKIT_REQUIRED="always"
 inherit kde4-base
 
 DESCRIPTION="Library for accessing Facebook services based on KDE technology"


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libkfbapi/
@ 2016-09-15 19:14 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2016-09-15 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e05646388ebd74b45bf1875254012d823550d364
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 19:13:45 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 19:14:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0564638

net-libs/libkfbapi: remove last rited package

 net-libs/libkfbapi/Manifest             |  1 -
 net-libs/libkfbapi/libkfbapi-1.0.ebuild | 26 --------------------------
 net-libs/libkfbapi/metadata.xml         |  8 --------
 3 files changed, 35 deletions(-)

diff --git a/net-libs/libkfbapi/Manifest b/net-libs/libkfbapi/Manifest
deleted file mode 100644
index 39641b6..00000000
--- a/net-libs/libkfbapi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libkfbapi-1.0.tar.bz2 53930 SHA256 6edd25730367d3969910481a5b9021c6ed4eff8e4c92ac5b60a9035121008ebc SHA512 d9587752008aeecd061e27fa1415920b938cc71d117d59673ea9f0fe985be68fdf682ed9caf5caf8528b9486ad44d832b06e59c545a349aad1416f49df7d6a85 WHIRLPOOL b7387934425034c97a96be7156583daf3cde44d2cbad79ca9f0be267038980bf7917d375e79fba696cdd6a7a71937b1915aad7ccbbdf00524c1c336a760199f0

diff --git a/net-libs/libkfbapi/libkfbapi-1.0.ebuild b/net-libs/libkfbapi/libkfbapi-1.0.ebuild
deleted file mode 100644
index 7ad5f04..00000000
--- a/net-libs/libkfbapi/libkfbapi-1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="ar be bs cs da de el en_GB eo es et fi fr ga gl hi hu it ja kk km
-lt mai mr nb nds nl nn oc pa pl pt pt_BR ro ru sk sl sv tr ug uk zh_TW"
-WEBKIT_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="Library for accessing Facebook services based on KDE technology"
-HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkfbapi"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug"
-
-DEPEND="
-	$(add_kdeapps_dep kdepimlibs)
-	dev-libs/libxslt
-	dev-libs/qjson
-"
-RDEPEND="${DEPEND}"

diff --git a/net-libs/libkfbapi/metadata.xml b/net-libs/libkfbapi/metadata.xml
deleted file mode 100644
index 2fdbf33..00000000
--- a/net-libs/libkfbapi/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2016-09-15 19:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-15 19:14 [gentoo-commits] repo/gentoo:master commit in: net-libs/libkfbapi/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2016-08-07 18:35 Michael Palimaka
2016-07-07 17:52 Michael Palimaka

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