public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/gnuit: ChangeLog gnuit-4.9.5-r1.ebuild gnuit-4.9.5.ebuild
@ 2009-11-17 15:15 Jeremy Olexa (darkside)
  0 siblings, 0 replies; only message in thread
From: Jeremy Olexa (darkside) @ 2009-11-17 15:15 UTC (permalink / raw
  To: gentoo-commits

darkside    09/11/17 15:15:51

  Modified:             ChangeLog
  Added:                gnuit-4.9.5-r1.ebuild
  Removed:              gnuit-4.9.5.ebuild
  Log:
  Just remove the braindead situation of blocking on dev-util[git] by renaming the colliding binary, gitview -> gnuitview. Thanks to ulm for the suggestion
  (Portage version: 2.1.7.4/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.5                  app-misc/gnuit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnuit/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnuit/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnuit/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/gnuit/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	16 Nov 2009 20:23:24 -0000	1.4
+++ ChangeLog	17 Nov 2009 15:15:51 -0000	1.5
@@ -1,6 +1,13 @@
 # ChangeLog for app-misc/gnuit
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnuit/ChangeLog,v 1.4 2009/11/16 20:23:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnuit/ChangeLog,v 1.5 2009/11/17 15:15:51 darkside Exp $
+
+*gnuit-4.9.5-r1 (17 Nov 2009)
+
+  17 Nov 2009; Jeremy Olexa <darkside@gentoo.org> -gnuit-4.9.5.ebuild,
+  +gnuit-4.9.5-r1.ebuild:
+  Just remove the braindead situation of blocking on dev-util[git] by
+  renaming the colliding binary, gitview -> gnuitview
 
   16 Nov 2009; Raúl Porcel <armin76@gentoo.org> gnuit-4.9.5.ebuild:
   sparc stable wrt #287863



1.1                  app-misc/gnuit/gnuit-4.9.5-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnuit/gnuit-4.9.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnuit/gnuit-4.9.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: gnuit-4.9.5-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gnuit/gnuit-4.9.5-r1.ebuild,v 1.1 2009/11/17 15:15:51 darkside Exp $

EAPI="2"

DESCRIPTION="GNU Interactive Tools - increase speed and efficiency of most daily tasks"
HOMEPAGE="http://www.gnu.org/software/gnuit/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"

LICENSE="GPL-3 FDL-1.3"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""

# app-text/texi2html is only needed if any documentation patches are added
DEPEND=""
RDEPEND="${DEPEND}"

src_configure() {
	# The transition option controls whether a "git" wrapper is installed, it is
	# disabled explicitly so we don't need to block on dev-util/git.
	econf --disable-transition
}

src_install() {
	emake DESTDIR="${D}" htmldir="/usr/share/doc/${PF}/html" install \
		|| die "emake install failed"
	mv "${D}/usr/bin/gitview" "${D}/usr/bin/gnuitview" || die
	dodoc AUTHORS NEWS PROBLEMS README || die
}

pkg_postinst() {
	elog "The 'git' tool this package previously installed is now called 'gitfm'"
	elog "The 'gitview' tool this package previously installed is now called 'gnuitview'"
	elog "If you want the 'gitaction' tool to use your preferred desktop"
	elog "application settings install the 'x11-misc/xdg-utils' package."
}






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

only message in thread, other threads:[~2009-11-17 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-17 15:15 [gentoo-commits] gentoo-x86 commit in app-misc/gnuit: ChangeLog gnuit-4.9.5-r1.ebuild gnuit-4.9.5.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