ChangeLog

# ChangeLog for net-im/coccinella
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.8 2007/05/06 11:27:05 genone Exp $

06 May 2007; Marius Mauch coccinella-0.95.7.ebuild,
coccinella-0.95.10.ebuild:
Replacing einfo with elog

28 Apr 2007; Sven Wegener coccinella-0.95.7.ebuild,
coccinella-0.95.10.ebuild:
Fix *initd, *confd and *envd calls (#173884, #174266)

09 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

*coccinella-0.95.10 (28 Dec 2005)

28 Dec 2005; josé Alberto Suárez López +metadata.xml,
-coccinella-0.94.7.ebuild:
Added metadata.xml and remove old ebuilds.

28 Dec 2005; josé Alberto Suárez López
+coccinella-0.95.10.ebuild:
Bump version. Enjoy

*coccinella-0.95.7 (13 Jun 2005)

28 Aug 2005; Stuart Longland coccinella-0.95.7.ebuild:
Tested and working on MIPS, adding ~mips keyword

13 Jun 2005; J. Alberto Suarez L. coccinella-0.95.7.ebuild:
Version bumped, category changed. Bug #46810

*coccinella-0.94.7 (29 Feb 2004)
29 Feb 2004; J. Alberto Suarez L. coccinella-0.94.7.ebuild:
Version bumped

*coccinella-0.94.3 (03 Mar 2003)
03 Mar 2003; J. Alberto Suarez L. coccinella-0.94.3.ebuild:
New dev version.

06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords

*coccinella-0.94.2 (11 Dec 2002)

11 Dec 2002; J. Alberto Suarez L. coccinella-0.94.2.ebuild:
New version.

*coccinella-0.94 (11 Jun 2002)

06 Jul 2002; phoen][x ChangeLog coccinella-0.94.ebuild:
Added KEYWORDS.

09 Jun 2002; J. Alberto S. L. coccinella-0.94.ebuild:
The initial package.

Manifest

AUX 97coccinella 46 RMD160 0f2c63cdec84f8ff1b2367b6f7f54aeffc3a5f3f SHA1 a842ed089b05b869dd627b912bf39dd5f6d5aecf SHA256 c80375c323274f2c112b26b5ea0c8d4896b4ca61f4eb655d7bdf8fc3b9fb43d0
DIST Coccinella-0.95.10Src.tar.gz 4812346 RMD160 4af0e6d7470b758b7830e35fc986615dab4fbef0 SHA1 a8233b6eec2f273076c2c1039370e407167315de SHA256 36490fc1292a9ead2a66b548425ce8d2dc66b6b53fbd8c294c913f61c52378c4
DIST Coccinella-0.95.7Src.tar.gz 4033265 RMD160 2397c886ddd4c55d01ab354203835fb49273172b SHA1 5e2f990211e45c670922d0e000322249ebe1d130 SHA256 52f225451d4a35bd5484395126e2e443e9be4987b66bda20f795879033a46562
EBUILD coccinella-0.95.10.ebuild 898 RMD160 9eae7ce92a0d6d6ccaec061a9dc08ff9d475eed5 SHA1 b12ec0433f404ec85bd3d57fb0f5879268dd0de2 SHA256 ca8eb55eaca09c650b593a2e899e04d286315712ac304eac8a78ca2e711f694f
EBUILD coccinella-0.95.7.ebuild 897 RMD160 5520163d5c12acd64c5d6666ee41fe19e74fc5bb SHA1 2a412070a61e8611d86b2a83c0dc86c7560ac262 SHA256 3d0165074c3ad46f9763158dba46bd64e1323131b129d8011207ea45ec9027b4
MISC ChangeLog 1906 RMD160 3477d769a38bf7058a65ec30711297d90c02b311 SHA1 70bde12653cbeb0b909ecc6ae34e1a7d3d2ddca2 SHA256 10ad0bc4904dff9ad7831efda7fd7dd9a99b7e11f12efd4e406a940002dedd85
MISC metadata.xml 727 RMD160 0d394cdbebaac58b8b91f782305b2cc831d5b136 SHA1 cd7a88d1a6e4b5ccae34ee7ac190c80605d292c2 SHA256 0ee660dda16277265894d559d12d7a7b0148ae33ddfe5d886df2cec60f6a6eee

coccinella-0.95.10.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.10.ebuild,v 1.3 2007/05/06 11:27:05 genone Exp $

NAME=Coccinella
S="${WORKDIR}/${NAME}-${PV}Src"
DESCRIPTION="Virtual net-whiteboard."
SRC_URI="mirror://sourceforge/coccinella/${NAME}-${PV}Src.tar.gz"
HOMEPAGE="http://hem.fyristorg.com/matben"
LICENSE="GPL-2"
DEPEND="dev-lang/tk"
KEYWORDS="~mips ~x86"
IUSE=""
SLOT="0"

src_compile() {
einfo "Nothing to compile for ${P}."
}

src_install () {
dodir /opt/coccinella
cp -R "${S}"/* ${D}/opt/coccinella/
fperms 0755 /opt/coccinella/Coccinella.tcl
dosym Coccinella.tcl /opt/coccinella/coccinella
doenvd ${FILESDIR}/97coccinella
dodoc CHANGES README.txt READMEs/README-jabber READMEs/README-smileys
}

pkg_postinst() {
elog "To run coccinella just type coccinella"
}

coccinella-0.95.7.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.7.ebuild,v 1.4 2007/05/06 11:27:05 genone Exp $

NAME=Coccinella
S="${WORKDIR}/${NAME}-${PV}Src"
DESCRIPTION="Virtual net-whiteboard."
SRC_URI="mirror://sourceforge/coccinella/${NAME}-${PV}Src.tar.gz"
HOMEPAGE="http://hem.fyristorg.com/matben"
LICENSE="GPL-2"
DEPEND="dev-lang/tk"
KEYWORDS="~mips ~x86"
IUSE=""
SLOT="0"

src_compile() {
einfo "Nothing to compile for ${P}."
}

src_install () {
dodir /opt/coccinella
cp -R "${S}"/* ${D}/opt/coccinella/
fperms 0755 /opt/coccinella/Coccinella.tcl
dosym Coccinella.tcl /opt/coccinella/coccinella
doenvd ${FILESDIR}/97coccinella
dodoc CHANGES README.txt READMEs/README-jabber READMEs/README-smileys
}

pkg_postinst() {
elog "To run coccinella just type coccinella"
}

files

metadata.xml




no-herd

bass@gentoo.org
José Alberto Suárez López


Coccinella is a Jabber client with a whiteboard. The whiteboard is a shared
desktop which supports text, drawings, images, and multimedia in a number of
formats, such as MP3 and video. It runs in two main modes, a peer-to-peer
configuration and a mode compatible with the Jabber Instant Messaging system. A
flexible plugin architecture may be used to support additional formats. It
should run on any machine that runs Tcl/Tk.