summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-09-10 22:40:39 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-09-10 22:40:39 +0000
commit18baa7f3ef5172a3f3f046731ecf100ba36c198e (patch)
tree420e20a73bb07c397581c0e2535d19a435803ff1 /x11-apps/xkbcomp
parentVersion bump. (diff)
downloadgentoo-2-18baa7f3ef5172a3f3f046731ecf100ba36c198e.tar.gz
gentoo-2-18baa7f3ef5172a3f3f046731ecf100ba36c198e.tar.bz2
gentoo-2-18baa7f3ef5172a3f3f046731ecf100ba36c198e.zip
rm
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r--x11-apps/xkbcomp/ChangeLog6
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.0.5.ebuild27
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.1.0.ebuild15
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.1.1.ebuild4
4 files changed, 7 insertions, 45 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog
index 8787d7bcf48a..4ee2e3e8328a 100644
--- a/x11-apps/xkbcomp/ChangeLog
+++ b/x11-apps/xkbcomp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xkbcomp
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.74 2010/01/19 18:49:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.75 2010/09/10 22:40:39 scarabeus Exp $
+
+ 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -xkbcomp-1.0.5.ebuild, -xkbcomp-1.1.0.ebuild, xkbcomp-1.1.1.ebuild:
+ rm
19 Jan 2010; Raúl Porcel <armin76@gentoo.org> xkbcomp-1.1.1.ebuild:
s390 stable wrt #294958
diff --git a/x11-apps/xkbcomp/xkbcomp-1.0.5.ebuild b/x11-apps/xkbcomp/xkbcomp-1.0.5.ebuild
deleted file mode 100644
index b2994aecd90b..000000000000
--- a/x11-apps/xkbcomp/xkbcomp-1.0.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.0.5.ebuild,v 1.11 2009/06/23 21:26:09 klausman Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular multilib
-
-DESCRIPTION="compile XKB keyboard description"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-RDEPEND="x11-libs/libX11
- x11-libs/libxkbfile"
-DEPEND="${RDEPEND}"
-
-src_install() {
- x-modular_src_install
-
- dodir usr/share/X11/xkb
- dosym ../../../bin/xkbcomp /usr/share/X11/xkb/xkbcomp
-
- # (#122214) We should create this directory here, since xkeyboard-config
- # and any other set of layouts will symlink to it.
- dodir /var/lib/xkb
- keepdir /var/lib/xkb
-}
diff --git a/x11-apps/xkbcomp/xkbcomp-1.1.0.ebuild b/x11-apps/xkbcomp/xkbcomp-1.1.0.ebuild
deleted file mode 100644
index 740edca6b4ba..000000000000
--- a/x11-apps/xkbcomp/xkbcomp-1.1.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.1.0.ebuild,v 1.7 2009/12/15 15:09:44 armin76 Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="compile XKB keyboard description"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-RDEPEND="x11-libs/libX11
- x11-libs/libxkbfile"
-DEPEND="${RDEPEND}"
diff --git a/x11-apps/xkbcomp/xkbcomp-1.1.1.ebuild b/x11-apps/xkbcomp/xkbcomp-1.1.1.ebuild
index f9835b8f5b17..2c59165937d2 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.1.1.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.1.1.ebuild,v 1.10 2010/01/19 18:49:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.1.1.ebuild,v 1.11 2010/09/10 22:40:39 scarabeus Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -8,7 +8,7 @@
inherit x-modular
DESCRIPTION="compile XKB keyboard description"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"