diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-03-20 18:45:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-03-20 18:45:01 +0000 |
commit | 85045df65ea732ab0310396385f49dad73d2da4d (patch) | |
tree | 73c0375e1669b89affd4586fb315a6084d4e2053 | |
parent | app-misc/clockywock: SRC_URI and HOMEPAGE (diff) | |
download | gentoo-2-85045df65ea732ab0310396385f49dad73d2da4d.tar.gz gentoo-2-85045df65ea732ab0310396385f49dad73d2da4d.tar.bz2 gentoo-2-85045df65ea732ab0310396385f49dad73d2da4d.zip |
Version bump (#408273 by Vladimir), remove old.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
-rw-r--r-- | net-im/coccinella/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/coccinella/coccinella-0.96.20.ebuild (renamed from net-im/coccinella/coccinella-0.96.18.ebuild) | 34 | ||||
-rw-r--r-- | net-im/coccinella/files/97coccinella | 2 |
3 files changed, 20 insertions, 24 deletions
diff --git a/net-im/coccinella/ChangeLog b/net-im/coccinella/ChangeLog index 0f91a48df26a..36b535c8e6b9 100644 --- a/net-im/coccinella/ChangeLog +++ b/net-im/coccinella/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/coccinella # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.14 2012/03/18 19:21:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.15 2012/03/20 18:45:01 pacho Exp $ + +*coccinella-0.96.20 (20 Mar 2012) + + 20 Mar 2012; Pacho Ramos <pacho@gentoo.org> +coccinella-0.96.20.ebuild, + -coccinella-0.96.18.ebuild, -files/97coccinella: + Version bump (#408273 by Vladimir), remove old. 18 Mar 2012; Pacho Ramos <pacho@gentoo.org> -coccinella-0.96.10.ebuild, -coccinella-0.96.14.ebuild, metadata.xml: diff --git a/net-im/coccinella/coccinella-0.96.18.ebuild b/net-im/coccinella/coccinella-0.96.20.ebuild index 0c14f1987cbb..4f848d814876 100644 --- a/net-im/coccinella/coccinella-0.96.18.ebuild +++ b/net-im/coccinella/coccinella-0.96.20.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.96.18.ebuild,v 1.3 2010/05/18 15:22:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.96.20.ebuild,v 1.1 2012/03/20 18:45:01 pacho Exp $ +EAPI=4 inherit eutils fdo-mime NAME=Coccinella @@ -11,7 +12,7 @@ SRC_URI="mirror://sourceforge/coccinella/${NAME}-${PV}Src.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="ssl" DEPEND=">=dev-lang/tk-8.5 @@ -26,27 +27,18 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${NAME}-${PV}Src" -src_unpack() { - unpack ${A} -} - -src_compile() { - einfo "Nothing to compile for ${P}." -} +#src_compile() { +# einfo "Nothing to compile for ${P}." +#} src_install () { - rm -R "${S}"/bin/unix/Linux/i686/treectrl - rm -R "${S}"/bin/unix/Linux/i686/tkpng - rm -R "${S}"/bin/unix/Linux/i686/tktray - rm -R "${S}"/bin/unix/Linux/i686/snack2.2 - rm -R "${S}"/bin/unix/Linux/i686/tls1.4 - rm -R "${S}"/bin/unix/Linux/i686/Img1.3 - rm -R "${S}"/bin/macosx - rm -R "${S}"/bin/windows - rm -R "${S}"/bin/unix/NetBSD + rm -R "${S}"/bin/unix/Linux/i686/ || die + rm -R "${S}"/bin/macosx || die + rm -R "${S}"/bin/windows || die + rm -R "${S}"/bin/unix/NetBSD || die dodir /opt/coccinella - cp -R "${S}"/* ${D}/opt/coccinella/ + cp -R "${S}"/* "${D}"/opt/coccinella/ fperms 0755 /opt/coccinella/Coccinella.tcl dosym /opt/coccinella/Coccinella.tcl /opt/bin/coccinella dodoc README.txt READMEs/* @@ -66,7 +58,7 @@ src_install () { unset dir done - make_desktop_entry "coccinella" "Coccinella IM Client" "coccinella2-shadow" + make_desktop_entry "coccinella" "Coccinella IM Client" "coccinella2-shadow" } pkg_postinst() { diff --git a/net-im/coccinella/files/97coccinella b/net-im/coccinella/files/97coccinella deleted file mode 100644 index 6b273583ab4e..000000000000 --- a/net-im/coccinella/files/97coccinella +++ /dev/null @@ -1,2 +0,0 @@ -PATH=/opt/coccinella -ROOTPATH=/opt/coccinella |