summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kuhn (Wuodan) <wuodan-gentoo@hispeed.ch>2012-08-14 19:21:09 +0200
committerStefan Kuhn (Wuodan) <wuodan-gentoo@hispeed.ch>2012-08-14 19:21:09 +0200
commitc14b057e3fe32849fb68e59746af29ce6934c71e (patch)
tree3d943042dee2a96713c012e0f1a1138a8ea48e46
parentremoved sys-devel/llvm: fixed in tree (diff)
downloadwuodan-c14b057e3fe32849fb68e59746af29ce6934c71e.tar.gz
wuodan-c14b057e3fe32849fb68e59746af29ce6934c71e.tar.bz2
wuodan-c14b057e3fe32849fb68e59746af29ce6934c71e.zip
dumpet - a tool to dump and debug bootable CD-like images
-rw-r--r--app-cdr/dumpet/Manifest3
-rw-r--r--app-cdr/dumpet/dumpet-2.1.ebuild27
-rw-r--r--app-cdr/dumpet/metadata.xml11
3 files changed, 41 insertions, 0 deletions
diff --git a/app-cdr/dumpet/Manifest b/app-cdr/dumpet/Manifest
new file mode 100644
index 0000000..83be76b
--- /dev/null
+++ b/app-cdr/dumpet/Manifest
@@ -0,0 +1,3 @@
+DIST dumpet-2.1.tar.bz2 14681 RMD160 cf1a0923c658ef285176fca59c97a3e04636b4ef SHA1 56fc8a52a8df12083912496d6d7de993f2063ec1 SHA256 2cc1fa3a1b06f885e4524d1be80bdacc5b6a55057d0577262f2f5186b49a4da3
+EBUILD dumpet-2.1.ebuild 618 RMD160 3c6fe230ab084a8bd6b3917cde190e02039f40f5 SHA1 9c8d6d36314c9bb5a4a05f8fa7e0eb966ef9bb49 SHA256 a333b3b02b07aa01f060917d9cd720f1c6c700b47990a5fb49f41a5663d88819
+MISC metadata.xml 341 RMD160 22a4062d2e5e418715c2cb9b58a398c2637449b7 SHA1 50e4c81cb9fbcf565191d204cd36838defdbc0c7 SHA256 90b9a195b84a450e37e9c39dd57f4cbad58a304a3aabfda3fa63b98ab50f2f1a
diff --git a/app-cdr/dumpet/dumpet-2.1.ebuild b/app-cdr/dumpet/dumpet-2.1.ebuild
new file mode 100644
index 0000000..08a00a9
--- /dev/null
+++ b/app-cdr/dumpet/dumpet-2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="dumpet - a tool to dump and debug bootable CD-like images"
+HOMEPAGE="https://fedorahosted.org/dumpet/"
+SRC_URI="https://fedorahosted.org/releases/d/u/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/libxml2"
+RDEPEND=""
+
+src_prepare() {
+ sed -i 's/^CFLAGS:=.*$/CFLAGS:=$\(CFLAGS\)/' Makefile || die "sed failed"
+ sed -i 's/^LFLAGS:=$/LFLAGS:=$\(LFLAGS\)/' Makefile || die "sed failed"
+}
+
+src_install() {
+ dobin dumpet
+ doman dumpet.1
+}
diff --git a/app-cdr/dumpet/metadata.xml b/app-cdr/dumpet/metadata.xml
new file mode 100644
index 0000000..6169b75
--- /dev/null
+++ b/app-cdr/dumpet/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>maintainer-wanted@gentoo.org</email>
+</maintainer>
+<longdescription lang="en">
+dumpet is a tool to dump information about bootable CDs and other similar formats.
+</longdescription>
+</pkgmetadata>
+