diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-07-19 19:30:16 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-07-19 19:30:16 +0000 |
commit | c1821948e028d69e79ee15737895b2436ea00a6f (patch) | |
tree | b735fb384f02a800b897508d0aa0d12d70bec567 /dev-util/kscope | |
parent | build progress patch (diff) | |
download | gentoo-2-c1821948e028d69e79ee15737895b2436ea00a6f.tar.gz gentoo-2-c1821948e028d69e79ee15737895b2436ea00a6f.tar.bz2 gentoo-2-c1821948e028d69e79ee15737895b2436ea00a6f.zip |
version bump
(Portage version: 2.0.51.22-r2)
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-1.2.0 | 1 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.2.0.ebuild | 19 |
4 files changed, 29 insertions, 2 deletions
diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index 8d64418bd06e..4d126b66c740 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/kscope # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.15 2005/06/01 16:11:57 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.16 2005/07/19 19:30:16 carlo Exp $ + +*kscope-1.2.0 (19 Jul 2005) + + 19 Jul 2005; Carsten Lohrke <carlo@gentoo.org> +kscope-1.2.0.ebuild: + version bump 01 Jun 2005; Carsten Lohrke <carlo@gentoo.org> kscope-1.1.0.ebuild, kscope-1.1.1.ebuild: diff --git a/dev-util/kscope/Manifest b/dev-util/kscope/Manifest index 438a8f7d94cc..e7d26c11dab0 100644 --- a/dev-util/kscope/Manifest +++ b/dev-util/kscope/Manifest @@ -1,8 +1,10 @@ MD5 22647aebfe1a59f2c3eab6ef0ccd9eeb kscope-1.1.1.ebuild 564 MD5 33b128e4dc5cf888f7440c8725296ae2 kscope-1.1.0.ebuild 555 MD5 a7ef142a3ba0a29ecaa4c609f5778e99 kscope-1.0.ebuild 495 -MD5 b296400e77eadd56e9fea7648012712b ChangeLog 1788 +MD5 21a69610e7930da3a950c52b9fe1e073 ChangeLog 1904 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 +MD5 3d6916cd1bf22296b8f9164115ec33b7 kscope-1.2.0.ebuild 413 MD5 10e57d8e7f99d193701fbe89a2ad4f0d files/digest-kscope-1.0 62 MD5 6228bb334f376822e634c783258c6701 files/digest-kscope-1.1.0 64 MD5 14c138a71d397d74a1a78ac126a32384 files/digest-kscope-1.1.1 64 +MD5 2870abd5e61d648a3310f6a20f1be25f files/digest-kscope-1.2.0 65 diff --git a/dev-util/kscope/files/digest-kscope-1.2.0 b/dev-util/kscope/files/digest-kscope-1.2.0 new file mode 100644 index 000000000000..e19ac47e1726 --- /dev/null +++ b/dev-util/kscope/files/digest-kscope-1.2.0 @@ -0,0 +1 @@ +MD5 11a3644a9c91b694b635384ece9824bf kscope-1.2.0.tar.gz 1052522 diff --git a/dev-util/kscope/kscope-1.2.0.ebuild b/dev-util/kscope/kscope-1.2.0.ebuild new file mode 100644 index 000000000000..71618c5f8561 --- /dev/null +++ b/dev-util/kscope/kscope-1.2.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.2.0.ebuild,v 1.1 2005/07/19 19:30:16 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="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-util/ctags + >=dev-util/cscope-15.5-r4" + +need-kde 3.2 |