* [gentoo-commits] gentoo-x86 commit in app-editors/qemacs: qemacs-0.4.0_pre20090420-r1.ebuild
@ 2012-05-04 11:03 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-04 11:03 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/05/04 11:03:07
Modified: qemacs-0.4.0_pre20090420-r1.ebuild
Log:
nitpick and Alphabetize IUSE
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.3 app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild?r1=1.2&r2=1.3
Index: qemacs-0.4.0_pre20090420-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qemacs-0.4.0_pre20090420-r1.ebuild 4 May 2012 10:59:35 -0000 1.2
+++ qemacs-0.4.0_pre20090420-r1.ebuild 4 May 2012 11:03:07 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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_pre20090420-r1.ebuild,v 1.2 2012/05/04 10:59:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v 1.3 2012/05/04 11:03:07 ssuominen Exp $
EAPI=4
inherit eutils flag-o-matic toolchain-funcs
@@ -12,9 +12,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="X png unicode xv"
-
-RESTRICT="test"
+IUSE="png unicode X xv"
RDEPEND="png? ( media-libs/libpng:0 )
X? (
@@ -27,6 +25,8 @@
S=${WORKDIR}/${PN}
+RESTRICT="test"
+
DOCS="Changelog config.eg README TODO"
src_prepare() {
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/qemacs: qemacs-0.4.0_pre20090420-r1.ebuild
@ 2012-05-04 11:08 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-04 11:08 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/05/04 11:08:20
Modified: qemacs-0.4.0_pre20090420-r1.ebuild
Log:
Go futher with simplification
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.4 app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild?r1=1.3&r2=1.4
Index: qemacs-0.4.0_pre20090420-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qemacs-0.4.0_pre20090420-r1.ebuild 4 May 2012 11:03:07 -0000 1.3
+++ qemacs-0.4.0_pre20090420-r1.ebuild 4 May 2012 11:08:20 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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_pre20090420-r1.ebuild,v 1.3 2012/05/04 11:03:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v 1.4 2012/05/04 11:08:20 ssuominen Exp $
EAPI=4
inherit eutils flag-o-matic toolchain-funcs
@@ -75,9 +75,6 @@
# Install headers so users can build their own plugins.
insinto /usr/include/qe
doins {cfb,config,cutils,display,fbfrender,libfbf,qe,qeconfig,qestyles,qfribidi}.h
-
- pushd libqhtml >/dev/null
insinto /usr/include/qe/libqhtml
- doins css.h cssid.h htmlent.h
- popd >/dev/null
+ doins libqhtml/{css,cssid,htmlent}.h
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-04 11:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 11:08 [gentoo-commits] gentoo-x86 commit in app-editors/qemacs: qemacs-0.4.0_pre20090420-r1.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2012-05-04 11:03 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox