summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-06-01 17:48:23 +0000
committerPacho Ramos <pacho@gentoo.org>2014-06-01 17:48:23 +0000
commit9d50e2e8880fb5076de9bbb5d256fde99f6eab5f (patch)
tree7329f81e25e36a1f9f4b18cc5139a49acd79bc3d /x11-themes/ubuntu-wallpapers
parentdowngrade_arch_flags: simplify bash logic a bit (diff)
downloadgentoo-2-9d50e2e8880fb5076de9bbb5d256fde99f6eab5f.tar.gz
gentoo-2-9d50e2e8880fb5076de9bbb5d256fde99f6eab5f.tar.bz2
gentoo-2-9d50e2e8880fb5076de9bbb5d256fde99f6eab5f.zip
Stabilize, drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes/ubuntu-wallpapers')
-rw-r--r--x11-themes/ubuntu-wallpapers/ChangeLog6
-rw-r--r--x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild39
-rw-r--r--x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-14.04.0.1.ebuild4
3 files changed, 7 insertions, 42 deletions
diff --git a/x11-themes/ubuntu-wallpapers/ChangeLog b/x11-themes/ubuntu-wallpapers/ChangeLog
index 80fcc49e550c..f0e227fab16b 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ChangeLog,v 1.14 2014/05/02 07:54:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ChangeLog,v 1.15 2014/06/01 17:48:23 pacho Exp $
+
+ 01 Jun 2014; Pacho Ramos <pacho@gentoo.org> -ubuntu-wallpapers-13.10.ebuild,
+ ubuntu-wallpapers-14.04.0.1.ebuild:
+ Stabilize, drop old
*ubuntu-wallpapers-14.04.0.1 (02 May 2014)
diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild
deleted file mode 100644
index 6ccf1149a308..000000000000
--- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 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.3 2014/01/23 15:55:39 pinkbyte Exp $
-
-EAPI=5
-
-DESCRIPTION="Ubuntu wallpapers"
-HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers"
-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"
-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-14.04.0.1.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-14.04.0.1.ebuild
index e622fbc264a9..46ef6753b9f0 100644
--- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-14.04.0.1.ebuild
+++ b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-14.04.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-14.04.0.1.ebuild,v 1.1 2014/05/02 07:54:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-14.04.0.1.ebuild,v 1.2 2014/06/01 17:48:23 pacho Exp $
EAPI=5
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND=""