diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-24 22:15:48 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-24 22:15:48 +0000 |
commit | 52266cf8a0f50b8de616a2a59c0152e4f0a5d030 (patch) | |
tree | cf4261f30dde0732502de113f74236c6bbf39695 /x11-themes | |
parent | Adding beta versions of gnome-backgrounds as well (diff) | |
download | gentoo-2-52266cf8a0f50b8de616a2a59c0152e4f0a5d030.tar.gz gentoo-2-52266cf8a0f50b8de616a2a59c0152e4f0a5d030.tar.bz2 gentoo-2-52266cf8a0f50b8de616a2a59c0152e4f0a5d030.zip |
New release: 2.11.92
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-themes')
4 files changed, 35 insertions, 6 deletions
diff --git a/x11-themes/gnome-backgrounds/ChangeLog b/x11-themes/gnome-backgrounds/ChangeLog index 549e2230b5db..82148b09c1c4 100644 --- a/x11-themes/gnome-backgrounds/ChangeLog +++ b/x11-themes/gnome-backgrounds/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/gnome-backgrounds # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.19 2005/08/23 21:50:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.20 2005/08/24 22:15:48 leonardop Exp $ + +*gnome-backgrounds-2.11.92 (24 Aug 2005) + + 24 Aug 2005; Leonardo Boshell <leonardop@gentoo.org> + +gnome-backgrounds-2.11.92.ebuild: + New version. 23 Aug 2005; Aron Griffis <agriffis@gentoo.org> gnome-backgrounds-2.10.1.ebuild: diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest index 5cc569cd985d..8319f5174a89 100644 --- a/x11-themes/gnome-backgrounds/Manifest +++ b/x11-themes/gnome-backgrounds/Manifest @@ -1,8 +1,11 @@ -MD5 3198502d8712528f120e8cc6148c8482 gnome-backgrounds-2.10.1.ebuild 547 -MD5 040f3c90e02d80b37bfd67c2618662e6 gnome-backgrounds-2.10.2.ebuild 566 -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 64f438dd8554c355f14196220bfc1ada ChangeLog 2513 MD5 7c86767974461d3fab6c7a948b090fa1 gnome-backgrounds-2.10.0.ebuild 550 -MD5 e6b3decb3b0dcc7326beaeb08559538d files/digest-gnome-backgrounds-2.10.2 78 -MD5 c547e18a1541ee20308a075e7c49b66f files/digest-gnome-backgrounds-2.10.1 78 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 3198502d8712528f120e8cc6148c8482 gnome-backgrounds-2.10.1.ebuild 547 +MD5 040f3c90e02d80b37bfd67c2618662e6 gnome-backgrounds-2.10.2.ebuild 566 +MD5 040f3c90e02d80b37bfd67c2618662e6 gnome-backgrounds-2.11.92.ebuild 566 +MD5 f70948c693e2a6c67055de243bf43657 .gnome-backgrounds-2.11.92.ebuild.swp 12288 MD5 bf9914d8c2032ae9e2c6d375a2eb71a8 files/digest-gnome-backgrounds-2.10.0 78 +MD5 c547e18a1541ee20308a075e7c49b66f files/digest-gnome-backgrounds-2.10.1 78 +MD5 e6b3decb3b0dcc7326beaeb08559538d files/digest-gnome-backgrounds-2.10.2 78 +MD5 5b8824fd1171aefea816125424cca2d6 files/digest-gnome-backgrounds-2.11.92 79 diff --git a/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.11.92 b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.11.92 new file mode 100644 index 000000000000..5583c946720e --- /dev/null +++ b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.11.92 @@ -0,0 +1 @@ +MD5 580d2feea8f522ffaa77f71d53dcbcc9 gnome-backgrounds-2.11.92.tar.bz2 1767324 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-2.11.92.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.11.92.ebuild new file mode 100644 index 000000000000..ba19da52ce43 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.11.92.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/gnome-backgrounds-2.11.92.ebuild,v 1.1 2005/08/24 22:15:48 leonardop Exp $ + +inherit gnome2 + +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="sys-devel/gettext + >=dev-util/intltool-0.28" + +DOCS="AUTHORS ChangeLog NEWS README" |