summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2018-12-07 22:52:06 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2018-12-07 23:08:36 +0300
commitab7cd5fdd62ed4f399ed37f177331291ca395f49 (patch)
tree05ce85130b84dfebfaf7618aa6772d2dbc72717a /x11-libs/spread-sheet-widget
parentmedia-sound/pulseaudio: stable 12.2 for sparc, bug #670024 (diff)
downloadgentoo-ab7cd5fdd62ed4f399ed37f177331291ca395f49.tar.gz
gentoo-ab7cd5fdd62ed4f399ed37f177331291ca395f49.tar.bz2
gentoo-ab7cd5fdd62ed4f399ed37f177331291ca395f49.zip
x11-libs/spread-sheet-widget: New dep for pspp
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'x11-libs/spread-sheet-widget')
-rw-r--r--x11-libs/spread-sheet-widget/Manifest1
-rw-r--r--x11-libs/spread-sheet-widget/metadata.xml13
-rw-r--r--x11-libs/spread-sheet-widget/spread-sheet-widget-0.3.ebuild17
3 files changed, 31 insertions, 0 deletions
diff --git a/x11-libs/spread-sheet-widget/Manifest b/x11-libs/spread-sheet-widget/Manifest
new file mode 100644
index 000000000000..84eb55942154
--- /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 000000000000..7bd5a01cbd2a
--- /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>alexxy@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 000000000000..27727130ea32
--- /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=""