diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-05-13 08:53:50 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-05-13 08:53:50 +0000 |
commit | 53065840a1e50ca86fdeefaff854b79476cf69c1 (patch) | |
tree | da65c669368467000b1ac7b4b0777ccf67cff03a /x11-libs/libXfixes | |
parent | Stable on ppc; bug #128647 (diff) | |
download | historical-53065840a1e50ca86fdeefaff854b79476cf69c1.tar.gz historical-53065840a1e50ca86fdeefaff854b79476cf69c1.tar.bz2 historical-53065840a1e50ca86fdeefaff854b79476cf69c1.zip |
Bump.
Package-Manager: portage-2.1_pre10-r5
Diffstat (limited to 'x11-libs/libXfixes')
-rw-r--r-- | x11-libs/libXfixes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXfixes/files/digest-libXfixes-4.0.1 | 3 | ||||
-rw-r--r-- | x11-libs/libXfixes/libXfixes-4.0.1.ebuild | 21 |
3 files changed, 31 insertions, 1 deletions
diff --git a/x11-libs/libXfixes/ChangeLog b/x11-libs/libXfixes/ChangeLog index 031e7a2d70fc..b7036b357290 100644 --- a/x11-libs/libXfixes/ChangeLog +++ b/x11-libs/libXfixes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXfixes # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/ChangeLog,v 1.23 2006/04/29 04:26:34 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/ChangeLog,v 1.24 2006/05/13 08:45:51 spyderous Exp $ + +*libXfixes-4.0.1 (13 May 2006) + + 13 May 2006; Donnie Berkholz <spyderous@gentoo.org>; + -libXfixes-4.0.ebuild, +libXfixes-4.0.1.ebuild: + Bump. *libXfixes-4.0 (29 Apr 2006) diff --git a/x11-libs/libXfixes/files/digest-libXfixes-4.0.1 b/x11-libs/libXfixes/files/digest-libXfixes-4.0.1 new file mode 100644 index 000000000000..55d5ca8fd174 --- /dev/null +++ b/x11-libs/libXfixes/files/digest-libXfixes-4.0.1 @@ -0,0 +1,3 @@ +MD5 c20eba4be3e8379fd774e999b65d3f90 libXfixes-4.0.1.tar.bz2 227707 +RMD160 4349ea0d586f07ba34fc46141354d9a1136c638f libXfixes-4.0.1.tar.bz2 227707 +SHA256 0f6117672c9fea63f933c11127f1d552e7b91c33079d8fa14299f927c9624da4 libXfixes-4.0.1.tar.bz2 227707 diff --git a/x11-libs/libXfixes/libXfixes-4.0.1.ebuild b/x11-libs/libXfixes/libXfixes-4.0.1.ebuild new file mode 100644 index 000000000000..143070c8070e --- /dev/null +++ b/x11-libs/libXfixes/libXfixes-4.0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/libXfixes-4.0.1.ebuild,v 1.1 2006/05/13 08:45:51 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Xfixes library" +RESTRICT="mirror" +#HOMEPAGE="http://foo.bar.com/" +#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" +#LICENSE="" +#SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +#IUSE="X gnome" +RDEPEND="x11-libs/libX11 + >=x11-proto/fixesproto-4 + x11-proto/xproto" +DEPEND="${RDEPEND}" |