From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 49B7E1381F3 for ; Fri, 17 May 2013 13:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30F9FE09E5; Fri, 17 May 2013 13:10:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C507AE09E5 for ; Fri, 17 May 2013 13:10:45 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A36B33E24A for ; Fri, 17 May 2013 13:10:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F0675E5308 for ; Fri, 17 May 2013 13:10:42 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1368796217.c23cb555e558210c2b7f7fe3a5c07ba92b8990b2.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-misc/smb4k/ X-VCS-Repository: proj/kde X-VCS-Files: net-misc/smb4k/metadata.xml net-misc/smb4k/smb4k-1.0.7.ebuild X-VCS-Directories: net-misc/smb4k/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c23cb555e558210c2b7f7fe3a5c07ba92b8990b2 X-VCS-Branch: master Date: Fri, 17 May 2013 13:10:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f1ff4f57-9854-45e6-a496-79cdaa8dbaa2 X-Archives-Hash: 9c2fcfd81fc9156d5c449c6b6fedfc9b commit: c23cb555e558210c2b7f7fe3a5c07ba92b8990b2 Author: Manuel Rüger rueg eu> AuthorDate: Fri May 17 13:10:17 2013 +0000 Commit: Manuel Rüger rueg eu> CommitDate: Fri May 17 13:10:17 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c23cb555 [net-misc/smb4k] Version bump Package-Manager: portage-2.1.12 --- net-misc/smb4k/metadata.xml | 9 +++++++++ net-misc/smb4k/smb4k-1.0.7.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 0 deletions(-) diff --git a/net-misc/smb4k/metadata.xml b/net-misc/smb4k/metadata.xml new file mode 100644 index 0000000..353711a --- /dev/null +++ b/net-misc/smb4k/metadata.xml @@ -0,0 +1,9 @@ + + + + kde + + smb4k + http://sourceforge.net/p/smb4k/tickets/ + + diff --git a/net-misc/smb4k/smb4k-1.0.7.ebuild b/net-misc/smb4k/smb4k-1.0.7.ebuild new file mode 100644 index 0000000..50ef525 --- /dev/null +++ b/net-misc/smb4k/smb4k-1.0.7.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-misc/smb4k/smb4k-1.0.5.ebuild,v 1.3 2013/01/27 16:17:41 ago Exp $ + +EAPI=5 + +KDE_LINGUAS="bg cs da de en_GB eo es et fr ga gl hu is it ja lt mai nb nds nl pl +pt pt_BR ru sk sv tr ug uk zh_CN zh_TW" +KDE_HANDBOOK="optional" +KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" +QT_MINIMAL="4.7" +inherit kde4-base + +DESCRIPTION="The advanced network neighborhood browser for KDE" +HOMEPAGE="http://sourceforge.net/projects/smb4k/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug" + +RDEPEND=">=net-fs/samba-3.4.2[cups]" + +DOCS=( AUTHORS BUGS ChangeLog README TODO )