diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-08-01 21:15:53 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-08-01 21:15:53 +0000 |
commit | bdc50491c3b619f3707797c5d27f67354460faa3 (patch) | |
tree | e882cd60af6bf5a476ca99077c9cc9de53ca94bd /x11-apps/xset | |
parent | Removed old. (diff) | |
download | gentoo-2-bdc50491c3b619f3707797c5d27f67354460faa3.tar.gz gentoo-2-bdc50491c3b619f3707797c5d27f67354460faa3.tar.bz2 gentoo-2-bdc50491c3b619f3707797c5d27f67354460faa3.zip |
Version bump.
(Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xset')
-rw-r--r-- | x11-apps/xset/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xset/xset-1.2.2.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog index caa29069def5..89b3ffef945f 100644 --- a/x11-apps/xset/ChangeLog +++ b/x11-apps/xset/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xset # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.78 2011/04/18 11:25:57 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.79 2011/08/01 21:15:53 chithanh Exp $ + +*xset-1.2.2 (01 Aug 2011) + + 01 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xset-1.2.2.ebuild: + Version bump. 18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xset-1.2.1.ebuild: old diff --git a/x11-apps/xset/xset-1.2.2.ebuild b/x11-apps/xset/xset-1.2.2.ebuild new file mode 100644 index 000000000000..70fce989d951 --- /dev/null +++ b/x11-apps/xset/xset-1.2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.2.2.ebuild,v 1.1 2011/08/01 21:15:53 chithanh Exp $ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="X.Org xset application" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXext" +DEPEND="${RDEPEND}" + +pkg_setup() { + CONFIGURE_OPTIONS="--without-xf86misc --without-fontcache" + xorg-2_pkg_setup +} |