diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/juffed/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/juffed/juffed-0.6.1.ebuild | 32 |
2 files changed, 4 insertions, 33 deletions
diff --git a/app-editors/juffed/ChangeLog b/app-editors/juffed/ChangeLog index 70c2c0bf55cf..442de14f191f 100644 --- a/app-editors/juffed/ChangeLog +++ b/app-editors/juffed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/juffed # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.24 2012/03/07 20:24:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.25 2012/03/08 11:59:40 johu Exp $ + + 08 Mar 2012; Johannes Huber <johu@gentoo.org> -juffed-0.6.1.ebuild: + Remove old. 07 Mar 2012; Brent Baude <ranger@gentoo.org> juffed-0.8.1.ebuild: Marking juffed-0.8.1 ppc for bug 393989 diff --git a/app-editors/juffed/juffed-0.6.1.ebuild b/app-editors/juffed/juffed-0.6.1.ebuild deleted file mode 100644 index 7a4aa3acd15b..000000000000 --- a/app-editors/juffed/juffed-0.6.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.6.1.ebuild,v 1.6 2010/01/02 20:23:56 yngwin Exp $ - -EAPI=2 -inherit multilib cmake-utils - -DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting" -HOMEPAGE="http://www.qt-apps.org/content/show.php/JuffEd?content=59940" -SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="debug" - -RDEPEND="x11-libs/qscintilla - x11-libs/qt-gui:4" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${P/_/-} - -src_prepare() { - sed -i -e \ - "s:\${CMAKE_INSTALL_PREFIX}/lib:\${CMAKE_INSTALL_PREFIX}/$(get_libdir):" \ - CMakeLists.txt || die "sed failed" -} - -src_install() { - cmake-utils_src_install - dodoc ChangeLog README -} |