diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /gnustep-apps/graphos | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'gnustep-apps/graphos')
| -rw-r--r-- | gnustep-apps/graphos/Manifest | 1 | ||||
| -rw-r--r-- | gnustep-apps/graphos/graphos-0.7.ebuild | 17 | ||||
| -rw-r--r-- | gnustep-apps/graphos/metadata.xml | 9 |
3 files changed, 27 insertions, 0 deletions
diff --git a/gnustep-apps/graphos/Manifest b/gnustep-apps/graphos/Manifest new file mode 100644 index 000000000000..4079ca96221f --- /dev/null +++ b/gnustep-apps/graphos/Manifest @@ -0,0 +1 @@ +DIST Graphos-0.7.tar.gz 161492 BLAKE2B 645c1b66723a8c4fee291a268b952bbe18269e10039576e121f814e0cbf222912eccb0e53d6b4fe1c2738faf4916995abf143279aaff918de9f1c55e6f9b9e6f SHA512 c2d503bcbfc87b18310379abd705770ecb39818e5e24340ead0ad5ddd0ba106c0031a0c09765db7b78a5ccd48d91aecb5c85fb8f5494558e276b6b8a3560a247 diff --git a/gnustep-apps/graphos/graphos-0.7.ebuild b/gnustep-apps/graphos/graphos-0.7.ebuild new file mode 100644 index 000000000000..2d8fcf6cb216 --- /dev/null +++ b/gnustep-apps/graphos/graphos-0.7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +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..395f500eda79 --- /dev/null +++ b/gnustep-apps/graphos/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://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> |
