summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-13 12:03:54 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-13 12:03:54 +0000
commit14d12440ce6fc96233b1b724c43d54cf78379815 (patch)
treeb143d13db70b36247e718bfc67afd8927508d0c3 /dev-util/visual-regexp
parentRemove retired maintainer and proxy. (diff)
downloadgentoo-2-14d12440ce6fc96233b1b724c43d54cf78379815.tar.gz
gentoo-2-14d12440ce6fc96233b1b724c43d54cf78379815.tar.bz2
gentoo-2-14d12440ce6fc96233b1b724c43d54cf78379815.zip
No binaryfiles in VCS please, #370919
(Portage version: 2.2.0_alpha40/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/visual-regexp')
-rw-r--r--dev-util/visual-regexp/ChangeLog8
-rw-r--r--dev-util/visual-regexp/files/visualregexp-icon.pngbin11451 -> 0 bytes
-rw-r--r--dev-util/visual-regexp/visual-regexp-3.0.ebuild22
3 files changed, 18 insertions, 12 deletions
diff --git a/dev-util/visual-regexp/ChangeLog b/dev-util/visual-regexp/ChangeLog
index e266adebf561..a143eed48ef3 100644
--- a/dev-util/visual-regexp/ChangeLog
+++ b/dev-util/visual-regexp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/visual-regexp
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/visual-regexp/ChangeLog,v 1.8 2008/04/21 17:27:38 phreak Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/visual-regexp/ChangeLog,v 1.9 2011/06/13 12:03:54 jlec Exp $
+
+ 13 Jun 2011; Justin Lecher <jlec@gentoo.org> visual-regexp-3.0.ebuild,
+ -files/visualregexp-icon.png:
+ No binaryfiles in VCS please, #370919
21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Fix up metadata.xml. If there's no maintainer for the package, the metadata
diff --git a/dev-util/visual-regexp/files/visualregexp-icon.png b/dev-util/visual-regexp/files/visualregexp-icon.png
deleted file mode 100644
index facf64ddb4fc..000000000000
--- a/dev-util/visual-regexp/files/visualregexp-icon.png
+++ /dev/null
Binary files differ
diff --git a/dev-util/visual-regexp/visual-regexp-3.0.ebuild b/dev-util/visual-regexp/visual-regexp-3.0.ebuild
index 6062f9710b56..2f61c2835c9a 100644
--- a/dev-util/visual-regexp/visual-regexp-3.0.ebuild
+++ b/dev-util/visual-regexp/visual-regexp-3.0.ebuild
@@ -1,26 +1,28 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.7 2009/10/12 08:08:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/visual-regexp/visual-regexp-3.0.ebuild,v 1.8 2011/06/13 12:03:54 jlec Exp $
+
+EAPI=4
inherit eutils
-DESCRIPTION="software that allows you to type the regexp, and visualize it on a sample of your choice"
+DESCRIPTION="Type the regexp and visualize it on a sample of your choice"
HOMEPAGE="http://laurent.riesterer.free.fr/regexp/"
-SRC_URI="http://laurent.riesterer.free.fr/regexp/visual_regexp-${PV}.tar.gz"
+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/tcl-8.3
- >=dev-lang/tk-8.3"
+DEPEND="dev-lang/tk"
+RDEPEND="${DEPEND}"
S=${WORKDIR}/visual_regexp-${PV}
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/wish-fix.diff
}
@@ -32,7 +34,7 @@ src_install() {
dosym /usr/bin/visualregexp /usr/bin/tkregexp
insinto /usr/share/pixmaps/visualregexp
- doins "${FILESDIR}"/visualregexp-icon.png
+ doins "${WORKDIR}"/visualregexp-icon.png
domenu "${FILESDIR}"/visualregexp.desktop
}