diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-23 22:19:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-23 22:19:55 +0200 |
commit | ae4daf8f82ed3823d98e03243e605a8ac7cc6369 (patch) | |
tree | 8cad0266bc7976dd0dabcade7cc5c2947d87516d /dev-util/kscope | |
parent | dev-util/kodos: Drop 2.4.5, update DESCRIPTION (diff) | |
download | kde-sunset-ae4daf8f82ed3823d98e03243e605a8ac7cc6369.tar.gz kde-sunset-ae4daf8f82ed3823d98e03243e605a8ac7cc6369.tar.bz2 kde-sunset-ae4daf8f82ed3823d98e03243e605a8ac7cc6369.zip |
dev-util/kscope: Update HOMEPAGE, DESCRIPTION
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/kscope')
-rw-r--r-- | dev-util/kscope/Manifest | 2 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.6.2.ebuild | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-util/kscope/Manifest b/dev-util/kscope/Manifest index 9f21d0ca..d68d0e6f 100644 --- a/dev-util/kscope/Manifest +++ b/dev-util/kscope/Manifest @@ -1 +1 @@ -DIST kscope-1.6.2.tar.gz 2002484 SHA256 76f64116d52216403fa9bd4ffa60018347583786e6cd2a40438475b1d9cc36a7 +DIST kscope-1.6.2.tar.gz 2002484 BLAKE2B b0d7e40f001bf6db192d08b33e2f86e539ce01cc3c33520ed716b72d33180996f6107716f6daf24d2958707f6bf1dc8604a0956348bcce1849e74ac0d9ff0ab3 SHA512 65e7acb02359bf8d0210dfd04810c24a8b3a1b20622b2a7f1add555adae2f0605a2b5415bd3b3bc747ebf4cfb4cbb464c9fefbef1519698df839009241a59394 diff --git a/dev-util/kscope/kscope-1.6.2.ebuild b/dev-util/kscope/kscope-1.6.2.ebuild index 6d105a9c..4128359e 100644 --- a/dev-util/kscope/kscope-1.6.2.ebuild +++ b/dev-util/kscope/kscope-1.6.2.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # 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.7 2009/10/12 11:09:13 ssuominen Exp $ EAPI=1 ARTS_REQUIRED="never" inherit kde -DESCRIPTION="KScope is a KDE front-end to Cscope." -HOMEPAGE="http://kscope.sourceforge.net/" +DESCRIPTION="KDE front-end to Cscope" +HOMEPAGE="https://sourceforge.net/projects/kscope/" SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz" LICENSE="BSD" @@ -15,17 +14,18 @@ SLOT="3.5" KEYWORDS="amd64 ppc ~sparc x86" IUSE="" -RDEPEND="kde-apps/kate:3.5 - media-gfx/graphviz +RDEPEND=" + >=dev-util/cscope-15.5-r4 dev-util/ctags - >=dev-util/cscope-15.5-r4" + kde-apps/kate:3.5 + media-gfx/graphviz" DEPEND="${RDEPEND} sys-devel/flex sys-devel/bison" need-kde 3.5 -PATCHES=( "${FILESDIR}/kscope-1.6.1-desktop-entry.diff" ) +PATCHES=( "${FILESDIR}/${PN}-1.6.1-desktop-entry.diff" ) src_unpack() { kde_src_unpack |