diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-17 09:25:36 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-17 09:25:36 +0000 |
commit | c3ab7dbe6345250087f9a24281eab1f9b6de52d2 (patch) | |
tree | 1d15503fd56d649c48da824d0ac91c1cecfa95ec /sys-apps/arrayprobe | |
parent | stable x86, security bug 332361 (diff) | |
download | historical-c3ab7dbe6345250087f9a24281eab1f9b6de52d2.tar.gz historical-c3ab7dbe6345250087f9a24281eab1f9b6de52d2.tar.bz2 historical-c3ab7dbe6345250087f9a24281eab1f9b6de52d2.zip |
Builds fine with no sources installed.
Package-Manager: portage-2.2_rc75/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/arrayprobe')
-rw-r--r-- | sys-apps/arrayprobe/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild | 7 | ||||
-rw-r--r-- | sys-apps/arrayprobe/arrayprobe-2.0.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/sys-apps/arrayprobe/ChangeLog b/sys-apps/arrayprobe/ChangeLog index d959b62bc91a..8699a6c9e3f3 100644 --- a/sys-apps/arrayprobe/ChangeLog +++ b/sys-apps/arrayprobe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/arrayprobe # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/ChangeLog,v 1.7 2010/06/24 07:03:22 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/ChangeLog,v 1.8 2010/09/17 09:25:36 robbat2 Exp $ + + 17 Sep 2010; Robin H. Johnson <robbat2@gentoo.org> arrayprobe-2.0.ebuild, + arrayprobe-2.0-r2.ebuild: + Builds fine with no sources installed. 24 Jun 2010; Christoph Mende <angelos@gentoo.org> arrayprobe-2.0-r2.ebuild: diff --git a/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild b/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild index f103d28fd08a..f6144f618824 100644 --- a/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild +++ b/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild,v 1.3 2010/06/24 07:03:22 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild,v 1.4 2010/09/17 09:25:36 robbat2 Exp $ -inherit eutils -inherit autotools +inherit eutils autotools DESCRIPTION="CLI utility that reports the status of a HP (Compaq) array controller (both IDA & CCISS supported)." HOMEPAGE="http://www.strocamp.net/opensource/arrayprobe.php" @@ -12,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="virtual/linux-sources" +DEPEND="" src_unpack() { unpack ${A} diff --git a/sys-apps/arrayprobe/arrayprobe-2.0.ebuild b/sys-apps/arrayprobe/arrayprobe-2.0.ebuild index bb70019f02fa..1124e5c08f57 100644 --- a/sys-apps/arrayprobe/arrayprobe-2.0.ebuild +++ b/sys-apps/arrayprobe/arrayprobe-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/arrayprobe-2.0.ebuild,v 1.3 2006/12/23 22:41:11 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/arrayprobe-2.0.ebuild,v 1.4 2010/09/17 09:25:36 robbat2 Exp $ DESCRIPTION="CLI utility that reports the status of a HP (Compaq) array controller (both IDA & CCISS supported)." HOMEPAGE="http://www.strocamp.net/opensource/arrayprobe.php" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="virtual/linux-sources" +DEPEND="" src_install() { make DESTDIR="${D}" install || die |