* [gentoo-commits] gentoo-x86 commit in sys-apps/sg3_utils: ChangeLog sg3_utils-1.31.ebuild
@ 2011-06-17 3:41 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2011-06-17 3:41 UTC (permalink / raw
To: gentoo-commits
jer 11/06/17 03:41:42
Modified: ChangeLog
Added: sg3_utils-1.31.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Revision Changes Path
1.71 sys-apps/sg3_utils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 26 Nov 2010 07:20:29 -0000 1.70
+++ ChangeLog 17 Jun 2011 03:41:42 -0000 1.71
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/sg3_utils
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.70 2010/11/26 07:20:29 robbat2 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.71 2011/06/17 03:41:42 jer Exp $
+
+*sg3_utils-1.31 (17 Jun 2011)
+
+ 17 Jun 2011; Jeroen Roovers <jer@gentoo.org> +sg3_utils-1.31.ebuild:
+ Version bump.
*sg3_utils-1.30 (26 Nov 2010)
1.1 sys-apps/sg3_utils/sg3_utils-1.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.31.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.31.ebuild?rev=1.1&content-type=text/plain
Index: sg3_utils-1.31.ebuild
===================================================================
# Copyright 1999-2011 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.31.ebuild,v 1.1 2011/06/17 03:41:42 jer Exp $
inherit eutils
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 ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE=""
DEPEND="sys-devel/libtool"
RDEPEND="sys-apps/sdparm"
PDEPEND=">=sys-apps/rescan-scsi-bus-1.24"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-1.26-stdint.patch
}
src_install() {
emake install DESTDIR="${D}" || die "make install failed"
dodoc ChangeLog AUTHORS COVERAGE CREDITS README*
dodoc doc/README examples/*.txt
newdoc scripts/README README.scripts
dosbin scripts/scsi* || die
# Better fix for bug 231089; some packages look for sgutils2
local path lib
path="/usr/$(get_libdir)"
for lib in "${D}"/usr/$(get_libdir)/libsgutils2.*; do
lib=${lib##*/}
dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}"
done
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-17 3:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17 3:41 [gentoo-commits] gentoo-x86 commit in sys-apps/sg3_utils: ChangeLog sg3_utils-1.31.ebuild Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox