diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-14 17:54:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-14 17:54:18 +0000 |
commit | 1c461dd46bb3fcf38f178ca49627a90fee3a5194 (patch) | |
tree | e2bbe9c76bb667d1c174b95dcfe577055f6141de /x11-libs/libxkbui | |
parent | Remove old. (diff) | |
download | gentoo-2-1c461dd46bb3fcf38f178ca49627a90fee3a5194.tar.gz gentoo-2-1c461dd46bb3fcf38f178ca49627a90fee3a5194.tar.bz2 gentoo-2-1c461dd46bb3fcf38f178ca49627a90fee3a5194.zip |
Update to use xorg-2 eclass.
(Portage version: 2.2.0_alpha100_p3/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libxkbui')
-rw-r--r-- | x11-libs/libxkbui/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/libxkbui/libxkbui-1.0.2-r1.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-libs/libxkbui/ChangeLog b/x11-libs/libxkbui/ChangeLog index 1796e66ba7df..223ac237697f 100644 --- a/x11-libs/libxkbui/ChangeLog +++ b/x11-libs/libxkbui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libxkbui -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbui/ChangeLog,v 1.33 2011/02/06 10:42:28 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbui/ChangeLog,v 1.34 2012/04/14 17:54:18 mgorny Exp $ + +*libxkbui-1.0.2-r1 (14 Apr 2012) + + 14 Apr 2012; Michał Górny <mgorny@gentoo.org> +libxkbui-1.0.2-r1.ebuild: + Update to use xorg-2 eclass. 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> libxkbui-1.0.2.ebuild: Drop to ~mips diff --git a/x11-libs/libxkbui/libxkbui-1.0.2-r1.ebuild b/x11-libs/libxkbui/libxkbui-1.0.2-r1.ebuild new file mode 100644 index 000000000000..aba265d7c797 --- /dev/null +++ b/x11-libs/libxkbui/libxkbui-1.0.2-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbui/libxkbui-1.0.2-r1.ebuild,v 1.1 2012/04/14 17:54:18 mgorny Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org xkbui library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND="x11-libs/libXt + >=x11-libs/libxkbfile-1.0.3 + x11-proto/kbproto" +DEPEND="${RDEPEND}" |