public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/greybird: metadata.xml ChangeLog greybird-1.2.2.ebuild
@ 2013-11-26  8:08 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-11-26  8:08 UTC (permalink / raw
  To: gentoo-commits

jlec        13/11/26 08:08:56

  Modified:             metadata.xml ChangeLog
  Added:                greybird-1.2.2.ebuild
  Log:
  x11-themes/greybird: Version BUmp
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.3                  x11-themes/greybird/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/greybird/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	17 Nov 2012 10:52:38 -0000	1.2
+++ metadata.xml	26 Nov 2013 08:08:56 -0000	1.3
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>desktop-misc</herd>
-	<herd>ayatana</herd>
-	<maintainer>
-		<email>ayatana-bugs@gentoo.org</email>
-	</maintainer>
+  <herd>desktop-misc</herd>
+  <herd>ayatana</herd>
+  <maintainer>
+    <email>ayatana-bugs@gentoo.org</email>
+  </maintainer>
 </pkgmetadata>



1.33                 x11-themes/greybird/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	10 Sep 2013 14:34:21 -0000	1.32
+++ ChangeLog	26 Nov 2013 08:08:56 -0000	1.33
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/greybird
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.32 2013/09/10 14:34:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.33 2013/11/26 08:08:56 jlec Exp $
+
+*greybird-1.2.2 (26 Nov 2013)
+
+  26 Nov 2013; Justin Lecher <jlec@gentoo.org> +greybird-1.2.2.ebuild,
+  metadata.xml:
+  Version BUmp
 
 *greybird-1.2.1 (10 Sep 2013)
 



1.1                  x11-themes/greybird/greybird-1.2.2.ebuild

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

Index: greybird-1.2.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-1.2.2.ebuild,v 1.1 2013/11/26 08:08:56 jlec Exp $

EAPI=5

MY_PN=${PN/g/G}

DESCRIPTION="The default theme from Xubuntu"
HOMEPAGE="http://shimmerproject.org/project/greybird/ http://github.com/shimmerproject/Greybird"
SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="CC-BY-NC-SA-3.0 || ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="ayatana gnome"

RDEPEND=">=x11-themes/gtk-engines-murrine-0.90"
DEPEND=""

RESTRICT="binchecks strip"

src_unpack() {
	unpack ${A}
	mv ${MY_PN}-* "${S}" || die
}

src_install() {
	dodoc README
	rm -f README LICENSE*

	insinto /usr/share/themes/${MY_PN}_compact/xfwm4
	doins xfwm4_compact/*
	rm -rf xfwm4_compact

	use ayatana || rm -rf unity
	use gnome || rm -rf metacity-1

	insinto /usr/share/themes/${MY_PN}
	doins -r *
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-26  8:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-26  8:08 [gentoo-commits] gentoo-x86 commit in x11-themes/greybird: metadata.xml ChangeLog greybird-1.2.2.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox