* [gentoo-commits] gentoo-x86 commit in media-gfx/cfe: cfe-0.12.ebuild ChangeLog
@ 2008-10-14 16:31 Diego Petteno (flameeyes)
0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-10-14 16:31 UTC (permalink / raw
To: gentoo-commits
flameeyes 08/10/14 16:31:06
Modified: cfe-0.12.ebuild ChangeLog
Log:
Fix cflags handling by avoiding resetting them (rather than modifying the configure script). Die if the dobin fails.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Revision Changes Path
1.3 media-gfx/cfe/cfe-0.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/cfe/cfe-0.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/cfe/cfe-0.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/cfe/cfe-0.12.ebuild?r1=1.2&r2=1.3
Index: cfe-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cfe/cfe-0.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cfe-0.12.ebuild 22 Jul 2005 18:13:42 -0000 1.2
+++ cfe-0.12.ebuild 14 Oct 2008 16:31:05 -0000 1.3
@@ -1,8 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cfe/cfe-0.12.ebuild,v 1.2 2005/07/22 18:13:42 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cfe/cfe-0.12.ebuild,v 1.3 2008/10/14 16:31:05 flameeyes Exp $
-inherit eutils
+WANT_AUTOCONF="2.1"
+
+inherit eutils autotools
DESCRIPTION="Console font editor"
# the homepage is missing, so if you find new location please let us know
@@ -16,14 +18,17 @@
DEPEND="sys-libs/ncurses"
-src_compile() {
- sed -i -e "s/CFLAGS=\".*\"/CFLAGS=\"${CFLAGS}\"/" configure || die
- econf || die
- emake || die
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ # Remove unconditional assignment of CFLAGS
+ sed -i -e '/GCC = yes/d' configure.in
+ eautoreconf
}
src_install() {
- dobin cfe
+ dobin cfe || die "dobin cfe failed"
doman cfe.1
dodoc ChangeLog INSTALL THANKS dummy.fnt
}
1.4 media-gfx/cfe/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/cfe/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/cfe/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/cfe/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cfe/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 9 Feb 2007 07:50:00 -0000 1.3
+++ ChangeLog 14 Oct 2008 16:31:06 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/cfe
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cfe/ChangeLog,v 1.3 2007/02/09 07:50:00 flameeyes Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cfe/ChangeLog,v 1.4 2008/10/14 16:31:06 flameeyes Exp $
+
+ 14 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> cfe-0.12.ebuild:
+ Fix cflags handling by avoiding resetting them (rather than modifying the
+ configure script). Die if the dobin fails.
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/cfe: cfe-0.12.ebuild ChangeLog
@ 2012-11-09 22:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-09 22:14 UTC (permalink / raw
To: gentoo-commits
ago 12/11/09 22:14:57
Modified: cfe-0.12.ebuild ChangeLog
Log:
eapi4 + ~amd64 keyword
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.6 media-gfx/cfe/cfe-0.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cfe/cfe-0.12.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cfe/cfe-0.12.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cfe/cfe-0.12.ebuild?r1=1.5&r2=1.6
Index: cfe-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cfe/cfe-0.12.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cfe-0.12.ebuild 18 Sep 2010 05:49:29 -0000 1.5
+++ cfe-0.12.ebuild 9 Nov 2012 22:14:57 -0000 1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cfe/cfe-0.12.ebuild,v 1.5 2010/09/18 05:49:29 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cfe/cfe-0.12.ebuild,v 1.6 2012/11/09 22:14:57 ago Exp $
-EAPI="3"
+EAPI=4
inherit eutils autotools
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="sys-libs/ncurses"
@@ -23,12 +23,12 @@
epatch "${FILESDIR}"/${P}-LDFLAGS.patch
# Remove unconditional assignment of CFLAGS
- sed -i -e '/GCC = yes/d' configure.in
+ sed -i -e '/GCC = yes/d' configure.in || die
eautoreconf
}
src_install() {
- dobin cfe || die "dobin cfe failed"
+ dobin cfe
doman cfe.1
dodoc ChangeLog INSTALL THANKS dummy.fnt
}
1.7 media-gfx/cfe/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cfe/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cfe/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cfe/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cfe/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 18 Sep 2010 05:49:29 -0000 1.6
+++ ChangeLog 9 Nov 2012 22:14:57 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/cfe
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cfe/ChangeLog,v 1.6 2010/09/18 05:49:29 dirtyepic Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cfe/ChangeLog,v 1.7 2012/11/09 22:14:57 ago Exp $
+
+ 09 Nov 2012; Agostino Sarubbo <ago@gentoo.org> cfe-0.12.ebuild:
+ eapi4 + ~amd64 keyword
18 Sep 2010; Ryan Hill <dirtyepic@gentoo.org> cfe-0.12.ebuild,
+files/cfe-0.12-LDFLAGS.patch:
@@ -25,4 +28,3 @@
+cfe-0.12.ebuild:
Initial import. Thanks to Peter Jensen <gentoo-bugs@pekaje.homeip.net>;
bug #48976.
-
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-09 22:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 16:31 [gentoo-commits] gentoo-x86 commit in media-gfx/cfe: cfe-0.12.ebuild ChangeLog Diego Petteno (flameeyes)
-- strict thread matches above, loose matches on Subject: below --
2012-11-09 22:14 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox