diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 08:39:30 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 08:39:30 +0000 |
commit | a430fac6f2c68e8fb3b95483ef3ba80b74adcf00 (patch) | |
tree | 010258cbb7523f35ee5790e18bd5b55b9ad2733b /dev-util/cscope | |
parent | removed old version (diff) | |
download | gentoo-2-a430fac6f2c68e8fb3b95483ef3ba80b74adcf00.tar.gz gentoo-2-a430fac6f2c68e8fb3b95483ef3ba80b74adcf00.tar.bz2 gentoo-2-a430fac6f2c68e8fb3b95483ef3ba80b74adcf00.zip |
whitespace cleanup
Diffstat (limited to 'dev-util/cscope')
-rw-r--r-- | dev-util/cscope/Manifest | 6 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.3.ebuild | 6 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.4.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/dev-util/cscope/Manifest b/dev-util/cscope/Manifest index 728803728e55..c9541859abd9 100644 --- a/dev-util/cscope/Manifest +++ b/dev-util/cscope/Manifest @@ -1,6 +1,6 @@ -MD5 b7618b363dd98e4c920c5d4f5aa1bc3a cscope-15.4.ebuild 1173 -MD5 74392e9de32ffef6e6148c60d1e46ef2 cscope-15.3.ebuild 797 MD5 720d414a79e2fbc262054bb5c5cab5b8 ChangeLog 1328 -MD5 28ddc553966bf7045758be324600f5c8 files/50xcscope-gentoo.el 95 +MD5 d719454b8d2f4254924b21239dbb0703 cscope-15.3.ebuild 741 +MD5 c66e891fbb6fba174246aaa40dfb561c cscope-15.4.ebuild 1142 MD5 326b4f2785a741e10f370a6accfd1c28 files/digest-cscope-15.3 63 +MD5 28ddc553966bf7045758be324600f5c8 files/50xcscope-gentoo.el 95 MD5 ae33cee910261c162094e95a82523f6c files/digest-cscope-15.4 63 diff --git a/dev-util/cscope/cscope-15.3.ebuild b/dev-util/cscope/cscope-15.3.ebuild index ade7f013eca5..a3e0618a7370 100644 --- a/dev-util/cscope/cscope-15.3.ebuild +++ b/dev-util/cscope/cscope-15.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.20 2003/07/18 20:24:00 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.21 2003/09/06 08:39:20 msterret Exp $ inherit gnuconfig @@ -17,14 +17,14 @@ RDEPEND=">=sys-libs/ncurses-5.2" DEPEND="${RDEPEND} sys-devel/flex" -src_compile() { +src_compile() { gnuconfig_update econf || die make clean || die emake || die } -src_install() { +src_install() { einstall || die dodoc NEWS AUTHORS TODO COPYING Changelog INSTALL README* diff --git a/dev-util/cscope/cscope-15.4.ebuild b/dev-util/cscope/cscope-15.4.ebuild index 2be9d3d16756..4e2c9968f7a0 100644 --- a/dev-util/cscope/cscope-15.4.ebuild +++ b/dev-util/cscope/cscope-15.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.3 2003/06/07 05:43:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.4.ebuild,v 1.4 2003/09/06 08:39:20 msterret Exp $ inherit elisp gnuconfig @@ -27,13 +27,13 @@ src_compile() { emake || die if use emacs - then + then cd ${S}/contrib/xcscope emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el fi } -src_install() { +src_install() { einstall || die dodoc NEWS AUTHORS TODO COPYING Changelog INSTALL README* |