]> Pileus Git - ~andy/sunrise/commitdiff
x11-misc/quicksynergy: New ebuild for bug 172040
authorChristian Helbling <helch@gmx.ch>
Thu, 31 Jan 2008 21:14:49 +0000 (21:14 +0000)
committerChristian Helbling <helch@gmx.ch>
Thu, 31 Jan 2008 21:14:49 +0000 (21:14 +0000)
svn path=/sunrise/; revision=5580

x11-misc/quicksynergy/ChangeLog [new file with mode: 0644]
x11-misc/quicksynergy/Manifest [new file with mode: 0644]
x11-misc/quicksynergy/metadata.xml [new file with mode: 0644]
x11-misc/quicksynergy/quicksynergy-0.7.ebuild [new file with mode: 0644]

diff --git a/x11-misc/quicksynergy/ChangeLog b/x11-misc/quicksynergy/ChangeLog
new file mode 100644 (file)
index 0000000..ef5da66
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for x11-misc/quicksynergy
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  31 Jan 2008; Christian Helbling <helch@gmx.ch> +metadata.xml,
+  +quicksynergy-0.7.ebuild:
+  New ebuild for bug 172040
+
diff --git a/x11-misc/quicksynergy/Manifest b/x11-misc/quicksynergy/Manifest
new file mode 100644 (file)
index 0000000..3bfeee1
--- /dev/null
@@ -0,0 +1,4 @@
+DIST quicksynergy-0.7.tar.gz 175522 RMD160 a210ba613c0cf88a63a09595b7841e1439b45861 SHA1 71d12e3d2bd6b5b82f1badc383f6284c094ec87a SHA256 b5612abec7a65a8236efbe8b34afa8b4ad82d881dacea19a962cdd298f9f6733
+EBUILD quicksynergy-0.7.ebuild 551 RMD160 251ca23cf997ed644b8f00175289775bb72c0dcf SHA1 7638f07a45e43826727edd16b00b691d7569c399 SHA256 9966ba29607e966ecf97ebc35e61d7e190327437b3a8e104f3c3d3e03f9a10d6
+MISC ChangeLog 243 RMD160 e0ebb177ed1cca1e28a019664c55eab71167ebca SHA1 98ba333820cccdd461632a05cc1f55e5bbd70bc1 SHA256 9b40b891ed8d76353b41c36ab9907502d4f217904ec3f0a3324006af6dcd3b31
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/x11-misc/quicksynergy/metadata.xml b/x11-misc/quicksynergy/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/x11-misc/quicksynergy/quicksynergy-0.7.ebuild b/x11-misc/quicksynergy/quicksynergy-0.7.ebuild
new file mode 100644 (file)
index 0000000..1ed084e
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="GUI for configuring and running synergy"
+HOMEPAGE="http://quicksynergy.sourceforge.net/"
+SRC_URI="mirror://sourceforge/quicksynergy/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.0
+       >=gnome-base/libglade-2.0
+       >=x11-misc/synergy-1.2.4"
+DEPEND="${RDEPEND}"
+
+src_install() {
+       emake DESTDIR="${D}" install || die "Install failed"
+       dodoc README ChangeLog AUTHORS NEWS
+}
+