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 | aab6988003bd9d92063f4fcbba0f32fd25e92d00 (patch) | |
tree | 806727cf01ca9579af52c2a0add6177fdd153396 /x11-apps | |
parent | stable x86, security bug 342705 (diff) | |
download | historical-aab6988003bd9d92063f4fcbba0f32fd25e92d00.tar.gz historical-aab6988003bd9d92063f4fcbba0f32fd25e92d00.tar.bz2 historical-aab6988003bd9d92063f4fcbba0f32fd25e92d00.zip |
Version bump.
Package-Manager: portage-2.2_rc98/cvs/Linux x86_64
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xsetroot/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xsetroot/Manifest | 4 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.1.0.ebuild | 17 |
3 files changed, 26 insertions, 2 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/Manifest b/x11-apps/xsetroot/Manifest index ab6b69b5e706..d18310ba60f9 100644 --- a/x11-apps/xsetroot/Manifest +++ b/x11-apps/xsetroot/Manifest @@ -1,4 +1,6 @@ DIST xsetroot-1.0.3.tar.bz2 101384 RMD160 67018abf95d2d8f5795737b4ee0b20d21a475e56 SHA1 56ed1df9834627a107550475629df51275cd0c44 SHA256 d7e512cc686de3ab5fcd3c9f9e605d7cae68a4b50f2c0786f0f09ce08c728f48 +DIST xsetroot-1.1.0.tar.bz2 108707 RMD160 00af111d4a41ce4ffc87d7a0b79f417fc2348120 SHA1 1ef9ddd80c7013dc6d33e5c421537eb8b0427da4 SHA256 88f13e949e7aea126239e5c9b3fe7bb7c2ecf70c70774ae41218789d9cfe5fad EBUILD xsetroot-1.0.3.ebuild 480 RMD160 cf1534aeb815c6da0155885279d999f826d6384c SHA1 cde64a5b1cc857563a9487fdb06f59f4be9f422d SHA256 61bd296d49b757e4820572c87474f96356b4ba413ab4c72a28c99f5ec22963b3 -MISC ChangeLog 4518 RMD160 01c5a1a5d6f9b330b23b2ff4ea92320d66c32514 SHA1 807e8c98d6736312bf1eef00764f69535e021e7b SHA256 d5ff8f1ad2d38570df9ee6cfba823e3b51e15afdf644c886d9b6e2db07b50bfd +EBUILD xsetroot-1.1.0.ebuild 532 RMD160 320e003527c49a8c87779e1932318798a3a4668a SHA1 29273cd9129de712fb6bd35759f86dc539141c09 SHA256 61c089191045b6c8a3998583fd6f2f16a1e344131c211dc90476083a1222f3e5 +MISC ChangeLog 4645 RMD160 b3d66048c56f30d69d0e77b4f0c104aff07a1af7 SHA1 177ae054639a0f25c47a69784811d040b8b9c391 SHA256 241dc548bfc65e5b3549b628a555d2be9145b94e07e7edffed176f0de9719d6b MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 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}" |