hd_brummy    14/05/18 10:27:02

  Modified:             ChangeLog
  Added:                xxv-skins-1.6.1.ebuild
  Removed:              xxv-skins-1.6.ebuild
  Log:
  fixed DL version vs. .ebuild
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  Changes    Path
1.16                 x11-themes/xxv-skins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/xxv-skins/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   7 Feb 2012 10:42:00 -0000       1.15
+++ ChangeLog   18 May 2014 10:27:01 -0000      1.16
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/xxv-skins
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/xxv-skins/ChangeLog,v 1.15 
2012/02/07 10:42:00 hd_brummy Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/xxv-skins/ChangeLog,v 1.16 
2014/05/18 10:27:01 hd_brummy Exp $
+
+*xxv-skins-1.6.1 (18 May 2014)
+
+  18 May 2014; Joerg Bornkessel <hd_bru...@gentoo.org> -xxv-skins-1.6.ebuild,
+  +xxv-skins-1.6.1.ebuild:
+  fixed DL version vs. .ebuild
 
   07 Feb 2012; Joerg Bornkessel <hd_bru...@gentoo.org> -xxv-skins-1.4.ebuild,
   -xxv-skins-1.5.ebuild, xxv-skins-1.6.ebuild:



1.1                  x11-themes/xxv-skins/xxv-skins-1.6.1.ebuild

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

Index: xxv-skins-1.6.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/xxv-skins/xxv-skins-1.6.1.ebuild,v 1.1 
2014/05/18 10:27:01 hd_brummy Exp $

EAPI=5

inherit eutils

DESCRIPTION="Additional skins for XXV"
HOMEPAGE="http://projects.vdr-developer.org/projects/xxv";
SRC_URI="mirror://vdr-developerorg/719/${P}.tgz
                mirror://vdr-developerorg/720/xxv-jason-${PV}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND="=www-misc/xxv-${PV}"

SKINROOT=/usr/share/xxv/skins

src_compile() {
:
}

src_install() {

        insinto ${SKINROOT}

        cd "${S}"
        cp -a * "${D}${SKINROOT}"

        cd "${WORKDIR}"
        cp -a jason "${D}${SKINROOT}"
}




Reply via email to