* [gentoo-commits] gentoo-x86 commit in sys-power/suspend: suspend-0.9_pre0.ebuild ChangeLog
@ 2011-02-14 22:20 Sebastian Pipping (sping)
0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping (sping) @ 2011-02-14 22:20 UTC (permalink / raw
To: gentoo-commits
sping 11/02/14 22:20:54
Modified: suspend-0.9_pre0.ebuild ChangeLog
Log:
sys-power/suspend: Fix compilation for USE=crypt
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Revision Changes Path
1.4 sys-power/suspend/suspend-0.9_pre0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?r1=1.3&r2=1.4
Index: suspend-0.9_pre0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- suspend-0.9_pre0.ebuild 31 Dec 2010 01:14:33 -0000 1.3
+++ suspend-0.9_pre0.ebuild 14 Feb 2011 22:20:54 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v 1.3 2010/12/31 01:14:33 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v 1.4 2011/02/14 22:20:54 sping Exp $
EAPI=2
@@ -24,7 +24,8 @@
>=sys-apps/pciutils-2.2.4"
RDEPEND=">=dev-libs/lzo-2[static-libs]
fbsplash? ( >=media-gfx/splashutils-1.5.2 )
- crypt? ( dev-libs/libgcrypt )
+ crypt? ( dev-libs/libgcrypt[static-libs]
+ dev-libs/libgpg-error[static-libs] )
x86? ( ${X86_RDEPEND} )
amd64? ( ${X86_RDEPEND} )"
DEPEND="${RDEPEND}
1.18 sys-power/suspend/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 31 Dec 2010 01:14:33 -0000 1.17
+++ ChangeLog 14 Feb 2011 22:20:54 -0000 1.18
@@ -1,6 +1,10 @@
# ChangeLog for sys-power/suspend
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.17 2010/12/31 01:14:33 xmw Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.18 2011/02/14 22:20:54 sping Exp $
+
+ 14 Feb 2011; Sebastian Pipping <sping@gentoo.org> suspend-0.9_pre0.ebuild:
+ For USE=crypt depend on dev-libs/libgcrypt[static-libs] and
+ dev-libs/libgpg-error[static-libs]. Compile errors reported by K. Posern.
31 Dec 2010; Michael Weber <xmw@gentoo.org> suspend-0.9_pre0.ebuild:
Add use-dep on dev-libs/lzo[static-libs] (thanks to alexxy and Stefan Botz
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-power/suspend: suspend-0.9_pre0.ebuild ChangeLog
@ 2010-12-31 1:14 Michael Weber (xmw)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber (xmw) @ 2010-12-31 1:14 UTC (permalink / raw
To: gentoo-commits
xmw 10/12/31 01:14:33
Modified: suspend-0.9_pre0.ebuild ChangeLog
Log:
Add use-dep on dev-libs/lzo[static-libs]
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Revision Changes Path
1.3 sys-power/suspend/suspend-0.9_pre0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?r1=1.2&r2=1.3
Index: suspend-0.9_pre0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- suspend-0.9_pre0.ebuild 4 Oct 2010 22:53:59 -0000 1.2
+++ suspend-0.9_pre0.ebuild 31 Dec 2010 01:14:33 -0000 1.3
@@ -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/sys-power/suspend/suspend-0.9_pre0.ebuild,v 1.2 2010/10/04 22:53:59 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v 1.3 2010/12/31 01:14:33 xmw Exp $
EAPI=2
@@ -22,7 +22,7 @@
X86_DEPEND="
${X86_RDEPEND}
>=sys-apps/pciutils-2.2.4"
-RDEPEND=">=dev-libs/lzo-2
+RDEPEND=">=dev-libs/lzo-2[static-libs]
fbsplash? ( >=media-gfx/splashutils-1.5.2 )
crypt? ( dev-libs/libgcrypt )
x86? ( ${X86_RDEPEND} )
1.17 sys-power/suspend/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 4 Oct 2010 22:53:59 -0000 1.16
+++ ChangeLog 31 Dec 2010 01:14:33 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for sys-power/suspend
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.16 2010/10/04 22:53:59 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.17 2010/12/31 01:14:33 xmw Exp $
+
+ 31 Dec 2010; Michael Weber <xmw@gentoo.org> suspend-0.9_pre0.ebuild:
+ Add use-dep on dev-libs/lzo[static-libs] (thanks to alexxy and Stefan Botz
+ <sbotz@gmx.net> on bug 348453)
04 Oct 2010; Michael Weber <xmw@gentoo.org> suspend-0.9_pre0.ebuild,
+files/suspend-0.9_pre0-errno.patch:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-power/suspend: suspend-0.9_pre0.ebuild ChangeLog
@ 2010-10-04 22:53 Michael Weber (xmw)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber (xmw) @ 2010-10-04 22:53 UTC (permalink / raw
To: gentoo-commits
xmw 10/10/04 22:53:59
Modified: suspend-0.9_pre0.ebuild ChangeLog
Log:
Add errno.patch
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-power/suspend/suspend-0.9_pre0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?r1=1.1&r2=1.2
Index: suspend-0.9_pre0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- suspend-0.9_pre0.ebuild 3 Oct 2010 20:29:33 -0000 1.1
+++ suspend-0.9_pre0.ebuild 4 Oct 2010 22:53:59 -0000 1.2
@@ -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/sys-power/suspend/suspend-0.9_pre0.ebuild,v 1.1 2010/10/03 20:29:33 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v 1.2 2010/10/04 22:53:59 xmw Exp $
EAPI=2
@@ -35,6 +35,7 @@
S="${WORKDIR}/${MY_P}"
src_prepare() {
+ epatch "${FILESDIR}"/${PF}-errno.patch
sed -i -e "/AC_INIT/s/0\.8/0.9-${MY_GIT_SHORT_COMMIT}/" configure.ac || die
eautoreconf
}
1.16 sys-power/suspend/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 3 Oct 2010 20:29:33 -0000 1.15
+++ ChangeLog 4 Oct 2010 22:53:59 -0000 1.16
@@ -1,6 +1,11 @@
# ChangeLog for sys-power/suspend
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.15 2010/10/03 20:29:33 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.16 2010/10/04 22:53:59 xmw Exp $
+
+ 04 Oct 2010; Michael Weber <xmw@gentoo.org> suspend-0.9_pre0.ebuild,
+ +files/suspend-0.9_pre0-errno.patch:
+ Add errno.patch by Ole Craig <olc@macmillan-craig.net> on bug #339759,
+ thank you.
*suspend-0.9_pre0 (03 Oct 2010)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-14 22:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-14 22:20 [gentoo-commits] gentoo-x86 commit in sys-power/suspend: suspend-0.9_pre0.ebuild ChangeLog Sebastian Pipping (sping)
-- strict thread matches above, loose matches on Subject: below --
2010-12-31 1:14 Michael Weber (xmw)
2010-10-04 22:53 Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox