* [gentoo-commits] gentoo-x86 commit in app-text/barcode: ChangeLog barcode-0.98.ebuild
@ 2009-02-27 21:43 Torsten Veller (tove)
0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller (tove) @ 2009-02-27 21:43 UTC (permalink / raw
To: gentoo-commits
tove 09/02/27 21:43:50
Modified: ChangeLog barcode-0.98.ebuild
Log:
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.17 app-text/barcode/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 14 Sep 2008 01:44:00 -0000 1.16
+++ ChangeLog 27 Feb 2009 21:43:50 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for app-text/barcode
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.16 2008/09/14 01:44:00 solar Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.17 2009/02/27 21:43:50 tove Exp $
+
+ 27 Feb 2009; Torsten Veller <tove@gentoo.org> barcode-0.98.ebuild:
+ Add missing die: || "..." -> || die "..."
14 Sep 2008; <solar@gentoo.org> barcode-0.98.ebuild:
- cross compile love
1.17 app-text/barcode/barcode-0.98.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?r1=1.16&r2=1.17
Index: barcode-0.98.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- barcode-0.98.ebuild 14 Sep 2008 01:44:00 -0000 1.16
+++ barcode-0.98.ebuild 27 Feb 2009 21:43:50 -0000 1.17
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.16 2008/09/14 01:44:00 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.17 2009/02/27 21:43:50 tove Exp $
inherit eutils toolchain-funcs
@@ -26,7 +26,7 @@
src_compile() {
tc-export CC
econf
- emake || "emake failed"
+ emake || die "emake failed"
}
src_install() {
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/barcode: ChangeLog barcode-0.98.ebuild
@ 2010-04-05 22:20 Jonathan Callen (abcd)
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Callen (abcd) @ 2010-04-05 22:20 UTC (permalink / raw
To: gentoo-commits
abcd 10/04/05 22:20:42
Modified: ChangeLog barcode-0.98.ebuild
Log:
Bump to EAPI=3, add prefix keywords
(Portage version: -svn/cvs/Linux i686)
Revision Changes Path
1.18 app-text/barcode/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 27 Feb 2009 21:43:50 -0000 1.17
+++ ChangeLog 5 Apr 2010 22:20:41 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for app-text/barcode
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.17 2009/02/27 21:43:50 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.18 2010/04/05 22:20:41 abcd Exp $
+
+ 05 Apr 2010; Jonathan Callen <abcd@gentoo.org> barcode-0.98.ebuild:
+ Bump to EAPI=3, add prefix keywords
27 Feb 2009; Torsten Veller <tove@gentoo.org> barcode-0.98.ebuild:
Add missing die: || "..." -> || die "..."
1.18 app-text/barcode/barcode-0.98.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?r1=1.17&r2=1.18
Index: barcode-0.98.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- barcode-0.98.ebuild 27 Feb 2009 21:43:50 -0000 1.17
+++ barcode-0.98.ebuild 5 Apr 2010 22:20:41 -0000 1.18
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.17 2009/02/27 21:43:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.18 2010/04/05 22:20:41 abcd Exp $
+
+EAPI="3"
inherit eutils toolchain-funcs
@@ -10,12 +12,10 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~arm"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${PV}-info.patch
sed -i \
-e 's:/info:/share/info:' \
@@ -23,13 +23,12 @@
Makefile.in || die "sed failed"
}
-src_compile() {
+src_configure() {
tc-export CC
econf
- emake || die "emake failed"
}
src_install() {
- emake install prefix="${D}/usr" LIBDIR="\$(prefix)/$(get_libdir)" || die
+ emake install prefix="${ED}/usr" LIBDIR="\$(prefix)/$(get_libdir)" || die
dodoc ChangeLog README TODO doc/barcode.{pdf,ps}
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/barcode: ChangeLog barcode-0.98.ebuild
@ 2012-05-20 9:01 Mark Loeser (halcy0n)
0 siblings, 0 replies; 4+ messages in thread
From: Mark Loeser (halcy0n) @ 2012-05-20 9:01 UTC (permalink / raw
To: gentoo-commits
halcy0n 12/05/20 09:01:28
Modified: ChangeLog barcode-0.98.ebuild
Log:
Revert to ~ppc/~ppc64; bug #393713
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Revision Changes Path
1.23 app-text/barcode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 18 Dec 2011 20:17:05 -0000 1.22
+++ ChangeLog 20 May 2012 09:01:28 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for app-text/barcode
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.22 2011/12/18 20:17:05 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.23 2012/05/20 09:01:28 halcy0n Exp $
+
+ 20 May 2012; Mark Loeser <halcy0n@gentoo.org> barcode-0.98.ebuild:
+ Revert to ~ppc/~ppc64; bug #393713
18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> barcode-0.98-r1.ebuild:
x86 stable wrt bug #393713
1.19 app-text/barcode/barcode-0.98.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?r1=1.18&r2=1.19
Index: barcode-0.98.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- barcode-0.98.ebuild 5 Apr 2010 22:20:41 -0000 1.18
+++ barcode-0.98.ebuild 20 May 2012 09:01:28 -0000 1.19
@@ -1,6 +1,6 @@
-# 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/app-text/barcode/barcode-0.98.ebuild,v 1.18 2010/04/05 22:20:41 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.19 2012/05/20 09:01:28 halcy0n Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
src_prepare() {
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/barcode: ChangeLog barcode-0.98.ebuild
@ 2012-07-11 16:44 Michael Palimaka (kensington)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka (kensington) @ 2012-07-11 16:44 UTC (permalink / raw
To: gentoo-commits
kensington 12/07/11 16:44:13
Modified: ChangeLog
Removed: barcode-0.98.ebuild
Log:
Remove old.
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Revision Changes Path
1.25 app-text/barcode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 2 Jun 2012 08:03:24 -0000 1.24
+++ ChangeLog 11 Jul 2012 16:44:12 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for app-text/barcode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.24 2012/06/02 08:03:24 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.25 2012/07/11 16:44:12 kensington Exp $
+
+ 11 Jul 2012; Michael Palimaka <kensington@gentoo.org> -barcode-0.98.ebuild:
+ Remove old.
02 Jun 2012; Zac Medico <zmedico@gentoo.org> barcode-0.98-r1.ebuild,
barcode-0.98.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-07-11 16:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-20 9:01 [gentoo-commits] gentoo-x86 commit in app-text/barcode: ChangeLog barcode-0.98.ebuild Mark Loeser (halcy0n)
-- strict thread matches above, loose matches on Subject: below --
2012-07-11 16:44 Michael Palimaka (kensington)
2010-04-05 22:20 Jonathan Callen (abcd)
2009-02-27 21:43 Torsten Veller (tove)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox