diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2005-12-28 11:33:38 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2005-12-28 11:33:38 +0000 |
commit | c381b5ead7f6759696cee97ed0fef832bf523628 (patch) | |
tree | 1c04aa659015089cfa4847c67cba3d0d878ee7e8 /net-im/coccinella | |
parent | bump version (diff) | |
download | gentoo-2-c381b5ead7f6759696cee97ed0fef832bf523628.tar.gz gentoo-2-c381b5ead7f6759696cee97ed0fef832bf523628.tar.bz2 gentoo-2-c381b5ead7f6759696cee97ed0fef832bf523628.zip |
remove old ebuild and added metadata
(Portage version: 2.0.53)
Diffstat (limited to 'net-im/coccinella')
-rw-r--r-- | net-im/coccinella/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/coccinella/coccinella-0.94.7.ebuild | 32 | ||||
-rw-r--r-- | net-im/coccinella/files/digest-coccinella-0.94.7 | 1 | ||||
-rw-r--r-- | net-im/coccinella/metadata.xml | 17 |
4 files changed, 22 insertions, 34 deletions
diff --git a/net-im/coccinella/ChangeLog b/net-im/coccinella/ChangeLog index c6a6d549f71a..da48aa2e98c4 100644 --- a/net-im/coccinella/ChangeLog +++ b/net-im/coccinella/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for net-im/coccinella # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.4 2005/12/28 11:28:22 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.5 2005/12/28 11:33:38 bass Exp $ *coccinella-0.95.10 (28 Dec 2005) + 28 Dec 2005; josé Alberto Suárez López <bass@gentoo.org> +metadata.xml, + -coccinella-0.94.7.ebuild: + Added metadata.xml and remove old ebuilds. + 28 Dec 2005; josé Alberto Suárez López <bass@gentoo.org> +coccinella-0.95.10.ebuild: Bump version. Enjoy diff --git a/net-im/coccinella/coccinella-0.94.7.ebuild b/net-im/coccinella/coccinella-0.94.7.ebuild deleted file mode 100644 index 97b1502ae193..000000000000 --- a/net-im/coccinella/coccinella-0.94.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.94.7.ebuild,v 1.1 2005/06/13 13:44:15 bass Exp $ - -NAME=Coccinella -S="${WORKDIR}/${NAME}-${PV}" -DESCRIPTION="Virtual net-whiteboard." -SRC_URI="mirror://sourceforge/coccinella/${NAME}-${PV}Linux-x86.tar.gz" -#http://unc.dl.sourceforge.net/sourceforge/coccinella/Coccinella-0.94.7Linux-x86.tar.gz -HOMEPAGE="http://hem.fyristorg.com/matben" -LICENSE="GPL-2" -DEPEND="dev-lang/tk" -KEYWORDS="~x86" -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" -} diff --git a/net-im/coccinella/files/digest-coccinella-0.94.7 b/net-im/coccinella/files/digest-coccinella-0.94.7 deleted file mode 100644 index 145e5847ef08..000000000000 --- a/net-im/coccinella/files/digest-coccinella-0.94.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 aa3d488564f5e6e0176d50ccdc5e9775 Coccinella-0.94.7Linux-x86.tar.gz 3185551 diff --git a/net-im/coccinella/metadata.xml b/net-im/coccinella/metadata.xml new file mode 100644 index 000000000000..5564e2543d88 --- /dev/null +++ b/net-im/coccinella/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>bass@gentoo.org</email> + <name>José Alberto Suárez López</name> +</maintainer> +<longdescription> +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. +</longdescription> +</pkgmetadata> |