yac         14/05/11 14:29:45

  Added:                metadata.xml winusb-1.0.11.ebuild ChangeLog
  Log:
  Adding sys-boot/winusb
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
F97A36A1)

Revision  Changes    Path
1.1                  sys-boot/winusb/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/winusb/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/winusb/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
<maintainer>
<email>y...@gentoo.org</email>
<name>Jan Matejka</name>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>



1.1                  sys-boot/winusb/winusb-1.0.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/winusb/winusb-1.0.11.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/winusb/winusb-1.0.11.ebuild?rev=1.1&content-type=text/plain

Index: winusb-1.0.11.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/winusb/winusb-1.0.11.ebuild,v 1.1 
2014/05/11 14:29:45 yac Exp $

EAPI=5

DESCRIPTION="Creates windows installer on usb media from an iso image"
HOMEPAGE="http://en.congelli.eu/prog_info_winusb.html";
SRC_URI="http://en.congelli.eu/directdl/${PN}/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="sys-apps/sed"
RDEPEND="${DEPEND}
        sys-apps/coreutils
        sys-apps/grep
        sys-apps/util-linux
        sys-block/parted
        sys-boot/grub:2
        sys-fs/ntfs3g
"

src_prepare() {
        sed -i "s#grub-install#grub2-install#" src/winusb ||
                die "sed failed"
}

src_compile() {
        return; # noop
}

src_configure() {
        return; # noop
}

src_install() {
        dosbin src/winusb
}



1.1                  sys-boot/winusb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/winusb/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/winusb/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sys-boot/winusb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/winusb/ChangeLog,v 1.1 2014/05/11 
14:29:45 yac Exp $

*winusb-1.0.11 (11 May 2014)

  11 May 2014; Jan Matejka <y...@gentoo.org> +metadata.xml,
  +winusb-1.0.11.ebuild:
  Adding sys-boot/winusb




Reply via email to