polynomial-c    14/12/29 12:56:00

  Modified:             ChangeLog
  Added:                sdparm-1.09.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.80                 sys-apps/sdparm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sdparm/ChangeLog?rev=1.80&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sdparm/ChangeLog?rev=1.80&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sdparm/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sdparm/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   17 Oct 2014 01:43:23 -0000      1.79
+++ ChangeLog   29 Dec 2014 12:56:00 -0000      1.80
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/sdparm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sdparm/ChangeLog,v 1.79 2014/10/17 
01:43:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sdparm/ChangeLog,v 1.80 2014/12/29 
12:56:00 polynomial-c Exp $
+
+*sdparm-1.09 (29 Dec 2014)
+
+  29 Dec 2014; Lars Wendler <[email protected]> +sdparm-1.09.ebuild:
+  Version bump.
 
   17 Oct 2014; Mike Frysinger <[email protected]> sdparm-1.08-r1.ebuild:
   Drop redundant install of sas_disk_blink #523406 by MichaƂ Bartoszkiewicz.



1.1                  sys-apps/sdparm/sdparm-1.09.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sdparm/sdparm-1.09.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sdparm/sdparm-1.09.ebuild?rev=1.1&content-type=text/plain

Index: sdparm-1.09.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sdparm/sdparm-1.09.ebuild,v 1.1 
2014/12/29 12:56:00 polynomial-c Exp $

EAPI="4"

DESCRIPTION="Utility to output and modify parameters on a SCSI device, like 
hdparm"
HOMEPAGE="http://sg.danny.cz/sg/sdparm.html";
SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~arm-linux ~x86-linux"
IUSE=""

# Older releases contain a conflicting sas_disk_blink
RDEPEND=">=sys-apps/sg3_utils-1.28"
DEPEND="${RDEPEND}"

DOCS=( AUTHORS ChangeLog CREDITS README notes.txt )

src_configure() {
        # sdparm ships with a local copy of this lib, but will use the system 
copy if it
        # detects it (see the README file).  Force the use of the system lib.  
#479578
        export ac_cv_lib_sgutils2_sg_ll_inquiry=yes
        default
}

src_install() {
        default

        # These don't exist yet. Someone wanna copy hdparm's and make them 
work? :)
        #newinitd ${FILESDIR}/sdparm-init-7 sdparm
        #newconfd ${FILESDIR}/sdparm-conf.d.3 sdparm
}




Reply via email to