public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/msn-pecan: ChangeLog msn-pecan-0.1.3.ebuild
@ 2011-08-07  7:55 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 2+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2011-08-07  7:55 UTC (permalink / raw
  To: gentoo-commits

voyageur    11/08/07 07:55:59

  Modified:             ChangeLog
  Added:                msn-pecan-0.1.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 x11-plugins/msn-pecan/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/msn-pecan/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/msn-pecan/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/msn-pecan/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	1 May 2011 19:20:26 -0000	1.10
+++ ChangeLog	7 Aug 2011 07:55:59 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/msn-pecan
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/ChangeLog,v 1.11 2011/08/07 07:55:59 voyageur Exp $
+
+*msn-pecan-0.1.3 (07 Aug 2011)
+
+  07 Aug 2011; Bernard Cafarelli <voyageur@gentoo.org> +msn-pecan-0.1.3.ebuild:
+  Version bump
 
 *msn-pecan-0.1.2 (01 May 2011)
 



1.1                  x11-plugins/msn-pecan/msn-pecan-0.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/msn-pecan/msn-pecan-0.1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/msn-pecan/msn-pecan-0.1.3.ebuild?rev=1.1&content-type=text/plain

Index: msn-pecan-0.1.3.ebuild
===================================================================
# 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.3.ebuild,v 1.1 2011/08/07 07:55: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"
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-plugins/msn-pecan: ChangeLog msn-pecan-0.1.3.ebuild
@ 2014-03-09  1:16 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-03-09  1:16 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/03/09 01:16:18

  Modified:             ChangeLog
  Removed:              msn-pecan-0.1.3.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.14                 x11-plugins/msn-pecan/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/msn-pecan/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/msn-pecan/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/msn-pecan/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	15 Oct 2012 09:54:42 -0000	1.13
+++ ChangeLog	9 Mar 2014 01:16:18 -0000	1.14
@@ -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
-





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-09  1:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-09  1:16 [gentoo-commits] gentoo-x86 commit in x11-plugins/msn-pecan: ChangeLog msn-pecan-0.1.3.ebuild Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-07  7:55 Bernard Cafarelli (voyageur)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox