commit:     ab7cd5fdd62ed4f399ed37f177331291ca395f49
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  7 19:52:06 2018 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> 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 <alexxy <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>ale...@gentoo.org</email>
+               <name>Alexey Shvetsov</name>
+       </maintainer>
+       <longdescription>
+               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.
+       </longdescription>
+</pkgmetadata>

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=""

Reply via email to