* [gentoo-commits] gentoo-x86 commit in dev-libs/poco: poco-1.4.3_p1.ebuild poco-1.3.3_p1.ebuild poco-1.3.6_p2.ebuild ChangeLog
@ 2012-06-06 3:47 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2012-06-06 3:47 UTC (permalink / raw
To: gentoo-commits
zmedico 12/06/06 03:47:35
Modified: poco-1.4.3_p1.ebuild poco-1.3.3_p1.ebuild
poco-1.3.6_p2.ebuild ChangeLog
Log:
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Revision Changes Path
1.6 dev-libs/poco/poco-1.4.3_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/poco-1.4.3_p1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/poco-1.4.3_p1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/poco-1.4.3_p1.ebuild?r1=1.5&r2=1.6
Index: poco-1.4.3_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.4.3_p1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- poco-1.4.3_p1.ebuild 30 May 2012 09:32:11 -0000 1.5
+++ poco-1.4.3_p1.ebuild 6 Jun 2012 03:47:35 -0000 1.6
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.4.3_p1.ebuild,v 1.5 2012/05/30 09:32:11 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.4.3_p1.ebuild,v 1.6 2012/06/06 03:47:35 zmedico Exp $
EAPI="2"
-inherit eutils toolchain-funcs flag-o-matic versionator
+inherit eutils toolchain-funcs flag-o-matic multilib versionator
MY_P="${P/_}"
MY_DOCP="${PN}-$(get_version_component_range 1-3)-all-doc"
1.5 dev-libs/poco/poco-1.3.3_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/poco-1.3.3_p1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/poco-1.3.3_p1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/poco-1.3.3_p1.ebuild?r1=1.4&r2=1.5
Index: poco-1.3.3_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.3.3_p1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- poco-1.3.3_p1.ebuild 14 Jul 2010 08:16:34 -0000 1.4
+++ poco-1.3.3_p1.ebuild 6 Jun 2012 03:47:35 -0000 1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.3.3_p1.ebuild,v 1.4 2010/07/14 08:16:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.3.3_p1.ebuild,v 1.5 2012/06/06 03:47:35 zmedico Exp $
EAPI="2"
-inherit eutils toolchain-funcs flag-o-matic versionator
+inherit eutils toolchain-funcs flag-o-matic multilib versionator
MY_P="${P/_}"
MY_DOCP="${PN}-$(get_version_component_range 1-3)-doc"
1.4 dev-libs/poco/poco-1.3.6_p2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/poco-1.3.6_p2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/poco-1.3.6_p2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/poco-1.3.6_p2.ebuild?r1=1.3&r2=1.4
Index: poco-1.3.6_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.3.6_p2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- poco-1.3.6_p2.ebuild 13 Apr 2012 16:56:07 -0000 1.3
+++ poco-1.3.6_p2.ebuild 6 Jun 2012 03:47:35 -0000 1.4
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.3.6_p2.ebuild,v 1.3 2012/04/13 16:56:07 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.3.6_p2.ebuild,v 1.4 2012/06/06 03:47:35 zmedico Exp $
EAPI="2"
-inherit eutils toolchain-funcs flag-o-matic versionator
+inherit eutils toolchain-funcs flag-o-matic multilib versionator
MY_P="${P/_}"
MY_DOCP="${PN}-$(get_version_component_range 1-3)-all-doc"
1.18 dev-libs/poco/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/poco/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/poco/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 30 May 2012 09:32:11 -0000 1.17
+++ ChangeLog 6 Jun 2012 03:47:35 -0000 1.18
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/poco
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/ChangeLog,v 1.17 2012/05/30 09:32:11 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/ChangeLog,v 1.18 2012/06/06 03:47:35 zmedico Exp $
+
+ 06 Jun 2012; Zac Medico <zmedico@gentoo.org> poco-1.3.3_p1.ebuild,
+ poco-1.3.6_p2.ebuild, poco-1.4.3_p1.ebuild:
+ inherit multilib for get_libdir
30 May 2012; Jeff Horelick <jdhore@gentoo.org> poco-1.4.3_p1.ebuild:
marked x86 per bug 417087
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-06 3:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 3:47 [gentoo-commits] gentoo-x86 commit in dev-libs/poco: poco-1.4.3_p1.ebuild poco-1.3.3_p1.ebuild poco-1.3.6_p2.ebuild ChangeLog Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox