diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-10-11 23:49:47 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-10-11 23:49:47 +0000 |
commit | fff1d3e0847800fbeddbe3d087740f36fa1c43c8 (patch) | |
tree | c4e9b24e9d78e6672592e13fd5146731220dafc7 /dev-util/kscope | |
parent | Stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-fff1d3e0847800fbeddbe3d087740f36fa1c43c8.tar.gz gentoo-2-fff1d3e0847800fbeddbe3d087740f36fa1c43c8.tar.bz2 gentoo-2-fff1d3e0847800fbeddbe3d087740f36fa1c43c8.zip |
stable on x86
Diffstat (limited to 'dev-util/kscope')
-rw-r--r-- | dev-util/kscope/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/kscope/files/digest-kscope-0.7 | 1 | ||||
-rw-r--r-- | dev-util/kscope/kscope-0.7.ebuild | 19 | ||||
-rw-r--r-- | dev-util/kscope/kscope-0.8.ebuild | 4 |
4 files changed, 7 insertions, 23 deletions
diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index 117d7c5309d9..93be653b02b7 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2004/08/04 09:33:41 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.4 2004/10/11 23:49:47 carlo Exp $ + + 12 Oct 2004; Carsten Lohrke <carlo@gentoo.org> -kscope-0.7.ebuild, + kscope-0.8.ebuild: + stable on x86 04 Aug 2004; David Holm <dholm@gentoo.org> kscope-0.8.ebuild: Added to ~ppc. diff --git a/dev-util/kscope/files/digest-kscope-0.7 b/dev-util/kscope/files/digest-kscope-0.7 deleted file mode 100644 index 52dd22ceecf2..000000000000 --- a/dev-util/kscope/files/digest-kscope-0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 fa9a5c4cf7694e1b5d683be5ad5433f5 kscope-0.7.tar.gz 950310 diff --git a/dev-util/kscope/kscope-0.7.ebuild b/dev-util/kscope/kscope-0.7.ebuild deleted file mode 100644 index b1e150e6f134..000000000000 --- a/dev-util/kscope/kscope-0.7.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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.7.ebuild,v 1.1 2004/07/04 11:06:45 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" -IUSE="" - -RDEPEND="dev-util/ctags - >=dev-util/cscope-15.5" - -need-kde 3.2
\ No newline at end of file diff --git a/dev-util/kscope/kscope-0.8.ebuild b/dev-util/kscope/kscope-0.8.ebuild index c082a198890e..cb6b00c36205 100644 --- a/dev-util/kscope/kscope-0.8.ebuild +++ b/dev-util/kscope/kscope-0.8.ebuild @@ -1,6 +1,6 @@ # 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.8.ebuild,v 1.2 2004/08/04 09:33:41 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-0.8.ebuild,v 1.3 2004/10/11 23:49:47 carlo Exp $ inherit kde @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" RDEPEND="dev-util/ctags |