diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-29 04:50:18 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-29 04:50:18 +0000 |
commit | b52b5f00c38b4d9bde1a04b3a287c4646756adbb (patch) | |
tree | 2a02fb9adf38c858b8b0f189837543dc7df94390 /x11-libs/libXres | |
parent | Version bump. Includes fix for shadow manpages. (diff) | |
download | gentoo-2-b52b5f00c38b4d9bde1a04b3a287c4646756adbb.tar.gz gentoo-2-b52b5f00c38b4d9bde1a04b3a287c4646756adbb.tar.bz2 gentoo-2-b52b5f00c38b4d9bde1a04b3a287c4646756adbb.zip |
Version bump. Cygwin build fix. Includes fix for shadow manpages.
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'x11-libs/libXres')
-rw-r--r-- | x11-libs/libXres/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXres/files/digest-libXres-1.0.1 | 3 | ||||
-rw-r--r-- | x11-libs/libXres/libXres-1.0.1.ebuild | 22 |
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-libs/libXres/ChangeLog b/x11-libs/libXres/ChangeLog index ac7a3932a0bd..a4a84364439a 100644 --- a/x11-libs/libXres/ChangeLog +++ b/x11-libs/libXres/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXres # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v 1.21 2006/04/28 15:07:05 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v 1.22 2006/04/29 04:50:18 joshuabaergen Exp $ + +*libXres-1.0.1 (29 Apr 2006) + + 29 Apr 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +libXres-1.0.1.ebuild: + Version bump. Cygwin build fix. Includes fix for shadow manpages. 28 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-libXres-1.0.0-r1, Manifest: diff --git a/x11-libs/libXres/files/digest-libXres-1.0.1 b/x11-libs/libXres/files/digest-libXres-1.0.1 new file mode 100644 index 000000000000..eda788407562 --- /dev/null +++ b/x11-libs/libXres/files/digest-libXres-1.0.1 @@ -0,0 +1,3 @@ +MD5 0bd0bfbbc093871f2bf395e2f101d334 libXres-1.0.1.tar.bz2 225806 +RMD160 1fc2c9d503ca7c3fb5232f45e52c383162af886a libXres-1.0.1.tar.bz2 225806 +SHA256 010c8eba122ec239cd2f64cd90a6e539c0594f32f3284ea20e77e86cf9875c2b libXres-1.0.1.tar.bz2 225806 diff --git a/x11-libs/libXres/libXres-1.0.1.ebuild b/x11-libs/libXres/libXres-1.0.1.ebuild new file mode 100644 index 000000000000..23d50e703d9e --- /dev/null +++ b/x11-libs/libXres/libXres-1.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/libXres-1.0.1.ebuild,v 1.1 2006/04/29 04:50:18 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +# SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org XRes 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-libs/libXext + x11-proto/xproto" +DEPEND="${RDEPEND} + x11-proto/resourceproto" |