public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson (robbat2)" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/rescan-scsi-bus: ChangeLog rescan-scsi-bus-1.29.ebuild
Date: Sun, 29 Mar 2009 21:18:04 +0000	[thread overview]
Message-ID: <E1Lo2OK-0006Yr-P2@stork.gentoo.org> (raw)

robbat2     09/03/29 21:18:04

  Modified:             ChangeLog
  Added:                rescan-scsi-bus-1.29.ebuild
  Log:
  Bug #250272, version bump.
  (Portage version: 2.2_rc27/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 sys-apps/rescan-scsi-bus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -p -w -b -B -u -u -r1.18 -r1.19
--- ChangeLog	22 Mar 2008 22:50:11 -0000	1.18
+++ ChangeLog	29 Mar 2009 21:18:04 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/rescan-scsi-bus
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/ChangeLog,v 1.18 2008/03/22 22:50:11 coldwind Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/ChangeLog,v 1.19 2009/03/29 21:18:04 robbat2 Exp $
+
+*rescan-scsi-bus-1.29 (29 Mar 2009)
+
+  29 Mar 2009; Robin H. Johnson <robbat2@gentoo.org>
+  +rescan-scsi-bus-1.29.ebuild:
+  Bug #250272, version bump.
 
   22 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
   rescan-scsi-bus-1.25-r1.ebuild:



1.1                  sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.29.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.29.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.29.ebuild?rev=1.1&content-type=text/plain

Index: rescan-scsi-bus-1.29.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.29.ebuild,v 1.1 2009/03/29 21:18:04 robbat2 Exp $

inherit eutils

DESCRIPTION="Script to rescan the SCSI bus without rebooting"
HOMEPAGE="http://www.garloff.de/kurt/linux/"
SCRIPT_NAME="${PN}.sh"
SRC_NAME="${SCRIPT_NAME}-${PV}"
SRC_URI="http://www.garloff.de/kurt/linux/${SRC_NAME}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND=""
RDEPEND=">=sys-apps/sg3_utils-1.24
		 sys-apps/module-init-tools
		 app-shells/bash"

S="${WORKDIR}"

src_unpack() {
	einfo "Unpacking into ${WORKDIR}/"
	cp -f "${DISTDIR}"/${SRC_NAME} "${WORKDIR}"/${SCRIPT_NAME}
	#epatch "${FILESDIR}"/${P}-support-sysfs-only-systems.patch
}

src_compile() {
	einfo "Nothing to compile"
}

src_install() {
	into /usr
	dosbin ${SCRIPT_NAME}
	# Some scripts look for this without the trailing .sh
	# Some look for it with the trailing .sh, so have a symlink
	dosym ${SCRIPT_NAME} /usr/sbin/${PN}
}






             reply	other threads:[~2009-03-29 21:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-29 21:18 Robin H. Johnson (robbat2) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-08-26  1:57 [gentoo-commits] gentoo-x86 commit in sys-apps/rescan-scsi-bus: ChangeLog rescan-scsi-bus-1.29.ebuild Jeroen Roovers (jer)
2009-08-29 17:56 Gysbert Wassenaar (nixnut)
2009-09-05 21:48 Markus Meier (maekke)
2009-10-31 14:43 Brent Baude (ranger)
2010-07-25 16:35 Tobias Klausmann (klausman)
2010-08-15 11:08 Raul Porcel (armin76)
2010-08-29 17:10 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Lo2OK-0006Yr-P2@stork.gentoo.org \
    --to=robbat2@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox