]> Pileus Git - ~andy/sunrise/commitdiff
net-misc/wolman: New ebuild
authorJakub Moc <jakub@gentoo.org>
Sun, 16 Mar 2008 13:08:58 +0000 (13:08 +0000)
committerJakub Moc <jakub@gentoo.org>
Sun, 16 Mar 2008 13:08:58 +0000 (13:08 +0000)
svn path=/sunrise/; revision=5836

net-misc/wolman/ChangeLog [new file with mode: 0644]
net-misc/wolman/Manifest [new file with mode: 0644]
net-misc/wolman/metadata.xml [new file with mode: 0644]
net-misc/wolman/wolman-9999.ebuild [new file with mode: 0644]

diff --git a/net-misc/wolman/ChangeLog b/net-misc/wolman/ChangeLog
new file mode 100644 (file)
index 0000000..8cf18d3
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for net-misc/wolman
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  16 Mar 2008; Jakub Moc <jakub@gentoo.org> +metadata.xml,
+  +wolman-9999.ebuild:
+  New ebuild
+
diff --git a/net-misc/wolman/Manifest b/net-misc/wolman/Manifest
new file mode 100644 (file)
index 0000000..3fb449d
--- /dev/null
@@ -0,0 +1,3 @@
+EBUILD wolman-9999.ebuild 662 RMD160 dbd1f5fcd408609af915a9cf57992d70d1ca7236 SHA1 26eb3b4b960072dad178a8f095b46086b1302cb5 SHA256 85e1a81408a1c7541bf26401fede25a1725dd32d8dd1d82489868cf16852459d
+MISC ChangeLog 212 RMD160 e4939d29b39fa6dcd35966168a0f47e8ff048c2c SHA1 0f1c8bca9409f286c88e77b48f8a9525033fa941 SHA256 f34bb2eeb275a1c457728f0e54dd163a7b506139fb6193e428eeea4e2cf69a0c
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-misc/wolman/metadata.xml b/net-misc/wolman/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>
diff --git a/net-misc/wolman/wolman-9999.ebuild b/net-misc/wolman/wolman-9999.ebuild
new file mode 100644 (file)
index 0000000..4eba62a
--- /dev/null
@@ -0,0 +1,35 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="1"
+inherit qt4 subversion
+
+QT4_BUILT_WITH_USE_CHECK="png"
+
+ESVN_REPO_URI="svn://svn.dolezel.info/${PN}/trunk/${PN}"
+DESCRIPTION="GUI Wake-on-LAN manager"
+HOMEPAGE="http://www.dolezel.info/projects/wolman"
+SRC_URI=""
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )
+       net-libs/libnet
+       net-libs/libpcap"
+RDEPEND="${DEPEND}
+       sys-apps/iproute2"
+
+S="${WORKDIR}/${PN}"
+
+src_compile() {
+       eqmake4
+       emake || die "make failed"
+}
+
+src_install() {
+       dosbin wolman || die "dosbin failed"
+}