diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-11 15:47:30 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-11 15:48:32 +0100 |
commit | 574626914aaf97e8af7c54844a30fbfec1a8c820 (patch) | |
tree | c4a0d2cdc76fb0ca7741679a4d8dad350e38ce7c /gnustep-apps | |
parent | gnustep-apps/textedit: drop 0.95_pre20100427-r1 (diff) | |
download | gentoo-574626914aaf97e8af7c54844a30fbfec1a8c820.tar.gz gentoo-574626914aaf97e8af7c54844a30fbfec1a8c820.tar.bz2 gentoo-574626914aaf97e8af7c54844a30fbfec1a8c820.zip |
gnustep-apps/projectcenter: drop 0.6.2
Bug: https://bugs.gentoo.org/828729
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/projectcenter/projectcenter-0.6.2.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnustep-apps/projectcenter/projectcenter-0.6.2.ebuild b/gnustep-apps/projectcenter/projectcenter-0.6.2.ebuild deleted file mode 100644 index 36b7e9692d73..000000000000 --- a/gnustep-apps/projectcenter/projectcenter-0.6.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit gnustep-2 - -MY_P=${P/projectc/ProjectC} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="An IDE for GNUstep" -HOMEPAGE="http://www.gnustep.org/experience/ProjectCenter.html" -SRC_URI="http://ftpmain.gnustep.org/pub/gnustep/dev-apps/${MY_P}.tar.gz" - -KEYWORDS="amd64 ppc x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-devel/gdb-6.0" |