diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-01 12:03:24 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-01 12:03:24 +0000 |
commit | ba8be25ed1f29538da2e679368354b90d9ea68da (patch) | |
tree | 3feeb2fdd2fa242c98b7a9a3804c41ceb0140997 /x11-apps/xsetroot | |
parent | stable x86, security bug 342705 (diff) | |
download | gentoo-2-ba8be25ed1f29538da2e679368354b90d9ea68da.tar.gz gentoo-2-ba8be25ed1f29538da2e679368354b90d9ea68da.tar.bz2 gentoo-2-ba8be25ed1f29538da2e679368354b90d9ea68da.zip |
Version bump.
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xsetroot')
-rw-r--r-- | x11-apps/xsetroot/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.1.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xsetroot/ChangeLog b/x11-apps/xsetroot/ChangeLog index 818d6acac9de..413c44ae1c06 100644 --- a/x11-apps/xsetroot/ChangeLog +++ b/x11-apps/xsetroot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xsetroot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.39 2010/01/23 19:24:37 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.40 2010/11/01 12:03:24 scarabeus Exp $ + +*xsetroot-1.1.0 (01 Nov 2010) + + 01 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xsetroot-1.1.0.ebuild: + Version bump. 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xsetroot-1.0.2.ebuild: diff --git a/x11-apps/xsetroot/xsetroot-1.1.0.ebuild b/x11-apps/xsetroot/xsetroot-1.1.0.ebuild new file mode 100644 index 000000000000..9e67022598f8 --- /dev/null +++ b/x11-apps/xsetroot/xsetroot-1.1.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/xsetroot-1.1.0.ebuild,v 1.1 2010/11/01 12:03:24 scarabeus Exp $ + +EAPI=3 +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="X.Org xsetroot application" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" +RDEPEND="x11-libs/libXmu + x11-libs/libX11 + x11-misc/xbitmaps + x11-libs/libXcursor" +DEPEND="${RDEPEND}" |