diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-23 16:52:54 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-23 16:52:54 +0000 |
commit | e97adaf79e1064d5f27cb76e062d04f1d12e9508 (patch) | |
tree | 67b0cff0460d0b1c482f562b387c3d5439eee81f /x11-apps/xsetroot | |
parent | USE="udev" by default where visible. Use gentoo mirrors for uri. (diff) | |
download | gentoo-2-e97adaf79e1064d5f27cb76e062d04f1d12e9508.tar.gz gentoo-2-e97adaf79e1064d5f27cb76e062d04f1d12e9508.tar.bz2 gentoo-2-e97adaf79e1064d5f27cb76e062d04f1d12e9508.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xsetroot')
-rw-r--r-- | x11-apps/xsetroot/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.1.1.ebuild | 17 |
2 files changed, 25 insertions, 3 deletions
diff --git a/x11-apps/xsetroot/ChangeLog b/x11-apps/xsetroot/ChangeLog index fbe182b0925f..acb9f0dcaab8 100644 --- a/x11-apps/xsetroot/ChangeLog +++ b/x11-apps/xsetroot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xsetroot -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.48 2012/05/15 14:23:20 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.49 2013/01/23 16:52:54 chithanh Exp $ + +*xsetroot-1.1.1 (23 Jan 2013) + + 23 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xsetroot-1.1.1.ebuild: + Version bump. 15 May 2012; Alexis Ballier <aballier@gentoo.org> xsetroot-1.1.0.ebuild: keyword ~amd64-fbsd @@ -177,4 +183,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xsetroot-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xsetroot/xsetroot-1.1.1.ebuild b/x11-apps/xsetroot/xsetroot-1.1.1.ebuild new file mode 100644 index 000000000000..201599662f9f --- /dev/null +++ b/x11-apps/xsetroot/xsetroot-1.1.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-apps/xsetroot/xsetroot-1.1.1.ebuild,v 1.1 2013/01/23 16:52:54 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X.Org xsetroot application" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" +RDEPEND="x11-libs/libXmu + x11-libs/libX11 + x11-misc/xbitmaps + x11-libs/libXcursor" +DEPEND="${RDEPEND}" |