x11-themes/ubuntu-wallpapers: Drop old

Package-Manager: portage-2.2.26
This commit is contained in:
Pacho Ramos
2015-12-31 13:45:56 +01:00
parent df99a7745c
commit e33c7e7231
2 changed files with 0 additions and 39 deletions

View File

@@ -1,2 +1 @@
DIST ubuntu-wallpapers_15.04.1.orig.tar.gz 68085955 SHA256 cc790a3c8193a5234570c75d3ac9cb7e3c0f51617d7aeb2e0700057885f66d12 SHA512 0e878a823ff6b758294b8e4522b076e0f18d62c820fc6cbe3a96624a4b60fe23da2a918ad278afbad83380bc14457dc30fbeb2837a563f473ea5e5b382894c7d WHIRLPOOL 80f6a025ea34fc4873ae9a24d9c88f14369cf1c7467583378f4416a93473f69a569759d3eb71cea7776c6d2f9df6271e37c804f8d418c7b8fd563c43aac291d2
DIST ubuntu-wallpapers_15.10.3.orig.tar.gz 79865324 SHA256 1f3c0ecd9cb33d276e5f787bd67df079a45df515257eca95cf59c6195d631224 SHA512 a8e7fe449a184e6d5ff6cf893a4563f7e1942b8d1fcca55c7dd01d4c04cc84c8fb45ce5c332d370d5752039597eddcf434df15de195e7a5d34584fc46f430010 WHIRLPOOL 735db3dfdd6d2ba1fa2035c2bac4d6f5c003e0526346916b52b0abeabd63af42b158e0a8817a31d08cb7cc50b767aa3846d66929ec050d49910c64e3da7e4db3

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="Ubuntu wallpapers"
HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers"
MY_P="${PN}_${PV}"
SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz"
LICENSE="CC-BY-SA-3.0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND=""
DEPEND=""
S="${WORKDIR}/${MY_P/_/-}"
SLOT=0
src_compile() { :; }
src_test() { :; }
src_install() {
insinto /usr/share/backgrounds
doins *.jpg *.png
insinto /usr/share/backgrounds/contest
doins contest/*.xml
for i in *.xml.in; do
insinto /usr/share/gnome-background-properties
newins ${i} ${i/.in/}
done
dodoc AUTHORS
}