polynomial-c 15/07/09 08:19:34
Modified: ChangeLog
Added: sg3_utils-1.41.ebuild
Removed: sg3_utils-1.35.ebuild sg3_utils-1.37.ebuild
sg3_utils-1.38.ebuild sg3_utils-1.39-r1.ebuild
sg3_utils-1.39.ebuild
Log:
Version bump. Removed old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
981CA6FC)
Revision Changes Path
1.128 sys-apps/sg3_utils/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.128&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.128&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.127&r2=1.128
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog 18 Jan 2015 08:49:18 -0000 1.127
+++ ChangeLog 9 Jul 2015 08:19:34 -0000 1.128
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/sg3_utils
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.127
2015/01/18 08:49:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.128
2015/07/09 08:19:34 polynomial-c Exp $
+
+*sg3_utils-1.41 (09 Jul 2015)
+
+ 09 Jul 2015; Lars Wendler <[email protected]> -sg3_utils-1.35.ebuild,
+ -sg3_utils-1.37.ebuild, -sg3_utils-1.38.ebuild, -sg3_utils-1.39.ebuild,
+ -sg3_utils-1.39-r1.ebuild, +sg3_utils-1.41.ebuild:
+ Version bump. Removed old.
18 Jan 2015; Agostino Sarubbo <[email protected]> sg3_utils-1.40.ebuild:
Stable for ppc64, wrt bug #535650
1.1 sys-apps/sg3_utils/sg3_utils-1.41.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.41.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.41.ebuild?rev=1.1&content-type=text/plain
Index: sg3_utils-1.41.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.41.ebuild,v
1.1 2015/07/09 08:19:34 polynomial-c Exp $
EAPI="4"
inherit eutils multilib
DESCRIPTION="Apps for querying the sg SCSI interface"
HOMEPAGE="http://sg.danny.cz/sg/"
SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc
~x86"
IUSE="static-libs"
DEPEND="sys-devel/libtool"
RDEPEND=""
PDEPEND=">=sys-apps/rescan-scsi-bus-1.24"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.26-stdint.patch
}
src_configure() {
econf $(use_enable static-libs static)
}
src_install() {
default
dodoc COVERAGE doc/README examples/*.txt
newdoc scripts/README README.scripts
# Better fix for bug 231089; some packages look for sgutils2
local path lib
path="/usr/$(get_libdir)"
for lib in "${ED}"${path}/libsgutils2.*; do
lib=${lib##*/}
dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}"
done
prune_libtool_files
}