summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-06-26 20:35:31 +0000
committerJohannes Huber <johu@gentoo.org>2013-06-26 20:35:31 +0000
commitdc655de6d61549ed10267e92849b7df4edbe55f1 (patch)
tree54badf86dbf18dc1fc8748b281c9ffd6eb9fd782 /net-libs/libkfbapi/libkfbapi-1.0.ebuild
parentnew revision making use of webrtc-audio-processing, alsa-lib, flac and audiof... (diff)
downloadgentoo-2-dc655de6d61549ed10267e92849b7df4edbe55f1.tar.gz
gentoo-2-dc655de6d61549ed10267e92849b7df4edbe55f1.tar.bz2
gentoo-2-dc655de6d61549ed10267e92849b7df4edbe55f1.zip
Version bump. First proper release. Remove snapshot.
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'net-libs/libkfbapi/libkfbapi-1.0.ebuild')
-rw-r--r--net-libs/libkfbapi/libkfbapi-1.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-libs/libkfbapi/libkfbapi-1.0.ebuild b/net-libs/libkfbapi/libkfbapi-1.0.ebuild
new file mode 100644
index 000000000000..631e8aeb9d79
--- /dev/null
+++ b/net-libs/libkfbapi/libkfbapi-1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkfbapi/libkfbapi-1.0.ebuild,v 1.1 2013/06/26 20:35:31 johu Exp $
+
+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"
+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 ~x86"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdebase_dep kdepimlibs)
+ dev-libs/libxslt
+ dev-libs/qjson
+"
+RDEPEND="${DEPEND}"