diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-25 13:25:20 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-25 13:25:20 +0000 |
commit | ab532b2be32f1950783ccd9d6ca434430c2b4db1 (patch) | |
tree | 95358914a5db272afc5271a2c214b0ae053637d4 /dev-util/kscope | |
parent | version bump (diff) | |
download | gentoo-2-ab532b2be32f1950783ccd9d6ca434430c2b4db1.tar.gz gentoo-2-ab532b2be32f1950783ccd9d6ca434430c2b4db1.tar.bz2 gentoo-2-ab532b2be32f1950783ccd9d6ca434430c2b4db1.zip |
Version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/kscope')
-rw-r--r-- | dev-util/kscope/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.6.2.ebuild | 43 |
2 files changed, 49 insertions, 1 deletions
diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index 995e6bb298eb..3eed469b0cb9 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,11 @@ # 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.40 2008/04/21 13:53:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.41 2008/07/25 13:25:20 carlo Exp $ + +*kscope-1.6.2 (25 Jul 2008) + + 25 Jul 2008; Carsten Lohrke <carlo@gentoo.org> +kscope-1.6.2.ebuild: + Version bump. 21 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> kscope-1.6.1.ebuild: Make sure to regenerate autotools explicitly or it will fail with autoconf diff --git a/dev-util/kscope/kscope-1.6.2.ebuild b/dev-util/kscope/kscope-1.6.2.ebuild new file mode 100644 index 000000000000..2e32fa9aa050 --- /dev/null +++ b/dev-util/kscope/kscope-1.6.2.ebuild @@ -0,0 +1,43 @@ +# 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.2.ebuild,v 1.1 2008/07/25 13:25:20 carlo Exp $ + +EAPI=1 +ARTS_REQUIRED="never" + +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:3.5 kde-base/kdebase:3.5 )" +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" +} |