+++ /dev/null
-DIST blassic-0.10.3.tgz 391555 BLAKE2B 566bbc2440ca4e60ce4b9dfa628fb9106a38a82669895ac35108a249f72add274d0799088ddf5b7354132479e8e7a276226088a94483a0d8fd9ff1fdcc614e9d SHA512 7405e82a4855d87715fa8475e9b1858a95e18cd240c14ff422e31fd799f2d8182c7e0e22bfdfc2d7b95824660b2fe0bec9b0aaaf20dc1ce985f77b6da3173caa
+++ /dev/null
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="classic Basic interpreter"
-HOMEPAGE="http://blassic.net"
-SRC_URI="http://blassic.net/bin/${P}.tgz"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 hppa ppc x86 ~x86-linux ~ppc-macos ~x86-macos"
-SLOT="0"
-IUSE="X"
-
-RDEPEND="sys-libs/ncurses:0
- X? ( x11-libs/libICE x11-libs/libX11 x11-libs/libSM )"
-DEPEND="${RDEPEND}
- X? ( x11-proto/xproto )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-tinfo.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-svgalib \
- $(use_with X x)
-}
-
-DOCS=( AUTHORS NEWS README THANKS TODO )
+++ /dev/null
---- a/configure.ac
-+++ b/configure.ac
-@@ -191,7 +191,8 @@
- AC_CHECK_HEADERS([ncurses.h],,[ncurses_found=no])
- if test "$ncurses_found" = yes
- then
-- AC_CHECK_LIB([ncurses],[tputs],,[ncurses_found=no])
-+ AC_CHECK_LIB([tinfo],[tputs],,
-+ AC_CHECK_LIB([ncurses],[tputs],,[ncurses_found=no]))
- if test "$ncurses_found" = yes
- then
- AC_DEFINE(BLASSIC_CONFIG_USE_NCURSES)
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
-Blassic is a classic Basic interpreter. The line numbers are mandatory,
-and it has PEEK & POKE. The main goal is to execute programs written in
-old interpreters, but it can be used as a scripting language. Many examples
-are included in /usr/share/blassic/examples/.
-</longdescription>
-</pkgmetadata>