From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- gnustep-apps/graphos/Manifest | 4 +++ .../files/graphos-0.2-remove_psDescription.patch | 38 ++++++++++++++++++++++ gnustep-apps/graphos/graphos-0.2.ebuild | 22 +++++++++++++ gnustep-apps/graphos/graphos-0.3.ebuild | 18 ++++++++++ gnustep-apps/graphos/graphos-0.4.ebuild | 18 ++++++++++ gnustep-apps/graphos/graphos-0.5.ebuild | 18 ++++++++++ gnustep-apps/graphos/metadata.xml | 6 ++++ 7 files changed, 124 insertions(+) create mode 100644 gnustep-apps/graphos/Manifest create mode 100644 gnustep-apps/graphos/files/graphos-0.2-remove_psDescription.patch create mode 100644 gnustep-apps/graphos/graphos-0.2.ebuild create mode 100644 gnustep-apps/graphos/graphos-0.3.ebuild create mode 100644 gnustep-apps/graphos/graphos-0.4.ebuild create mode 100644 gnustep-apps/graphos/graphos-0.5.ebuild create mode 100644 gnustep-apps/graphos/metadata.xml (limited to 'gnustep-apps/graphos') diff --git a/gnustep-apps/graphos/Manifest b/gnustep-apps/graphos/Manifest new file mode 100644 index 000000000000..e690128c8803 --- /dev/null +++ b/gnustep-apps/graphos/Manifest @@ -0,0 +1,4 @@ +DIST Graphos-0.2.tar.gz 117154 SHA256 2dbd7c06b0c7929bdff27eb2de6e012bbc9018f9fcbce1c1111d9a5c0858f253 +DIST Graphos-0.3.tar.gz 115700 SHA256 2b13d052455d86145ec977a6467e9ff3b9a6408f31588bb3d8558ffae4684b1f +DIST Graphos-0.4.tar.gz 124245 SHA256 f0dcb4125a55f75091d6d501cc82f7835e3d33c392a07131a0024c66057c5767 SHA512 402da961106636feccc58536b71892ad638f058af9fdf735678695617b754dd5fa9812ebad38c256dbc2d39cba04d8de92395b36ffea1ba7a90f94102400c1c6 WHIRLPOOL 7422d31c584f1b48631c51dd39390c89b9e7cb172fd70cd4b6217948d5ee1a2b2da911210301440be152bd50a4d6f24354a31201cd44824ebe6d981cbe862116 +DIST Graphos-0.5.tar.gz 169743 SHA256 0195dd6481fd60d24dd95ea15c89683b8db6130b57681a6042c5cc9b4a482c08 SHA512 aa5fa08ef0024d3308ef4d58836bd4f432070145dbc304877f41d16637cb04b7a04ba38c9d0e46b28903e798697915d38c838197e57fae0bc26af5e29ad9b0a8 WHIRLPOOL afa047946095958fedff41ee0aa232b3ad4c4b8df8dc4be7eb7c31e6bada42890f84f91120c7ae2cb60286e9e01256885f474264fb4ea3fc99ee00cae150175f diff --git a/gnustep-apps/graphos/files/graphos-0.2-remove_psDescription.patch b/gnustep-apps/graphos/files/graphos-0.2-remove_psDescription.patch new file mode 100644 index 000000000000..21eddd32aa4f --- /dev/null +++ b/gnustep-apps/graphos/files/graphos-0.2-remove_psDescription.patch @@ -0,0 +1,38 @@ +--- GRText.m 2010/12/07 08:43:36 1.27 ++++ GRText.m 2011/04/06 09:56:16 1.28 +@@ -2,7 +2,7 @@ + Project: Graphos + GRText.m + +- Copyright (C) 2000-2010 GNUstep Application Project ++ Copyright (C) 2000-2011 GNUstep Application Project + + Author: Enrico Sersale (original GDraw implementation) + Author: Ing. Riccardo Mottola +@@ -238,26 +238,6 @@ + return dict; + } + +-- (NSString *)psDescription +-{ +- NSString *pss; +- +- if(!visible) +- return nil; +- +- pss = [NSString stringWithFormat: +- @"\n/%@ %.3f sf\nn\n%.3f %.3f m\n(%@)show\n", +- [font fontName], fsize, pos.x, pos.y, str]; +- if(stroked) +- pss = [pss stringByAppendingFormat: @"%.3f %.3f %.3f %.3f k\nstroke\n", +- strokeColor[0], strokeColor[1], strokeColor[2], strokeColor[3]]; +- if(filled) +- pss = [pss stringByAppendingFormat: @"%.3f %.3f %.3f %.3f k\nfill\n", +- fillColor[0], fillColor[1], fillColor[2], fillColor[3]]; +- +- return pss; +-} +- + - (NSString *)fontName + { + return [font fontName]; diff --git a/gnustep-apps/graphos/graphos-0.2.ebuild b/gnustep-apps/graphos/graphos-0.2.ebuild new file mode 100644 index 000000000000..c0228d14d9ef --- /dev/null +++ b/gnustep-apps/graphos/graphos-0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit eutils 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="http://savannah.nongnu.org/download/gap/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + epatch "${FILESDIR}"/${P}-remove_psDescription.patch +} diff --git a/gnustep-apps/graphos/graphos-0.3.ebuild b/gnustep-apps/graphos/graphos-0.3.ebuild new file mode 100644 index 000000000000..0c188a8ea24c --- /dev/null +++ b/gnustep-apps/graphos/graphos-0.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit eutils 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="http://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/graphos-0.4.ebuild b/gnustep-apps/graphos/graphos-0.4.ebuild new file mode 100644 index 000000000000..f88b0f10a342 --- /dev/null +++ b/gnustep-apps/graphos/graphos-0.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils 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="http://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/graphos-0.5.ebuild b/gnustep-apps/graphos/graphos-0.5.ebuild new file mode 100644 index 000000000000..f88b0f10a342 --- /dev/null +++ b/gnustep-apps/graphos/graphos-0.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils 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="http://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..27a8a851b0de --- /dev/null +++ b/gnustep-apps/graphos/metadata.xml @@ -0,0 +1,6 @@ + + + + gnustep + 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. + -- cgit v1.2.3-65-gdbad