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

jer         10/05/02 06:32:31

  Modified:             ChangeLog
  Added:                unetbootin-442.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.39                 sys-boot/unetbootin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/unetbootin/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/unetbootin/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/unetbootin/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	27 Apr 2010 04:57:16 -0000	1.38
+++ ChangeLog	2 May 2010 06:32:31 -0000	1.39
@@ -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.38 2010/04/27 04:57:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.39 2010/05/02 06:32:31 jer Exp $
+
+*unetbootin-442 (02 May 2010)
+
+  02 May 2010; Jeroen Roovers <jer@gentoo.org> +unetbootin-442.ebuild:
+  Version bump.
 
 *unetbootin-436 (27 Apr 2010)
 



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

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

Index: unetbootin-442.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-442.ebuild,v 1.1 2010/05/02 06:32:31 jer Exp $

inherit qt4

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_compile() {
	lupdate unetbootin.pro || die "lupdate failed"
	lrelease unetbootin.pro || die "lrelease failed"
	eqmake4 unetbootin.pro || die "eqmake4 failed"
	emake || die "make 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: ChangeLog unetbootin-442.ebuild
@ 2010-06-07 15:34 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-06-07 15:34 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/06/07 15:34:06

  Modified:             ChangeLog unetbootin-442.ebuild
  Log:
  Stable on amd64 wrt bug #322509
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 sys-boot/unetbootin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	6 Jun 2010 22:52:30 -0000	1.42
+++ ChangeLog	7 Jun 2010 15:34:06 -0000	1.43
@@ -1,6 +1,9 @@
 # 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.42 2010/06/06 22:52:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.43 2010/06/07 15:34:06 hwoarang Exp $
+
+  07 Jun 2010; Markos Chandras <hwoarang@gentoo.org> unetbootin-442.ebuild:
+  Stable on amd64 wrt bug #322509
 
 *unetbootin-471 (06 Jun 2010)
 



1.2                  sys-boot/unetbootin/unetbootin-442.ebuild

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

Index: unetbootin-442.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-442.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unetbootin-442.ebuild	2 May 2010 06:32:31 -0000	1.1
+++ unetbootin-442.ebuild	7 Jun 2010 15:34:06 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-442.ebuild,v 1.1 2010/05/02 06:32:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-442.ebuild,v 1.2 2010/06/07 15:34:06 hwoarang Exp $
 
 inherit qt4
 
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 S="${WORKDIR}"






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

* [gentoo-commits] gentoo-x86 commit in sys-boot/unetbootin: ChangeLog unetbootin-442.ebuild
@ 2010-06-15  9:45 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-15  9:45 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/06/15 09:45:16

  Modified:             ChangeLog unetbootin-442.ebuild
  Log:
  x86 stable wrt bug #322509
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.44                 sys-boot/unetbootin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	7 Jun 2010 15:34:06 -0000	1.43
+++ ChangeLog	15 Jun 2010 09:45:16 -0000	1.44
@@ -1,6 +1,10 @@
 # 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.43 2010/06/07 15:34:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.44 2010/06/15 09:45:16 phajdan.jr Exp $
+
+  15 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  unetbootin-442.ebuild:
+  x86 stable wrt bug #322509
 
   07 Jun 2010; Markos Chandras <hwoarang@gentoo.org> unetbootin-442.ebuild:
   Stable on amd64 wrt bug #322509



1.3                  sys-boot/unetbootin/unetbootin-442.ebuild

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

Index: unetbootin-442.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-442.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unetbootin-442.ebuild	7 Jun 2010 15:34:06 -0000	1.2
+++ unetbootin-442.ebuild	15 Jun 2010 09:45:16 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-442.ebuild,v 1.2 2010/06/07 15:34:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-442.ebuild,v 1.3 2010/06/15 09:45:16 phajdan.jr Exp $
 
 inherit qt4
 
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 S="${WORKDIR}"






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

end of thread, other threads:[~2010-06-15  9:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07 15:34 [gentoo-commits] gentoo-x86 commit in sys-boot/unetbootin: ChangeLog unetbootin-442.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-15  9:45 PaweA Hajdan (phajdan.jr)
2010-05-02  6:32 Jeroen Roovers (jer)

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