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