x11-themes/ubuntu-wallpapers: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sat, 14 Apr 2018 10:57:42 +0000 (12:57 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 14 Apr 2018 10:59:32 +0000 (12:59 +0200)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

index 7433f2add9c17fae85d1b3d3954119d4b7ca8d9a..1e0822f340e72331eb3e39982aac305b04316af2 100644 (file)
@@ -1,2 +1 @@
-DIST ubuntu-wallpapers_17.10.1.orig.tar.gz 129711183 BLAKE2B ca5c4010cc5b724d8f1a2963370393f096fd43bf2fde6150d9348d70538621ce364b352fae5903fc22dd63ec10a8dbbb3fc61859683fa1fe95030d10d82464e8 SHA512 1f863473079e1c95b9110c7fc18484a15a0215e35e29acb3c48ab5ebff4cab25b2c83e8a8864a2e5df7fd523dc4e519f2c27f0ee4479a64485f854d752942b76
 DIST ubuntu-wallpapers_18.04.0.orig.tar.gz 129653406 BLAKE2B 807b5212d95b5881bf4139b822f13e38b696c0fd8a848ed03ca035c98b570c1fa6a25dd301b62e1d9871ce42636f26cf6531f9f89480f7cb8518c36673b0f064 SHA512 a6a57f448c7180cc6fa946ca69dfdbc3af13cd7b29155b4a5d05f1fedf99736110b919514c6e5ded6ef0fd95262bb2902148529150ecc725e43f0f6e864d282e
diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.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
-}