summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2005-06-15 09:07:57 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2005-06-15 09:07:57 +0000
commit347f91a6b4ffc1f33fe88d90d4e97e67a1e3404c (patch)
tree70c2eca1859cdef8fa765d246acb125574e6194b /x11-plugins
parentVersion bump. (diff)
downloadhistorical-347f91a6b4ffc1f33fe88d90d4e97e67a1e3404c.tar.gz
historical-347f91a6b4ffc1f33fe88d90d4e97e67a1e3404c.tar.bz2
historical-347f91a6b4ffc1f33fe88d90d4e97e67a1e3404c.zip
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmxkb/ChangeLog9
-rw-r--r--x11-plugins/wmxkb/Manifest14
-rw-r--r--x11-plugins/wmxkb/files/digest-wmxkb-1.2.21
-rw-r--r--x11-plugins/wmxkb/wmxkb-1.2.2.ebuild22
4 files changed, 43 insertions, 3 deletions
diff --git a/x11-plugins/wmxkb/ChangeLog b/x11-plugins/wmxkb/ChangeLog
index 8d32eb03474d..11ed189cbbea 100644
--- a/x11-plugins/wmxkb/ChangeLog
+++ b/x11-plugins/wmxkb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/wmxkb
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/ChangeLog,v 1.3 2004/06/24 23:20:22 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/ChangeLog,v 1.4 2005/06/15 09:07:57 pyrania Exp $
+
+*wmxkb-1.2.2 (15 Jun 2005)
+
+ 15 Jun 2005; Markus Nigbur <pyrania@gentoo.org> +wmxkb-1.2.2.ebuild:
+ Version bump.
11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> wmxkb-1.2.0.ebuild:
Marked stable.
diff --git a/x11-plugins/wmxkb/Manifest b/x11-plugins/wmxkb/Manifest
index a99a874115d8..fc7b82076c85 100644
--- a/x11-plugins/wmxkb/Manifest
+++ b/x11-plugins/wmxkb/Manifest
@@ -1,4 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 7404938a1499a3d7bfa1487154368def wmxkb-1.2.0.ebuild 677
-MD5 6b4040edc28d9a2d66d41493b50db966 ChangeLog 418
+MD5 cf4fa0d1ae48f3f66894885c89903995 ChangeLog 533
+MD5 6a5e00e645b2e73634a9b9fa02448d2d wmxkb-1.2.2.ebuild 677
MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 6a130f569c76b42786942f4b50b73082 files/digest-wmxkb-1.2.0 63
+MD5 a533fe57cfea3d25bb400d5f91ae1f60 files/digest-wmxkb-1.2.2 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCr+/+I7fK2cqeyXkRAnOFAKC7zYKxVlM9YimBTL141SEBoFkjQwCfVqLv
+qMSmaNYY8M89fPqhno9kzPY=
+=OJtY
+-----END PGP SIGNATURE-----
diff --git a/x11-plugins/wmxkb/files/digest-wmxkb-1.2.2 b/x11-plugins/wmxkb/files/digest-wmxkb-1.2.2
new file mode 100644
index 000000000000..f8245259a9c6
--- /dev/null
+++ b/x11-plugins/wmxkb/files/digest-wmxkb-1.2.2
@@ -0,0 +1 @@
+MD5 94ffa0bd8ecc317a71e837bcc7662a49 wmxkb-1.2.2.tar.gz 196726
diff --git a/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild b/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild
new file mode 100644
index 000000000000..18712156f815
--- /dev/null
+++ b/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild,v 1.1 2005/06/15 09:07:57 pyrania Exp $
+
+IUSE=""
+
+DESCRIPTION="Dockable keyboard layout switcher for Window Maker"
+HOMEPAGE="http://www.geocities.com/wmalms/#WMXKB"
+SRC_URI="http://www.geocities.com/wmalms/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~sparc ~x86"
+
+DEPEND="virtual/x11"
+
+src_install () {
+ make DESTDIR=${D} BINDIR=${D}/usr/bin DOCDIR=${D}/usr/share/doc DATADIR=${D}/usr/share install
+ dodoc README
+ cd ${WORKDIR}/${P}/doc
+ dodoc manual_body.html manual_title.html manual.book
+}