public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-boot/unetbootin: unetbootin-502.ebuild ChangeLog
@ 2011-02-01 23:10 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2011-02-01 23:10 UTC (permalink / raw
  To: gentoo-commits

jer         11/02/01 23:10:28

  Modified:             ChangeLog
  Added:                unetbootin-502.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux i686)

Revision  Changes    Path
1.53                 sys-boot/unetbootin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	17 Nov 2010 10:58:47 -0000	1.52
+++ ChangeLog	1 Feb 2011 23:10:27 -0000	1.53
@@ -1,6 +1,11 @@
 # ChangeLog for sys-boot/unetbootin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.52 2010/11/17 10:58:47 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.53 2011/02/01 23:10:27 jer Exp $
+
+*unetbootin-502 (01 Feb 2011)
+
+  01 Feb 2011; Jeroen Roovers <jer@gentoo.org> +unetbootin-502.ebuild:
+  Version bump.
 
   17 Nov 2010; Markus Meier <maekke@gentoo.org> unetbootin-494.ebuild:
   x86 stable, bug #344881



1.1                  sys-boot/unetbootin/unetbootin-502.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild?rev=1.1&content-type=text/plain

Index: unetbootin-502.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild,v 1.1 2011/02/01 23:10:27 jer Exp $

EAPI="3"

inherit qt4-r2

DESCRIPTION="Universal Netboot Installer creates Live USB systems for various OS
distributions."
HOMEPAGE="http://unetbootin.sourceforge.net/"
SRC_URI="mirror://sourceforge/unetbootin/${PN}-source-${PV}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""

S="${WORKDIR}"

DEPEND="x11-libs/qt-gui"
RDEPEND="${DEPEND}
		 sys-fs/mtools
		 sys-boot/syslinux
		 app-arch/p7zip"

src_configure() {
	lupdate unetbootin.pro || die "lupdate failed"
	lrelease unetbootin.pro || die "lrelease failed"
	eqmake4 unetbootin.pro || die "eqmake4 failed"
}

src_install() {
	dobin unetbootin || die "dobin failed"
	insinto /usr/share/applications
	doins unetbootin.desktop || die "doins failed"
}






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-boot/unetbootin: unetbootin-502.ebuild ChangeLog
@ 2011-03-22 19:02 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-22 19:02 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/22 19:02:24

  Modified:             unetbootin-502.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #359869
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-boot/unetbootin/unetbootin-502.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild?r1=1.1&r2=1.2

Index: unetbootin-502.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unetbootin-502.ebuild	1 Feb 2011 23:10:27 -0000	1.1
+++ unetbootin-502.ebuild	22 Mar 2011 19:02:24 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild,v 1.1 2011/02/01 23:10:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild,v 1.2 2011/03/22 19:02:24 angelos Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 S="${WORKDIR}"



1.54                 sys-boot/unetbootin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	1 Feb 2011 23:10:27 -0000	1.53
+++ ChangeLog	22 Mar 2011 19:02:24 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for sys-boot/unetbootin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.53 2011/02/01 23:10:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.54 2011/03/22 19:02:24 angelos Exp $
+
+  22 Mar 2011; Christoph Mende <angelos@gentoo.org> unetbootin-502.ebuild:
+  Stable on amd64 wrt bug #359869
 
 *unetbootin-502 (01 Feb 2011)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-boot/unetbootin: unetbootin-502.ebuild ChangeLog
@ 2011-03-28 13:27 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-03-28 13:27 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/03/28 13:27:20

  Modified:             unetbootin-502.ebuild ChangeLog
  Log:
  x86 stable wrt bug #359869
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.3                  sys-boot/unetbootin/unetbootin-502.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild?r1=1.2&r2=1.3

Index: unetbootin-502.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unetbootin-502.ebuild	22 Mar 2011 19:02:24 -0000	1.2
+++ unetbootin-502.ebuild	28 Mar 2011 13:27:20 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild,v 1.2 2011/03/22 19:02:24 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-502.ebuild,v 1.3 2011/03/28 13:27:20 phajdan.jr Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 S="${WORKDIR}"



1.57                 sys-boot/unetbootin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/unetbootin/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	27 Mar 2011 22:20:19 -0000	1.56
+++ ChangeLog	28 Mar 2011 13:27:20 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/unetbootin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.56 2011/03/27 22:20:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.57 2011/03/28 13:27:20 phajdan.jr Exp $
+
+  28 Mar 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  unetbootin-502.ebuild:
+  x86 stable wrt bug #359869
 
 *unetbootin-527 (27 Mar 2011)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-28 13:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-01 23:10 [gentoo-commits] gentoo-x86 commit in sys-boot/unetbootin: unetbootin-502.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-22 19:02 Christoph Mende (angelos)
2011-03-28 13:27 PaweA Hajdan (phajdan.jr)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox