diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-07-08 10:09:36 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-07-08 10:09:36 +0200 |
commit | 2dda166d1ea86b6e3d218e639bd0616a82f1f52d (patch) | |
tree | 9988f811d5b8d7065ca82bc8c2e4fbd0606c537c /x11-themes/ubuntu-wallpapers | |
parent | x11-themes/ubuntu-wallpapers: Stabilize (diff) | |
download | gentoo-2dda166d1ea86b6e3d218e639bd0616a82f1f52d.tar.gz gentoo-2dda166d1ea86b6e3d218e639bd0616a82f1f52d.tar.bz2 gentoo-2dda166d1ea86b6e3d218e639bd0616a82f1f52d.zip |
x11-themes/ubuntu-wallpapers: Drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes/ubuntu-wallpapers')
-rw-r--r-- | x11-themes/ubuntu-wallpapers/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/x11-themes/ubuntu-wallpapers/Manifest b/x11-themes/ubuntu-wallpapers/Manifest index 4d449418f2f6..79733c2d5db3 100644 --- a/x11-themes/ubuntu-wallpapers/Manifest +++ b/x11-themes/ubuntu-wallpapers/Manifest @@ -1,2 +1 @@ -DIST ubuntu-wallpapers_20.10.3.orig.tar.gz 228597178 BLAKE2B 83cbe7ed38a6c8a7b4c1bb6ff0f3e42ce355c7d6ba46d33b7a9227ecdb5dad6dd3192d8ff4ebc414188b361719e3c48c979b87d2ba11417726ad1f46b73de332 SHA512 b66cc0b447ae66f9791369e4c76cdf3bbaf1a6f316e7bc30a1721469c227221162cf764234dc4913d1679b842eb83e3ea32a53680c512ede998ce604af2034de DIST ubuntu-wallpapers_21.04.1.orig.tar.gz 235198866 BLAKE2B 6facece4b46071b25ca05a0af97cde3e6174b332a3adb5483ba9871651848087286eb8b46088a215daeceffa53259be0a549d1021f749911430e75ec121a98e0 SHA512 466ea79166aef82fd6893e5e5c27e5315488d4ac6f07d6f828a14f8c4d8e2af1805ebd66ae0cf36bde76dc8c4d063284c68acc8bc429668e3cc0f9a2af2eb84a diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild deleted file mode 100644 index 64464d8c2eaf..000000000000 --- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" - -# Review COPYING file for updates -LICENSE="CC-BY-SA-3.0" - -KEYWORDS="amd64 arm x86" -IUSE="" - -RDEPEND="" -DEPEND="" -BDEPEND="" - -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 -} |