public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-boot/unetbootin: ChangeLog unetbootin-356.ebuild
@ 2009-06-16  4:18 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2009-06-16  4:18 UTC (permalink / raw
  To: gentoo-commits

jer         09/06/16 04:18:17

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

Revision  Changes    Path
1.14                 sys-boot/unetbootin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	1 Jun 2009 15:57:36 -0000	1.13
+++ ChangeLog	16 Jun 2009 04:18:17 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for sys-boot/unetbootin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.13 2009/06/01 15:57:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.14 2009/06/16 04:18:17 jer Exp $
+
+*unetbootin-356 (16 Jun 2009)
+
+  16 Jun 2009; Jeroen Roovers <jer@gentoo.org> +unetbootin-356.ebuild:
+  Version bump.
 
 *unetbootin-344 (01 Jun 2009)
 



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

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

Index: unetbootin-356.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-356.ebuild,v 1.1 2009/06/16 04:18:17 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
	lrelease unetbootin.pro
	eqmake4 unetbootin.pro
	emake || die "make failed"
}

src_install() {
	dodoc README.TXT
	dobin unetbootin || die "dobin failed"
}






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

* [gentoo-commits] gentoo-x86 commit in sys-boot/unetbootin: ChangeLog unetbootin-356.ebuild
@ 2009-08-07 15:24 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-08-07 15:24 UTC (permalink / raw
  To: gentoo-commits

chainsaw    09/08/07 15:24:37

  Modified:             ChangeLog unetbootin-356.ebuild
  Log:
  Marked stable on AMD64 as requested by Jeroen Roovers <jer@gentoo.org> in bug #280253. Arch-tested by Chad A. Simmons on an Athlon64 X2 with the 2008.0 desktop profile.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 sys-boot/unetbootin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	22 Jul 2009 05:51:34 -0000	1.17
+++ ChangeLog	7 Aug 2009 15:24:37 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for sys-boot/unetbootin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.17 2009/07/22 05:51:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.18 2009/08/07 15:24:37 chainsaw Exp $
+
+  07 Aug 2009; <chainsaw@gentoo.org> unetbootin-356.ebuild:
+  Marked stable on AMD64 as requested by Jeroen Roovers <jer@gentoo.org> in
+  bug #280253. Arch-tested by Chad A. Simmons on an Athlon64 X2 with the
+  2008.0 desktop profile.
 
   22 Jul 2009; Jeroen Roovers <jer@gentoo.org> -unetbootin-323.ebuild:
   Remove old.



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

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

Index: unetbootin-356.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-356.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unetbootin-356.ebuild	16 Jun 2009 04:18:17 -0000	1.1
+++ unetbootin-356.ebuild	7 Aug 2009 15:24:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-356.ebuild,v 1.1 2009/06/16 04:18:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-356.ebuild,v 1.2 2009/08/07 15:24:37 chainsaw 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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-boot/unetbootin: ChangeLog unetbootin-356.ebuild
@ 2009-08-31 14:09 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-08-31 14:09 UTC (permalink / raw
  To: gentoo-commits

fauli       09/08/31 14:09:02

  Modified:             ChangeLog unetbootin-356.ebuild
  Log:
  stable x86, bug 280253
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.19                 sys-boot/unetbootin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	7 Aug 2009 15:24:37 -0000	1.18
+++ ChangeLog	31 Aug 2009 14:09:01 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/unetbootin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.18 2009/08/07 15:24:37 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.19 2009/08/31 14:09:01 fauli Exp $
+
+  31 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
+  unetbootin-356.ebuild:
+  stable x86, bug 280253
 
   07 Aug 2009; <chainsaw@gentoo.org> unetbootin-356.ebuild:
   Marked stable on AMD64 as requested by Jeroen Roovers <jer@gentoo.org> in



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

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

Index: unetbootin-356.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-356.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unetbootin-356.ebuild	7 Aug 2009 15:24:37 -0000	1.2
+++ unetbootin-356.ebuild	31 Aug 2009 14:09:01 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-356.ebuild,v 1.2 2009/08/07 15:24:37 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-356.ebuild,v 1.3 2009/08/31 14:09:01 fauli 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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-boot/unetbootin: ChangeLog unetbootin-356.ebuild
@ 2009-11-28 15:56 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2009-11-28 15:56 UTC (permalink / raw
  To: gentoo-commits

jer         09/11/28 15:56:58

  Modified:             ChangeLog
  Removed:              unetbootin-356.ebuild
  Log:
  Remove old.
  (Portage version: 2.2_rc52/cvs/Linux i686)

Revision  Changes    Path
1.25                 sys-boot/unetbootin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	2 Nov 2009 21:06:15 -0000	1.24
+++ ChangeLog	28 Nov 2009 15:56:58 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for sys-boot/unetbootin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.24 2009/11/02 21:06:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.25 2009/11/28 15:56:58 jer Exp $
+
+  28 Nov 2009; Jeroen Roovers <jer@gentoo.org> -unetbootin-356.ebuild:
+  Remove old.
 
 *unetbootin-377-r1 (02 Nov 2009)
 






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

end of thread, other threads:[~2009-11-28 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-07 15:24 [gentoo-commits] gentoo-x86 commit in sys-boot/unetbootin: ChangeLog unetbootin-356.ebuild Tony Vroon (chainsaw)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-28 15:56 Jeroen Roovers (jer)
2009-08-31 14:09 Christian Faulhammer (fauli)
2009-06-16  4:18 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