summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/visual-regexp/visual-regexp-3.0.ebuild')
-rw-r--r--dev-util/visual-regexp/visual-regexp-3.0.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-util/visual-regexp/visual-regexp-3.0.ebuild b/dev-util/visual-regexp/visual-regexp-3.0.ebuild
deleted file mode 100644
index 805acddf71fa..000000000000
--- a/dev-util/visual-regexp/visual-regexp-3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/visual-regexp/visual-regexp-3.0.ebuild,v 1.9 2012/09/05 09:45:09 jlec Exp $
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Type the regexp and visualize it on a sample of your choice"
-HOMEPAGE="http://laurent.riesterer.free.fr/regexp/"
-SRC_URI="
- http://dev.gentoo.org/~jlec/distfiles/visualregexp-icon.png.tar
- http://laurent.riesterer.free.fr/regexp/visual_regexp-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-lang/tk"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/visual_regexp-${PV}
-
-src_prepare() {
- epatch "${FILESDIR}"/wish-fix.diff
-}
-
-src_install() {
- dodoc README
-
- newbin visual_regexp.tcl visualregexp
-
- dosym visualregexp /usr/bin/tkregexp
-
- doicon "${WORKDIR}"/visualregexp-icon.png
-
- domenu "${FILESDIR}"/visualregexp.desktop
-}