diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-10-14 23:07:33 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-10-14 23:07:33 +0000 |
commit | 58c758198530e4991853daeea26f33f4b818ded0 (patch) | |
tree | 221b1ddaec5f20d5412e0f832a90d647b549265b /dev-util/kscope | |
parent | gcc-3.4 patch, minor fixes (Manifest recommit) (diff) | |
download | gentoo-2-58c758198530e4991853daeea26f33f4b818ded0.tar.gz gentoo-2-58c758198530e4991853daeea26f33f4b818ded0.tar.bz2 gentoo-2-58c758198530e4991853daeea26f33f4b818ded0.zip |
version bump
Diffstat (limited to 'dev-util/kscope')
-rw-r--r-- | dev-util/kscope/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/kscope/Manifest | 4 | ||||
-rw-r--r-- | dev-util/kscope/files/digest-kscope-0.9 | 1 | ||||
-rw-r--r-- | dev-util/kscope/kscope-0.9.ebuild | 19 |
4 files changed, 29 insertions, 2 deletions
diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index 93be653b02b7..23049338d9b2 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/kscope # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.4 2004/10/11 23:49:47 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.5 2004/10/14 23:07:33 carlo Exp $ + +*kscope-0.9 (15 Oct 2004) + + 15 Oct 2004; Carsten Lohrke <carlo@gentoo.org> +kscope-0.9.ebuild: + version bump 12 Oct 2004; Carsten Lohrke <carlo@gentoo.org> -kscope-0.7.ebuild, kscope-0.8.ebuild: diff --git a/dev-util/kscope/Manifest b/dev-util/kscope/Manifest index 9621fc05cad2..e6a5b5acab3f 100644 --- a/dev-util/kscope/Manifest +++ b/dev-util/kscope/Manifest @@ -1,4 +1,6 @@ MD5 02eefa48dd9ca376dc71b067e417e72a kscope-0.8.ebuild 488 -MD5 eeafb232a7e588a0e66d2bb564288e88 ChangeLog 618 +MD5 861bbbfd560bce93c380fae25f29c19f ChangeLog 730 MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 +MD5 a06ec8a7c0f3129b04a43bcc0e5ad40d kscope-0.9.ebuild 489 MD5 c8b1b29149c29b2d158e8edfd62b7747 files/digest-kscope-0.8 62 +MD5 af6ef8d0759147c2987975a2fe3d1d96 files/digest-kscope-0.9 63 diff --git a/dev-util/kscope/files/digest-kscope-0.9 b/dev-util/kscope/files/digest-kscope-0.9 new file mode 100644 index 000000000000..c14dbf38b6da --- /dev/null +++ b/dev-util/kscope/files/digest-kscope-0.9 @@ -0,0 +1 @@ +MD5 7a99a7bffcb635a0fc5cede3917615c8 kscope-0.9.tar.gz 1092030 diff --git a/dev-util/kscope/kscope-0.9.ebuild b/dev-util/kscope/kscope-0.9.ebuild new file mode 100644 index 000000000000..f6bc57493b51 --- /dev/null +++ b/dev-util/kscope/kscope-0.9.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-0.9.ebuild,v 1.1 2004/10/14 23:07:33 carlo Exp $ + +inherit kde + +DESCRIPTION="KScope is a KDE front-end to Cscope." +HOMEPAGE="http://kscope.sourceforge.net/" +SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" +IUSE="" + +RDEPEND="dev-util/ctags + >=dev-util/cscope-15.5" + +need-kde 3.2
\ No newline at end of file |