diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-06 20:53:14 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-06 20:53:14 +0000 |
commit | ec67df7004b5290a0c7cac1398e633e220119fe7 (patch) | |
tree | ced902c2e5e3f2bb4e5d19f8be82af60468cf9f5 /x11-apps/xkbcomp | |
parent | x11-apps/xkbcomp: bump to 1.1.0 (diff) | |
download | gentoo-2-ec67df7004b5290a0c7cac1398e633e220119fe7.tar.gz gentoo-2-ec67df7004b5290a0c7cac1398e633e220119fe7.tar.bz2 gentoo-2-ec67df7004b5290a0c7cac1398e633e220119fe7.zip |
x11-apps/xkbcomp: drop old ebuilds
(Portage version: 2.2_rc36/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild | 27 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.0.4.ebuild | 27 |
3 files changed, 5 insertions, 55 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index b68c3f3b45e1..00226487ee44 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xkbcomp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.57 2009/08/06 20:51:18 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.58 2009/08/06 20:53:14 remi Exp $ + + 06 Aug 2009; Rémi Cardona <remi@gentoo.org> -xkbcomp-1.0.3.ebuild, + -xkbcomp-1.0.4.ebuild: + drop old ebuilds *xkbcomp-1.1.0 (06 Aug 2009) diff --git a/x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild b/x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild deleted file mode 100644 index cc368fb30015..000000000000 --- a/x11-apps/xkbcomp/xkbcomp-1.0.3.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.3.ebuild,v 1.12 2009/05/05 07:57:43 fauli 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.0.4.ebuild b/x11-apps/xkbcomp/xkbcomp-1.0.4.ebuild deleted file mode 100644 index a5e10c6a7b80..000000000000 --- a/x11-apps/xkbcomp/xkbcomp-1.0.4.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.4.ebuild,v 1.2 2009/05/05 07:57:43 fauli 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 -} |