diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 01:45:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 01:45:19 +0000 |
commit | c760ebdb0ee19cd9235b48efd3b88ea0246db83d (patch) | |
tree | e43b587f4fa880ebaba81d50130247757ad5e71d /dev-util/global | |
parent | touchups (diff) | |
download | gentoo-2-c760ebdb0ee19cd9235b48efd3b88ea0246db83d.tar.gz gentoo-2-c760ebdb0ee19cd9235b48efd3b88ea0246db83d.tar.bz2 gentoo-2-c760ebdb0ee19cd9235b48efd3b88ea0246db83d.zip |
Don't assign default to S; header fix
Diffstat (limited to 'dev-util/global')
-rw-r--r-- | dev-util/global/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/global/global-4.5.3.ebuild | 5 | ||||
-rw-r--r-- | dev-util/global/global-4.5.ebuild | 5 | ||||
-rw-r--r-- | dev-util/global/global-4.6.1.ebuild | 3 |
4 files changed, 10 insertions, 9 deletions
diff --git a/dev-util/global/ChangeLog b/dev-util/global/ChangeLog index 50d777b7b27b..9c3be6325638 100644 --- a/dev-util/global/ChangeLog +++ b/dev-util/global/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/global # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.4 2004/01/27 21:00:42 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.5 2004/03/13 01:43:18 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> global-4.5.3.ebuild, + global-4.5.ebuild, global-4.6.1.ebuild: + Don't assign default to S; header fix *global-4.6.1 (27 Jan 2004) diff --git a/dev-util/global/global-4.5.3.ebuild b/dev-util/global/global-4.5.3.ebuild index 6ba134c38e78..e9a56a6effbf 100644 --- a/dev-util/global/global-4.5.3.ebuild +++ b/dev-util/global/global-4.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.5.3.ebuild,v 1.1 2003/07/24 17:31:11 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.5.3.ebuild,v 1.2 2004/03/13 01:43:18 mr_bones_ Exp $ IUSE="ssl postgres" @@ -8,7 +8,6 @@ DESCRIPTION="Global can find the locations of specified object in C, C++, Yacc, HOMEPAGE="http://www.gnu.org/software/global/" LICENSE="GPL-2" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -S=${WORKDIR}/${P} KEYWORDS="~x86" SLOT="0" diff --git a/dev-util/global/global-4.5.ebuild b/dev-util/global/global-4.5.ebuild index b43e5118d7b9..ca6b36360437 100644 --- a/dev-util/global/global-4.5.ebuild +++ b/dev-util/global/global-4.5.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.5.ebuild,v 1.4 2003/09/06 08:39:20 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.5.ebuild,v 1.5 2004/03/13 01:43:18 mr_bones_ Exp $ DEPEND=">=sys-libs/glibc-2.2" DESCRIPTION="Global can find the locations of specified object in C, C++, Yacc, Java and assembler source files." HOMEPAGE="http://www.gnu.org" LICENSE="GPL-2" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -S=${WORKDIR}/${P} IUSE="" KEYWORDS="x86" SLOT="0" diff --git a/dev-util/global/global-4.6.1.ebuild b/dev-util/global/global-4.6.1.ebuild index 11246b588125..026e40aef740 100644 --- a/dev-util/global/global-4.6.1.ebuild +++ b/dev-util/global/global-4.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.6.1.ebuild,v 1.1 2004/01/27 21:00:42 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.6.1.ebuild,v 1.2 2004/03/13 01:43:18 mr_bones_ Exp $ IUSE="ssl postgres" @@ -8,7 +8,6 @@ DESCRIPTION="Global can find the locations of specified object in C, C++, Yacc, HOMEPAGE="http://www.gnu.org/software/global/" LICENSE="GPL-2" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -S=${WORKDIR}/${P} KEYWORDS="~x86" SLOT="0" |