Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/sdparm: ChangeLog sdparm-1.09.ebuild
Date: Mon, 29 Dec 2014 12:56:05
Message-Id: 20141229125600.BE878E6C1@oystercatcher.gentoo.org
1 polynomial-c 14/12/29 12:56:00
2
3 Modified: ChangeLog
4 Added: sdparm-1.09.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.80 sys-apps/sdparm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sdparm/ChangeLog?rev=1.80&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sdparm/ChangeLog?rev=1.80&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sdparm/ChangeLog?r1=1.79&r2=1.80
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sdparm/ChangeLog,v
20 retrieving revision 1.79
21 retrieving revision 1.80
22 diff -u -r1.79 -r1.80
23 --- ChangeLog 17 Oct 2014 01:43:23 -0000 1.79
24 +++ ChangeLog 29 Dec 2014 12:56:00 -0000 1.80
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-apps/sdparm
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sdparm/ChangeLog,v 1.79 2014/10/17 01:43:23 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sdparm/ChangeLog,v 1.80 2014/12/29 12:56:00 polynomial-c Exp $
30 +
31 +*sdparm-1.09 (29 Dec 2014)
32 +
33 + 29 Dec 2014; Lars Wendler <polynomial-c@g.o> +sdparm-1.09.ebuild:
34 + Version bump.
35
36 17 Oct 2014; Mike Frysinger <vapier@g.o> sdparm-1.08-r1.ebuild:
37 Drop redundant install of sas_disk_blink #523406 by MichaƂ Bartoszkiewicz.
38
39
40
41 1.1 sys-apps/sdparm/sdparm-1.09.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sdparm/sdparm-1.09.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sdparm/sdparm-1.09.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sdparm-1.09.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/sdparm/sdparm-1.09.ebuild,v 1.1 2014/12/29 12:56:00 polynomial-c Exp $
51
52 EAPI="4"
53
54 DESCRIPTION="Utility to output and modify parameters on a SCSI device, like hdparm"
55 HOMEPAGE="http://sg.danny.cz/sg/sdparm.html"
56 SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz"
57
58 LICENSE="BSD"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
61 IUSE=""
62
63 # Older releases contain a conflicting sas_disk_blink
64 RDEPEND=">=sys-apps/sg3_utils-1.28"
65 DEPEND="${RDEPEND}"
66
67 DOCS=( AUTHORS ChangeLog CREDITS README notes.txt )
68
69 src_configure() {
70 # sdparm ships with a local copy of this lib, but will use the system copy if it
71 # detects it (see the README file). Force the use of the system lib. #479578
72 export ac_cv_lib_sgutils2_sg_ll_inquiry=yes
73 default
74 }
75
76 src_install() {
77 default
78
79 # These don't exist yet. Someone wanna copy hdparm's and make them work? :)
80 #newinitd ${FILESDIR}/sdparm-init-7 sdparm
81 #newconfd ${FILESDIR}/sdparm-conf.d.3 sdparm
82 }