diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-06-26 11:27:10 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-06-26 11:27:10 +0000 |
commit | abb0b739555c70862aadc47cc345afcf8208c265 (patch) | |
tree | eaf622ae79712037127c336d5287cd3f48828877 | |
parent | Slotmove dev-util/kscope to 3.5 (diff) | |
download | gentoo-2-abb0b739555c70862aadc47cc345afcf8208c265.tar.gz gentoo-2-abb0b739555c70862aadc47cc345afcf8208c265.tar.bz2 gentoo-2-abb0b739555c70862aadc47cc345afcf8208c265.zip |
Slotmove to 3.5.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | dev-util/kscope/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.4.2.ebuild | 6 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.6.1.ebuild | 40 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.6.2.ebuild | 6 |
4 files changed, 12 insertions, 48 deletions
diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index 3eed469b0cb9..48b932733e85 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/kscope -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.41 2008/07/25 13:25:20 carlo Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.42 2009/06/26 11:27:10 scarabeus Exp $ + + 26 Jun 2009; Tomáš Chvátal <scarabeus@gentoo.org> kscope-1.4.2.ebuild, + -kscope-1.6.1.ebuild, kscope-1.6.2.ebuild: + Slotmove to 3.5. *kscope-1.6.2 (25 Jul 2008) diff --git a/dev-util/kscope/kscope-1.4.2.ebuild b/dev-util/kscope/kscope-1.4.2.ebuild index 5cc5751bb4a4..9e2abe616ade 100644 --- a/dev-util/kscope/kscope-1.4.2.ebuild +++ b/dev-util/kscope/kscope-1.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.7 2007/07/12 01:05:42 mr_bones_ Exp $ +# $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 @@ -8,7 +8,7 @@ DESCRIPTION="KScope is a KDE front-end to Cscope." HOMEPAGE="http://kscope.sourceforge.net/" SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz" -SLOT="0" +SLOT="3.5" LICENSE="BSD" KEYWORDS="amd64 ppc sparc x86" IUSE="" diff --git a/dev-util/kscope/kscope-1.6.1.ebuild b/dev-util/kscope/kscope-1.6.1.ebuild deleted file mode 100644 index d08bfecef664..000000000000 --- a/dev-util/kscope/kscope-1.6.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.6.1.ebuild,v 1.2 2008/04/21 13:53:47 flameeyes 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="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 - -PATCHES="${FILESDIR}/kscope-1.6.1-desktop-entry.diff" - -src_unpack() { - kde_src_unpack - rm -f "${S}/configure" -} - -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 2e32fa9aa050..2cf344702444 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-2008 Gentoo Foundation +# 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.1 2008/07/25 13:25:20 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.6.2.ebuild,v 1.2 2009/06/26 11:27:10 scarabeus Exp $ EAPI=1 ARTS_REQUIRED="never" @@ -11,7 +11,7 @@ DESCRIPTION="KScope is a KDE front-end to Cscope." HOMEPAGE="http://kscope.sourceforge.net/" SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz" -SLOT="0" +SLOT="3.5" LICENSE="BSD" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" |