Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/arcconf: arcconf-1.7.21229.ebuild ChangeLog
Date: Thu, 26 Feb 2015 17:46:37
Message-Id: 20150226174630.D9F01129BA@oystercatcher.gentoo.org
1 dev-zero 15/02/26 17:46:30
2
3 Modified: ChangeLog
4 Added: arcconf-1.7.21229.ebuild
5 Log:
6 version bump (bug #524632)
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1A5D023975B0583D!)
9
10 Revision Changes Path
11 1.2 sys-block/arcconf/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/arcconf/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/arcconf/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/arcconf/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-block/arcconf/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 19 Sep 2013 13:35:20 -0000 1.1
24 +++ ChangeLog 26 Feb 2015 17:46:30 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-block/arcconf
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-block/arcconf/ChangeLog,v 1.1 2013/09/19 13:35:20 dev-zero Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-block/arcconf/ChangeLog,v 1.2 2015/02/26 17:46:30 dev-zero Exp $
31 +
32 +*arcconf-1.7.21229 (26 Feb 2015)
33 +
34 + 26 Feb 2015; Tiziano Müller <dev-zero@g.o> +arcconf-1.7.21229.ebuild:
35 + version bump (bug #524632)
36
37 *arcconf-1.2.20618 (19 Sep 2013)
38
39
40
41
42 1.1 sys-block/arcconf/arcconf-1.7.21229.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/arcconf/arcconf-1.7.21229.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/arcconf/arcconf-1.7.21229.ebuild?rev=1.1&content-type=text/plain
46
47 Index: arcconf-1.7.21229.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-block/arcconf/arcconf-1.7.21229.ebuild,v 1.1 2015/02/26 17:46:30 dev-zero Exp $
52
53 EAPI=5
54
55 DESCRIPTION="Adaptec RAID Controller Command Line Utility"
56 HOMEPAGE="http://www.adaptec.com/en-us/downloads/"
57 SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_v${PV//./_}.zip"
58
59 LICENSE="Adaptec-EULA"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND="app-arch/unzip"
65 RDEPEND=""
66
67 RESTRICT="mirror bindist"
68 # RESTRICT="fetch"
69
70 QA_PRESTRIPPED="/opt/bin/arcconf"
71
72 S="${WORKDIR}"
73
74 # Maintainer notes:
75 # * When going via the $HOMEPAGE one has to agree to the Adaptec-EULA as
76 # referenced above.
77 # * Despite that EULA, one can download the package seemingly without
78 # restrictions from $SRC_URI.
79 # * It is therefore assumed that the binary is made available for public
80 # download. Even more so since the archive does not contain a license
81 # agreement stating otherwise.
82
83 #pkg_nofetch() {
84 # einfo "Upstream has implemented a mandatory clickthrough EULA for distfile download"
85 # einfo "Please visit $HOMEPAGE, choose a controller (for example the Series 7, 7805)"
86 # einfo "and then navigate to Storage Manager Downloads for the ARCCONF Command Line Utility."
87 # einfo "And place $A in ${DISTDIR}"
88 #}
89
90 # Maintainer notes:
91 # * FreeBSD binaries would be available for FreeBSD 7..9, which ones do we need?
92 src_install() {
93 exeinto /opt/bin
94
95 if use amd64 ; then
96 doexe linux_x64/cmdline/arcconf
97 else
98 doexe linux_x86/cmdline/arcconf
99 fi
100 }