* [gentoo-commits] gentoo-x86 commit in app-dicts/eblook: eblook-1.5.1.ebuild ChangeLog eblook-1.6.1.ebuild eblook-1.6.ebuild
@ 2012-04-25 16:08 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-04-25 16:08 UTC (permalink / raw
To: gentoo-commits
jlec 12/04/25 16:08:25
Modified: eblook-1.5.1.ebuild ChangeLog eblook-1.6.1.ebuild
eblook-1.6.ebuild
Log:
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.12 app-dicts/eblook/eblook-1.5.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild?r1=1.11&r2=1.12
Index: eblook-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- eblook-1.5.1.ebuild 18 Jun 2008 02:38:29 -0000 1.11
+++ eblook-1.5.1.ebuild 25 Apr 2012 16:08:24 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.11 2008/06/18 02:38:29 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.12 2012/04/25 16:08:24 jlec Exp $
inherit eutils autotools
@@ -23,11 +23,11 @@
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-eb4-gentoo.diff"
- eautoreconf || die "eautoreconf failed"
+ eautoreconf
}
src_compile() {
- econf --with-eb-conf=/etc/eb.conf || die
+ econf --with-eb-conf=/etc/eb.conf
emake || die
}
1.15 app-dicts/eblook/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/eblook/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/eblook/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/eblook/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/eblook/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 17 Oct 2009 22:55:52 -0000 1.14
+++ ChangeLog 25 Apr 2012 16:08:24 -0000 1.15
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/eblook
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/ChangeLog,v 1.14 2009/10/17 22:55:52 halcy0n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/ChangeLog,v 1.15 2012/04/25 16:08:24 jlec Exp $
+
+ 25 Apr 2012; Justin Lecher <jlec@gentoo.org> eblook-1.5.1.ebuild,
+ eblook-1.6.ebuild, eblook-1.6.1.ebuild:
+ Drop unnessecary die
17 Oct 2009; Mark Loeser <halcy0n@gentoo.org> eblook-1.6.ebuild,
eblook-1.6.1.ebuild:
1.6 app-dicts/eblook/eblook-1.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/eblook/eblook-1.6.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/eblook/eblook-1.6.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/eblook/eblook-1.6.1.ebuild?r1=1.5&r2=1.6
Index: eblook-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eblook-1.6.1.ebuild 17 Oct 2009 22:55:52 -0000 1.5
+++ eblook-1.6.1.ebuild 25 Apr 2012 16:08:25 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.1.ebuild,v 1.5 2009/10/17 22:55:52 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.1.ebuild,v 1.6 2012/04/25 16:08:25 jlec Exp $
IUSE=""
@@ -17,7 +17,7 @@
S="${WORKDIR}/${P%_*}"
src_compile() {
- econf --with-eb-conf=/etc/eb.conf || die
+ econf --with-eb-conf=/etc/eb.conf
emake || die
}
1.11 app-dicts/eblook/eblook-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/eblook/eblook-1.6.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/eblook/eblook-1.6.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/eblook/eblook-1.6.ebuild?r1=1.10&r2=1.11
Index: eblook-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- eblook-1.6.ebuild 17 Oct 2009 22:55:52 -0000 1.10
+++ eblook-1.6.ebuild 25 Apr 2012 16:08:25 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.ebuild,v 1.10 2009/10/17 22:55:52 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.ebuild,v 1.11 2012/04/25 16:08:25 jlec Exp $
IUSE=""
@@ -18,7 +18,7 @@
S="${WORKDIR}/${P%_*}"
src_compile() {
- econf --with-eb-conf=/etc/eb.conf || die
+ econf --with-eb-conf=/etc/eb.conf
emake || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-25 16:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-25 16:08 [gentoo-commits] gentoo-x86 commit in app-dicts/eblook: eblook-1.5.1.ebuild ChangeLog eblook-1.6.1.ebuild eblook-1.6.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox