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 A5853138247 for ; Thu, 21 Nov 2013 17:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48597E09B6; Thu, 21 Nov 2013 17:45:14 +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 CEBC5E09B6 for ; Thu, 21 Nov 2013 17:45:13 +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 C2B9233F082 for ; Thu, 21 Nov 2013 17:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4D309E5459 for ; Thu, 21 Nov 2013 17:45:11 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1385055618.f48f20d180db6e97630fb8cf260ae353ca38c854.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kunitconversion/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kunitconversion/kunitconversion-9999.ebuild kde-frameworks/kunitconversion/metadata.xml X-VCS-Directories: kde-frameworks/kunitconversion/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f48f20d180db6e97630fb8cf260ae353ca38c854 X-VCS-Branch: master Date: Thu, 21 Nov 2013 17:45:11 +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: 60b87d2f-c7dd-4b44-b8d2-ef6c55420d7d X-Archives-Hash: 70c411057e744cbfc9ac7d10b87ce4f1 commit: f48f20d180db6e97630fb8cf260ae353ca38c854 Author: Michael Palimaka gentoo org> AuthorDate: Thu Nov 21 17:40:18 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Nov 21 17:40:18 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f48f20d1 [kde-frameworks/kunitconversion] New package. Package-Manager: portage-2.2.7 --- .../kunitconversion/kunitconversion-9999.ebuild | 21 +++++++++++++++++++++ kde-frameworks/kunitconversion/metadata.xml | 5 +++++ 2 files changed, 26 insertions(+) diff --git a/kde-frameworks/kunitconversion/kunitconversion-9999.ebuild b/kde-frameworks/kunitconversion/kunitconversion-9999.ebuild new file mode 100644 index 0000000..32c8f76 --- /dev/null +++ b/kde-frameworks/kunitconversion/kunitconversion-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +FRAMEWORKS_TYPE="tier3" +inherit kde-frameworks + +DESCRIPTION="Framework for converting units" +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) + dev-qt/qtnetwork:5 + dev-qt/qtxml:5 +" +DEPEND="${RDEPEND}" diff --git a/kde-frameworks/kunitconversion/metadata.xml b/kde-frameworks/kunitconversion/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-frameworks/kunitconversion/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +