diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-11-18 21:33:56 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-11-18 21:33:56 +0000 |
commit | 017df2e6fc0e1b8ccf14a2552e0d31d0bc800de6 (patch) | |
tree | 3701bfb8285f7a7774d447f2e9adc0904797396c /x11-themes | |
parent | adding icinga-1.10.1 to tree (diff) | |
download | gentoo-2-017df2e6fc0e1b8ccf14a2552e0d31d0bc800de6.tar.gz gentoo-2-017df2e6fc0e1b8ccf14a2552e0d31d0bc800de6.tar.bz2 gentoo-2-017df2e6fc0e1b8ccf14a2552e0d31d0bc800de6.zip |
amd64/x86 stable, bug #491480; drop old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/ubuntu-wallpapers/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.04.0.ebuild | 39 | ||||
-rw-r--r-- | x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild | 4 |
3 files changed, 7 insertions, 42 deletions
diff --git a/x11-themes/ubuntu-wallpapers/ChangeLog b/x11-themes/ubuntu-wallpapers/ChangeLog index 42e2cd7718ed..ba88eb863dc7 100644 --- a/x11-themes/ubuntu-wallpapers/ChangeLog +++ b/x11-themes/ubuntu-wallpapers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/ubuntu-wallpapers # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ChangeLog,v 1.11 2013/10/28 21:50:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ChangeLog,v 1.12 2013/11/18 21:33:56 pacho Exp $ + + 18 Nov 2013; Pacho Ramos <pacho@gentoo.org> -ubuntu-wallpapers-13.04.0.ebuild, + ubuntu-wallpapers-13.10.ebuild: + amd64/x86 stable, bug #491480; drop old. *ubuntu-wallpapers-13.10 (28 Oct 2013) diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.04.0.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.04.0.ebuild deleted file mode 100644 index 77cce5d2c6e4..000000000000 --- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.04.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.04.0.ebuild,v 1.3 2013/06/12 18:18:14 pinkbyte Exp $ - -EAPI=5 - -DESCRIPTION="Ubuntu wallpapers" -HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers" -MY_P="${PN}_${PV}daily13.03.20" -SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${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 - - dodoc AUTHORS -} diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild index 98f294c77267..a019d83e48bc 100644 --- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild +++ b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild,v 1.1 2013/10/28 21:50:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild,v 1.2 2013/11/18 21:33:56 pacho Exp $ EAPI=5 @@ -10,7 +10,7 @@ MY_P="${PN}_13.04.0+${PV}.20130924.1" SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz" LICENSE="CC-BY-SA-3.0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" RDEPEND="" |