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 | 42030f36a2e4a9c3703914e7d5bf481ac8eaec89 (patch) | |
tree | f01d5de4935398c12914c2129bf4f836cbfb3e9e /dev-util/kscope | |
parent | Stable on hppa. (diff) | |
download | historical-42030f36a2e4a9c3703914e7d5bf481ac8eaec89.tar.gz historical-42030f36a2e4a9c3703914e7d5bf481ac8eaec89.tar.bz2 historical-42030f36a2e4a9c3703914e7d5bf481ac8eaec89.zip |
stable on x86
Diffstat (limited to 'dev-util/kscope')
-rw-r--r-- | dev-util/kscope/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/kscope/Manifest | 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 |
5 files changed, 9 insertions, 27 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/Manifest b/dev-util/kscope/Manifest index c7c6d10bb5eb..9621fc05cad2 100644 --- a/dev-util/kscope/Manifest +++ b/dev-util/kscope/Manifest @@ -1,6 +1,4 @@ -MD5 fa13b7f274d2b684655d27cec5322182 ChangeLog 511 -MD5 90d7d775b4128951d208d1bcb29f6b93 kscope-0.7.ebuild 484 +MD5 02eefa48dd9ca376dc71b067e417e72a kscope-0.8.ebuild 488 +MD5 eeafb232a7e588a0e66d2bb564288e88 ChangeLog 618 MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 -MD5 1ec69b0b251ade6df940e09b528101ce kscope-0.8.ebuild 489 -MD5 819c4895e643d38cf57acec665778c1a files/digest-kscope-0.7 62 MD5 c8b1b29149c29b2d158e8edfd62b7747 files/digest-kscope-0.8 62 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 |