public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/juffed: ChangeLog juffed-0.4.ebuild
@ 2008-11-06 15:46 Ben de Groot (yngwin)
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot (yngwin) @ 2008-11-06 15:46 UTC (permalink / raw
  To: gentoo-commits

yngwin      08/11/06 15:46:52

  Modified:             ChangeLog
  Added:                juffed-0.4.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc13/cvs/Linux 2.6.26-hh3 i686)

Revision  Changes    Path
1.6                  app-editors/juffed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	25 Oct 2008 22:07:03 -0000	1.5
+++ ChangeLog	6 Nov 2008 15:46:52 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/juffed
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.5 2008/10/25 22:07:03 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.6 2008/11/06 15:46:52 yngwin Exp $
+
+*juffed-0.4 (06 Nov 2008)
+
+  06 Nov 2008; Ben de Groot <yngwin@gentoo.org> +juffed-0.4.ebuild:
+  Version bump
 
 *juffed-0.3 (05 Aug 2008)
 



1.1                  app-editors/juffed/juffed-0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/juffed-0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/juffed-0.4.ebuild?rev=1.1&content-type=text/plain

Index: juffed-0.4.ebuild
===================================================================
# 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.1 2008/11/06 15:46:52 yngwin Exp $

EAPI=1
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
	|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3*:4 )"
DEPEND="${RDEPEND}"

S="${WORKDIR}"/${MY_P}

src_unpack() {
	unpack ${A}
	cd "${S}"
	# force our current cxxflags and ldflags, and turn off warnings in tests, bug 231921
	epatch "${FILESDIR}"/${PN}-0.3-configure.patch
}

src_compile() {
	# with econf it chokes on Unrecognized option: --host=...
	./configure --qmake=qmake --prefix=/usr
	emake || die "Make failed!"
}

src_install() {
	emake FAKE_ROOT="${D}" install || die "Make install failed!"
	dodoc ChangeLog README
	rm "${D}"/usr/share/juffed/{COPYING,README}
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/juffed: ChangeLog juffed-0.4.ebuild
@ 2008-12-17 18:25 Ben de Groot (yngwin)
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot (yngwin) @ 2008-12-17 18:25 UTC (permalink / raw
  To: gentoo-commits

yngwin      08/12/17 18:25:41

  Modified:             ChangeLog juffed-0.4.ebuild
  Log:
  Move configure to src_configure, fixes bug 251244
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27-hh8 i686)

Revision  Changes    Path
1.8                  app-editors/juffed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	11 Dec 2008 21:16:23 -0000	1.7
+++ ChangeLog	17 Dec 2008 18:25:41 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/juffed
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.7 2008/12/11 21:16:23 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.8 2008/12/17 18:25:41 yngwin Exp $
+
+  17 Dec 2008; Ben de Groot <yngwin@gentoo.org> juffed-0.4.ebuild:
+  Move configure to src_configure, fixes bug 251244
 
   11 Dec 2008; Ben de Groot <yngwin@gentoo.org> -juffed-0.3.ebuild,
   juffed-0.4.ebuild:



1.3                  app-editors/juffed/juffed-0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/juffed-0.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/juffed-0.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/juffed-0.4.ebuild?r1=1.2&r2=1.3

Index: juffed-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- juffed-0.4.ebuild	11 Dec 2008 21:16:23 -0000	1.2
+++ juffed-0.4.ebuild	17 Dec 2008 18:25:41 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2008/12/11 21:16:23 yngwin Exp $
+# $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
@@ -27,10 +27,9 @@
 	epatch "${FILESDIR}"/${PN}-0.3-configure.patch
 }
 
-src_compile() {
+src_configure() {
 	# with econf it chokes on Unrecognized option: --host=...
 	./configure --qmake=qmake --prefix=/usr
-	emake || die "Make failed!"
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-17 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-06 15:46 [gentoo-commits] gentoo-x86 commit in app-editors/juffed: ChangeLog juffed-0.4.ebuild Ben de Groot (yngwin)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-17 18:25 Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox