summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-03-10 02:01:40 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-03-10 02:01:40 +0000
commit8892c0bbc54de2917d92fb7d2cf9c200a538182b (patch)
tree9f17211ab4bf48faf5c136a016805a072e3241f5 /x11-apps/xset
parentBump. (diff)
downloadgentoo-2-8892c0bbc54de2917d92fb7d2cf9c200a538182b.tar.gz
gentoo-2-8892c0bbc54de2917d92fb7d2cf9c200a538182b.tar.bz2
gentoo-2-8892c0bbc54de2917d92fb7d2cf9c200a538182b.zip
Bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-apps/xset')
-rw-r--r--x11-apps/xset/ChangeLog9
-rw-r--r--x11-apps/xset/xset-1.0.4.ebuild16
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog
index 54d52b4a9d0f..dda4bfcb7844 100644
--- a/x11-apps/xset/ChangeLog
+++ b/x11-apps/xset/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xset
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.36 2007/12/20 00:24:46 cla Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.37 2008/03/10 02:01:40 dberkholz Exp $
+
+*xset-1.0.4 (10 Mar 2008)
+
+ 10 Mar 2008; Donnie Berkholz <dberkholz@gentoo.org>; +xset-1.0.4.ebuild:
+ Bump.
19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xset-1.0.3.ebuild:
Stable on x86 (bug #202087)
diff --git a/x11-apps/xset/xset-1.0.4.ebuild b/x11-apps/xset/xset-1.0.4.ebuild
new file mode 100644
index 000000000000..b0deff123719
--- /dev/null
+++ b/x11-apps/xset/xset-1.0.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.0.4.ebuild,v 1.1 2008/03/10 02:01:40 dberkholz 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"
+
+RDEPEND="x11-libs/libXmu
+ x11-libs/libXfontcache"
+DEPEND="${RDEPEND}"