public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/cciss_vol_status: ChangeLog cciss_vol_status-1.10.ebuild
@ 2013-01-14 12:33 Tony Vroon (chainsaw)
  0 siblings, 0 replies; only message in thread
From: Tony Vroon (chainsaw) @ 2013-01-14 12:33 UTC (permalink / raw
  To: gentoo-commits

chainsaw    13/01/14 12:33:36

  Modified:             ChangeLog
  Added:                cciss_vol_status-1.10.ebuild
  Log:
  Run cron job hourly instead of daily, as suggested by Michael Orlitzky in bug #449798. Bump to 1.10 as requested by Agostino "ago" Sarubbo in bug #450578.
  
  (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)

Revision  Changes    Path
1.13                 sys-apps/cciss_vol_status/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cciss_vol_status/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cciss_vol_status/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cciss_vol_status/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	20 Jun 2012 14:42:28 -0000	1.12
+++ ChangeLog	14 Jan 2013 12:33:35 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/cciss_vol_status
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/ChangeLog,v 1.12 2012/06/20 14:42:28 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/ChangeLog,v 1.13 2013/01/14 12:33:35 chainsaw Exp $
+
+*cciss_vol_status-1.10 (14 Jan 2013)
+
+  14 Jan 2013; Tony Vroon <chainsaw@gentoo.org> +cciss_vol_status-1.10.ebuild:
+  Run cron job hourly instead of daily, as suggested by Michael Orlitzky in bug
+  #449798. Bump to 1.10 as requested by Agostino "ago" Sarubbo in bug #450578.
 
   20 Jun 2012; Agostino Sarubbo <ago@gentoo.org>
   cciss_vol_status-1.09-r1.ebuild:



1.1                  sys-apps/cciss_vol_status/cciss_vol_status-1.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cciss_vol_status/cciss_vol_status-1.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cciss_vol_status/cciss_vol_status-1.10.ebuild?rev=1.1&content-type=text/plain

Index: cciss_vol_status-1.10.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/cciss_vol_status/cciss_vol_status-1.10.ebuild,v 1.1 2013/01/14 12:33:35 chainsaw Exp $

EAPI=4

IUSE=""
DESCRIPTION="Shows status of logical drives attached to HP SmartArray controllers."
HOMEPAGE="http://cciss.sourceforge.net/#cciss_utils"
LICENSE="GPL-2"
SRC_URI="mirror://sourceforge/cciss/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
SLOT="0"
RDEPEND=""
DEPEND=""

src_install() {
	emake DESTDIR="${D}" install || die "Install failed."
	dodoc AUTHORS ChangeLog NEWS README
	exeinto /etc/cron.hourly
	newexe "${FILESDIR}/cciss_vol_status.cron" cciss_vol_status
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-14 12:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14 12:33 [gentoo-commits] gentoo-x86 commit in sys-apps/cciss_vol_status: ChangeLog cciss_vol_status-1.10.ebuild Tony Vroon (chainsaw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox