summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 10:38:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 10:38:07 +0000
commit3f2be35377686d31df5a734264dda7cb03c20d1f (patch)
treeeb0f206e9edf104c22f525e32efb0f82678e058d /dev-util/cscope
parentAdded GNU GPL version 1 (diff)
downloadhistorical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.gz
historical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.bz2
historical-3f2be35377686d31df5a734264dda7cb03c20d1f.zip
repoman'd
Diffstat (limited to 'dev-util/cscope')
-rw-r--r--dev-util/cscope/cscope-15.1.ebuild28
-rw-r--r--dev-util/cscope/cscope-15.3.ebuild23
-rw-r--r--dev-util/cscope/files/digest-cscope-15.11
3 files changed, 9 insertions, 43 deletions
diff --git a/dev-util/cscope/cscope-15.1.ebuild b/dev-util/cscope/cscope-15.1.ebuild
deleted file mode 100644
index 683ae0301f53..000000000000
--- a/dev-util/cscope/cscope-15.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.1.ebuild,v 1.7 2002/07/11 06:30:24 drobbins Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="CScope - interactively examine a C program"
-SRC_URI="http://download.sourceforge.net/cscope/${P}.tar.gz"
-HOMEPAGE="http://cscope.sourceforge.net"
-
-RDEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2"
-DEPEND="$RDEPEND sys-devel/flex"
-
-src_compile() {
- try ./configure --prefix=/usr/ --mandir=/usr/share/man --infodir=/usr/share/info
- try make clean
- try make ${MAKEOPTS}
-}
-
-src_install() {
- try make prefix=${D}/usr/ mandir=${D}/usr/share/man infodir=${D}/usr/share/info install
- dodoc NEWS AUTHORS TODO COPYING Changelog INSTALL README*
-}
-
-
-
-
diff --git a/dev-util/cscope/cscope-15.3.ebuild b/dev-util/cscope/cscope-15.3.ebuild
index 246ee785e9f2..5a4e179a2228 100644
--- a/dev-util/cscope/cscope-15.3.ebuild
+++ b/dev-util/cscope/cscope-15.3.ebuild
@@ -1,34 +1,29 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.7 2002/07/11 06:30:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.8 2002/07/23 10:38:06 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="CScope - interactively examine a C program"
SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz"
HOMEPAGE="http://cscope.sourceforge.net"
-RDEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2"
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
-DEPEND="$RDEPEND
+RDEPEND=">=sys-libs/ncurses-5.2"
+DEPEND="${RDEPEND}
sys-devel/flex"
src_compile() {
- ./configure --prefix=/usr/ \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- assert
-
+ econf || die
make clean || die
emake || die
}
src_install() {
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
+ einstall || die
dodoc NEWS AUTHORS TODO COPYING Changelog INSTALL README*
}
diff --git a/dev-util/cscope/files/digest-cscope-15.1 b/dev-util/cscope/files/digest-cscope-15.1
deleted file mode 100644
index 886fffc1a21e..000000000000
--- a/dev-util/cscope/files/digest-cscope-15.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4db538deb8b08e7bbc9607a680712704 cscope-15.1.tar.gz 134087