From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 630E8138335 for ; Fri, 7 Dec 2018 20:11:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43786E0BCB; Fri, 7 Dec 2018 20:11:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C6C5E0BCB for ; Fri, 7 Dec 2018 20:11:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FC03335CD9 for ; Fri, 7 Dec 2018 20:11:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 807DA4CE for ; Fri, 7 Dec 2018 20:11:07 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1544213316.ab7cd5fdd62ed4f399ed37f177331291ca395f49.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/spread-sheet-widget/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/spread-sheet-widget/Manifest x11-libs/spread-sheet-widget/metadata.xml x11-libs/spread-sheet-widget/spread-sheet-widget-0.3.ebuild X-VCS-Directories: x11-libs/spread-sheet-widget/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: ab7cd5fdd62ed4f399ed37f177331291ca395f49 X-VCS-Branch: master Date: Fri, 7 Dec 2018 20:11:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a96985c-9404-426f-8cca-43a04890544e X-Archives-Hash: 8b5f35267e8bb9c8dbe55cafb7e280d4 commit: ab7cd5fdd62ed4f399ed37f177331291ca395f49 Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Dec 7 19:52:06 2018 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Dec 7 20:08:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7cd5fd x11-libs/spread-sheet-widget: New dep for pspp Signed-off-by: Alexey Shvetsov gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 x11-libs/spread-sheet-widget/Manifest | 1 + x11-libs/spread-sheet-widget/metadata.xml | 13 +++++++++++++ .../spread-sheet-widget/spread-sheet-widget-0.3.ebuild | 17 +++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/x11-libs/spread-sheet-widget/Manifest b/x11-libs/spread-sheet-widget/Manifest new file mode 100644 index 00000000000..84eb5594215 --- /dev/null +++ b/x11-libs/spread-sheet-widget/Manifest @@ -0,0 +1 @@ +DIST spread-sheet-widget-0.3.tar.gz 501469 BLAKE2B 92acf196966271086b02ad3a172d0f439a84701b3074677be87c84643c6a9180685121370611b21f1c9d65ed0aeacccce169a6f53d9f7f418f5e8469744fb19b SHA512 1b667c901e42f00e7862dab70fd9df65e69aaa09d1f9eb0e7d83ccbeb74239b24188ff096b5645150ee8c98f4881501402704db96642a41b804674cbb95d1bcc diff --git a/x11-libs/spread-sheet-widget/metadata.xml b/x11-libs/spread-sheet-widget/metadata.xml new file mode 100644 index 00000000000..7bd5a01cbd2 --- /dev/null +++ b/x11-libs/spread-sheet-widget/metadata.xml @@ -0,0 +1,13 @@ + + + + + alexxy@gentoo.org + Alexey Shvetsov + + + GNU Spread Sheet Widget is a library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data in a manner similar to many popular spread sheet programs. + The design follows the model-view-controller paradigm and is of complexity O(1) in both time and space. This means that it is efficient and fast even for very large data. + Features commonly found in graphical user interfaces such as cut and paste, drag and drop and row/column labelling are also included. + + diff --git a/x11-libs/spread-sheet-widget/spread-sheet-widget-0.3.ebuild b/x11-libs/spread-sheet-widget/spread-sheet-widget-0.3.ebuild new file mode 100644 index 00000000000..27727130ea3 --- /dev/null +++ b/x11-libs/spread-sheet-widget/spread-sheet-widget-0.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="GNU Spread Sheet Widget" +HOMEPAGE="https://www.gnu.org/software/ssw/" +SRC_URI="mirror://gnu-alpha/ssw/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="x11-libs/gtk+:3" +RDEPEND="${DEPEND}" +BDEPEND=""