diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-27 12:29:51 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-27 12:29:51 +0000 |
commit | 308727f578f1441c1baabd31fad70e398e3e3d57 (patch) | |
tree | 506deae64339c73ab138644919d72225976eed94 /x11-apps/xcmsdb | |
parent | Version bump. (diff) | |
download | gentoo-2-308727f578f1441c1baabd31fad70e398e3e3d57.tar.gz gentoo-2-308727f578f1441c1baabd31fad70e398e3e3d57.tar.bz2 gentoo-2-308727f578f1441c1baabd31fad70e398e3e3d57.zip |
Version bump.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xcmsdb')
-rw-r--r-- | x11-apps/xcmsdb/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xcmsdb/xcmsdb-1.0.3.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/x11-apps/xcmsdb/ChangeLog b/x11-apps/xcmsdb/ChangeLog index 410bc723545c..b8cac5540cce 100644 --- a/x11-apps/xcmsdb/ChangeLog +++ b/x11-apps/xcmsdb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xcmsdb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.35 2010/01/23 18:47:36 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.36 2010/09/27 12:29:51 scarabeus Exp $ + +*xcmsdb-1.0.3 (27 Sep 2010) + + 27 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xcmsdb-1.0.3.ebuild: + Version bump. 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xcmsdb-1.0.1.ebuild: rm diff --git a/x11-apps/xcmsdb/xcmsdb-1.0.3.ebuild b/x11-apps/xcmsdb/xcmsdb-1.0.3.ebuild new file mode 100644 index 000000000000..5d6a6b598ff1 --- /dev/null +++ b/x11-apps/xcmsdb/xcmsdb-1.0.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/xcmsdb-1.0.3.ebuild,v 1.1 2010/09/27 12:29:51 scarabeus Exp $ + +EAPI=3 +XORG_STATIC=no +inherit xorg-2 + +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}" |