Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 439886 | Differences between
and this patch

Collapse All | Expand All

(-)a/x11-themes/gnome-backgrounds/Manifest (-1 / +1 lines)
Line 1 Link Here
1
DIST gnome-backgrounds-3.6.0.tar.xz 10125900 SHA256 006c8e0dc7c5b223dac4243291886d6106faae95cb620700dc211e668d6a70ed SHA512 33d5e26caf961081116cef6d7cdb76d167f93c673ecf41e7f2d3aa98a092a2842cdbd126c10990b769397ff4f1e6a0159d7a789bc8fe3c1da0bc80ce6923a11f WHIRLPOOL 49694266f77aa2ff768bee6b3978a7b3b42937a7f23f8136c75d7984df74f52bebb7aac9a897349971df2b818340696ea6c28f18b0517612ba5ff071275ca44d
1
DIST gnome-backgrounds-3.6.1.tar.xz 10127080 SHA256 d3e8dbd7acc73601665a3d0b3e6472b634d15d840d9abeda411b08e1ecc1729a SHA512 9e66e470b359a9864a42a6f121eacfb031605f8214906026d7e941c0508ae008e2ac4b02a44633365b820e5791d82335489a63e9466c111213e169a5f6a455e4 WHIRLPOOL 321aa9ec0778453b699e8cf8c51ab21bccae89a6108b765fec7688cf2aa070741b9943e54fbfe9462a38c708760de4862e398ad737eaad3cf0c3d033d6e78957
(-)a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.6.0.ebuild (-28 lines)
Lines 1-27 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
EAPI="4"
6
GCONF_DEBUG="no"
7
8
inherit gnome2
9
[[ ${PV} = 9999 ]] && inherit gnome2-live
10
11
DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
12
HOMEPAGE="http://www.gnome.org/"
13
14
LICENSE="GPL-2"
15
SLOT="0"
16
if [[ ${PV} = 9999 ]]; then
17
	KEYWORDS=""
18
else
19
	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
20
fi
21
IUSE=""
22
23
RDEPEND=""
24
DEPEND="sys-devel/gettext
25
	>=dev-util/intltool-0.40.0"
26
27
DOCS="AUTHORS ChangeLog NEWS README"
28
- 

Return to bug 439886