summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-06-06 22:26:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-06-06 22:26:15 +0000
commit49d205aaa0798bc4b70c2cba7db6b86bc1f1a6e8 (patch)
treed2bd2697b0a67d9f0ea72db5aac450db4b13e61e /app-cdr/binflash
parentAdd virtual/mpg123 dep. behind USE mp3 wrt #223461. (diff)
downloadhistorical-49d205aaa0798bc4b70c2cba7db6b86bc1f1a6e8.tar.gz
historical-49d205aaa0798bc4b70c2cba7db6b86bc1f1a6e8.tar.bz2
historical-49d205aaa0798bc4b70c2cba7db6b86bc1f1a6e8.zip
Initial commit for bug 162260. Ebuild partly by Mark Silinio.
Package-Manager: portage-2.1.5.3
Diffstat (limited to 'app-cdr/binflash')
-rw-r--r--app-cdr/binflash/ChangeLog9
-rw-r--r--app-cdr/binflash/Manifest4
-rw-r--r--app-cdr/binflash/binflash-1.44.ebuild26
-rw-r--r--app-cdr/binflash/metadata.xml5
4 files changed, 44 insertions, 0 deletions
diff --git a/app-cdr/binflash/ChangeLog b/app-cdr/binflash/ChangeLog
new file mode 100644
index 000000000000..03cfac666907
--- /dev/null
+++ b/app-cdr/binflash/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-cdr/binflash
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/binflash/ChangeLog,v 1.1 2008/06/06 22:26:15 drac Exp $
+
+*binflash-1.44 (06 Jun 2008)
+
+ 06 Jun 2008; Samuli Suominen <drac@gentoo.org> +binflash-1.44.ebuild:
+ Initial commit for bug 162260. Ebuild partly by Mark Silinio.
+
diff --git a/app-cdr/binflash/Manifest b/app-cdr/binflash/Manifest
new file mode 100644
index 000000000000..4a307e1fb749
--- /dev/null
+++ b/app-cdr/binflash/Manifest
@@ -0,0 +1,4 @@
+DIST necflash_linux.tgz 255568 RMD160 6c598cd3da0491407d209ba2ea2fadf3cbb010ff SHA1 df9fffb41bfbcb5df95f5b0ed5090782160798bc SHA256 f5ffbcebd761975932226659e46faaf2b7f04ad6d5334c54f8b3874e1be181de
+EBUILD binflash-1.44.ebuild 731 RMD160 1cb41d3a92e0f3e4c6db450ee6a82173c1217f89 SHA1 cf3b2f632c8e4d76005a9a2ae9ef03b0ba608084 SHA256 62dde1d31d031d33e36f030f61ae6654719df676f682a64e7dfd2dd9f5a78920
+MISC ChangeLog 370 RMD160 fd2198cc662388c9db9f890d566e0fb4cf54d95f SHA1 6e6453c012c5c444c3929dc0d50b92592af9f640 SHA256 a9cfebcb469199e1b18dedfebb198357ff975d75c650eb895f336e1a8991aad0
+MISC metadata.xml 166 RMD160 02ca0a5d9279c1b52c3887f5a1f52f3feb002af9 SHA1 b9fccc7c24aa717c30efef068fd544a692f264f6 SHA256 ce62d1e5b04e01d03a732ee6d33b3d500810de8e55af4a527c970e5b475735d8
diff --git a/app-cdr/binflash/binflash-1.44.ebuild b/app-cdr/binflash/binflash-1.44.ebuild
new file mode 100644
index 000000000000..63dde48f8720
--- /dev/null
+++ b/app-cdr/binflash/binflash-1.44.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/binflash/binflash-1.44.ebuild,v 1.1 2008/06/06 22:26:15 drac Exp $
+
+MY_PN=${PN/bin/nec}
+
+DESCRIPTION="Tool to flash DVD burner with a binary firmware file"
+HOMEPAGE="http://binflash.cdfreaks.com"
+SRC_URI="http://binflash.cdfreaks.com/download/1/2/${MY_PN}_linux.tgz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT="fetch strip"
+
+pkg_nofetch() {
+ einfo "We cannot download this file for your due to license restrictions."
+ einfo "Please visit ${HOMEPAGE} and download ${A} into ${DISTDIR}."
+}
+
+src_install() {
+ into /opt
+ dobin ${MY_PN} || die "dobin failed."
+}
diff --git a/app-cdr/binflash/metadata.xml b/app-cdr/binflash/metadata.xml
new file mode 100644
index 000000000000..3ca6ae763b34
--- /dev/null
+++ b/app-cdr/binflash/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>media-optical</herd>
+</pkgmetadata>