summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-11-28 20:35:07 +0100
committerPacho Ramos <pacho@gentoo.org>2017-11-28 20:46:17 +0100
commit5ba94608b4f0e6165414fe4f360246bd6d752a5a (patch)
treeb4722e680a62d4be7ee2e35c0ea336e8d0106666
parentx11-themes/ubuntu-wallpapers: Stable on all (diff)
downloadgentoo-5ba94608b4f0e6165414fe4f360246bd6d752a5a.tar.gz
gentoo-5ba94608b4f0e6165414fe4f360246bd6d752a5a.tar.bz2
gentoo-5ba94608b4f0e6165414fe4f360246bd6d752a5a.zip
x11-themes/ubuntu-wallpapers: Drop old
Package-Manager: Portage-2.3.14, Repoman-2.3.6
-rw-r--r--x11-themes/ubuntu-wallpapers/Manifest1
-rw-r--r--x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.04.1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/x11-themes/ubuntu-wallpapers/Manifest b/x11-themes/ubuntu-wallpapers/Manifest
index 224874fded94..ab63d4d0e71b 100644
--- a/x11-themes/ubuntu-wallpapers/Manifest
+++ b/x11-themes/ubuntu-wallpapers/Manifest
@@ -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
index ebb7379f0041..000000000000
--- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.04.1.ebuild
+++ /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
-}