diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-04 02:57:20 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-04 02:57:20 +0000 |
commit | 9bf074c1579adeff386340eaf5ded32727b45d97 (patch) | |
tree | ec6125ac65787c45b6fef854726f339da49746e2 /x11-libs | |
parent | Mask USE=colord for stable versions of gtk+ since x11-misc/colord is not stab... (diff) | |
download | gentoo-2-9bf074c1579adeff386340eaf5ded32727b45d97.tar.gz gentoo-2-9bf074c1579adeff386340eaf5ded32727b45d97.tar.bz2 gentoo-2-9bf074c1579adeff386340eaf5ded32727b45d97.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXTrap/ChangeLog | 11 | ||||
-rw-r--r-- | x11-libs/libXTrap/libXTrap-1.0.1.ebuild | 17 |
2 files changed, 25 insertions, 3 deletions
diff --git a/x11-libs/libXTrap/ChangeLog b/x11-libs/libXTrap/ChangeLog index 444850612354..be51198d9f2f 100644 --- a/x11-libs/libXTrap/ChangeLog +++ b/x11-libs/libXTrap/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXTrap -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXTrap/ChangeLog,v 1.34 2012/08/26 17:33:25 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXTrap/ChangeLog,v 1.35 2013/01/04 02:57:20 chithanh Exp $ + +*libXTrap-1.0.1 (04 Jan 2013) + + 04 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXTrap-1.0.1.ebuild: + Version bump. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> libXTrap-1.0.0-r1.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -129,4 +135,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +libXTrap-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-libs/libXTrap/libXTrap-1.0.1.ebuild b/x11-libs/libXTrap/libXTrap-1.0.1.ebuild new file mode 100644 index 000000000000..a1fe1fbfdb00 --- /dev/null +++ b/x11-libs/libXTrap/libXTrap-1.0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXTrap/libXTrap-1.0.1.ebuild,v 1.1 2013/01/04 02:57:20 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org XTrap library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-proto/trapproto" +DEPEND="${RDEPEND}" |