public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-shells/gentoo-bashcomp: ChangeLog gentoo-bashcomp-20101217.ebuild
@ 2010-12-17  4:18 Jeremy Olexa (darkside)
  0 siblings, 0 replies; only message in thread
From: Jeremy Olexa (darkside) @ 2010-12-17  4:18 UTC (permalink / raw
  To: gentoo-commits

darkside    10/12/17 04:18:07

  Modified:             ChangeLog
  Added:                gentoo-bashcomp-20101217.ebuild
  Log:
  Version bump to fix bugs 311441, 327953
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 app-shells/gentoo-bashcomp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	27 Oct 2010 03:45:48 -0000	1.43
+++ ChangeLog	17 Dec 2010 04:18:07 -0000	1.44
@@ -1,6 +1,12 @@
 # ChangeLog for app-shells/gentoo-bashcomp
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.43 2010/10/27 03:45:48 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.44 2010/12/17 04:18:07 darkside Exp $
+
+*gentoo-bashcomp-20101217 (17 Dec 2010)
+
+  17 Dec 2010; Jeremy Olexa <darkside@gentoo.org>
+  +gentoo-bashcomp-20101217.ebuild:
+  Version bump to fix bugs 311441, 327953
 
   27 Oct 2010; Jeremy Olexa <darkside@gentoo.org>
   -gentoo-bashcomp-20090613.ebuild, -gentoo-bashcomp-20091225.ebuild,



1.1                  app-shells/gentoo-bashcomp/gentoo-bashcomp-20101217.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20101217.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20101217.ebuild?rev=1.1&content-type=text/plain

Index: gentoo-bashcomp-20101217.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20101217.ebuild,v 1.1 2010/12/17 04:18:07 darkside Exp $

EAPI=3
inherit prefix

DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, repoman, layman, etc)"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2
	http://dev.gentoo.org/~darkside/tmp/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris"
IUSE=""

RDEPEND="app-shells/bash-completion"

src_prepare() {
	eprefixify gentoo
}

src_compile() {	:; } # There is a useless Makefile in the distfile

src_install() {
	insinto /usr/share/bash-completion
	doins gentoo 	|| die "failed to install gentoo module"
	doins repoman 	|| die "failed to install repoman module"
	doins layman 	|| die "failed to install layman module"
	dodoc AUTHORS ChangeLog TODO
}

pkg_postinst() {
	# can't use bash-completion.eclass.
	elog "To enable command-line completion for ${PN}, run:"
	elog
	elog "  eselect bashcomp enable gentoo"
	elog
	elog "to install locally, or"
	elog
	elog "  eselect bashcomp enable --global gentoo"
	elog
	elog "to install system-wide. (and/or repoman instead of gentoo if you use"
	elog "repoman frequently)"
}






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

only message in thread, other threads:[~2010-12-17  4:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17  4:18 [gentoo-commits] gentoo-x86 commit in app-shells/gentoo-bashcomp: ChangeLog gentoo-bashcomp-20101217.ebuild Jeremy Olexa (darkside)

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