summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-08-11 12:34:13 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-08-11 12:34:13 +0000
commitf0e38ec82c840995a00887458e0536d196879c40 (patch)
tree5659566cb9eafe746e6bb914201be6f38de58453 /x11-apps/xset
parentVersion bump. (diff)
downloadgentoo-2-f0e38ec82c840995a00887458e0536d196879c40.tar.gz
gentoo-2-f0e38ec82c840995a00887458e0536d196879c40.tar.bz2
gentoo-2-f0e38ec82c840995a00887458e0536d196879c40.zip
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xset')
-rw-r--r--x11-apps/xset/ChangeLog11
-rw-r--r--x11-apps/xset/xset-1.2.3.ebuild23
2 files changed, 31 insertions, 3 deletions
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog
index dfe5780939d0..d92137dcf24c 100644
--- a/x11-apps/xset/ChangeLog
+++ b/x11-apps/xset/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xset
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.88 2012/05/06 00:35:21 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.89 2013/08/11 12:34:13 chithanh Exp $
+
+*xset-1.2.3 (11 Aug 2013)
+
+ 11 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xset-1.2.3.ebuild:
+ Version bump.
06 May 2012; Alexis Ballier <aballier@gentoo.org> xset-1.2.2.ebuild:
keyword ~amd64-fbsd
@@ -318,4 +324,3 @@
08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xset-0.99.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-apps/xset/xset-1.2.3.ebuild b/x11-apps/xset/xset-1.2.3.ebuild
new file mode 100644
index 000000000000..c3b66da3a56a
--- /dev/null
+++ b/x11-apps/xset/xset-1.2.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.2.3.ebuild,v 1.1 2013/08/11 12:34:13 chithanh Exp $
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="X.Org xset application"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXext"
+DEPEND="${RDEPEND}"
+
+XORG_CONFIGURE_OPTIONS=(
+ --without-xf86misc
+ --without-fontcache
+)