summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-09-28 10:23:30 +0000
committerRémi Cardona <remi@gentoo.org>2009-09-28 10:23:30 +0000
commit69f83fb5ce593babcafdcef065e96316f8077d5e (patch)
tree6aef4a29ec69b205ce79a1295517da3a25dc6f45 /x11-apps/xset
parentReplace RESTRICT="strip" with QA_PRESTRIPPED. (diff)
downloadgentoo-2-69f83fb5ce593babcafdcef065e96316f8077d5e.tar.gz
gentoo-2-69f83fb5ce593babcafdcef065e96316f8077d5e.tar.bz2
gentoo-2-69f83fb5ce593babcafdcef065e96316f8077d5e.zip
x11-apps/xset: bump to 1.1.0
(Portage version: 2.2_rc42/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xset')
-rw-r--r--x11-apps/xset/ChangeLog7
-rw-r--r--x11-apps/xset/xset-1.1.0.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog
index 5bfffbe6ac8e..f95f391bcb95 100644
--- a/x11-apps/xset/ChangeLog
+++ b/x11-apps/xset/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xset
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.46 2009/09/28 10:19:01 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.47 2009/09/28 10:23:30 remi Exp $
+
+*xset-1.1.0 (28 Sep 2009)
+
+ 28 Sep 2009; Rémi Cardona <remi@gentoo.org> +xset-1.1.0.ebuild:
+ bump to 1.1.0
28 Sep 2009; Rémi Cardona <remi@gentoo.org> -xset-1.0.2.ebuild:
drop old ebuilds
diff --git a/x11-apps/xset/xset-1.1.0.ebuild b/x11-apps/xset/xset-1.1.0.ebuild
new file mode 100644
index 000000000000..b5a280b362c7
--- /dev/null
+++ b/x11-apps/xset/xset-1.1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.1.0.ebuild,v 1.1 2009/09/28 10:23:30 remi Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xset application"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libXmu
+ x11-libs/libXfontcache"
+DEPEND="${RDEPEND}"