diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-15 12:27:42 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-15 12:27:42 +0000 |
commit | afd9732b93feb259fba1339ead6cf84032522bb0 (patch) | |
tree | a16c60990edb93979a738e1edc008960d8340c2c /x11-apps | |
parent | Version bump. (diff) | |
download | historical-afd9732b93feb259fba1339ead6cf84032522bb0.tar.gz historical-afd9732b93feb259fba1339ead6cf84032522bb0.tar.bz2 historical-afd9732b93feb259fba1339ead6cf84032522bb0.zip |
Version bump.
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xclipboard/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xclipboard/xclipboard-1.1.0.ebuild | 18 | ||||
-rw-r--r-- | x11-apps/xcmsdb/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xcmsdb/xcmsdb-1.0.2.ebuild | 14 |
4 files changed, 45 insertions, 2 deletions
diff --git a/x11-apps/xclipboard/ChangeLog b/x11-apps/xclipboard/ChangeLog index 3dc6fb222019..326e349be412 100644 --- a/x11-apps/xclipboard/ChangeLog +++ b/x11-apps/xclipboard/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xclipboard # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.25 2009/07/07 01:33:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.26 2009/10/15 12:25:59 scarabeus Exp $ + +*xclipboard-1.1.0 (15 Oct 2009) + + 15 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + +xclipboard-1.1.0.ebuild: + Version bump. 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xclipboard-1.0.1-r1.ebuild: Stable for HPPA too. diff --git a/x11-apps/xclipboard/xclipboard-1.1.0.ebuild b/x11-apps/xclipboard/xclipboard-1.1.0.ebuild new file mode 100644 index 000000000000..13375a4950de --- /dev/null +++ b/x11-apps/xclipboard/xclipboard-1.1.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/xclipboard-1.1.0.ebuild,v 1.1 2009/10/15 12:25:59 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="interchange between cut buffer and selection" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="x11-libs/libXaw + x11-libs/libxkbfile + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xcmsdb/ChangeLog b/x11-apps/xcmsdb/ChangeLog index c1444ddce420..84121506180b 100644 --- a/x11-apps/xcmsdb/ChangeLog +++ b/x11-apps/xcmsdb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xcmsdb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.23 2009/10/11 11:06:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.24 2009/10/15 12:27:42 scarabeus Exp $ + +*xcmsdb-1.0.2 (15 Oct 2009) + + 15 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xcmsdb-1.0.2.ebuild: + Version bump. 11 Oct 2009; nixnut <nixnut@gentoo.org> xcmsdb-1.0.1.ebuild: ppc stable #282290 diff --git a/x11-apps/xcmsdb/xcmsdb-1.0.2.ebuild b/x11-apps/xcmsdb/xcmsdb-1.0.2.ebuild new file mode 100644 index 000000000000..1d8cac8ab5c3 --- /dev/null +++ b/x11-apps/xcmsdb/xcmsdb-1.0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/xcmsdb-1.0.2.ebuild,v 1.1 2009/10/15 12:27:42 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Device Color Characterization utility for X Color Management System" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" |