Use https by default
[gentoo.git] / x11-themes / gentoo-artwork-livecd / gentoo-artwork-livecd-2006.1.ebuild
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 DESCRIPTION="A collection of Gentoo Linux wallpapers for the LiveCD"
6 SRC_URI="https://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2"
7 HOMEPAGE="https://www.gentoo.org/"
8
9 KEYWORDS="alpha amd64 ia64 ppc x86 ~x86-fbsd"
10 LICENSE="GPL-2"
11 SLOT="0"
12 IUSE=""
13 RESTRICT="binchecks strip"
14
15 DEPEND=""
16
17 S=${WORKDIR}
18
19 src_install() {
20         insinto /usr/share/pixmaps
21         doins -r *
22 }