diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2011-05-01 19:20:26 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2011-05-01 19:20:26 +0000 |
commit | 6aa44eb2ba4dd15b3a241f88fc0e7dda5332f0f2 (patch) | |
tree | 825bb1dfdcfe173aebce82d0b624a2d7282ca7cb /x11-plugins | |
parent | fix ebuilds for python 2.7. (diff) | |
download | gentoo-2-6aa44eb2ba4dd15b3a241f88fc0e7dda5332f0f2.tar.gz gentoo-2-6aa44eb2ba4dd15b3a241f88fc0e7dda5332f0f2.tar.bz2 gentoo-2-6aa44eb2ba4dd15b3a241f88fc0e7dda5332f0f2.zip |
Version bump, fixes connection. Remove previous versions that do not work anymore
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/msn-pecan/ChangeLog | 12 | ||||
-rw-r--r-- | x11-plugins/msn-pecan/msn-pecan-0.0.19.ebuild | 37 | ||||
-rw-r--r-- | x11-plugins/msn-pecan/msn-pecan-0.1.1.ebuild | 46 | ||||
-rw-r--r-- | x11-plugins/msn-pecan/msn-pecan-0.1.2.ebuild (renamed from x11-plugins/msn-pecan/msn-pecan-0.1.0.ebuild) | 4 |
4 files changed, 12 insertions, 87 deletions
diff --git a/x11-plugins/msn-pecan/ChangeLog b/x11-plugins/msn-pecan/ChangeLog index a6ff53bc8c0c..f9e34479dd3a 100644 --- a/x11-plugins/msn-pecan/ChangeLog +++ b/x11-plugins/msn-pecan/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-plugins/msn-pecan -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/ChangeLog,v 1.9 2010/08/28 22:27:59 voyageur Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/ChangeLog,v 1.10 2011/05/01 19:20:26 voyageur Exp $ + +*msn-pecan-0.1.2 (01 May 2011) + + 01 May 2011; Bernard Cafarelli <voyageur@gentoo.org> + -msn-pecan-0.0.19.ebuild, -msn-pecan-0.1.0.ebuild, -msn-pecan-0.1.1.ebuild, + +msn-pecan-0.1.2.ebuild: + Version bump, fixes connection. Remove previous versions that do not work + anymore *msn-pecan-0.1.1 (28 Aug 2010) diff --git a/x11-plugins/msn-pecan/msn-pecan-0.0.19.ebuild b/x11-plugins/msn-pecan/msn-pecan-0.0.19.ebuild deleted file mode 100644 index 1a774276a376..000000000000 --- a/x11-plugins/msn-pecan/msn-pecan-0.0.19.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/msn-pecan-0.0.19.ebuild,v 1.1 2009/07/19 19:54:21 voyageur Exp $ - -inherit toolchain-funcs multilib - -DESCRIPTION="Alternative MSN protocol plugin for libpurple" -HOMEPAGE="http://code.google.com/p/msn-pecan/" - -SRC_URI="http://msn-pecan.googlecode.com/files/${P}.tar.bz2" -LICENSE="GPL-2" - -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="net-im/pidgin" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -src_compile() { - emake CC="$(tc-getCC)" || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc COPYRIGHT ChangeLog README TODO || die "dodoc failed" -} - -pkg_postinst() { - elog "Select the 'WLM' protocol to use this plugin" - einfo - elog "For more information (how to change personal message, add" - elog "missing emoticons, ...), please read:" - elog "http://code.google.com/p/msn-pecan/wiki/FAQ" -} diff --git a/x11-plugins/msn-pecan/msn-pecan-0.1.1.ebuild b/x11-plugins/msn-pecan/msn-pecan-0.1.1.ebuild deleted file mode 100644 index f3329cf75439..000000000000 --- a/x11-plugins/msn-pecan/msn-pecan-0.1.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/msn-pecan-0.1.1.ebuild,v 1.1 2010/08/28 22:27:59 voyageur Exp $ - -EAPI="2" - -inherit eutils toolchain-funcs multilib - -DESCRIPTION="Alternative MSN protocol plugin for libpurple" -HOMEPAGE="http://code.google.com/p/msn-pecan/" - -SRC_URI="http://msn-pecan.googlecode.com/files/${P/_/-}.tar.bz2" -LICENSE="GPL-2" - -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="net-im/pidgin" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -S=${WORKDIR}/${P/_/-} - -src_prepare() { - sed -e "/^LDFLAGS/{s/$/ ${LDFLAGS}/;}" \ - -e "/^CFLAGS/{s/$/ ${CFLAGS}/;}" -i Makefile || die -} - -src_compile() { - emake CC="$(tc-getCC)" || die -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog README TODO || die "dodoc failed" -} - -pkg_postinst() { - elog "Select the 'WLM' protocol to use this plugin" - einfo - elog "For more information (how to change personal message, add" - elog "missing emoticons, ...), please read:" - elog "http://code.google.com/p/msn-pecan/wiki/FAQ" -} diff --git a/x11-plugins/msn-pecan/msn-pecan-0.1.0.ebuild b/x11-plugins/msn-pecan/msn-pecan-0.1.2.ebuild index aaed606dd0e4..51cba1d04c62 100644 --- a/x11-plugins/msn-pecan/msn-pecan-0.1.0.ebuild +++ b/x11-plugins/msn-pecan/msn-pecan-0.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/msn-pecan-0.1.0.ebuild,v 1.1 2010/03/07 21:47:14 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/msn-pecan-0.1.2.ebuild,v 1.1 2011/05/01 19:20:26 voyageur Exp $ EAPI="2" |