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/graphos/graphos-0.2.ebuild
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/graphos/graphos-0.2.ebuild')
-rw-r--r--gnustep-apps/graphos/graphos-0.2.ebuild21
1 files changed, 0 insertions, 21 deletions
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
-}