summaryrefslogtreecommitdiff
path: root/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild')
-rw-r--r--gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild b/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild
deleted file mode 100644
index 0b096dcb94e3..000000000000
--- a/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit epatch gnustep-2
-
-S=${WORKDIR}/TextEdit
-
-DESCRIPTION="A text editor with font, color, and style capabilities for GNUstep"
-HOMEPAGE="http://www.nongnu.org/backbone/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-KEYWORDS="amd64 ~ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc47.patch
- epatch "${FILESDIR}"/${P}-nsinvalidargument.patch
-}