diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-29 16:48:35 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-29 16:48:35 +0000 |
commit | fa02205057f64a877d638c38d3807a4194f4a002 (patch) | |
tree | 075c84b3db14d5314e47d41a7abb1dba2efbdfe1 /x11-apps | |
parent | Version bump. Includes various small bugfixes and cleanups. (diff) | |
download | historical-fa02205057f64a877d638c38d3807a4194f4a002.tar.gz historical-fa02205057f64a877d638c38d3807a4194f4a002.tar.bz2 historical-fa02205057f64a877d638c38d3807a4194f4a002.zip |
Version bump. Ensures some memory is freed when it is no longer required.
Package-Manager: portage-2.1_pre10
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xset/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xset/files/digest-xset-1.0.2 | 3 | ||||
-rw-r--r-- | x11-apps/xset/xset-1.0.2.ebuild | 13 |
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog index ba41f3c3a67f..4f8e736317ca 100644 --- a/x11-apps/xset/ChangeLog +++ b/x11-apps/xset/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xset # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.18 2006/04/01 20:03:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.19 2006/04/29 16:48:35 joshuabaergen Exp $ + +*xset-1.0.2 (29 Apr 2006) + + 29 Apr 2006; Joshua Baergen <joshuabaergen@gentoo.org> +xset-1.0.2.ebuild: + Version bump. Ensures some memory is freed when it is no longer required. 01 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> xset-1.0.1.ebuild: Add ~x86-fbsd keyword. diff --git a/x11-apps/xset/files/digest-xset-1.0.2 b/x11-apps/xset/files/digest-xset-1.0.2 new file mode 100644 index 000000000000..e00ad00527f0 --- /dev/null +++ b/x11-apps/xset/files/digest-xset-1.0.2 @@ -0,0 +1,3 @@ +MD5 1b781a0802c7b8fb9619a6665607b3f0 xset-1.0.2.tar.bz2 92940 +RMD160 59b6b72084140a002f3c32c8de28f3944c87bc24 xset-1.0.2.tar.bz2 92940 +SHA256 ce1e17c513a4499526e648a59c39ba01777c99c86093433cf392f27654b795c9 xset-1.0.2.tar.bz2 92940 diff --git a/x11-apps/xset/xset-1.0.2.ebuild b/x11-apps/xset/xset-1.0.2.ebuild new file mode 100644 index 000000000000..efbc7dbcf2b2 --- /dev/null +++ b/x11-apps/xset/xset-1.0.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.0.2.ebuild,v 1.1 2006/04/29 16:48:35 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xset application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" +RDEPEND="x11-libs/libXmu" +DEPEND="${RDEPEND}" |