Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/suspend: ChangeLog suspend-0.9_pre20071109.ebuild suspend-0.9_pre20071001.ebuild
Date: Fri, 09 Nov 2007 21:26:55
Message-Id: E1IqbNG-0000dC-Tu@stork.gentoo.org
1 alonbl 07/11/09 21:26:46
2
3 Modified: ChangeLog
4 Added: suspend-0.9_pre20071109.ebuild
5 Removed: suspend-0.9_pre20071001.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.4 sys-power/suspend/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/suspend/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 1 Oct 2007 07:45:41 -0000 1.3
24 +++ ChangeLog 9 Nov 2007 21:26:46 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-power/suspend
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.3 2007/10/01 07:45:41 alonbl Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.4 2007/11/09 21:26:46 alonbl Exp $
30 +
31 +*suspend-0.9_pre20071109 (09 Nov 2007)
32 +
33 + 09 Nov 2007; Alon Bar-Lev <alonbl@g.o>
34 + -suspend-0.9_pre20071001.ebuild, +suspend-0.9_pre20071109.ebuild:
35 + Version bump
36
37 *suspend-0.9_pre20071001 (01 Oct 2007)
38
39
40
41
42 1.1 sys-power/suspend/suspend-0.9_pre20071109.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/suspend/suspend-0.9_pre20071109.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/suspend/suspend-0.9_pre20071109.ebuild?rev=1.1&content-type=text/plain
46
47 Index: suspend-0.9_pre20071109.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre20071109.ebuild,v 1.1 2007/11/09 21:26:46 alonbl Exp $
52
53 DESCRIPTION="Userspace Software Suspend and S2Ram"
54 HOMEPAGE="http://suspend.sourceforge.net/"
55 SRC_URI="mirror://gentoo/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~x86"
60 IUSE="fbsplash"
61
62 X86_RDEPEND="dev-libs/libx86"
63 X86_DEPEND="
64 ${X86_RDEPEND}
65 >=sys-apps/pciutils-2.2.4"
66 RDEPEND=">=dev-libs/lzo-2
67 fbsplash? ( >=media-gfx/splashutils-1.5.2 )
68 x86? ( ${X86_RDEPEND} )
69 amd64? ( ${X86_RDEPEND} )"
70 DEPEND="${DEPEND}
71 x86? ( ${X86_DEPEND} )
72 amd64? ( ${X86_DEPEND} )
73 dev-util/pkgconfig"
74
75 src_compile() {
76 econf \
77 --docdir="/usr/share/doc/${PF}" \
78 --enable-compress \
79 $(use_enable fbsplash) \
80 || die
81 emake || die
82 }
83
84 src_install() {
85 emake install DESTDIR="${D}" || die
86 }
87
88 pkg_postinst() {
89 elog "In order to make this package work with genkernel see:"
90 elog "http://bugs.gentoo.org/show_bug.cgi?id=156445"
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list