Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/xmw:master commit in: net-misc/e1000e/
Date: Thu, 01 Aug 2013 00:38:18
Message-Id: 1375317482.c8d954d06206c025c0cbb6b318079def68c08f22.xmw@gentoo
1 commit: c8d954d06206c025c0cbb6b318079def68c08f22
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 1 00:38:02 2013 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 00:38:02 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=c8d954d0
7
8 Use SRC_URI w/o license wall.
9
10 Package-Manager: portage-2.2.0_alpha191
11 Manifest-Sign-Key: 62EEF090
12
13 ---
14 net-misc/e1000e/ChangeLog | 3 +++
15 net-misc/e1000e/e1000e-2.4.14.ebuild | 10 +---------
16 2 files changed, 4 insertions(+), 9 deletions(-)
17
18 diff --git a/net-misc/e1000e/ChangeLog b/net-misc/e1000e/ChangeLog
19 index 0167660..8cf4bcb 100644
20 --- a/net-misc/e1000e/ChangeLog
21 +++ b/net-misc/e1000e/ChangeLog
22 @@ -1,3 +1,6 @@
23 + 01 Aug 2013; Michael Weber <xmw@g.o> e1000e-2.4.14.ebuild:
24 + Use SRC_URI w/o license wall.
25 +
26 *e1000e-2.4.14 (31 Jul 2013)
27
28 31 Jul 2013; Michael Weber <xmw@g.o> +e1000e-2.4.14.ebuild,
29
30 diff --git a/net-misc/e1000e/e1000e-2.4.14.ebuild b/net-misc/e1000e/e1000e-2.4.14.ebuild
31 index dba71a9..5e1ca25 100644
32 --- a/net-misc/e1000e/e1000e-2.4.14.ebuild
33 +++ b/net-misc/e1000e/e1000e-2.4.14.ebuild
34 @@ -8,7 +8,7 @@ inherit linux-info linux-mod
35
36 DESCRIPTION="Intel driver for the e1000e chipset variants 82563/6/7, 82571/2/3/4/7/8/9, 82583 and I217/I218."
37 HOMEPAGE="https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=15817&wapkw=e1000e"
38 -SRC_URI="${P}.tar.gz"
39 +SRC_URI="mirror://sourceforge/e1000/${PN}%20stable/${PV}/${P}.tar.gz"
40
41 LICENSE="GPL-2"
42 SLOT="0"
43 @@ -18,8 +18,6 @@ IUSE=""
44 DEPEND=""
45 RDEPEND=""
46
47 -RESTRICT=fetch
48 -
49 CONFIG_CHECK="~!E1000E"
50 ERROR_E1000E="CONFIG_E1000E has to be configured to Module to enable the replacement with this driver."
51
52 @@ -28,9 +26,3 @@ BUILD_PARAMS="KSRC=\"${KERNEL_DIR}\""
53 BUILD_TARGETS="default"
54
55 S=${WORKDIR}/${P}/src
56 -
57 -pkg_nofetch() {
58 - einfo "Please download \"${A}\" from"
59 - einfo "${HOMEPAGE}"
60 - einfo "and place it in ${DISTDIR},"
61 -}