public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-im/licq: ChangeLog licq-1.3.6.ebuild
Date: Sun, 09 Aug 2009 20:05:12 +0000	[thread overview]
Message-ID: <E1MaEdk-00059d-AT@stork.gentoo.org> (raw)

ssuominen    09/08/09 20:05:12

  Modified:             ChangeLog licq-1.3.6.ebuild
  Log:
  Fix building with GLIBC 2.10+ wrt #280640.
  (Portage version: 2.2_rc36/cvs/Linux x86_64)

Revision  Changes    Path
1.106                net-im/licq/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/licq/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/licq/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/licq/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	31 Jul 2009 22:07:57 -0000	1.105
+++ ChangeLog	9 Aug 2009 20:05:12 -0000	1.106
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/licq
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.105 2009/07/31 22:07:57 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.106 2009/08/09 20:05:12 ssuominen Exp $
+
+  09 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> licq-1.3.6.ebuild,
+  +files/licq-1.3.6-glibc-2.10.patch:
+  Fix building with GLIBC 2.10+ wrt #280640.
 
   31 Jul 2009; <chainsaw@gentoo.org> ChangeLog:
   Marked stable on AMD64 as requested by Olivier Crete <tester@gentoo.org>



1.8                  net-im/licq/licq-1.3.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/licq/licq-1.3.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/licq/licq-1.3.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/licq/licq-1.3.6.ebuild?r1=1.7&r2=1.8

Index: licq-1.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- licq-1.3.6.ebuild	31 Jul 2009 22:11:34 -0000	1.7
+++ licq-1.3.6.ebuild	9 Aug 2009 20:05:12 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.6.ebuild,v 1.7 2009/07/31 22:11:34 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.6.ebuild,v 1.8 2009/08/09 20:05:12 ssuominen Exp $
 
 EAPI="1"
 
@@ -30,6 +30,8 @@
 DEPEND="${RDEPEND}
 	dev-libs/boost"
 
+PATCHES=( "${FILESDIR}/${P}-glibc-2.10.patch" )
+
 _generate_plugins_directories() {
 	PLUGINS="auto-reply email rms"
 	use msn && PLUGINS="${PLUGINS} msn"
@@ -90,7 +92,7 @@
 	# install core
 	einfo "Installing Licq core."
 	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc ChangeLog INSTALL README* doc/*
+	dodoc README* doc/*
 	# Install the plug-ins
 	for plugin in ${PLUGINS}; do
 		cd "${S}"/plugins/"${plugin}"
@@ -102,7 +104,6 @@
 		einfo "Installing Licq: \"qt4-gui\"."
 		cmake-utils_src_install
 		docinto plugins/qt4-gui
-		dodoc doc/README*
 	fi
 
 	exeinto /usr/share/${PN}/upgrade






             reply	other threads:[~2009-08-09 20:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-09 20:05 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-27 14:09 [gentoo-commits] gentoo-x86 commit in net-im/licq: ChangeLog licq-1.3.6.ebuild Gysbert Wassenaar (nixnut)
2009-09-05 22:28 Markus Meier (maekke)
2009-07-07 21:25 Christian Faulhammer (fauli)
2009-07-04 14:41 Raul Porcel (armin76)
2009-06-17 21:27 Tobias Klausmann (klausman)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MaEdk-00059d-AT@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox