diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-11-11 20:00:02 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-11-11 20:00:02 +0000 |
commit | 73d0b54e07e2c46aaccde995a6306791535dae87 (patch) | |
tree | f3e0d79babf35c8b2ab23080614eab0df7f697f6 /x11-apps/xset | |
parent | Bump for 7.0RC2. (diff) | |
download | historical-73d0b54e07e2c46aaccde995a6306791535dae87.tar.gz historical-73d0b54e07e2c46aaccde995a6306791535dae87.tar.bz2 historical-73d0b54e07e2c46aaccde995a6306791535dae87.zip |
Bump for 7.0RC2.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-apps/xset')
-rw-r--r-- | x11-apps/xset/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xset/files/digest-xset-0.99.3 | 1 | ||||
-rw-r--r-- | x11-apps/xset/xset-0.99.3.ebuild | 13 |
3 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog index 357639a1bc3c..7c99fa550584 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.9 2005/10/31 17:43:31 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.10 2005/11/11 19:59:23 joshuabaergen Exp $ + +*xset-0.99.3 (11 Nov 2005) + + 11 Nov 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xset-0.99.3.ebuild: + Bump for 7.0RC2. 31 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; -xset-0.99.0.ebuild, -xset-0.99.1_pre20050905.ebuild: diff --git a/x11-apps/xset/files/digest-xset-0.99.3 b/x11-apps/xset/files/digest-xset-0.99.3 new file mode 100644 index 000000000000..a77e383f4cf5 --- /dev/null +++ b/x11-apps/xset/files/digest-xset-0.99.3 @@ -0,0 +1 @@ +MD5 1c4444f3a4cdb10758c392751f467e66 xset-0.99.3.tar.bz2 86313 diff --git a/x11-apps/xset/xset-0.99.3.ebuild b/x11-apps/xset/xset-0.99.3.ebuild new file mode 100644 index 000000000000..07d0cd46de11 --- /dev/null +++ b/x11-apps/xset/xset-0.99.3.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.3.ebuild,v 1.1 2005/11/11 19:59:23 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xset application" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libXmu" +DEPEND="${RDEPEND}" |