summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-26 23:22:23 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-26 23:22:23 +0000
commit2c45cbb9b2ac67056bdb251b96a17717e62a435b (patch)
tree1142d4cbb376a401a26d9ceb2be1fe25d4aac371 /sys-apps/arrayprobe
parentRemove old. (diff)
downloadgentoo-2-2c45cbb9b2ac67056bdb251b96a17717e62a435b.tar.gz
gentoo-2-2c45cbb9b2ac67056bdb251b96a17717e62a435b.tar.bz2
gentoo-2-2c45cbb9b2ac67056bdb251b96a17717e62a435b.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sys-apps/arrayprobe')
-rw-r--r--sys-apps/arrayprobe/ChangeLog7
-rw-r--r--sys-apps/arrayprobe/arrayprobe-2.0.ebuild16
2 files changed, 5 insertions, 18 deletions
diff --git a/sys-apps/arrayprobe/ChangeLog b/sys-apps/arrayprobe/ChangeLog
index 886c963f7fe5..1bfc4348b028 100644
--- a/sys-apps/arrayprobe/ChangeLog
+++ b/sys-apps/arrayprobe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/arrayprobe
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/ChangeLog,v 1.11 2014/08/10 20:23:08 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/ChangeLog,v 1.12 2015/04/26 23:22:23 mrueg Exp $
+
+ 26 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -arrayprobe-2.0.ebuild:
+ Remove old.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> arrayprobe-2.0.ebuild:
QA: drop trailing '.' from DESCRIPTION
diff --git a/sys-apps/arrayprobe/arrayprobe-2.0.ebuild b/sys-apps/arrayprobe/arrayprobe-2.0.ebuild
deleted file mode 100644
index 78f86ffeff6d..000000000000
--- a/sys-apps/arrayprobe/arrayprobe-2.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 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.5 2014/08/10 20:23:08 slyfox 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"
-SRC_URI="http://www.strocamp.net/opensource/compaq/downloads/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-DEPEND=""
-
-src_install() {
- make DESTDIR="${D}" install || die
-}