jer         14/08/23 10:32:46

  Modified:             ChangeLog
  Added:                devilspie2-0.37.ebuild
  Removed:              devilspie2-0.31.ebuild devilspie2-0.33.ebuild
                        devilspie2-0.32.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.19                 x11-misc/devilspie2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   10 Aug 2014 17:38:19 -0000      1.18
+++ ChangeLog   23 Aug 2014 10:32:46 -0000      1.19
@@ -1,6 +1,12 @@
 # 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.18 
2014/08/10 17:38:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.19 
2014/08/23 10:32:46 jer Exp $
+
+*devilspie2-0.37 (23 Aug 2014)
+
+  23 Aug 2014; Jeroen Roovers <[email protected]> -devilspie2-0.31.ebuild,
+  -devilspie2-0.32.ebuild, -devilspie2-0.33.ebuild, +devilspie2-0.37.ebuild:
+  Version bump.
 
   10 Aug 2014; Agostino Sarubbo <[email protected]> devilspie2-0.36.ebuild:
   Stable for x86, wrt bug #518218



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

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

Index: devilspie2-0.37.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.37.ebuild,v 
1.1 2014/08/23 10:32:46 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/"
}




Reply via email to