diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-06-28 03:55:34 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-06-28 03:55:34 +0000 |
commit | 2445f2e86bf8e1c4e434db76e6d30929612dd0dd (patch) | |
tree | b2302d900ad5c1dd247c1da102c217cdfb7ca97a /x11-themes/gnome-backgrounds | |
parent | Stable on alpha wrt Bug #138147. (diff) | |
download | gentoo-2-2445f2e86bf8e1c4e434db76e6d30929612dd0dd.tar.gz gentoo-2-2445f2e86bf8e1c4e434db76e6d30929612dd0dd.tar.bz2 gentoo-2-2445f2e86bf8e1c4e434db76e6d30929612dd0dd.zip |
version bump (bug #138039)
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'x11-themes/gnome-backgrounds')
5 files changed, 33 insertions, 1 deletions
diff --git a/x11-themes/gnome-backgrounds/ChangeLog b/x11-themes/gnome-backgrounds/ChangeLog index 02ec48c10df9..1a46c2d50ddd 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.51 2006/04/21 20:45:32 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.52 2006/06/28 03:55:34 compnerd Exp $ + +*gnome-backgrounds-2.14.2.1 (28 Jun 2006) + + 28 Jun 2006; Saleem Abdulrasool <compnerd@gentoo.org> + +gnome-backgrounds-2.14.2.1.ebuild: + Version bump from upstream (bug #138039) 21 Apr 2006; Thomas Cort <tcort@gentoo.org> gnome-backgrounds-2.12.3.1.ebuild: diff --git a/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.12.2 b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.12.2 index 63122a6bc3c3..4e450b548d6b 100644 --- a/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.12.2 +++ b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.12.2 @@ -1 +1,3 @@ MD5 8c0533d438721ed1923d5dfa87885f53 gnome-backgrounds-2.12.2.tar.bz2 1782630 +RMD160 47ff39d71b40219d76f55e076a1a3b3f63041265 gnome-backgrounds-2.12.2.tar.bz2 1782630 +SHA256 23f50725e1693c7c555f2ba8989bfc821b7e5909236c517537a4a22efb8b4b4e gnome-backgrounds-2.12.2.tar.bz2 1782630 diff --git a/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.12.3.1 b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.12.3.1 index eeea639a3783..9b2cb20f62b0 100644 --- a/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.12.3.1 +++ b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.12.3.1 @@ -1 +1,3 @@ MD5 f2e583371a316cb5a9048f493f3ebe71 gnome-backgrounds-2.12.3.1.tar.bz2 1792219 +RMD160 b728d50e1600d9cc8cea62ec19f70345be0ab31a gnome-backgrounds-2.12.3.1.tar.bz2 1792219 +SHA256 52061b76915a1584c3dffbefa50c17e165460d93a50b9765d2e67b50b2c47e76 gnome-backgrounds-2.12.3.1.tar.bz2 1792219 diff --git a/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.14.2.1 b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.14.2.1 new file mode 100644 index 000000000000..68aeda27917f --- /dev/null +++ b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.14.2.1 @@ -0,0 +1,3 @@ +MD5 10480df7c2e5a08c920c5b0a2ff4f161 gnome-backgrounds-2.14.2.1.tar.bz2 1193909 +RMD160 5202537180f5bac0d9b3f90fe7bd4f06c23be514 gnome-backgrounds-2.14.2.1.tar.bz2 1193909 +SHA256 1e5ad1c36001dbc9f843bb521e7ab58bc0a664ad3a7b29d3c0ab337d417ebfa3 gnome-backgrounds-2.14.2.1.tar.bz2 1193909 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-2.14.2.1.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.14.2.1.ebuild new file mode 100644 index 000000000000..4d2e05e2452e --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.14.2.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 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.14.2.1.ebuild,v 1.1 2006/06/28 03:55:34 compnerd Exp $ + +inherit eutils gnome2 + +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="sys-devel/gettext + >=dev-util/intltool-0.35" + +DOCS="AUTHORS ChangeLog NEWS README" |