diff options
author | 2012-12-20 16:55:03 +0000 | |
---|---|---|
committer | 2012-12-20 16:55:03 +0000 | |
commit | 15583a63e5498f964bb081673876deb74d14b890 (patch) | |
tree | 839b711aeb23181901ec71ac02de52ba3b925a72 /dev-util/kscope | |
parent | Remove old. (diff) | |
download | gentoo-2-15583a63e5498f964bb081673876deb74d14b890.tar.gz gentoo-2-15583a63e5498f964bb081673876deb74d14b890.tar.bz2 gentoo-2-15583a63e5498f964bb081673876deb74d14b890.zip |
Remove old.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'dev-util/kscope')
-rw-r--r-- | dev-util/kscope/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.9.4.ebuild | 36 |
2 files changed, 5 insertions, 39 deletions
diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index fef34c193301..3d3588d8ecf8 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/kscope -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.52 2011/08/07 18:36:32 dilfridge Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.53 2012/12/20 16:55:03 kensington Exp $ + + 20 Dec 2012; Michael Palimaka <kensington@gentoo.org> -kscope-1.9.4.ebuild: + Remove old. 07 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> kscope-1.9.4-r1.ebuild, +files/kscope-1.9.4-underlinking.patch: @@ -210,4 +213,3 @@ 04 Jul 2004; Carsten Lohrke <carlo@gentoo.org> +kscope-0.7.ebuild: Initial ebuild. - diff --git a/dev-util/kscope/kscope-1.9.4.ebuild b/dev-util/kscope/kscope-1.9.4.ebuild deleted file mode 100644 index afae5ae5e833..000000000000 --- a/dev-util/kscope/kscope-1.9.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v 1.5 2010/02/01 17:48:01 hwoarang Exp $ - -EAPI=2 - -inherit multilib qt4-r2 - -DESCRIPTION="Source Editing Environment for KDE" -HOMEPAGE="http://kscope.sourceforge.net/" -SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qscintilla" -DEPEND="${RDEPEND}" - -DOCS="ChangeLog" - -src_prepare() { - sed -i -e "s:/usr/local:/usr:" config || die - sed -i \ - -e "s:\$\${QSCI_ROOT_PATH}/include/Qsci:& /usr/include/qt4/Qsci:g" \ - -e "s:\$\${QSCI_ROOT_PATH}/lib:& -L/usr/lib/qt4:g" \ - -e "s:/lib:/$(get_libdir):g" \ - app/app.pro core/core.pro cscope/cscope.pro editor/editor.pro \ - || die - - # fix build failure with parallel make - echo "CONFIG += ordered" >> kscope.pro -} |