summaryrefslogtreecommitdiff
path: root/gnustep-apps/graphos
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /gnustep-apps/graphos
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'gnustep-apps/graphos')
-rw-r--r--gnustep-apps/graphos/Manifest3
-rw-r--r--gnustep-apps/graphos/graphos-0.6.ebuild17
-rw-r--r--gnustep-apps/graphos/metadata.xml9
3 files changed, 29 insertions, 0 deletions
diff --git a/gnustep-apps/graphos/Manifest b/gnustep-apps/graphos/Manifest
new file mode 100644
index 000000000000..947747136f9f
--- /dev/null
+++ b/gnustep-apps/graphos/Manifest
@@ -0,0 +1,3 @@
+DIST Graphos-0.6.tar.gz 140416 BLAKE2B faee3825e0f8c8c627cefd40e953bb5dccc9302423f788088504d518e5c1ad72153210d1250b8d662680badcaf8ad91cf9048b880dd6779f0873ecd42f21e8a7 SHA512 2bf108ef1fb7ff4d2bf3c1a11766704a35986bd629f879f417eaff4b214f8dd50b2319f8f6739a2f589a8eaf8ac334a55365868d0bb001adcbc0bf1ecf30c2b9
+EBUILD graphos-0.6.ebuild 427 BLAKE2B 7041c0bb2046a1f942531c9e5e4a3515f27f31343ee9bdb195d868418b2b34987b836649592fac61aa6be89f58cf0e33ba4721c92bbe7b057798882c09dc3433 SHA512 565a6a5f67452734a14a0f12dec7bc93af832af2a3945e227714fcb2837787e32ed53d0297d194ff38946371aa38a4b9d209cc13ec187dfeb290017ed3668c3a
+MISC metadata.xml 452 BLAKE2B b002b7fbd67ef39e8ecc0611173a0cd6ff462a66132baca5077b70ce52282ef6b6e1e35e9f4cad6fe507a7aa97491a5936df505074f9b0e20236ed41cd46d02b SHA512 1af68cee22cd39525cc5ccff6070f72f80a714d867e4929bce9c55093eb5a07ef4b6427e088dc0fc83c242caa01889b2c53ba63bc66b11f67620665d8962ce01
diff --git a/gnustep-apps/graphos/graphos-0.6.ebuild b/gnustep-apps/graphos/graphos-0.6.ebuild
new file mode 100644
index 000000000000..4ad643355eba
--- /dev/null
+++ b/gnustep-apps/graphos/graphos-0.6.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-2
+
+MY_P=${PN/g/G}-${PV}
+DESCRIPTION="vector drawing application centered around bezier paths"
+HOMEPAGE="http://gap.nongnu.org/graphos/index.html"
+SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
diff --git a/gnustep-apps/graphos/metadata.xml b/gnustep-apps/graphos/metadata.xml
new file mode 100644
index 000000000000..cffc647177ec
--- /dev/null
+++ b/gnustep-apps/graphos/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnustep@gentoo.org</email>
+ <name>Gentoo GNUstep Project</name>
+ </maintainer>
+ <longdescription>Graphos is a vector drawing application centered around bezier paths. Graphos roots are directly set in GDraw, written by Enrico Sersale and released in 2000.</longdescription>
+</pkgmetadata>