summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-12-07 14:03:53 +0000
committerJeroen Roovers <jer@gentoo.org>2011-12-07 14:03:53 +0000
commit2b73899aaa5d734fe568c37b7b92fca0ba4ae146 (patch)
treea972a76200e27aa2d95cb651d30e5f2375540b39 /sys-boot
parentAdd ~x86-fbsd. #387959 (diff)
downloadgentoo-2-2b73899aaa5d734fe568c37b7b92fca0ba4ae146.tar.gz
gentoo-2-2b73899aaa5d734fe568c37b7b92fca0ba4ae146.tar.bz2
gentoo-2-2b73899aaa5d734fe568c37b7b92fca0ba4ae146.zip
Old.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/unetbootin/ChangeLog6
-rw-r--r--sys-boot/unetbootin/unetbootin-549.ebuild43
-rw-r--r--sys-boot/unetbootin/unetbootin-555.ebuild43
3 files changed, 5 insertions, 87 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog
index 1fe718db86ce..835592800f81 100644
--- a/sys-boot/unetbootin/ChangeLog
+++ b/sys-boot/unetbootin/ChangeLog
@@ -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.68 2011/12/07 07:54:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.69 2011/12/07 14:03:52 jer Exp $
+
+ 07 Dec 2011; Jeroen Roovers <jer@gentoo.org> -unetbootin-549.ebuild,
+ -unetbootin-555.ebuild:
+ Old.
07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> unetbootin-563.ebuild:
x86 stable wrt bug #392431
diff --git a/sys-boot/unetbootin/unetbootin-549.ebuild b/sys-boot/unetbootin/unetbootin-549.ebuild
deleted file mode 100644
index f81e50c56259..000000000000
--- a/sys-boot/unetbootin/unetbootin-549.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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-549.ebuild,v 1.4 2011/09/06 18:48:30 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/${PN}/${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 ${PN}.pro || die
- lrelease ${PN}.pro || die
- eqmake4 ${PN}.pro || die
-}
-
-src_install() {
- dobin ${PN} || die
- insinto /usr/share/applications
- doins ${PN}.desktop || die
- for file in ${PN}*.png; do
- size="${file/unetbootin_}"
- size="${size/.png}x${size/.png}"
- insinto /usr/share/icons/hicolor/${size}/apps
- newins ${file} ${PN}.png
- done
-}
diff --git a/sys-boot/unetbootin/unetbootin-555.ebuild b/sys-boot/unetbootin/unetbootin-555.ebuild
deleted file mode 100644
index a9c83afa764b..000000000000
--- a/sys-boot/unetbootin/unetbootin-555.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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-555.ebuild,v 1.2 2011/09/06 18:48:30 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/${PN}/${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 ${PN}.pro || die
- lrelease ${PN}.pro || die
- eqmake4 ${PN}.pro || die
-}
-
-src_install() {
- dobin ${PN} || die
- insinto /usr/share/applications
- doins ${PN}.desktop || die
- for file in ${PN}*.png; do
- size="${file/unetbootin_}"
- size="${size/.png}x${size/.png}"
- insinto /usr/share/icons/hicolor/${size}/apps
- newins ${file} ${PN}.png
- done
-}