summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-14 12:57:42 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-14 12:59:32 +0200
commit74d2559128a0bd1c78688253397f2d6eb8ab0822 (patch)
treebfaa15c4fd2fc7396a998959c3c9f3653539f21f /x11-themes/ubuntu-wallpapers
parentx11-themes/ubuntu-wallpapers: Stabilize (diff)
downloadgentoo-74d2559128a0bd1c78688253397f2d6eb8ab0822.tar.gz
gentoo-74d2559128a0bd1c78688253397f2d6eb8ab0822.tar.bz2
gentoo-74d2559128a0bd1c78688253397f2d6eb8ab0822.zip
x11-themes/ubuntu-wallpapers: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'x11-themes/ubuntu-wallpapers')
-rw-r--r--x11-themes/ubuntu-wallpapers/Manifest1
-rw-r--r--x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/x11-themes/ubuntu-wallpapers/Manifest b/x11-themes/ubuntu-wallpapers/Manifest
index 7433f2add9c1..1e0822f340e7 100644
--- a/x11-themes/ubuntu-wallpapers/Manifest
+++ b/x11-themes/ubuntu-wallpapers/Manifest
@@ -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
index ebb7379f0041..000000000000
--- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-17.10.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
-}