diff options
author | Simon Haegler <simon.haegler@mistafunk.ch> | 2011-10-20 16:25:36 +0200 |
---|---|---|
committer | Simon Haegler <simon.haegler@mistafunk.ch> | 2011-10-20 16:25:36 +0200 |
commit | 51cffdad2be8e1fa7fcf1578b4113ffcba519389 (patch) | |
tree | 7eac8a3332619ddaf6126bd50bde712d28e1b4f7 | |
parent | blender 2.60 release ebuild (diff) | |
download | mistafunk-51cffdad2be8e1fa7fcf1578b4113ffcba519389.tar.gz mistafunk-51cffdad2be8e1fa7fcf1578b4113ffcba519389.tar.bz2 mistafunk-51cffdad2be8e1fa7fcf1578b4113ffcba519389.zip |
added tuxboot (handy tool to create clonezilla live cds/usb-drives)
-rw-r--r-- | app-admin/tuxboot/Manifest | 3 | ||||
-rw-r--r-- | app-admin/tuxboot/tuxboot-39.ebuild | 22 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app-admin/tuxboot/Manifest b/app-admin/tuxboot/Manifest new file mode 100644 index 0000000..9c08424 --- /dev/null +++ b/app-admin/tuxboot/Manifest @@ -0,0 +1,3 @@ +DIST tuxboot-39.src.tar.gz 3305411 RMD160 9795c4a837383820ef4af3f59e0a601c521c630c SHA1 e0d510e9bd02d07f4e971af3d1486d569876edda SHA256 64f134617576a973dda8fe076d3607fac3393e1f433ce666cbf75f62f58dd41b +EBUILD tuxboot-39.ebuild 491 RMD160 13ff8f2f1671d6424c0586dcdb589f8b354aa928 SHA1 7b8a5a641dd1b9558d02772d44f38a7b11c39b21 SHA256 8ed3189eab7a93a862608db052df4522e374bb1101c1c3e30fa12ac83f417513 +MISC tuxboot-39.ebuild~ 500 RMD160 d58011abeaae24d0da77cba257434a34c60b7aaa SHA1 772f51ee6b3cc24eb92ea24f46f984b81990fd6e SHA256 a2a1413407214c2e9541d05dd4f0cc46b0e830371af433e3f404693502ff83d2 diff --git a/app-admin/tuxboot/tuxboot-39.ebuild b/app-admin/tuxboot/tuxboot-39.ebuild new file mode 100644 index 0000000..6ab2e16 --- /dev/null +++ b/app-admin/tuxboot/tuxboot-39.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +inherit eutils qt4-r2 + +DESCRIPTION="Tuxboot helps you to create a bootable Live USB drive for Clonezilla live, DRBL live, GParted live and Tux2live." +HOMEPAGE="http://tuxboot.org" +SRC_URI="mirror://sourceforge/tuxboot/${PF}.src.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="" +RDEPEND="app-arch/p7zip" + +src_install() { + dobin tuxboot +} |