Line
Link Here
|
0 |
-- sg3_utils-1.27.20090411.ebuild |
0 |
++ sg3_utils-1.28.ebuild |
Lines 6-13
Link Here
|
6 |
|
6 |
|
7 |
DESCRIPTION="Apps for querying the sg SCSI interface" |
7 |
DESCRIPTION="Apps for querying the sg SCSI interface" |
8 |
HOMEPAGE="http://sg.danny.cz/sg/" |
8 |
HOMEPAGE="http://sg.danny.cz/sg/" |
9 |
#SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz" |
9 |
SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz" |
10 |
SRC_URI="mirror://gentoo/${P}.tgz" |
|
|
11 |
|
10 |
|
12 |
LICENSE="GPL-2" |
11 |
LICENSE="GPL-2" |
13 |
SLOT="0" |
12 |
SLOT="0" |
Lines 18-25
Link Here
|
18 |
RDEPEND="sys-apps/sdparm" |
17 |
RDEPEND="sys-apps/sdparm" |
19 |
PDEPEND=">=sys-apps/rescan-scsi-bus-1.24" |
18 |
PDEPEND=">=sys-apps/rescan-scsi-bus-1.24" |
20 |
|
19 |
|
21 |
S="${WORKDIR}/${P/.200*}" |
|
|
22 |
|
23 |
src_unpack() { |
20 |
src_unpack() { |
24 |
unpack ${A} |
21 |
unpack ${A} |
25 |
cd "${S}" |
22 |
cd "${S}" |
Lines 29-37
Link Here
|
29 |
src_install() { |
26 |
src_install() { |
30 |
emake install DESTDIR="${D}" || die "make install failed" |
27 |
emake install DESTDIR="${D}" || die "make install failed" |
31 |
dodoc ChangeLog AUTHORS COVERAGE CREDITS README* |
28 |
dodoc ChangeLog AUTHORS COVERAGE CREDITS README* |
32 |
dodoc doc/README.doc examples/*.txt |
29 |
dodoc doc/README examples/*.txt |
33 |
newdoc scripts/README README.scripts |
30 |
newdoc scripts/README README.scripts |
34 |
dosbin scripts/{scsi,sas}* || die |
31 |
dosbin scripts/scsi* || die |
35 |
|
32 |
|
36 |
# Better fix for bug 231089; some packages look for sgutils2 |
33 |
# Better fix for bug 231089; some packages look for sgutils2 |
37 |
local path lib |
34 |
local path lib |