diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-06 14:26:45 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-06 14:26:45 +0000 |
commit | f3b2339bcb32eb4b921f63250101f8ca3f73ff9b (patch) | |
tree | 5e6fb26dc3c2b6c7289821bbacde16dca784f361 /x11-apps/xset | |
parent | stable x86, bug 325845 (diff) | |
download | gentoo-2-f3b2339bcb32eb4b921f63250101f8ca3f73ff9b.tar.gz gentoo-2-f3b2339bcb32eb4b921f63250101f8ca3f73ff9b.tar.bz2 gentoo-2-f3b2339bcb32eb4b921f63250101f8ca3f73ff9b.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xset')
-rw-r--r-- | x11-apps/xset/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xset/xset-1.2.0.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog index ea4e85c98630..d454b06b812a 100644 --- a/x11-apps/xset/ChangeLog +++ b/x11-apps/xset/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xset # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.61 2010/04/07 22:35:46 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.62 2010/08/06 14:26:45 scarabeus Exp $ + +*xset-1.2.0 (06 Aug 2010) + + 06 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xset-1.2.0.ebuild: + Version bump. 07 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> xset-1.1.0.ebuild: diff --git a/x11-apps/xset/xset-1.2.0.ebuild b/x11-apps/xset/xset-1.2.0.ebuild new file mode 100644 index 000000000000..fe52b7f557a1 --- /dev/null +++ b/x11-apps/xset/xset-1.2.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.2.0.ebuild,v 1.1 2010/08/06 14:26:45 scarabeus Exp $ + +EAPI=3 + +XORG_STATIC=no +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 + x11-libs/libXfontcache + x11-libs/libXxf86misc" +DEPEND="${RDEPEND}" + +pkg_setup() { + CONFIGURE_OPTIONS="--with-xf86misc --with-fontcache" + xorg-2_pkg_setup +} |