diff options
author | 2011-01-05 15:15:34 +0000 | |
---|---|---|
committer | 2011-01-05 15:15:34 +0000 | |
commit | 46acfb853440a029dbaa87450bec4340d9d4c330 (patch) | |
tree | c8955bf80a051d0021de41c6ad247a85beee48d7 /app-misc/gnuit | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-46acfb853440a029dbaa87450bec4340d9d4c330.tar.gz gentoo-2-46acfb853440a029dbaa87450bec4340d9d4c330.tar.bz2 gentoo-2-46acfb853440a029dbaa87450bec4340d9d4c330.zip |
Some Clean up
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/gnuit')
-rw-r--r-- | app-misc/gnuit/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/gnuit/gnuit-4.9.5-r1.ebuild | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/app-misc/gnuit/ChangeLog b/app-misc/gnuit/ChangeLog index 0ad4824f6277..651b32b6069f 100644 --- a/app-misc/gnuit/ChangeLog +++ b/app-misc/gnuit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/gnuit -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnuit/ChangeLog,v 1.6 2010/03/17 16:44:56 sping Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnuit/ChangeLog,v 1.7 2011/01/05 15:15:34 jlec Exp $ + + 05 Jan 2011; Justin Lecher <jlec@gentoo.org> gnuit-4.9.5-r1.ebuild: + Some Clean up 17 Mar 2010; Sebastian Pipping <sping@gentoo.org> gnuit-4.9.5-r1.ebuild: Propagate move of dev-util/git to dev-vcs/git diff --git a/app-misc/gnuit/gnuit-4.9.5-r1.ebuild b/app-misc/gnuit/gnuit-4.9.5-r1.ebuild index 76195344dd6e..387f777b7fe9 100644 --- a/app-misc/gnuit/gnuit-4.9.5-r1.ebuild +++ b/app-misc/gnuit/gnuit-4.9.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.2 2010/03/17 16:44:56 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnuit/gnuit-4.9.5-r1.ebuild,v 1.3 2011/01/05 15:15:34 jlec Exp $ EAPI="2" @@ -13,10 +13,6 @@ 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-vcs/git. |