public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/devilspie2: devilspie2-0.36.ebuild ChangeLog
@ 2014-05-21 13:51 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-05-21 13:51 UTC (permalink / raw
  To: gentoo-commits

jer         14/05/21 13:51:01

  Modified:             ChangeLog
  Added:                devilspie2-0.36.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.16                 x11-misc/devilspie2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	22 Apr 2014 12:41:09 -0000	1.15
+++ ChangeLog	21 May 2014 13:51:01 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/devilspie2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.15 2014/04/22 12:41:09 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.16 2014/05/21 13:51:01 jer Exp $
+
+*devilspie2-0.36 (21 May 2014)
+
+  21 May 2014; Jeroen Roovers <jer@gentoo.org> +devilspie2-0.36.ebuild:
+  Version bump.
 
 *devilspie2-0.33 (22 Apr 2014)
 



1.1                  x11-misc/devilspie2/devilspie2-0.36.ebuild

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

Index: devilspie2-0.36.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.36.ebuild,v 1.1 2014/05/21 13:51:01 jer Exp $

EAPI=5

# check locales on version bump!
PLOCALES="fi fr ja nl pt_BR ru sv"
inherit flag-o-matic toolchain-funcs l10n

DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
HOMEPAGE="http://devilspie2.gusnan.se"
SRC_URI="http://devilspie2.gusnan.se/download/${PN}_${PV}-src.tar.gz"

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

RDEPEND=">=dev-libs/glib-2.32.4:2
	>=dev-lang/lua-5.1.5
	>=x11-libs/gtk+-3.4.4:3
	>=x11-libs/libwnck-3.4.4:3
	x11-libs/libX11"
DEPEND="${RDEPEND}
	sys-devel/gettext
	virtual/pkgconfig
	x11-proto/xproto"

src_prepare() {
	use debug && append-cflags -D_DEBUG
}

src_compile() {
	emake CC=$(tc-getCC) PREFIX="/usr" LANGUAGES="$(l10n_get_locales)"
}

src_install() {
	emake PREFIX="/usr" DESTDIR="${D}" LANGUAGES="$(l10n_get_locales)" install

	dodoc AUTHORS ChangeLog README README.translators TODO VERSION
	doman devilspie2.1
}

pkg_postinst() {
	elog "Default directory for scripts is ~/.config/devilspie2/"
}





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/devilspie2: devilspie2-0.36.ebuild ChangeLog
@ 2014-07-30 15:48 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 3+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-07-30 15:48 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/07/30 15:48:35

  Modified:             devilspie2-0.36.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #518218
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.2                  x11-misc/devilspie2/devilspie2-0.36.ebuild

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

Index: devilspie2-0.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.36.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- devilspie2-0.36.ebuild	21 May 2014 13:51:01 -0000	1.1
+++ devilspie2-0.36.ebuild	30 Jul 2014 15:48:35 -0000	1.2
@@ -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-misc/devilspie2/devilspie2-0.36.ebuild,v 1.1 2014/05/21 13:51:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.36.ebuild,v 1.2 2014/07/30 15:48:35 nimiux Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.32.4:2



1.17                 x11-misc/devilspie2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	21 May 2014 13:51:01 -0000	1.16
+++ ChangeLog	30 Jul 2014 15:48:35 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/devilspie2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.16 2014/05/21 13:51:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.17 2014/07/30 15:48:35 nimiux Exp $
+
+  30 Jul 2014; Chema Alonso <nimiux@gentoo.org> devilspie2-0.36.ebuild:
+  Stable for amd64 wrt bug #518218
 
 *devilspie2-0.36 (21 May 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/devilspie2: devilspie2-0.36.ebuild ChangeLog
@ 2014-08-10 17:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-10 17:38 UTC (permalink / raw
  To: gentoo-commits

ago         14/08/10 17:38:19

  Modified:             devilspie2-0.36.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #518218
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  x11-misc/devilspie2/devilspie2-0.36.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/devilspie2-0.36.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/devilspie2-0.36.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/devilspie2/devilspie2-0.36.ebuild?r1=1.2&r2=1.3

Index: devilspie2-0.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.36.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- devilspie2-0.36.ebuild	30 Jul 2014 15:48:35 -0000	1.2
+++ devilspie2-0.36.ebuild	10 Aug 2014 17:38:19 -0000	1.3
@@ -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-misc/devilspie2/devilspie2-0.36.ebuild,v 1.2 2014/07/30 15:48:35 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.36.ebuild,v 1.3 2014/08/10 17:38:19 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.32.4:2



1.18                 x11-misc/devilspie2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	30 Jul 2014 15:48:35 -0000	1.17
+++ ChangeLog	10 Aug 2014 17:38:19 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/devilspie2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.17 2014/07/30 15:48:35 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.18 2014/08/10 17:38:19 ago Exp $
+
+  10 Aug 2014; Agostino Sarubbo <ago@gentoo.org> devilspie2-0.36.ebuild:
+  Stable for x86, wrt bug #518218
 
   30 Jul 2014; Chema Alonso <nimiux@gentoo.org> devilspie2-0.36.ebuild:
   Stable for amd64 wrt bug #518218





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

end of thread, other threads:[~2014-08-11 20:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 13:51 [gentoo-commits] gentoo-x86 commit in x11-misc/devilspie2: devilspie2-0.36.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-30 15:48 JosA MarAa Alonso (nimiux)
2014-08-10 17:38 Agostino Sarubbo (ago)

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