diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-03-09 01:16:18 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-03-09 01:16:18 +0000 |
commit | 97041b650d25cab682e9b3f167df4ab14cde2392 (patch) | |
tree | defb8fb0cd2c997023b2f84fc9a0213fcec0f361 /x11-plugins/msn-pecan | |
parent | Cleanup old. (diff) | |
download | gentoo-2-97041b650d25cab682e9b3f167df4ab14cde2392.tar.gz gentoo-2-97041b650d25cab682e9b3f167df4ab14cde2392.tar.bz2 gentoo-2-97041b650d25cab682e9b3f167df4ab14cde2392.zip |
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins/msn-pecan')
-rw-r--r-- | x11-plugins/msn-pecan/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/msn-pecan/msn-pecan-0.1.3.ebuild | 46 |
2 files changed, 5 insertions, 49 deletions
diff --git a/x11-plugins/msn-pecan/ChangeLog b/x11-plugins/msn-pecan/ChangeLog index 81d53b416311..f8c4d98fe9c2 100644 --- a/x11-plugins/msn-pecan/ChangeLog +++ b/x11-plugins/msn-pecan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/msn-pecan -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/ChangeLog,v 1.13 2012/10/15 09:54:42 voyageur Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/ChangeLog,v 1.14 2014/03/09 01:16:18 mrueg Exp $ + + 09 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -msn-pecan-0.1.3.ebuild: + Cleanup old. *msn-pecan-0.1.4 (15 Oct 2012) @@ -131,4 +134,3 @@ 18 Aug 2008; Bernard Cafarelli <voyageur@gentoo.org> +metadata.xml, +pidgin-msn-pecan-0.0.14.ebuild: Initial import. Thanks everyone in bug #230033 - diff --git a/x11-plugins/msn-pecan/msn-pecan-0.1.3.ebuild b/x11-plugins/msn-pecan/msn-pecan-0.1.3.ebuild deleted file mode 100644 index f1ae12ec4491..000000000000 --- a/x11-plugins/msn-pecan/msn-pecan-0.1.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 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.3.ebuild,v 1.2 2012/05/05 05:12:03 jdhore 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="virtual/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" -} |