diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-21 10:42:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-21 10:46:42 +0200 |
commit | 9b262d723638f26cba2481e26587600dfed49563 (patch) | |
tree | b27c8e4d7790737b17cc6070123d126b21e680fa /x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-16.10.2.ebuild | |
parent | x11-themes/ubuntu-wallpapers: Stabilize (diff) | |
download | gentoo-9b262d723638f26cba2481e26587600dfed49563.tar.gz gentoo-9b262d723638f26cba2481e26587600dfed49563.tar.bz2 gentoo-9b262d723638f26cba2481e26587600dfed49563.zip |
x11-themes/ubuntu-wallpapers: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-16.10.2.ebuild')
-rw-r--r-- | x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-16.10.2.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-16.10.2.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-16.10.2.ebuild deleted file mode 100644 index 272591c6ecb6..000000000000 --- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-16.10.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 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 -} |