diff options
Diffstat (limited to 'dev-util/xwpe/xwpe-1.5.30a.ebuild')
-rw-r--r-- | dev-util/xwpe/xwpe-1.5.30a.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-util/xwpe/xwpe-1.5.30a.ebuild b/dev-util/xwpe/xwpe-1.5.30a.ebuild deleted file mode 100644 index d1ec661..0000000 --- a/dev-util/xwpe/xwpe-1.5.30a.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Simple programming environment mimicking ancient Borland C and Pascal" -HOMEPAGE="http://www.identicalsoftware.com/xwpe/" -SRC_URI="http://www.identicalsoftware.com/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="X" - -DEPEND="sys-libs/ncurses - sys-libs/gpm - sys-libs/zlib - X? ( x11-libs/libX11 )" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-destdir.patch" ) - -src_configure() { - econf $(use_with X x) -} |