diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-08 06:27:14 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-08 06:27:14 +0000 |
commit | 3064372a3311dc42f93557c7f62e0327e09a7aac (patch) | |
tree | d00c261508ff1d70888180da314878d052589171 | |
parent | Bump for 7.3. (diff) | |
download | gentoo-2-3064372a3311dc42f93557c7f62e0327e09a7aac.tar.gz gentoo-2-3064372a3311dc42f93557c7f62e0327e09a7aac.tar.bz2 gentoo-2-3064372a3311dc42f93557c7f62e0327e09a7aac.zip |
Bump for 7.3.
(Portage version: 2.1.3.8)
-rw-r--r-- | x11-apps/xsetroot/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/xsetroot/files/digest-xsetroot-1.0.2 | 3 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.0.2.ebuild | 17 |
3 files changed, 28 insertions, 2 deletions
diff --git a/x11-apps/xsetroot/ChangeLog b/x11-apps/xsetroot/ChangeLog index 33a9306599f9..84013fc759ed 100644 --- a/x11-apps/xsetroot/ChangeLog +++ b/x11-apps/xsetroot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xsetroot -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.20 2006/07/19 09:39:02 gmsoft Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.21 2007/09/08 06:27:14 dberkholz Exp $ + +*xsetroot-1.0.2 (08 Sep 2007) + + 08 Sep 2007; Donnie Berkholz <dberkholz@gentoo.org>; + +xsetroot-1.0.2.ebuild: + Bump for 7.3. 19 Jul 2006; Guy Martin <gmsoft@gentoo.org> xsetroot-1.0.1.ebuild: Stable on hppa. diff --git a/x11-apps/xsetroot/files/digest-xsetroot-1.0.2 b/x11-apps/xsetroot/files/digest-xsetroot-1.0.2 new file mode 100644 index 000000000000..c062d83b947b --- /dev/null +++ b/x11-apps/xsetroot/files/digest-xsetroot-1.0.2 @@ -0,0 +1,3 @@ +MD5 9af7db9f3052aef0b11636720b3101dd xsetroot-1.0.2.tar.bz2 88136 +RMD160 0e51c905bf2cf2aeafceb52b41a64134a5bd7fa1 xsetroot-1.0.2.tar.bz2 88136 +SHA256 4f9a751f4830d479fae8ccb68ed04896dc99612789310b7917bd15c04aa3351d xsetroot-1.0.2.tar.bz2 88136 diff --git a/x11-apps/xsetroot/xsetroot-1.0.2.ebuild b/x11-apps/xsetroot/xsetroot-1.0.2.ebuild new file mode 100644 index 000000000000..1cabf342f60b --- /dev/null +++ b/x11-apps/xsetroot/xsetroot-1.0.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/xsetroot-1.0.2.ebuild,v 1.1 2007/09/08 06:27:14 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xsetroot application" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +RDEPEND="x11-libs/libXmu + x11-libs/libX11 + x11-misc/xbitmaps" +DEPEND="${RDEPEND}" |