diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-11-04 14:10:42 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-11-04 14:10:42 +0000 |
commit | 6486219e7239e0688ccda1a21bddb863108ade40 (patch) | |
tree | d746d8fbe7a04d89467b2af7a4a0ff1680d4beae /app-editors/juffed | |
parent | amd64/x86 stable, bug #291657 (diff) | |
download | gentoo-2-6486219e7239e0688ccda1a21bddb863108ade40.tar.gz gentoo-2-6486219e7239e0688ccda1a21bddb863108ade40.tar.bz2 gentoo-2-6486219e7239e0688ccda1a21bddb863108ade40.zip |
Removing old versions
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/juffed')
-rw-r--r-- | app-editors/juffed/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/juffed/juffed-0.4.ebuild | 39 | ||||
-rw-r--r-- | app-editors/juffed/juffed-0.5_beta1.ebuild | 26 |
3 files changed, 5 insertions, 66 deletions
diff --git a/app-editors/juffed/ChangeLog b/app-editors/juffed/ChangeLog index ba7715907359..0a46d2e1a36d 100644 --- a/app-editors/juffed/ChangeLog +++ b/app-editors/juffed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/juffed # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.10 2009/04/25 23:59:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.11 2009/11/04 14:10:42 yngwin Exp $ + + 04 Nov 2009; Ben de Groot <yngwin@gentoo.org> -juffed-0.4.ebuild, + -juffed-0.5_beta1.ebuild: + Removing old versions *juffed-0.6.1 (25 Apr 2009) diff --git a/app-editors/juffed/juffed-0.4.ebuild b/app-editors/juffed/juffed-0.4.ebuild deleted file mode 100644 index 486db1ff71c6..000000000000 --- a/app-editors/juffed/juffed-0.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.4.ebuild,v 1.3 2008/12/17 18:25:41 yngwin Exp $ - -EAPI=2 -inherit qt4 - -MY_P=${PN}_${PV} - -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}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=x11-libs/qscintilla-2.1[qt4] - || ( x11-libs/qt-gui:4 =x11-libs/qt-4.3*:4 )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - # force our current cxxflags and ldflags, and turn off warnings in tests, bug 231921 - epatch "${FILESDIR}"/${PN}-0.3-configure.patch -} - -src_configure() { - # with econf it chokes on Unrecognized option: --host=... - ./configure --qmake=qmake --prefix=/usr -} - -src_install() { - emake FAKE_ROOT="${D}" install || die "Make install failed!" - dodoc ChangeLog README - rm "${D}"/usr/share/juffed/{COPYING,README} -} diff --git a/app-editors/juffed/juffed-0.5_beta1.ebuild b/app-editors/juffed/juffed-0.5_beta1.ebuild deleted file mode 100644 index 07269e0f3bee..000000000000 --- a/app-editors/juffed/juffed-0.5_beta1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.5_beta1.ebuild,v 1.1 2009/03/23 23:13:27 yngwin Exp $ - -EAPI=2 -inherit 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[qt4] - x11-libs/qt-gui:4" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${P/_/-} - -src_install() { - cmake-utils_src_install - dodoc ChangeLog README -} |