* [gentoo-commits] gentoo-x86 commit in app-editors/qemacs: ChangeLog qemacs-0.4.0_pre20080605.ebuild
@ 2009-03-07 20:33 Christian Faulhammer (fauli)
0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-03-07 20:33 UTC (permalink / raw
To: gentoo-commits
fauli 09/03/07 20:33:46
Modified: ChangeLog
Added: qemacs-0.4.0_pre20080605.ebuild
Log:
version bump with snapshot from upstream CVS
(Portage version: 2.1.6.7/cvs/Linux i686)
Revision Changes Path
1.39 app-editors/qemacs/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 24 Oct 2008 17:36:11 -0000 1.38
+++ ChangeLog 7 Mar 2009 20:33:46 -0000 1.39
@@ -1,6 +1,15 @@
# ChangeLog for app-editors/qemacs
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.38 2008/10/24 17:36:11 ulm Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.39 2009/03/07 20:33:46 fauli Exp $
+
+*qemacs-0.4.0_pre20080605 (07 Mar 2009)
+
+ 07 Mar 2009; Christian Faulhammer <fauli@gentoo.org>
+ +files/qemacs-0.4.0_pre20080605-Makefile-gentoo.patch,
+ +files/qemacs-0.4.0_pre20080605-make_backup.patch,
+ +files/qemacs-0.4.0_pre20080605-qemacs-datadir.patch,
+ +qemacs-0.4.0_pre20080605.ebuild:
+ version bump with snapshot from upstream CVS
24 Oct 2008; Ulrich Mueller <ulm@gentoo.org>
qemacs-0.3.2_pre20070226.ebuild:
1.1 app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild?rev=1.1&content-type=text/plain
Index: qemacs-0.4.0_pre20080605.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild,v 1.1 2009/03/07 20:33:46 fauli Exp $
inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="QEmacs is a very small but powerful UNIX editor"
HOMEPAGE="http://fabrice.bellard.free.fr/qemacs/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="X png unicode xv"
RESTRICT="strip"
DEPEND="X? ( x11-libs/libX11
x11-libs/libXext
xv? ( x11-libs/libXv ) )
png? ( =media-libs/libpng-1.2* )"
RDEPEND="${DEPEND}"
DEPEND="${DEPEND}
app-text/texi2html"
src_unpack() {
unpack ${A}
cd "${S}"
# Add a patch to install to DESTDIR, make directories during install
# and install the binary/man page using the qemacs name to avoid clash
# with app-editors/qe.
# Also removes forced march setting and align-functions on x86, as
# they would override user's CFLAGS..
epatch "${FILESDIR}/${P}-Makefile-gentoo.patch"
# Change the references to the qe binary to reflect the installed name
# qemacs.
epatch "${FILESDIR}/${PN}-0.3.1-manpage-ref-fix.patch"
# Set the datadir to qemacs, upstream installs in to qe which conflicts
# with files installed in app-editors/qe. Currently no breakage
# occurs, but it makes sense to change before that happens.
epatch "${FILESDIR}/${P}-qemacs-datadir.patch"
epatch "${FILESDIR}/${P}-make_backup.patch"
useq unicode && epatch "${FILESDIR}/${PN}-0.3.2_pre20070226-tty_utf8.patch"
# Change the manpage to reference a /real/ file instead of just an
# approximation. Purely cosmetic!
sed -i "s,^/usr/share/doc/qemacs,&-${PVR}," qe.1
}
src_compile() {
# when using any other CFLAGS than -O0, qemacs will segfault on startup, see bug #92011
replace-flags -O? -O0
econf --cc="$(tc-getCC)" \
$(use_enable X x11) \
$(use_enable png) \
$(use_enable xv) \
|| die "econf failed"
# Does not support parallel building
emake -j1 || die
}
src_test() {
# There are some files purporting to be tests in the tarball, however
# there is no defined way to use them and I imagine even if there was
# it would require user interaction.
# The toplevel Makefile calls the test target from the non-existant
# tests/Makefile, so just noop to stop errors if maketest is set.
:
}
src_install() {
emake install DESTDIR="${D}" || die
dodoc Changelog README TODO config.eg
dohtml *.html
# Install headers so users can build their own plugins.
insinto /usr/include/qemacs
doins cfb.h config.h cutils.h display.h fbfrender.h libfbf.h qe.h \
qeconfig.h qestyles.h qfribidi.h
cd libqhtml
insinto /usr/include/qemacs/libqhtml
doins {css{,id},htmlent}.h
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/qemacs: ChangeLog qemacs-0.4.0_pre20080605.ebuild
@ 2009-04-11 17:53 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-04-11 17:53 UTC (permalink / raw
To: gentoo-commits
nixnut 09/04/11 17:53:58
Modified: ChangeLog qemacs-0.4.0_pre20080605.ebuild
Log:
ppc stable #265309
(Portage version: 2.1.6.11/cvs/Linux ppc)
Revision Changes Path
1.40 app-editors/qemacs/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 7 Mar 2009 20:33:46 -0000 1.39
+++ ChangeLog 11 Apr 2009 17:53:58 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/qemacs
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.39 2009/03/07 20:33:46 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.40 2009/04/11 17:53:58 nixnut Exp $
+
+ 11 Apr 2009; nixnut <nixnut@gentoo.org> qemacs-0.4.0_pre20080605.ebuild:
+ ppc stable #265309
*qemacs-0.4.0_pre20080605 (07 Mar 2009)
1.2 app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild?r1=1.1&r2=1.2
Index: qemacs-0.4.0_pre20080605.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qemacs-0.4.0_pre20080605.ebuild 7 Mar 2009 20:33:46 -0000 1.1
+++ qemacs-0.4.0_pre20080605.ebuild 11 Apr 2009 17:53:58 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild,v 1.1 2009/03/07 20:33:46 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild,v 1.2 2009/04/11 17:53:58 nixnut Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
IUSE="X png unicode xv"
RESTRICT="strip"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/qemacs: ChangeLog qemacs-0.4.0_pre20080605.ebuild
@ 2009-04-14 10:15 Raul Porcel (armin76)
0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-14 10:15 UTC (permalink / raw
To: gentoo-commits
armin76 09/04/14 10:15:14
Modified: ChangeLog qemacs-0.4.0_pre20080605.ebuild
Log:
x86 stable wrt #265309
(Portage version: 2.1.6.7/cvs/Linux ia64)
Revision Changes Path
1.41 app-editors/qemacs/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 11 Apr 2009 17:53:58 -0000 1.40
+++ ChangeLog 14 Apr 2009 10:15:14 -0000 1.41
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/qemacs
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.40 2009/04/11 17:53:58 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.41 2009/04/14 10:15:14 armin76 Exp $
+
+ 14 Apr 2009; Raúl Porcel <armin76@gentoo.org>
+ qemacs-0.4.0_pre20080605.ebuild:
+ x86 stable wrt #265309
11 Apr 2009; nixnut <nixnut@gentoo.org> qemacs-0.4.0_pre20080605.ebuild:
ppc stable #265309
1.3 app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild?r1=1.2&r2=1.3
Index: qemacs-0.4.0_pre20080605.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qemacs-0.4.0_pre20080605.ebuild 11 Apr 2009 17:53:58 -0000 1.2
+++ qemacs-0.4.0_pre20080605.ebuild 14 Apr 2009 10:15:14 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild,v 1.2 2009/04/11 17:53:58 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild,v 1.3 2009/04/14 10:15:14 armin76 Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
IUSE="X png unicode xv"
RESTRICT="strip"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/qemacs: ChangeLog qemacs-0.4.0_pre20080605.ebuild
@ 2009-04-22 20:40 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-04-22 20:40 UTC (permalink / raw
To: gentoo-commits
maekke 09/04/22 20:40:18
Modified: ChangeLog qemacs-0.4.0_pre20080605.ebuild
Log:
amd64 stable, bug #265309
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Revision Changes Path
1.42 app-editors/qemacs/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 14 Apr 2009 10:15:14 -0000 1.41
+++ ChangeLog 22 Apr 2009 20:40:18 -0000 1.42
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/qemacs
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.41 2009/04/14 10:15:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.42 2009/04/22 20:40:18 maekke Exp $
+
+ 22 Apr 2009; Markus Meier <maekke@gentoo.org> qemacs-0.4.0_pre20080605:
+ amd64 stable, bug #265309
14 Apr 2009; Raúl Porcel <armin76@gentoo.org>
qemacs-0.4.0_pre20080605.ebuild:
1.4 app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild?r1=1.3&r2=1.4
Index: qemacs-0.4.0_pre20080605.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qemacs-0.4.0_pre20080605.ebuild 14 Apr 2009 10:15:14 -0000 1.3
+++ qemacs-0.4.0_pre20080605.ebuild 22 Apr 2009 20:40:18 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild,v 1.3 2009/04/14 10:15:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20080605.ebuild,v 1.4 2009/04/22 20:40:18 maekke Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="X png unicode xv"
RESTRICT="strip"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-04-22 20:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-07 20:33 [gentoo-commits] gentoo-x86 commit in app-editors/qemacs: ChangeLog qemacs-0.4.0_pre20080605.ebuild Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2009-04-11 17:53 Gysbert Wassenaar (nixnut)
2009-04-14 10:15 Raul Porcel (armin76)
2009-04-22 20:40 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox