summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-18 21:05:24 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-18 21:26:05 +0200
commitf1167cb9b5bb76c58407dbb8e5179148312d7495 (patch)
tree276fcd98f0040fc40e27cfa83def40b3b4c47719
parentapp-text/pybookreader: Drop old (diff)
downloadgentoo-f1167cb9b5bb76c58407dbb8e5179148312d7495.tar.gz
gentoo-f1167cb9b5bb76c58407dbb8e5179148312d7495.tar.bz2
gentoo-f1167cb9b5bb76c58407dbb8e5179148312d7495.zip
app-text/silvercity: Drop old
Package-Manager: portage-2.3.1
-rw-r--r--app-text/silvercity/silvercity-0.9.7.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-text/silvercity/silvercity-0.9.7.ebuild b/app-text/silvercity/silvercity-0.9.7.ebuild
deleted file mode 100644
index e30b72322ece..000000000000
--- a/app-text/silvercity/silvercity-0.9.7.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-MY_PN="SilverCity"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A lexical analyser for many languages"
-HOMEPAGE="http://silvercity.sourceforge.net/"
-SRC_URI="mirror://sourceforge/silvercity/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_NONVERSIONED_EXECUTABLES=("/usr/bin/source2html.py")
-
-PYTHON_MODNAME="${MY_PN}"
-
-src_prepare() {
- distutils_src_prepare
-
- # Fix line endings.
- find . -type f -exec sed -e 's/\r$//' -i \{\} \; || die "sed failed"
-
- # Fix permissions.
- chmod -x CSS/default.css || die "chmod failed"
-
- # Fix shebang.
- sed -e 's:#!/usr/home/sweetapp/bin/python:#!/usr/bin/env python:' \
- -i PySilverCity/Scripts/cgi-styler-form.py || die "sed failed"
-}