pacho       15/04/28 21:18:57

  Modified:             ChangeLog
  Added:                ubuntu-wallpapers-15.04.1.ebuild
  Log:
  Version bump (#547936 by Sebastian Pipping), , drop old, stabilize directly 
as this is only providing wallpapers (and looks to still work and look ok).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key A188FBD4)

Revision  Changes    Path
1.17                 x11-themes/ubuntu-wallpapers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/ubuntu-wallpapers/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/ubuntu-wallpapers/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/ubuntu-wallpapers/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   20 Nov 2014 12:31:23 -0000      1.16
+++ ChangeLog   28 Apr 2015 21:18:57 -0000      1.17
@@ -1,6 +1,12 @@
 # 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.16 2014/11/20 12:31:23 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ChangeLog,v 
1.17 2015/04/28 21:18:57 pacho Exp $
+
+*ubuntu-wallpapers-15.04.1 (28 Apr 2015)
+
+  28 Apr 2015; Pacho Ramos <[email protected]> 
+ubuntu-wallpapers-15.04.1.ebuild:
+  Version bump (#547936 by Sebastian Pipping), , drop old, stabilize directly 
as
+  this is only providing wallpapers (and looks to still work and look ok).
 
 *ubuntu-wallpapers-14.10.0 (20 Nov 2014)
 



1.1                  
x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-15.04.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-15.04.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-15.04.1.ebuild?rev=1.1&content-type=text/plain

Index: ubuntu-wallpapers-15.04.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-15.04.1.ebuild,v
 1.1 2015/04/28 21:18:57 pacho Exp $

EAPI=5

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

        dodoc AUTHORS
}




Reply via email to