Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/spindown: ChangeLog spindown-0.4.0-r2.ebuild spindown-0.4.0-r3.ebuild spindown-0.4.0.ebuild spindown-0.4.0-r1.ebuild
Date: Sun, 01 Jan 2012 01:04:44
Message-Id: 20120101010434.3F0CA2004C@flycatcher.gentoo.org
1 idl0r 12/01/01 01:04:34
2
3 Modified: ChangeLog
4 Added: spindown-0.4.0-r2.ebuild spindown-0.4.0-r3.ebuild
5 Removed: spindown-0.4.0.ebuild spindown-0.4.0-r1.ebuild
6 Log:
7 Revbump. Don't use the deprecated $opts variable, bug 386759.
8
9 (Portage version: 2.1.10.41/cvs/Linux i686, RepoMan options: --force)
10
11 Revision Changes Path
12 1.7 sys-block/spindown/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/spindown/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/spindown/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/spindown/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-block/spindown/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 21 Nov 2009 15:01:55 -0000 1.6
25 +++ ChangeLog 1 Jan 2012 01:04:34 -0000 1.7
26 @@ -1,6 +1,14 @@
27 # ChangeLog for sys-block/spindown
28 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/ChangeLog,v 1.6 2009/11/21 15:01:55 wschlich Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/ChangeLog,v 1.7 2012/01/01 01:04:34 idl0r Exp $
32 +
33 +*spindown-0.4.0-r3 (01 Jan 2012)
34 +*spindown-0.4.0-r2 (01 Jan 2012)
35 +
36 + 01 Jan 2012; Christian Ruppert <idl0r@g.o> -spindown-0.4.0.ebuild,
37 + -spindown-0.4.0-r1.ebuild, +spindown-0.4.0-r2.ebuild,
38 + +spindown-0.4.0-r3.ebuild, files/spindownd.initd, files/spindownd.initd-r1:
39 + Revbump. Don't use the deprecated $opts variable, bug 386759.
40
41 *spindown-0.4.0-r1 (21 Nov 2009)
42
43
44
45
46 1.1 sys-block/spindown/spindown-0.4.0-r2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/spindown/spindown-0.4.0-r2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/spindown/spindown-0.4.0-r2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: spindown-0.4.0-r2.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/spindown-0.4.0-r2.ebuild,v 1.1 2012/01/01 01:04:34 idl0r Exp $
56
57 inherit eutils
58
59 DESCRIPTION="Spindown is a daemon that can spin down idle disks"
60 HOMEPAGE="http://code.google.com/p/spindown"
61 SRC_URI="http://spindown.googlecode.com/files/${P}.tar.gz"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 DEPEND=""
69 RDEPEND="${DEPEND}
70 sys-apps/sg3_utils"
71
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75 epatch "${FILESDIR}"/${P}-CFLAGS.patch
76 }
77
78 src_compile() {
79 emake || die "emake failed"
80 }
81
82 src_install() {
83 insinto /etc
84 newins spindown.conf.example spindown.conf
85 newinitd "${FILESDIR}"/spindownd.initd spindownd
86 newconfd "${FILESDIR}"/spindownd.confd spindownd
87 dosbin spindownd
88 dodoc CHANGELOG README TODO spindown.conf.example
89 }
90
91 pkg_postinst() {
92 elog "Before starting spindownd the first time"
93 elog "you should modify /etc/spindown.conf"
94 elog
95 elog "To start spindownd by default"
96 elog "you should add it to the default runlevel:"
97 elog " rc-update add spindownd default"
98 }
99
100
101
102 1.1 sys-block/spindown/spindown-0.4.0-r3.ebuild
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/spindown/spindown-0.4.0-r3.ebuild?rev=1.1&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/spindown/spindown-0.4.0-r3.ebuild?rev=1.1&content-type=text/plain
106
107 Index: spindown-0.4.0-r3.ebuild
108 ===================================================================
109 # Copyright 1999-2012 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111 # $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/spindown-0.4.0-r3.ebuild,v 1.1 2012/01/01 01:04:34 idl0r Exp $
112
113 inherit eutils
114
115 DESCRIPTION="Spindown is a daemon that can spin down idle disks"
116 HOMEPAGE="http://code.google.com/p/spindown"
117 SRC_URI="http://spindown.googlecode.com/files/${P}.tar.gz"
118
119 LICENSE="GPL-3"
120 SLOT="0"
121 KEYWORDS="~amd64 ~x86"
122 IUSE=""
123
124 DEPEND=""
125 RDEPEND="${DEPEND}
126 sys-apps/sg3_utils"
127
128 src_unpack() {
129 unpack ${A}
130 cd "${S}"
131 epatch "${FILESDIR}"/${P}-CFLAGS.patch
132 }
133
134 src_compile() {
135 emake || die "emake failed"
136 }
137
138 src_install() {
139 insinto /etc
140 newins spindown.conf.example spindown.conf
141 newinitd "${FILESDIR}"/spindownd.initd-r1 spindownd
142 newconfd "${FILESDIR}"/spindownd.confd-r1 spindownd
143 dosbin spindownd
144 dodoc CHANGELOG README TODO spindown.conf.example
145 }
146
147 pkg_postinst() {
148 elog "Before starting spindownd the first time"
149 elog "you should modify /etc/spindown.conf"
150 elog
151 elog "To start spindownd by default"
152 elog "you should add it to the default runlevel:"
153 elog " rc-update add spindownd default"
154 }