diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:54:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:54:57 +0000 |
commit | 950aa11db2ab11eed3044faa7e2432358d6bfef5 (patch) | |
tree | 1bebb061369715c9b50ea86ab20b67b30ab86a92 /dev-util/cscope | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-950aa11db2ab11eed3044faa7e2432358d6bfef5.tar.gz gentoo-2-950aa11db2ab11eed3044faa7e2432358d6bfef5.tar.bz2 gentoo-2-950aa11db2ab11eed3044faa7e2432358d6bfef5.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-util/cscope')
-rw-r--r-- | dev-util/cscope/cscope-15.3.ebuild | 4 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.4-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.4.ebuild | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/dev-util/cscope/cscope-15.3.ebuild b/dev-util/cscope/cscope-15.3.ebuild index 95c263802ec2..b89342812e42 100644 --- a/dev-util/cscope/cscope-15.3.ebuild +++ b/dev-util/cscope/cscope-15.3.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.27 2004/06/25 02:24:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.28 2004/07/14 22:54:57 agriffis Exp $ inherit gnuconfig -S=${WORKDIR}/${P} DESCRIPTION="CScope - interactively examine a C program" SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" HOMEPAGE="http://cscope.sourceforge.net" @@ -12,6 +11,7 @@ HOMEPAGE="http://cscope.sourceforge.net" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64" +IUSE="" RDEPEND=">=sys-libs/ncurses-5.2" DEPEND="${RDEPEND} diff --git a/dev-util/cscope/cscope-15.4-r1.ebuild b/dev-util/cscope/cscope-15.4-r1.ebuild index d7b515483ae4..ab518c551306 100644 --- a/dev-util/cscope/cscope-15.4-r1.ebuild +++ b/dev-util/cscope/cscope-15.4-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.4-r1.ebuild,v 1.4 2004/06/25 02:24:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.4-r1.ebuild,v 1.5 2004/07/14 22:54:57 agriffis Exp $ inherit gnuconfig elisp-common -S=${WORKDIR}/${P} DESCRIPTION="CScope - interactively examine a C program" SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" HOMEPAGE="http://cscope.sourceforge.net" diff --git a/dev-util/cscope/cscope-15.4.ebuild b/dev-util/cscope/cscope-15.4.ebuild index a1b253b5465c..9cbbfe2c52df 100644 --- a/dev-util/cscope/cscope-15.4.ebuild +++ b/dev-util/cscope/cscope-15.4.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.4.ebuild,v 1.13 2004/06/25 02:24:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.4.ebuild,v 1.14 2004/07/14 22:54:57 agriffis Exp $ inherit gnuconfig elisp-common -S=${WORKDIR}/${P} DESCRIPTION="CScope - interactively examine a C program" SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" HOMEPAGE="http://cscope.sourceforge.net" |