summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-09-05 05:15:20 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-09-05 05:15:20 +0000
commit34ccc8cfb51d037993bdbdead008103489c9ecb2 (patch)
tree31c1a32c5f3859253cae1a8c3d5029c3cdcc3471 /x11-apps/xset
parentNew snapshot. (diff)
downloadgentoo-2-34ccc8cfb51d037993bdbdead008103489c9ecb2.tar.gz
gentoo-2-34ccc8cfb51d037993bdbdead008103489c9ecb2.tar.bz2
gentoo-2-34ccc8cfb51d037993bdbdead008103489c9ecb2.zip
New snapshot.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-apps/xset')
-rw-r--r--x11-apps/xset/ChangeLog8
-rw-r--r--x11-apps/xset/Manifest14
-rw-r--r--x11-apps/xset/files/digest-xset-0.99.11
-rw-r--r--x11-apps/xset/xset-0.99.1.ebuild13
4 files changed, 24 insertions, 12 deletions
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog
index 03aeeb30bf1b..39dc11c7fb41 100644
--- a/x11-apps/xset/ChangeLog
+++ b/x11-apps/xset/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xset
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.2 2005/08/08 20:14:20 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.3 2005/09/05 05:15:20 joshuabaergen Exp $
+
+*xset-0.99.1 (05 Sep 2005)
+
+ 05 Sep 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xset-0.99.1.ebuild:
+ New snapshot.
08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> xset-0.99.0.ebuild:
Add ~sparc keyword (Modular X testing).
diff --git a/x11-apps/xset/Manifest b/x11-apps/xset/Manifest
index f6190ce86e90..36b04faceebd 100644
--- a/x11-apps/xset/Manifest
+++ b/x11-apps/xset/Manifest
@@ -1,13 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 9a42370d7b2bef8e20a32acfd95cc96d ChangeLog 576
MD5 7b5596e70a8044ca0fba42a886c42af5 xset-0.99.0.ebuild 415
-MD5 19efdb273f743a5723da556c0087cb34 ChangeLog 451
+MD5 f681ee6c9889399e062521614345d8a8 xset-0.99.1.ebuild 321
MD5 e2b45d187af1a9067ab1d71994655c68 files/digest-xset-0.99.0 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDC8b9gIKl8Uu19MoRAvGcAJsHJZBe6BJM2Iwtm8IdaJ/MbXlIMQCfSeY7
-6IDpAM9bhbDVBLg03VPU86g=
-=3fR8
------END PGP SIGNATURE-----
+MD5 1d119e1d267c0d9184655d1a8461beae files/digest-xset-0.99.1 63
diff --git a/x11-apps/xset/files/digest-xset-0.99.1 b/x11-apps/xset/files/digest-xset-0.99.1
new file mode 100644
index 000000000000..0bcc8b532394
--- /dev/null
+++ b/x11-apps/xset/files/digest-xset-0.99.1
@@ -0,0 +1 @@
+MD5 93bd8d24b88fd8f72f317b7e23d4bb42 xset-0.99.1.tar.bz2 69540
diff --git a/x11-apps/xset/xset-0.99.1.ebuild b/x11-apps/xset/xset-0.99.1.ebuild
new file mode 100644
index 000000000000..66fba8ff9e63
--- /dev/null
+++ b/x11-apps/xset/xset-0.99.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-0.99.1.ebuild,v 1.1 2005/09/05 05:15:20 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xset application"
+KEYWORDS="~arm ~s390 ~sparc ~x86"
+RDEPEND="x11-libs/libXmu"
+DEPEND="${RDEPEND}"