summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoelof Wobben <rwobben@hotmail.com>2009-10-27 13:13:33 +0000
committerRoelof Wobben <rwobben@hotmail.com>2009-10-27 13:13:33 +0000
commitd1b82bc9db6bf00af97836c2078b0b6b48a6e7f1 (patch)
tree82115c0993b09512bf868ea2c9823ed2fee3fa43 /app-misc/autokey-gtk
parentsci-misc/ised: New Ebuild for bug #290615. Thanks to Tommy[D], bonsaikitten a... (diff)
downloadsunrise-d1b82bc9db6bf00af97836c2078b0b6b48a6e7f1.tar.gz
sunrise-d1b82bc9db6bf00af97836c2078b0b6b48a6e7f1.tar.bz2
sunrise-d1b82bc9db6bf00af97836c2078b0b6b48a6e7f1.zip
sunrise/ app-misc/autokey-gtk: New Ebuild for autokey
svn path=/sunrise/; revision=9426
Diffstat (limited to 'app-misc/autokey-gtk')
-rw-r--r--app-misc/autokey-gtk/ChangeLog8
-rw-r--r--app-misc/autokey-gtk/Manifest4
-rw-r--r--app-misc/autokey-gtk/autokey-gtk-0.60.7a.ebuild35
-rw-r--r--app-misc/autokey-gtk/metadata.xml5
4 files changed, 52 insertions, 0 deletions
diff --git a/app-misc/autokey-gtk/ChangeLog b/app-misc/autokey-gtk/ChangeLog
new file mode 100644
index 000000000..a03ec8231
--- /dev/null
+++ b/app-misc/autokey-gtk/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-misc/autokey-gtk
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 26 Oct 2009; Roelof Wobben <rwobben@hotmail.com>
+ +autokey-gtk-0.60.7a.ebuild, +metadata.xml:
+ New Ebuild thanks to Tommy[D] and John R Graham
+
diff --git a/app-misc/autokey-gtk/Manifest b/app-misc/autokey-gtk/Manifest
new file mode 100644
index 000000000..01349bb91
--- /dev/null
+++ b/app-misc/autokey-gtk/Manifest
@@ -0,0 +1,4 @@
+DIST autokey-gtk_0.60.7a.tar.gz 155414 RMD160 fae8c3f0d2cc138a9ba3f7355108b7bdfb4dfe69 SHA1 3c8ad9c1fdf15298663370edc6ecbf8f926a2ee3 SHA256 1360738ecb0c58fde9b7db7244ad86ca29893b17eaf16ef8a8231f2587e96256
+EBUILD autokey-gtk-0.60.7a.ebuild 852 RMD160 706cbb9d9293df010a8d07047d233bcf879b446b SHA1 81d44f4665c43c6dea6930262a7acde606495aed SHA256 c4bb6d520c02600282772f93f5d5b5b93f7a8c7b5cb86ad4d632aaddc4dac2bd
+MISC ChangeLog 269 RMD160 ec3e05f83c80216c47d1d9a03fcd0e7b2c853edf SHA1 e9d2ed3d2cd9125d42af27547a9b0c4cc374ae1b SHA256 f02d57e3da87e30f12b91550c517c6aaa54d276cc6a95a16a20d9c262cf1ea00
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-misc/autokey-gtk/autokey-gtk-0.60.7a.ebuild b/app-misc/autokey-gtk/autokey-gtk-0.60.7a.ebuild
new file mode 100644
index 000000000..a9820f176
--- /dev/null
+++ b/app-misc/autokey-gtk/autokey-gtk-0.60.7a.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+DESCRIPTION="A programm for automating tasks in Linux"
+HOMEPAGE="http://autokey.sourceforge.net/"
+SRC_URI="http://autokey.googlecode.com/files/${PN}_${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=dev-python/python-xlib-0.14
+ dev-python/notify-python
+ dev-python/pygtk"
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/build"
+
+src_install(){
+ distutils_src_install
+ newinitd "${S}"/debian/autokey-gtk.init autokey || die
+}
+
+pkg_postinst () {
+ einfo "You should now run /etc/init.d/dbus reload"
+ einfo " You may now start the ${PN} deamon with /etc/init.d/autokey start."
+ einfo " If you want to start the deamon every time Gentoo starts,"
+ einfo " you should run rc-update add autokey default"
+}
+
diff --git a/app-misc/autokey-gtk/metadata.xml b/app-misc/autokey-gtk/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/app-misc/autokey-gtk/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>maintainer-wanted</herd>
+</pkgmetadata>