x11-themes/ubuntu-wallpapers: Drop old
authorPacho Ramos <pacho@gentoo.org>
Tue, 28 Nov 2017 19:35:07 +0000 (20:35 +0100)
committerPacho Ramos <pacho@gentoo.org>
Tue, 28 Nov 2017 19:46:17 +0000 (20:46 +0100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

x11-themes/ubuntu-wallpapers/Manifest
x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.04.1.ebuild [deleted file]

index 224874fded94127463f84bde760ebbb6cf1d8e91..ab63d4d0e71b81816272b6b9649aba0ff49bf733 100644 (file)
@@ -1,2 +1 @@
-DIST ubuntu-wallpapers_17.04.1.orig.tar.gz 119859143 BLAKE2B 543e8b8a3218318ca50e6cc659d7474119130c881191836280811c9405f8c57f2a852735c40dc62c3e5a1831c428b92455ee79c4585991d81e66459b78f25909 SHA512 730efe559be438fb673d41998bced8f1d7188b14b630f2f92789a01aa8879d77998f353c8cc1b1150800b192aa6c6cbab3473b68fc90e42284db15d25aa875b7
 DIST ubuntu-wallpapers_17.10.1.orig.tar.gz 129711183 BLAKE2B ca5c4010cc5b724d8f1a2963370393f096fd43bf2fde6150d9348d70538621ce364b352fae5903fc22dd63ec10a8dbbb3fc61859683fa1fe95030d10d82464e8 SHA512 1f863473079e1c95b9110c7fc18484a15a0215e35e29acb3c48ab5ebff4cab25b2c83e8a8864a2e5df7fd523dc4e519f2c27f0ee4479a64485f854d752942b76
diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.04.1.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.04.1.ebuild
deleted file mode 100644 (file)
index ebb7379..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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
-
-       einstalldocs
-}