summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2013-01-13 12:43:51 -0500
committerJames Cloos <cloos@jhcloos.com>2013-01-13 12:43:51 -0500
commit45ca7d95e3925d3322c63b25e88e54565ea42965 (patch)
tree6c1258af0e44e5406740ab96d2dc1ecd754c6d9d
parent73b770a8e5ffc483424ad44639baf8a11192fe8c (diff)
xkbutils-9999 is now available in the x11 overlay
Signed-off-by: James Cloos <cloos@jhcloos.com>
-rw-r--r--x11-apps/xkbutils/Manifest2
-rw-r--r--x11-apps/xkbutils/xkbutils-9999.ebuild21
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-apps/xkbutils/Manifest b/x11-apps/xkbutils/Manifest
deleted file mode 100644
index cba34dd..0000000
--- a/x11-apps/xkbutils/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD xkbutils-9999.ebuild 544 RMD160 3604d4a142381ae483da01df1e8ff334801e0e62 SHA1 07d823acedc9c1610ab26fa4f73e3e175b4fe85b SHA256 46f25221194cec2334c9da9b82fe0d429a16d4cbc31a3cf7967fb98e8eac6ab1
-MISC xkbutils-9999.ebuild.~8~ 505 RMD160 7576508ba40707c221a844bfb16f94e7745f7af1 SHA1 01448f447ac25541fe2f39c4f3b2cb8586c9a9e9 SHA256 62d829e6fdd10e6dead6c1e6a427d212c123c7951b2047ea08e5ca63046ac8e4
diff --git a/x11-apps/xkbutils/xkbutils-9999.ebuild b/x11-apps/xkbutils/xkbutils-9999.ebuild
deleted file mode 100644
index 0f8ee0d..0000000
--- a/x11-apps/xkbutils/xkbutils-9999.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-
-inherit x-modular
-
-DESCRIPTION="X.Org xkbutils application"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="xprint"
-RDEPEND="x11-libs/libxkbfile
- x11-libs/libXaw"
-DEPEND="${RDEPEND}
- x11-proto/inputproto"
-
-CONFIGURE_OPTIONS="$(use_enable xprint)"
-
-pkg_setup() {
- if use xprint && ! built_with_use x11-libs/libXaw xprint; then
- die "Build x11-libs/libXaw with USE=xprint."
- fi
-}