summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2005-06-13 13:36:33 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2005-06-13 13:36:33 +0000
commitd29b624d00c1e6f7172c5e81dcfd59f3f870296f (patch)
treeb76977d312427cfa1c22e542cb36c9b7f8276046 /net-misc/coccinella/coccinella-0.94.2.ebuild
parentMarked ppc stable for bug #95920. (diff)
downloadgentoo-2-d29b624d00c1e6f7172c5e81dcfd59f3f870296f.tar.gz
gentoo-2-d29b624d00c1e6f7172c5e81dcfd59f3f870296f.tar.bz2
gentoo-2-d29b624d00c1e6f7172c5e81dcfd59f3f870296f.zip
moving
Diffstat (limited to 'net-misc/coccinella/coccinella-0.94.2.ebuild')
-rw-r--r--net-misc/coccinella/coccinella-0.94.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/coccinella/coccinella-0.94.2.ebuild b/net-misc/coccinella/coccinella-0.94.2.ebuild
deleted file mode 100644
index a6c2b2829721..000000000000
--- a/net-misc/coccinella/coccinella-0.94.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/coccinella/coccinella-0.94.2.ebuild,v 1.5 2004/07/15 02:42:48 agriffis Exp $
-
-NAME=Whiteboard
-S="${WORKDIR}/${NAME}-${PV}"
-DESCRIPTION="Virtual net-whiteboard."
-SRC_URI="http://hem.fyristorg.com/matben/download/${NAME}-${PV}.tar.gz"
-HOMEPAGE="http://hem.fyristorg.com/matben"
-LICENSE="GPL-2"
-DEPEND="dev-lang/tk"
-KEYWORDS="x86 sparc"
-IUSE=""
-SLOT="0"
-
-src_compile() {
- einfo "Nothing to compile for ${P}."
-}
-
-src_install () {
- dodir /opt/coccinella
- cp -r ${WORKDIR}/${NAME}-${PV}/* ${D}/opt/coccinella/
- dosym /opt/coccinella/Whiteboard.tcl /opt/coccinella/coccinella
- insinto /etc/env.d
- doins ${FILESDIR}/97coccinella
- dodoc CHANGES README README-jabber README-smileys TechNotes
-}
-
-pkg_postinst() {
- einfo "To run coccinella run /opt/coccinella/Whiteboard.tcl"
-}