public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/greybird: ChangeLog greybird-0.8.2.ebuild
@ 2012-06-02 23:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-02 23:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/02 23:24:28

  Modified:             ChangeLog
  Added:                greybird-0.8.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 x11-themes/greybird/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	22 May 2012 17:49:55 -0000	1.18
+++ ChangeLog	2 Jun 2012 23:24:27 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for x11-themes/greybird
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.18 2012/05/22 17:49:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.19 2012/06/02 23:24:27 ssuominen Exp $
+
+*greybird-0.8.2 (02 Jun 2012)
+
+  02 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> +greybird-0.8.2.ebuild:
+  Version bump.
 
   22 May 2012; Samuli Suominen <ssuominen@gentoo.org> -greybird-0.6.ebuild,
   -greybird-0.8.ebuild:



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

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

Index: greybird-0.8.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-0.8.2.ebuild,v 1.1 2012/06/02 23:24:27 ssuominen Exp $

EAPI=4

MY_PN=${PN/g/G}

DESCRIPTION="The default Xubuntu 11.04 theme (emerald, GTK+-2, GTK+-3, metacity, xfwm4 and xfce4-notifyd)"
HOMEPAGE="http://shimmerproject.org/project/greybird/ http://github.com/shimmerproject/Greybird"
SRC_URI="http://github.com/shimmerproject/${MY_PN}/tarball/v${PV} -> ${P}.tar.gz"

LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0 || ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

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

RESTRICT="binchecks strip"

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

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

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

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






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-themes/greybird: ChangeLog greybird-0.8.2.ebuild
@ 2012-08-04  6:39 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-08-04  6:39 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/08/04 06:39:06

  Modified:             ChangeLog greybird-0.8.2.ebuild
  Log:
  amd64/x86 stable wrt #429246
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 x11-themes/greybird/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	2 Jun 2012 23:24:27 -0000	1.19
+++ ChangeLog	4 Aug 2012 06:39:06 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for x11-themes/greybird
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.19 2012/06/02 23:24:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.20 2012/08/04 06:39:06 ssuominen Exp $
+
+  04 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> greybird-0.8.2.ebuild:
+  amd64/x86 stable wrt #429246
 
 *greybird-0.8.2 (02 Jun 2012)
 



1.2                  x11-themes/greybird/greybird-0.8.2.ebuild

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

Index: greybird-0.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-0.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- greybird-0.8.2.ebuild	2 Jun 2012 23:24:27 -0000	1.1
+++ greybird-0.8.2.ebuild	4 Aug 2012 06:39:06 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-0.8.2.ebuild,v 1.1 2012/06/02 23:24:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-0.8.2.ebuild,v 1.2 2012/08/04 06:39:06 ssuominen Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0 || ( GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=x11-themes/gtk-engines-murrine-0.90





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-themes/greybird: ChangeLog greybird-0.8.2.ebuild
@ 2013-05-04  7:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-05-04  7:33 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/05/04 07:33:32

  Modified:             ChangeLog
  Removed:              greybird-0.8.2.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.31                 x11-themes/greybird/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	4 May 2013 07:32:19 -0000	1.30
+++ ChangeLog	4 May 2013 07:33:32 -0000	1.31
@@ -1,6 +1,9 @@
 # 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.30 2013/05/04 07:32:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.31 2013/05/04 07:33:32 ssuominen Exp $
+
+  04 May 2013; Samuli Suominen <ssuominen@gentoo.org> -greybird-0.8.2.ebuild:
+  old
 
 *greybird-1.1.1 (04 May 2013)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-04  7:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-04  6:39 [gentoo-commits] gentoo-x86 commit in x11-themes/greybird: ChangeLog greybird-0.8.2.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-04  7:33 Samuli Suominen (ssuominen)
2012-06-02 23:24 Samuli Suominen (ssuominen)

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