diff options
-rw-r--r-- | dev-util/kscope/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.4.2.ebuild | 33 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.6.2.ebuild | 4 |
3 files changed, 8 insertions, 36 deletions
diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index ebd53c4a13f2..6fe93b97a722 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/kscope # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.45 2009/07/19 12:18:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.46 2009/07/19 16:10:04 tcunha Exp $ + + 19 Jul 2009; Tiago Cunha <tcunha@gentoo.org> -kscope-1.4.2.ebuild, + kscope-1.6.2.ebuild: + - Remove old version per scarabeus's request. + - Stable sparc, bug 275373. 19 Jul 2009; nixnut <nixnut@gentoo.org> kscope-1.6.2.ebuild: ppc stable #275373 diff --git a/dev-util/kscope/kscope-1.4.2.ebuild b/dev-util/kscope/kscope-1.4.2.ebuild deleted file mode 100644 index 9e2abe616ade..000000000000 --- a/dev-util/kscope/kscope-1.4.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.4.2.ebuild,v 1.8 2009/06/26 11:27:10 scarabeus 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="3.5" -LICENSE="BSD" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -DEPEND="|| ( kde-base/kate kde-base/kdebase )" -RDEPEND="${DEPEND} - media-gfx/graphviz - dev-util/ctags - >=dev-util/cscope-15.5-r4" - -DEPEND="${RDEPEND} - sys-devel/flex - sys-devel/bison" - -need-kde 3.5 - -src_install() { - kde_src_install - - insinto /usr/share/config - doins "${FILESDIR}/${PN}rc" -} diff --git a/dev-util/kscope/kscope-1.6.2.ebuild b/dev-util/kscope/kscope-1.6.2.ebuild index e888e08374d2..8704ca2a7ee0 100644 --- a/dev-util/kscope/kscope-1.6.2.ebuild +++ b/dev-util/kscope/kscope-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.6.2.ebuild,v 1.5 2009/07/19 12:18:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.6.2.ebuild,v 1.6 2009/07/19 16:10:04 tcunha Exp $ EAPI=1 ARTS_REQUIRED="never" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz" SLOT="3.5" LICENSE="BSD" -KEYWORDS="amd64 ppc ~sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="" DEPEND="|| ( kde-base/kate:3.5 kde-base/kdebase:3.5 )" |