diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-11 15:47:12 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-11 15:48:31 +0100 |
commit | b04c30d156bc6d84f55c0b3e726315d911bd1c96 (patch) | |
tree | 07c45ddb16496070081c310365f6f8a3cc91c6a6 /gnustep-apps | |
parent | gnustep-apps/zipper: drop 1.5 (diff) | |
download | gentoo-b04c30d156bc6d84f55c0b3e726315d911bd1c96.tar.gz gentoo-b04c30d156bc6d84f55c0b3e726315d911bd1c96.tar.bz2 gentoo-b04c30d156bc6d84f55c0b3e726315d911bd1c96.zip |
gnustep-apps/textedit: drop 0.95_pre20100427-r1
Bug: https://bugs.gentoo.org/828727
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild | 21 |
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 -} |