diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-08-15 19:32:30 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-08-15 19:32:30 +0000 |
commit | c79c67a031355f413719749710eb8317ae4e9965 (patch) | |
tree | b4f0f5fbbb16c1f9867d352c362f2a13f1b6f966 /dev-util | |
parent | Version bump. (diff) | |
download | gentoo-2-c79c67a031355f413719749710eb8317ae4e9965.tar.gz gentoo-2-c79c67a031355f413719749710eb8317ae4e9965.tar.bz2 gentoo-2-c79c67a031355f413719749710eb8317ae4e9965.zip |
Version bump.
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/kscope/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/kscope/files/digest-kscope-1.2.0 | 2 | ||||
-rw-r--r-- | dev-util/kscope/files/digest-kscope-1.4.0 | 3 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.4.0.ebuild | 38 |
4 files changed, 49 insertions, 1 deletions
diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index b52d76d644e1..d387d325a441 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/kscope # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.27 2006/06/09 04:43:49 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.28 2006/08/15 19:32:30 carlo Exp $ + +*kscope-1.4.0 (15 Aug 2006) + + 15 Aug 2006; Carsten Lohrke <carlo@gentoo.org> +kscope-1.4.0.ebuild: + Version bump. 09 Jun 2006; Joshua Jackson <tsunam@gentoo.org> ChangeLog: Stable on x86; bug #135655 diff --git a/dev-util/kscope/files/digest-kscope-1.2.0 b/dev-util/kscope/files/digest-kscope-1.2.0 index e19ac47e1726..0c048717f92e 100644 --- a/dev-util/kscope/files/digest-kscope-1.2.0 +++ b/dev-util/kscope/files/digest-kscope-1.2.0 @@ -1 +1,3 @@ MD5 11a3644a9c91b694b635384ece9824bf kscope-1.2.0.tar.gz 1052522 +RMD160 83f0edb4ef5257994c2d2b7bdbdc885b87a1d626 kscope-1.2.0.tar.gz 1052522 +SHA256 bad7b561f89daf7f8df7ac3e0555ae712ace0131070da64d7db9b92475134c0b kscope-1.2.0.tar.gz 1052522 diff --git a/dev-util/kscope/files/digest-kscope-1.4.0 b/dev-util/kscope/files/digest-kscope-1.4.0 new file mode 100644 index 000000000000..b288c1ea8a99 --- /dev/null +++ b/dev-util/kscope/files/digest-kscope-1.4.0 @@ -0,0 +1,3 @@ +MD5 3adffd1ff7b223bef38040077ab0cee1 kscope-1.4.0.tar.gz 1251718 +RMD160 b8cc5e5d93a69427a50aa1ea70c4e39a099eb5c6 kscope-1.4.0.tar.gz 1251718 +SHA256 a31b2cab96f1047b09cbd34cda70c420251a1ab6e96228b86e0821a4b155f756 kscope-1.4.0.tar.gz 1251718 diff --git a/dev-util/kscope/kscope-1.4.0.ebuild b/dev-util/kscope/kscope-1.4.0.ebuild new file mode 100644 index 000000000000..023d19b7e2d9 --- /dev/null +++ b/dev-util/kscope/kscope-1.4.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.4.0.ebuild,v 1.1 2006/08/15 19:32:30 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="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.2 + +src_install() { + kde_src_install + + dodir /usr/share/applications/kde + mv ${D}/usr/share/applnk/Development/kscope.desktop \ + ${D}/usr/share/applications/kde + + insinto /usr/share/config + doins "${FILESDIR}/${PN}rc" +} + |