diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2005-12-28 11:28:22 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2005-12-28 11:28:22 +0000 |
commit | d0783be465726bc929d0fb849304a43b2ce7ff05 (patch) | |
tree | 2e45915875f6393249f637b008ba7e6f9f25b874 /net-im/coccinella | |
parent | a lil fix (diff) | |
download | gentoo-2-d0783be465726bc929d0fb849304a43b2ce7ff05.tar.gz gentoo-2-d0783be465726bc929d0fb849304a43b2ce7ff05.tar.bz2 gentoo-2-d0783be465726bc929d0fb849304a43b2ce7ff05.zip |
bump version
(Portage version: 2.0.53)
Diffstat (limited to 'net-im/coccinella')
-rw-r--r-- | net-im/coccinella/ChangeLog | 11 | ||||
-rw-r--r-- | net-im/coccinella/Manifest | 2 | ||||
-rw-r--r-- | net-im/coccinella/coccinella-0.95.10.ebuild | 34 | ||||
-rw-r--r-- | net-im/coccinella/files/digest-coccinella-0.95.10 | 1 |
4 files changed, 46 insertions, 2 deletions
diff --git a/net-im/coccinella/ChangeLog b/net-im/coccinella/ChangeLog index 2b5a5a6758f6..c6a6d549f71a 100644 --- a/net-im/coccinella/ChangeLog +++ b/net-im/coccinella/ChangeLog @@ -1,11 +1,18 @@ # 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.3 2005/08/28 06:22:40 redhatter Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.4 2005/12/28 11:28:22 bass Exp $ + +*coccinella-0.95.10 (28 Dec 2005) + + 28 Dec 2005; josé Alberto Suárez López <bass@gentoo.org> + +coccinella-0.95.10.ebuild: + Bump version. Enjoy + +*coccinella-0.95.7 (13 Jun 2005) 28 Aug 2005; Stuart Longland <redhatter@gentoo.org> coccinella-0.95.7.ebuild: Tested and working on MIPS, adding ~mips keyword -*coccinella-0.95.7 (13 Jun 2005) 13 Jun 2005; J. Alberto Suarez L. <bass@gentoo.org> coccinella-0.95.7.ebuild: Version bumped, category changed. Bug #46810 diff --git a/net-im/coccinella/Manifest b/net-im/coccinella/Manifest index 03d4780479df..8b9f448e855d 100644 --- a/net-im/coccinella/Manifest +++ b/net-im/coccinella/Manifest @@ -1,6 +1,8 @@ MD5 a8fa54c08803cb62a2bedcbc2a1d5198 ChangeLog 1206 MD5 234b85c7ee5f9100bc833c8b71f4dfde coccinella-0.94.7.ebuild 994 +MD5 768e82cca9129a99d73bbd29f3f695da coccinella-0.95.10.ebuild 932 MD5 c0e355fe07705787d733505871585458 coccinella-0.95.7.ebuild 920 MD5 dbe55201273a216b7285ef20de102a96 files/97coccinella 46 MD5 eef4be50a2378c6097ff83d1b613a107 files/digest-coccinella-0.94.7 79 +MD5 e5db5285376cf954d1787a1d8985758c files/digest-coccinella-0.95.10 74 MD5 7f86367fbf9d1e7aba81773851c290cf files/digest-coccinella-0.95.7 73 diff --git a/net-im/coccinella/coccinella-0.95.10.ebuild b/net-im/coccinella/coccinella-0.95.10.ebuild new file mode 100644 index 000000000000..bf9c67d7bd37 --- /dev/null +++ b/net-im/coccinella/coccinella-0.95.10.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2005 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.1 2005/12/28 11:28:22 bass 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 + insinto /etc/env.d + doins ${FILESDIR}/97coccinella + dodoc CHANGES README.txt READMEs/README-jabber READMEs/README-smileys +} + +pkg_postinst() { + echo + einfo "To run coccinella just type coccinella" + echo +} diff --git a/net-im/coccinella/files/digest-coccinella-0.95.10 b/net-im/coccinella/files/digest-coccinella-0.95.10 new file mode 100644 index 000000000000..eb951e378066 --- /dev/null +++ b/net-im/coccinella/files/digest-coccinella-0.95.10 @@ -0,0 +1 @@ +MD5 7941d8b08f5cf0cb0e8020d9fba897f6 Coccinella-0.95.10Src.tar.gz 4812346 |