diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-02-18 20:02:23 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-02-18 20:02:23 +0000 |
commit | 884ec82ba4aa2cb81de4bcd3df4b07050f595717 (patch) | |
tree | 4f5cfabb5b71ec0a4b2e3cfb8cf6acf2bc0372ef /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-884ec82ba4aa2cb81de4bcd3df4b07050f595717.tar.gz gentoo-2-884ec82ba4aa2cb81de4bcd3df4b07050f595717.tar.bz2 gentoo-2-884ec82ba4aa2cb81de4bcd3df4b07050f595717.zip |
Version bump.
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xstdcmap/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild | 14 |
2 files changed, 22 insertions, 3 deletions
diff --git a/x11-apps/xstdcmap/ChangeLog b/x11-apps/xstdcmap/ChangeLog index 7d1927d9001b..f1e20a713b1b 100644 --- a/x11-apps/xstdcmap/ChangeLog +++ b/x11-apps/xstdcmap/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xstdcmap -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xstdcmap/ChangeLog,v 1.28 2011/02/14 23:41:03 xarthisius Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xstdcmap/ChangeLog,v 1.29 2013/02/18 20:02:23 chithanh Exp $ + +*xstdcmap-1.0.3 (18 Feb 2013) + + 18 Feb 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xstdcmap-1.0.3.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xstdcmap-1.0.2.ebuild: ppc stable wrt #344827, #354237 @@ -108,4 +114,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xstdcmap-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild b/x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild new file mode 100644 index 000000000000..18654d775ba3 --- /dev/null +++ b/x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild,v 1.1 2013/02/18 20:02:23 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X standard colormap utility" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND}" |