diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2010-03-07 21:47:14 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2010-03-07 21:47:14 +0000 |
commit | b54e186381a60c2f5e864e78efade753dcc42119 (patch) | |
tree | 0b2604805af3fa7749158ebeecb6d6a42f5ad517 /x11-plugins | |
parent | And more tweaking. (diff) | |
download | gentoo-2-b54e186381a60c2f5e864e78efade753dcc42119.tar.gz gentoo-2-b54e186381a60c2f5e864e78efade753dcc42119.tar.bz2 gentoo-2-b54e186381a60c2f5e864e78efade753dcc42119.zip |
final 0.1.0 version bump, remove RCs
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/msn-pecan/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/msn-pecan/msn-pecan-0.1.0.ebuild (renamed from x11-plugins/msn-pecan/msn-pecan-0.1.0_rc3.ebuild) | 2 | ||||
-rw-r--r-- | x11-plugins/msn-pecan/msn-pecan-0.1.0_rc4.ebuild | 46 |
3 files changed, 9 insertions, 48 deletions
diff --git a/x11-plugins/msn-pecan/ChangeLog b/x11-plugins/msn-pecan/ChangeLog index 12f8cfaf163e..1177034328d7 100644 --- a/x11-plugins/msn-pecan/ChangeLog +++ b/x11-plugins/msn-pecan/ChangeLog @@ -1,6 +1,13 @@ # 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.7 2010/02/12 07:38:09 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/ChangeLog,v 1.8 2010/03/07 21:47:14 voyageur Exp $ + +*msn-pecan-0.1.0 (07 Mar 2010) + + 07 Mar 2010; Bernard Cafarelli <voyageur@gentoo.org> + -msn-pecan-0.1.0_rc3.ebuild, -msn-pecan-0.1.0_rc4.ebuild, + +msn-pecan-0.1.0.ebuild: + final 0.1.0 version bump, remove RCs *msn-pecan-0.1.0_rc4 (12 Feb 2010) diff --git a/x11-plugins/msn-pecan/msn-pecan-0.1.0_rc3.ebuild b/x11-plugins/msn-pecan/msn-pecan-0.1.0.ebuild index f587f4bf1384..aaed606dd0e4 100644 --- a/x11-plugins/msn-pecan/msn-pecan-0.1.0_rc3.ebuild +++ b/x11-plugins/msn-pecan/msn-pecan-0.1.0.ebuild @@ -1,6 +1,6 @@ # 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.0_rc3.ebuild,v 1.1 2010/01/29 00:49:04 voyageur Exp $ +# $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 $ EAPI="2" diff --git a/x11-plugins/msn-pecan/msn-pecan-0.1.0_rc4.ebuild b/x11-plugins/msn-pecan/msn-pecan-0.1.0_rc4.ebuild deleted file mode 100644 index 88ec5781024f..000000000000 --- a/x11-plugins/msn-pecan/msn-pecan-0.1.0_rc4.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.0_rc4.ebuild,v 1.1 2010/02/12 07:38:09 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" -} |