summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-02-08 10:46:48 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-02-08 10:46:48 +0000
commitfa4cffb55010762b879c3980a5755f61cc422ee1 (patch)
tree1936fbb7e437014e4785f6e8334657ffba728476 /x11-plugins/gkrellm-xkb
parentReadding ~arm ~hppa ~ia64 as they now satisfy the >=xorg-x11-6.8.0-r4 DEPEND ... (diff)
downloadhistorical-fa4cffb55010762b879c3980a5755f61cc422ee1.tar.gz
historical-fa4cffb55010762b879c3980a5755f61cc422ee1.tar.bz2
historical-fa4cffb55010762b879c3980a5755f61cc422ee1.zip
Initial import.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'x11-plugins/gkrellm-xkb')
-rw-r--r--x11-plugins/gkrellm-xkb/ChangeLog10
-rw-r--r--x11-plugins/gkrellm-xkb/Manifest14
-rw-r--r--x11-plugins/gkrellm-xkb/files/digest-gkrellm-xkb-1.051
-rw-r--r--x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild24
-rw-r--r--x11-plugins/gkrellm-xkb/metadata.xml9
5 files changed, 58 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-xkb/ChangeLog b/x11-plugins/gkrellm-xkb/ChangeLog
new file mode 100644
index 000000000000..d646707ac43c
--- /dev/null
+++ b/x11-plugins/gkrellm-xkb/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/gkrellm-xkb
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-xkb/ChangeLog,v 1.1 2005/02/08 10:46:48 ticho Exp $
+
+*gkrellm-xkb-1.05 (08 Feb 2005)
+
+ 08 Feb 2005; Andrej Kacian <ticho@gentoo.org> +metadata.xml,
+ +gkrellm-xkb-1.05.ebuild:
+ Initial import.
+
diff --git a/x11-plugins/gkrellm-xkb/Manifest b/x11-plugins/gkrellm-xkb/Manifest
new file mode 100644
index 000000000000..3e0032a4744d
--- /dev/null
+++ b/x11-plugins/gkrellm-xkb/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 7923d200968429fb220743bd023f0e89 ChangeLog 361
+MD5 bd9e210457c22384582e7c1394314d3f metadata.xml 250
+MD5 9c349ee0eb9be11fe41e905b294ded19 gkrellm-xkb-1.05.ebuild 616
+MD5 b38ad568b9f37174a43010516fa22f19 files/digest-gkrellm-xkb-1.05 67
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCCJihQlM6RnzZP+IRAis2AJ9grk0o0glytI0YeCrx8K9aGOL+jACfRCVE
+5m1ccilI7VhTvu0MLDAnvDE=
+=AHdr
+-----END PGP SIGNATURE-----
diff --git a/x11-plugins/gkrellm-xkb/files/digest-gkrellm-xkb-1.05 b/x11-plugins/gkrellm-xkb/files/digest-gkrellm-xkb-1.05
new file mode 100644
index 000000000000..5ad3c0fb8c1f
--- /dev/null
+++ b/x11-plugins/gkrellm-xkb/files/digest-gkrellm-xkb-1.05
@@ -0,0 +1 @@
+MD5 4342cee10c839179f6126658a7b29321 gkrellm-xkb-1.05.tar.gz 37775
diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild
new file mode 100644
index 000000000000..07909ab145d6
--- /dev/null
+++ b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild,v 1.1 2005/02/08 10:46:48 ticho Exp $
+
+DESCRIPTION="XKB keyboard switcher for gkrellm2"
+HOMEPAGE="http://sweb.cz/tripie/gkrellm/xkb/"
+SRC_URI="http://sweb.cz/tripie/gkrellm/xkb/dist/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=app-admin/gkrellm-2"
+
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ insinto /usr/lib/gkrellm2/plugins
+ doins xkb.so
+ dodoc AUTHORS LICENSE ChangeLog
+}
diff --git a/x11-plugins/gkrellm-xkb/metadata.xml b/x11-plugins/gkrellm-xkb/metadata.xml
new file mode 100644
index 000000000000..a88786f496b7
--- /dev/null
+++ b/x11-plugins/gkrellm-xkb/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>ticho@gentoo.org</email>
+ <name>Andrej Kacian</name>
+</maintainer>
+</pkgmetadata>