summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-04-25 16:01:35 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2017-04-25 16:09:22 +0200
commitf2e94eabd82486c91be45c91ae85bceef1f7f9f2 (patch)
tree228f8a675cda5cac504a18de8ed37c6245ddd2c9 /gnustep-apps
parentdev-ada/gnatcoll: add pygobject use flags (diff)
downloadgentoo-f2e94eabd82486c91be45c91ae85bceef1f7f9f2.tar.gz
gentoo-f2e94eabd82486c91be45c91ae85bceef1f7f9f2.tar.bz2
gentoo-f2e94eabd82486c91be45c91ae85bceef1f7f9f2.zip
gnustep-apps/graphos: drop old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/graphos/Manifest3
-rw-r--r--gnustep-apps/graphos/files/graphos-0.2-remove_psDescription.patch38
-rw-r--r--gnustep-apps/graphos/graphos-0.2.ebuild21
-rw-r--r--gnustep-apps/graphos/graphos-0.3.ebuild17
-rw-r--r--gnustep-apps/graphos/graphos-0.4.ebuild17
5 files changed, 0 insertions, 96 deletions
diff --git a/gnustep-apps/graphos/Manifest b/gnustep-apps/graphos/Manifest
index cad413281e40..ce0a33fe463c 100644
--- a/gnustep-apps/graphos/Manifest
+++ b/gnustep-apps/graphos/Manifest
@@ -1,4 +1 @@
-DIST Graphos-0.2.tar.gz 117154 SHA256 2dbd7c06b0c7929bdff27eb2de6e012bbc9018f9fcbce1c1111d9a5c0858f253 SHA512 29eaa3396f4dbf0a746830a68dcceeb116f50f46fc1274e25869b530babacd7ff01a299c7e6e334defdbcc576eeac2f92dca6124045aed332ad4ab85732ef0a7 WHIRLPOOL 60d8de445a438e2858da9e3fe3db455fd0091ddb434f1b312a8f81a254267af4ec34b465c9ee8b2a97b2f0ba23501986a11e5dbafed56e82b2bf719afbd56235
-DIST Graphos-0.3.tar.gz 115700 SHA256 2b13d052455d86145ec977a6467e9ff3b9a6408f31588bb3d8558ffae4684b1f SHA512 005d5797b1e6c8a62e504d89c66df822e623a5061efd0be3a4fc46c49a1efe40e3d20439d11478763673f1f01f8e3572c28669647d8c0da58ff455df32495078 WHIRLPOOL 53f37fdf671cd31a0f435b9acb04731d74f563b23578542380f2bafd78766bfbb749635ada7eea16935b662739199e3144723bf7dcf34f6ae9149626c68b7660
-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
deleted file mode 100644
index 21eddd32aa4f..000000000000
--- a/gnustep-apps/graphos/files/graphos-0.2-remove_psDescription.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- 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
deleted file mode 100644
index 997ea9edfc65..000000000000
--- a/gnustep-apps/graphos/graphos-0.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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="https://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
deleted file mode 100644
index 889c10de3d38..000000000000
--- a/gnustep-apps/graphos/graphos-0.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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="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/graphos-0.4.ebuild b/gnustep-apps/graphos/graphos-0.4.ebuild
deleted file mode 100644
index fd2ac512b282..000000000000
--- a/gnustep-apps/graphos/graphos-0.4.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}