summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-04-06 13:29:58 +0000
committerJeroen Roovers <jer@gentoo.org>2010-04-06 13:29:58 +0000
commitd6056c9ad9fb54a4eb3a192f12e46f2277613fc1 (patch)
tree41671954e4d6d98040df427e0bf09c4f429e6e29 /sys-boot
parentVersion bump. Upgrade to eapi-3. (diff)
downloadgentoo-2-d6056c9ad9fb54a4eb3a192f12e46f2277613fc1.tar.gz
gentoo-2-d6056c9ad9fb54a4eb3a192f12e46f2277613fc1.tar.bz2
gentoo-2-d6056c9ad9fb54a4eb3a192f12e46f2277613fc1.zip
Version bump.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/unetbootin/ChangeLog9
-rw-r--r--sys-boot/unetbootin/unetbootin-393.ebuild36
-rw-r--r--sys-boot/unetbootin/unetbootin-408.ebuild36
-rw-r--r--sys-boot/unetbootin/unetbootin-419.ebuild36
-rw-r--r--sys-boot/unetbootin/unetbootin-429.ebuild (renamed from sys-boot/unetbootin/unetbootin-391.ebuild)2
5 files changed, 9 insertions, 110 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog
index 67c090411b4c..590879757eaa 100644
--- a/sys-boot/unetbootin/ChangeLog
+++ b/sys-boot/unetbootin/ChangeLog
@@ -1,6 +1,13 @@
# 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.33 2010/03/29 06:15:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.34 2010/04/06 13:29:58 jer Exp $
+
+*unetbootin-429 (06 Apr 2010)
+
+ 06 Apr 2010; Jeroen Roovers <jer@gentoo.org> -unetbootin-391.ebuild,
+ -unetbootin-393.ebuild, -unetbootin-408.ebuild, -unetbootin-419.ebuild,
+ +unetbootin-429.ebuild:
+ Version bump.
*unetbootin-424 (29 Mar 2010)
diff --git a/sys-boot/unetbootin/unetbootin-393.ebuild b/sys-boot/unetbootin/unetbootin-393.ebuild
deleted file mode 100644
index d7884fe25ec4..000000000000
--- a/sys-boot/unetbootin/unetbootin-393.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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-393.ebuild,v 1.1 2010/02/09 01:33:20 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"
-}
diff --git a/sys-boot/unetbootin/unetbootin-408.ebuild b/sys-boot/unetbootin/unetbootin-408.ebuild
deleted file mode 100644
index d23809e7c364..000000000000
--- a/sys-boot/unetbootin/unetbootin-408.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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-408.ebuild,v 1.1 2010/02/17 15:12:35 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"
-}
diff --git a/sys-boot/unetbootin/unetbootin-419.ebuild b/sys-boot/unetbootin/unetbootin-419.ebuild
deleted file mode 100644
index d907e4f94316..000000000000
--- a/sys-boot/unetbootin/unetbootin-419.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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-419.ebuild,v 1.1 2010/03/14 21:23:52 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"
-}
diff --git a/sys-boot/unetbootin/unetbootin-391.ebuild b/sys-boot/unetbootin/unetbootin-429.ebuild
index 7a19ece606d1..d36ec50fa8fa 100644
--- a/sys-boot/unetbootin/unetbootin-391.ebuild
+++ b/sys-boot/unetbootin/unetbootin-429.ebuild
@@ -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-391.ebuild,v 1.2 2010/02/01 22:37:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-429.ebuild,v 1.1 2010/04/06 13:29:58 jer Exp $
inherit qt4