diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-20 07:26:13 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-20 07:26:13 +0000 |
commit | fac6b9c27865425b30eb3d2160d0f8c662da35d5 (patch) | |
tree | b3264eeeb72827d7da7f322b0b574a9e16ae1d21 /x11-apps/xcursorgen | |
parent | Bump. Now only depends on xproto rather than libX11 and libXt. (diff) | |
download | gentoo-2-fac6b9c27865425b30eb3d2160d0f8c662da35d5.tar.gz gentoo-2-fac6b9c27865425b30eb3d2160d0f8c662da35d5.tar.bz2 gentoo-2-fac6b9c27865425b30eb3d2160d0f8c662da35d5.zip |
Bump. Fix rounding errors.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r-- | x11-apps/xcursorgen/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xcursorgen/files/digest-xcursorgen-1.0.1 | 3 | ||||
-rw-r--r-- | x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild | 16 |
3 files changed, 26 insertions, 1 deletions
diff --git a/x11-apps/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog index 4b10324b610e..1dc6334f49a9 100644 --- a/x11-apps/xcursorgen/ChangeLog +++ b/x11-apps/xcursorgen/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xcursorgen # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.20 2006/04/30 18:58:16 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.21 2006/05/20 07:26:13 spyderous Exp $ + +*xcursorgen-1.0.1 (20 May 2006) + + 20 May 2006; Donnie Berkholz <spyderous@gentoo.org>; + -xcursorgen-1.0.0.ebuild, +xcursorgen-1.0.1.ebuild: + Bump. Fix rounding errors. 30 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> xcursorgen-1.0.0.ebuild: diff --git a/x11-apps/xcursorgen/files/digest-xcursorgen-1.0.1 b/x11-apps/xcursorgen/files/digest-xcursorgen-1.0.1 new file mode 100644 index 000000000000..d82b25f308e1 --- /dev/null +++ b/x11-apps/xcursorgen/files/digest-xcursorgen-1.0.1 @@ -0,0 +1,3 @@ +MD5 39e1e62f5bd92603b0230b8b948c2fc4 xcursorgen-1.0.1.tar.bz2 82300 +RMD160 1f9f211e7e45165e4538321eca7eab35c14139ca xcursorgen-1.0.1.tar.bz2 82300 +SHA256 18d3e0d64853089c2154f1f867df087fc15f87e03e09fabc98ee5e265d8a53ef xcursorgen-1.0.1.tar.bz2 82300 diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild new file mode 100644 index 000000000000..975af125c602 --- /dev/null +++ b/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild,v 1.1 2006/05/20 07:26:13 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xcursorgen application" +RESTRICT="mirror" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND="x11-libs/libX11 + x11-libs/libXcursor + =media-libs/libpng-1.2*" +DEPEND="${RDEPEND}" |