[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2022-11-19 Thread Ionen Wolkens
commit: 9acc745e5b62bd8ee36c6b573819494de664bf98
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Nov 19 14:17:45 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Nov 19 14:21:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acc745e

x11-misc/devilspie2: work around Makefile race condition

Closes: https://bugs.gentoo.org/881473
Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-misc/devilspie2/devilspie2-0.44.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/devilspie2/devilspie2-0.44.ebuild 
b/x11-misc/devilspie2/devilspie2-0.44.ebuild
index b919988753f7..8f5a37e52d01 100644
--- a/x11-misc/devilspie2/devilspie2-0.44.ebuild
+++ b/x11-misc/devilspie2/devilspie2-0.44.ebuild
@@ -40,6 +40,7 @@ src_compile() {
LUA=${ELUA}
)
 
+   mkdir obj || die # race condition (bug #881473)
emake "${DEVILSPIE2_ARGS[@]}"
 }
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2022-02-15 Thread Ionen Wolkens
commit: 4a058b7c014897530ddc2d17df32d966aa49c76b
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Feb 16 06:04:06 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Feb 16 06:55:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a058b7c

x11-misc/devilspie2: stabilize 0.44 for amd64, x86

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-misc/devilspie2/devilspie2-0.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/devilspie2/devilspie2-0.44.ebuild 
b/x11-misc/devilspie2/devilspie2-0.44.ebuild
index 46b7dd07d740..b919988753f7 100644
--- a/x11-misc/devilspie2/devilspie2-0.44.ebuild
+++ b/x11-misc/devilspie2/devilspie2-0.44.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/files/, x11-misc/devilspie2/

2022-02-15 Thread Ionen Wolkens
commit: 3ac157bbd6465e80da0705d283bb006fb6661e52
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Feb 16 06:04:25 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Feb 16 06:55:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac157bb

x11-misc/devilspie2: drop 0.43-r100

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-misc/devilspie2/Manifest   |  1 -
 x11-misc/devilspie2/devilspie2-0.43-r100.ebuild| 49 --
 .../files/devilspie2-0.43-lua-pkgconfig.patch  | 12 --
 3 files changed, 62 deletions(-)

diff --git a/x11-misc/devilspie2/Manifest b/x11-misc/devilspie2/Manifest
index 9de4f0a7d04f..0f51d753732b 100644
--- a/x11-misc/devilspie2/Manifest
+++ b/x11-misc/devilspie2/Manifest
@@ -1,2 +1 @@
 DIST devilspie2-0.44.tar.xz 46028 BLAKE2B 
e9ec3115781575c331d91e982fd1c71361ea57004a1b7ff234957998d3d44fd4e9a0ca1fde9d133e9e4c2d01b6e8d192921554eae8b83acfb0e3fa44b0c9fd23
 SHA512 
f01f2d044a670dd9b1b97e896a3e8ebcac3e67daea9f08a14bce26fe8084b85f7fdaa0ed147aba91626200f882eddeba7e0ec18f0f565cb7557ffb2ac74a4a64
-DIST devilspie2_0.43-src.tar.gz 48666 BLAKE2B 
3657693547f1dbdfe8542f123601f228086261855dc8e7cea76ef586b744aacb260222000300dbe34d3030646044fc046e94c2285e6386995853ceaaffda
 SHA512 
0f44f3991e31f68a2d38eac32ea6fe4275a56e8b5e9439490d1e819fd69b5455ede565aa2b09b70c20ac852c465ac2c05c339ae1e5c1b7824685c46a28871abd

diff --git a/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild 
b/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
deleted file mode 100644
index abeaa7126aa3..
--- a/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..3} luajit )
-PLOCALES="fi fr it ja nl pt_BR ru sv"
-
-inherit lua-single plocale toolchain-funcs
-
-DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
-HOMEPAGE="https://www.nongnu.org/devilspie2/;
-SRC_URI="https://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="
-   ${LUA_DEPS}
-   >=dev-libs/glib-2.32.4:2
-   >=x11-libs/gtk+-3.4.4:3
-   >=x11-libs/libwnck-3.4.4:3
-   x11-libs/libX11
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.43-lua-pkgconfig.patch"
-)
-
-src_compile() {
-   tc-export PKG_CONFIG
-   emake CC="$(tc-getCC)" PREFIX="/usr" LANGUAGES="$(plocale_get_locales)"
-}
-
-src_install() {
-   emake PREFIX="/usr" DESTDIR="${ED}" LANGUAGES="$(plocale_get_locales)" 
install
-   einstalldocs
-   doman devilspie2.1
-}

diff --git a/x11-misc/devilspie2/files/devilspie2-0.43-lua-pkgconfig.patch 
b/x11-misc/devilspie2/files/devilspie2-0.43-lua-pkgconfig.patch
deleted file mode 100644
index 4b832e6a7fcc..
--- a/x11-misc/devilspie2/files/devilspie2-0.43-lua-pkgconfig.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -60,7 +60,7 @@
- endif
- 
--LIB_CFLAGS=$(shell pkg-config --cflags --silence-errors $(PKG_GTK) 
$(PKG_WNCK) lua5.1 || pkg-config --cflags $(PKG_GTK) $(PKG_WNCK) lua)
-+LIB_CFLAGS=$(shell ${PKG_CONFIG} --cflags $(PKG_GTK) $(PKG_WNCK) lua)
- STD_LDFLAGS=
--LIBS=-lX11 $(shell pkg-config --libs --silence-errors $(PKG_GTK) $(PKG_WNCK) 
lua5.1 || pkg-config --libs $(PKG_GTK) $(PKG_WNCK) lua)
-+LIBS=-lX11 $(shell ${PKG_CONFIG} --libs $(PKG_GTK) $(PKG_WNCK) lua)
- 
- LOCAL_CFLAGS=$(STD_CFLAGS) $(DEPRECATED) $(CFLAGS) $(LIB_CFLAGS)



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2022-01-29 Thread Ionen Wolkens
commit: 97dec9139d936d336bf35455d80829585d835031
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jan 30 04:43:00 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jan 30 04:52:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97dec913

x11-misc/devilspie2: add 0.44

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-misc/devilspie2/Manifest   |  1 +
 x11-misc/devilspie2/devilspie2-0.44.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/x11-misc/devilspie2/Manifest b/x11-misc/devilspie2/Manifest
index 7deddd722f8e..9de4f0a7d04f 100644
--- a/x11-misc/devilspie2/Manifest
+++ b/x11-misc/devilspie2/Manifest
@@ -1 +1,2 @@
+DIST devilspie2-0.44.tar.xz 46028 BLAKE2B 
e9ec3115781575c331d91e982fd1c71361ea57004a1b7ff234957998d3d44fd4e9a0ca1fde9d133e9e4c2d01b6e8d192921554eae8b83acfb0e3fa44b0c9fd23
 SHA512 
f01f2d044a670dd9b1b97e896a3e8ebcac3e67daea9f08a14bce26fe8084b85f7fdaa0ed147aba91626200f882eddeba7e0ec18f0f565cb7557ffb2ac74a4a64
 DIST devilspie2_0.43-src.tar.gz 48666 BLAKE2B 
3657693547f1dbdfe8542f123601f228086261855dc8e7cea76ef586b744aacb260222000300dbe34d3030646044fc046e94c2285e6386995853ceaaffda
 SHA512 
0f44f3991e31f68a2d38eac32ea6fe4275a56e8b5e9439490d1e819fd69b5455ede565aa2b09b70c20ac852c465ac2c05c339ae1e5c1b7824685c46a28871abd

diff --git a/x11-misc/devilspie2/devilspie2-0.44.ebuild 
b/x11-misc/devilspie2/devilspie2-0.44.ebuild
new file mode 100644
index ..46b7dd07d740
--- /dev/null
+++ b/x11-misc/devilspie2/devilspie2-0.44.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+inherit lua-single plocale toolchain-funcs
+
+DESCRIPTION="Window matching utility with Lua scripting"
+HOMEPAGE="https://www.nongnu.org/devilspie2/;
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="
+   ${LUA_DEPS}
+   dev-libs/glib:2
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXinerama
+   x11-libs/libwnck:3"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto"
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_compile() {
+   tc-export CC PKG_CONFIG
+
+   local PLOCALES="fi fr it ja nl pt_BR ru sv"
+
+   DEVILSPIE2_ARGS=(
+   PREFIX="${EPREFIX}"/usr
+   LANGUAGES="$(plocale_get_locales)"
+   LUA=${ELUA}
+   )
+
+   emake "${DEVILSPIE2_ARGS[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" "${DEVILSPIE2_ARGS[@]}" install
+   einstalldocs
+
+   dodoc -r doc/examples
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2022-01-29 Thread Ionen Wolkens
commit: c064673b4066ca8523e1c52a334b85688fdfd69a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jan 30 04:16:49 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jan 30 04:45:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c064673b

x11-misc/devilspie2: add github remote-id

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-misc/devilspie2/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-misc/devilspie2/metadata.xml b/x11-misc/devilspie2/metadata.xml
index 06d84e396dc3..e02d812d6f06 100644
--- a/x11-misc/devilspie2/metadata.xml
+++ b/x11-misc/devilspie2/metadata.xml
@@ -5,4 +5,7 @@
io...@gentoo.org
Ionen Wolkens

+   
+   dsalt/devilspie2
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2021-07-04 Thread Ulrich Müller
commit: 053beb86f54379f7e7d1156bef51735f2be54320
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul  3 15:47:24 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul  4 14:02:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053beb86

x11-misc/devilspie2: Update from l10n.eclass to plocale.eclass

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 x11-misc/devilspie2/devilspie2-0.43-r100.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild 
b/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
index ffca8f7fa9b..abeaa7126aa 100644
--- a/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
+++ b/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 LUA_COMPAT=( lua5-{1..3} luajit )
 PLOCALES="fi fr it ja nl pt_BR ru sv"
 
-inherit lua-single toolchain-funcs l10n
+inherit lua-single plocale toolchain-funcs
 
 DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
 HOMEPAGE="https://www.nongnu.org/devilspie2/;
@@ -39,11 +39,11 @@ PATCHES=(
 
 src_compile() {
tc-export PKG_CONFIG
-   emake CC="$(tc-getCC)" PREFIX="/usr" LANGUAGES="$(l10n_get_locales)"
+   emake CC="$(tc-getCC)" PREFIX="/usr" LANGUAGES="$(plocale_get_locales)"
 }
 
 src_install() {
-   emake PREFIX="/usr" DESTDIR="${ED}" LANGUAGES="$(l10n_get_locales)" 
install
+   emake PREFIX="/usr" DESTDIR="${ED}" LANGUAGES="$(plocale_get_locales)" 
install
einstalldocs
doman devilspie2.1
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2021-02-21 Thread Sam James
commit: 98363b61a527a7f70d6add64b9760ed862258d9f
Author: Ionen Wolkens  gmail  com>
AuthorDate: Sun Feb 21 11:15:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 22 07:24:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98363b61

x11-misc/devilspie2: remove old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ionen Wolkens  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19576
Signed-off-by: Sam James  gentoo.org>

 x11-misc/devilspie2/Manifest   |  1 -
 x11-misc/devilspie2/devilspie2-0.42.ebuild | 51 --
 x11-misc/devilspie2/devilspie2-0.43.ebuild | 41 
 3 files changed, 93 deletions(-)

diff --git a/x11-misc/devilspie2/Manifest b/x11-misc/devilspie2/Manifest
index d2a552dc764..7deddd722f8 100644
--- a/x11-misc/devilspie2/Manifest
+++ b/x11-misc/devilspie2/Manifest
@@ -1,2 +1 @@
-DIST devilspie2_0.42-src.tar.gz 48663 BLAKE2B 
a2340f64191ba31d554aaab8c1ce74ba2252ac4f1524446c88eb674d9bc49225298eaa64c9df649410cb8a07993e891491f7d885af0d917810143ecdb8916bbc
 SHA512 
796b95ded542a76343ffcff25d7838ee3bc25f37d9a02d06785a71aeb7c0da3ef05279f9b88216124c5c9c64754fde59973445a954b0f446f5b4ebe6a25f3055
 DIST devilspie2_0.43-src.tar.gz 48666 BLAKE2B 
3657693547f1dbdfe8542f123601f228086261855dc8e7cea76ef586b744aacb260222000300dbe34d3030646044fc046e94c2285e6386995853ceaaffda
 SHA512 
0f44f3991e31f68a2d38eac32ea6fe4275a56e8b5e9439490d1e819fd69b5455ede565aa2b09b70c20ac852c465ac2c05c339ae1e5c1b7824685c46a28871abd

diff --git a/x11-misc/devilspie2/devilspie2-0.42.ebuild 
b/x11-misc/devilspie2/devilspie2-0.42.ebuild
deleted file mode 100644
index 26fe55495ae..000
--- a/x11-misc/devilspie2/devilspie2-0.42.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# check locales on version bump!
-PLOCALES="fi fr it ja nl pt_BR ru sv"
-inherit flag-o-matic toolchain-funcs l10n
-
-DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
-HOMEPAGE="https://www.nongnu.org/devilspie2/;
-SRC_URI="https://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND="
-   >=dev-lang/lua-5.1.5:0
-   >=dev-libs/glib-2.32.4:2
-   >=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-base/xorg-proto
-"
-
-src_prepare() {
-   default
-   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/"
-}

diff --git a/x11-misc/devilspie2/devilspie2-0.43.ebuild 
b/x11-misc/devilspie2/devilspie2-0.43.ebuild
deleted file mode 100644
index 20368879dee..000
--- a/x11-misc/devilspie2/devilspie2-0.43.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PLOCALES="fi fr it ja nl pt_BR ru sv"
-inherit flag-o-matic toolchain-funcs l10n
-
-DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
-HOMEPAGE="https://www.nongnu.org/devilspie2/;
-SRC_URI="https://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-lang/lua-5.1.5:0
-   >=dev-libs/glib-2.32.4:2
-   >=x11-libs/gtk+-3.4.4:3
-   >=x11-libs/libwnck-3.4.4:3
-   x11-libs/libX11
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-"
-DEPEND="
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2021-02-21 Thread Sam James
commit: bff1332ba11d6e5bf2d73d5b5142eb3da573c507
Author: Ionen Wolkens  gmail  com>
AuthorDate: Sun Feb 21 11:14:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 22 07:24:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff1332b

x11-misc/devilspie2: adopt through proxy-maint

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ionen Wolkens  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 x11-misc/devilspie2/metadata.xml | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/x11-misc/devilspie2/metadata.xml b/x11-misc/devilspie2/metadata.xml
index 2ba8e9e851e..d91810780a6 100644
--- a/x11-misc/devilspie2/metadata.xml
+++ b/x11-misc/devilspie2/metadata.xml
@@ -1,8 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   sudin...@gmail.com
+   Ionen Wolkens
+   

-   desktop-m...@gentoo.org
-   Gentoo Desktop Miscellaneous Project
+   proxy-ma...@gentoo.org
+   Proxy Maintainers

 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2021-01-22 Thread Sam James
commit: 859075ab97ea5ccb21bde5e0434153ba700a77e4
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 23 04:19:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 23 04:19:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859075ab

x11-misc/devilspie2: Stabilize 0.43-r100 x86, #766528

Signed-off-by: Sam James  gentoo.org>

 x11-misc/devilspie2/devilspie2-0.43-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild 
b/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
index a19352ba3c1..6adedca29b2 100644
--- a/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
+++ b/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2021-01-22 Thread Sam James
commit: 88695127e05fed2a474840002c8fb913e0f1fff0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 23 04:09:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 23 04:09:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88695127

x11-misc/devilspie2: Stabilize 0.43-r100 amd64, #766528

Signed-off-by: Sam James  gentoo.org>

 x11-misc/devilspie2/devilspie2-0.43-r100.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild 
b/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
index e9c87f823d3..a19352ba3c1 100644
--- a/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
+++ b/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2020-09-04 Thread Jeroen Roovers
commit: 7211284e55ae9ed79e388b1dba072e9fc5c517cd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep  4 08:41:17 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep  4 08:41:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7211284e

x11-misc/devilspie2: Version 0.43

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/devilspie2/Manifest   |  1 +
 x11-misc/devilspie2/devilspie2-0.43.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/x11-misc/devilspie2/Manifest b/x11-misc/devilspie2/Manifest
index e37adbef8d9..d2a552dc764 100644
--- a/x11-misc/devilspie2/Manifest
+++ b/x11-misc/devilspie2/Manifest
@@ -1 +1,2 @@
 DIST devilspie2_0.42-src.tar.gz 48663 BLAKE2B 
a2340f64191ba31d554aaab8c1ce74ba2252ac4f1524446c88eb674d9bc49225298eaa64c9df649410cb8a07993e891491f7d885af0d917810143ecdb8916bbc
 SHA512 
796b95ded542a76343ffcff25d7838ee3bc25f37d9a02d06785a71aeb7c0da3ef05279f9b88216124c5c9c64754fde59973445a954b0f446f5b4ebe6a25f3055
+DIST devilspie2_0.43-src.tar.gz 48666 BLAKE2B 
3657693547f1dbdfe8542f123601f228086261855dc8e7cea76ef586b744aacb260222000300dbe34d3030646044fc046e94c2285e6386995853ceaaffda
 SHA512 
0f44f3991e31f68a2d38eac32ea6fe4275a56e8b5e9439490d1e819fd69b5455ede565aa2b09b70c20ac852c465ac2c05c339ae1e5c1b7824685c46a28871abd

diff --git a/x11-misc/devilspie2/devilspie2-0.43.ebuild 
b/x11-misc/devilspie2/devilspie2-0.43.ebuild
new file mode 100644
index 000..20368879dee
--- /dev/null
+++ b/x11-misc/devilspie2/devilspie2-0.43.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PLOCALES="fi fr it ja nl pt_BR ru sv"
+inherit flag-o-matic toolchain-funcs l10n
+
+DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
+HOMEPAGE="https://www.nongnu.org/devilspie2/;
+SRC_URI="https://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-lang/lua-5.1.5:0
+   >=dev-libs/glib-2.32.4:2
+   >=x11-libs/gtk+-3.4.4:3
+   >=x11-libs/libwnck-3.4.4:3
+   x11-libs/libX11
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+DEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2019-03-20 Thread Aaron Bauman
commit: 072d77ecfb86f5be31d138a87e0748ee1be72250
Author: Daniel Schmidt  tutanota  com>
AuthorDate: Tue Mar 19 20:47:08 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Mar 20 18:32:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072d77ec

x11-misc/devilspie2: use HTTPS, avoid redirection

Closes: https://bugs.gentoo.org/680458
Signed-off-by: Daniel Schmidt  tutanota.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11417
Signed-off-by: Aaron Bauman  gentoo.org>

 x11-misc/devilspie2/devilspie2-0.42.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/devilspie2/devilspie2-0.42.ebuild 
b/x11-misc/devilspie2/devilspie2-0.42.ebuild
index 5d8bea8c26c..26fe55495ae 100644
--- a/x11-misc/devilspie2/devilspie2-0.42.ebuild
+++ b/x11-misc/devilspie2/devilspie2-0.42.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,8 +8,8 @@ PLOCALES="fi fr it ja nl pt_BR ru sv"
 inherit flag-o-matic toolchain-funcs l10n
 
 DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
-HOMEPAGE="https://gusnan.se/devilspie2;
-SRC_URI="http://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz;
+HOMEPAGE="https://www.nongnu.org/devilspie2/;
+SRC_URI="https://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2017-01-22 Thread Jeroen Roovers
commit: 24f9b26f763efd64b97b6cfb25b46f5223b3f528
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jan 22 11:10:03 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jan 22 11:11:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f9b26f

x11-misc/devilspie2: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/devilspie2/Manifest   |  1 +
 x11-misc/devilspie2/devilspie2-0.42.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/x11-misc/devilspie2/Manifest b/x11-misc/devilspie2/Manifest
index cbb4eae..db8ab0e 100644
--- a/x11-misc/devilspie2/Manifest
+++ b/x11-misc/devilspie2/Manifest
@@ -2,3 +2,4 @@ DIST devilspie2_0.36-src.tar.gz 44818 SHA256 
7d0c2982d65f4dfc9d64f29f72252cce335
 DIST devilspie2_0.37-src.tar.gz 44722 SHA256 
463db05b85723f571e16034b3c9281bdcc3a2cffcaa2cf056580575ee8a421b6 SHA512 
1eaf7d6a5074179d1a3b356ed25e0243bb177e8d408797a8efe230ae1b737d18f52442a69f92a3f47cece2d91c70b4c7d9cb378183eb353f0e163ac772f9478e
 WHIRLPOOL 
a58c6137415108c10e603e4c095309038801b2a82dfa0ea1befd8a03b62d341fdf3015314df0ebb0f81f43b481c3661b6904ef28a1899bd52aeb98922dcd509a
 DIST devilspie2_0.39-src.tar.gz 45341 SHA256 
07b74ffc078e5f01525d9da7a1978b4c1a9725b814b344f83a1a203cf4caae09 SHA512 
3389351296df8398a18e7cadf46d8fb7c3817939b0e0348410c8623fde89132dfda7ebe516092de6bc1ae10e9204e66dc44eca8953a3533fd4fbc518184f07cb
 WHIRLPOOL 
a5b9c3b1272dbf183c22adb373689321cba3d59495e4c7590859a2750d9465241a7044bd38dbc0a3ff11c4fee9fa56392f469f03b6124c677ce31e1145504f7a
 DIST devilspie2_0.41-src.tar.gz 47334 SHA256 
7fe2139cbefb2c42b29f985344b876b3fc35a793048b9fb87def4fbe2853ebfd SHA512 
1420678864b989473527efaca3b7955259f324aa405ee2c76349f00f78da77324cc2d57c26782fc0723542f578fdea44425e23bd037ff8d58e157b4afcbf5a6e
 WHIRLPOOL 
9b77f80b34798f6fc872749b5d4780b2d2a02ffa77a8b06bc618d10ec31efae9345423393d34de01b012346b973f247daa438d9c665836d26dc5625624640291
+DIST devilspie2_0.42-src.tar.gz 48663 SHA256 
11f5bc310fba4df404c057461ffb3fadac8ef51d211008c665c48f587a5a3f85 SHA512 
796b95ded542a76343ffcff25d7838ee3bc25f37d9a02d06785a71aeb7c0da3ef05279f9b88216124c5c9c64754fde59973445a954b0f446f5b4ebe6a25f3055
 WHIRLPOOL 
bed081e9faca39bda83a3d0c191de9f809611462d7fb7e6982414e0526feb7b8c240123d31bad9cb385977a222833b8a16642ce70718545597dc9468da733064

diff --git a/x11-misc/devilspie2/devilspie2-0.42.ebuild 
b/x11-misc/devilspie2/devilspie2-0.42.ebuild
new file mode 100644
index ..4862ef3
--- /dev/null
+++ b/x11-misc/devilspie2/devilspie2-0.42.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# check locales on version bump!
+PLOCALES="fi fr it ja nl pt_BR ru sv"
+inherit flag-o-matic toolchain-funcs l10n
+
+DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
+HOMEPAGE="https://gusnan.se/devilspie2;
+SRC_URI="http://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   >=dev-lang/lua-5.1.5:0
+   >=dev-libs/glib-2.32.4:2
+   >=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() {
+   default
+   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/"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2017-01-22 Thread Jeroen Roovers
commit: a6ed8daf9ce4326a15d57e18e13a587ae9d3abeb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jan 22 11:10:35 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jan 22 11:11:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ed8daf

x11-misc/devilspie2: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/devilspie2/Manifest   |  2 --
 x11-misc/devilspie2/devilspie2-0.37.ebuild | 47 --
 x11-misc/devilspie2/devilspie2-0.39.ebuild | 47 --
 3 files changed, 96 deletions(-)

diff --git a/x11-misc/devilspie2/Manifest b/x11-misc/devilspie2/Manifest
index db8ab0e..b761a2c 100644
--- a/x11-misc/devilspie2/Manifest
+++ b/x11-misc/devilspie2/Manifest
@@ -1,5 +1,3 @@
 DIST devilspie2_0.36-src.tar.gz 44818 SHA256 
7d0c2982d65f4dfc9d64f29f72252cce3354231938bc79da8034edfb3394ae11 SHA512 
5ab755e7b2f12c0d6304a7ce4a25c95f1cb5d11eec42da0902239e37e2f637663706a21b2d69643f423b8fd597761283fc7a0efc8c201e1f07e503a2057fefd6
 WHIRLPOOL 
2a6aac66c8fe9e5a0eb8099eca835bc1a7382627e662fdbd70f598a4ead478ca9d8a8510a6ce353f2a186ac94f71a5df67375dd91a3dbd4c9cc001854d1cc6fa
-DIST devilspie2_0.37-src.tar.gz 44722 SHA256 
463db05b85723f571e16034b3c9281bdcc3a2cffcaa2cf056580575ee8a421b6 SHA512 
1eaf7d6a5074179d1a3b356ed25e0243bb177e8d408797a8efe230ae1b737d18f52442a69f92a3f47cece2d91c70b4c7d9cb378183eb353f0e163ac772f9478e
 WHIRLPOOL 
a58c6137415108c10e603e4c095309038801b2a82dfa0ea1befd8a03b62d341fdf3015314df0ebb0f81f43b481c3661b6904ef28a1899bd52aeb98922dcd509a
-DIST devilspie2_0.39-src.tar.gz 45341 SHA256 
07b74ffc078e5f01525d9da7a1978b4c1a9725b814b344f83a1a203cf4caae09 SHA512 
3389351296df8398a18e7cadf46d8fb7c3817939b0e0348410c8623fde89132dfda7ebe516092de6bc1ae10e9204e66dc44eca8953a3533fd4fbc518184f07cb
 WHIRLPOOL 
a5b9c3b1272dbf183c22adb373689321cba3d59495e4c7590859a2750d9465241a7044bd38dbc0a3ff11c4fee9fa56392f469f03b6124c677ce31e1145504f7a
 DIST devilspie2_0.41-src.tar.gz 47334 SHA256 
7fe2139cbefb2c42b29f985344b876b3fc35a793048b9fb87def4fbe2853ebfd SHA512 
1420678864b989473527efaca3b7955259f324aa405ee2c76349f00f78da77324cc2d57c26782fc0723542f578fdea44425e23bd037ff8d58e157b4afcbf5a6e
 WHIRLPOOL 
9b77f80b34798f6fc872749b5d4780b2d2a02ffa77a8b06bc618d10ec31efae9345423393d34de01b012346b973f247daa438d9c665836d26dc5625624640291
 DIST devilspie2_0.42-src.tar.gz 48663 SHA256 
11f5bc310fba4df404c057461ffb3fadac8ef51d211008c665c48f587a5a3f85 SHA512 
796b95ded542a76343ffcff25d7838ee3bc25f37d9a02d06785a71aeb7c0da3ef05279f9b88216124c5c9c64754fde59973445a954b0f446f5b4ebe6a25f3055
 WHIRLPOOL 
bed081e9faca39bda83a3d0c191de9f809611462d7fb7e6982414e0526feb7b8c240123d31bad9cb385977a222833b8a16642ce70718545597dc9468da733064

diff --git a/x11-misc/devilspie2/devilspie2-0.37.ebuild 
b/x11-misc/devilspie2/devilspie2-0.37.ebuild
deleted file mode 100644
index 815fe93..
--- a/x11-misc/devilspie2/devilspie2-0.37.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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/"
-}

diff --git a/x11-misc/devilspie2/devilspie2-0.39.ebuild 
b/x11-misc/devilspie2/devilspie2-0.39.ebuild
deleted file mode 100644
index 5e53f9e..
--- a/x11-misc/devilspie2/devilspie2-0.39.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.32.4:2

[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2016-04-07 Thread Jeroen Roovers
commit: cf734f582de863e9ec75ae319344377cae0fe8b6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  7 11:46:39 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  7 11:46:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf734f58

x11-misc/devilspie2: Add LINGUAS=it.

Package-Manager: portage-2.2.28

 x11-misc/devilspie2/devilspie2-0.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/devilspie2/devilspie2-0.41.ebuild 
b/x11-misc/devilspie2/devilspie2-0.41.ebuild
index 8be06c9..db434e8 100644
--- a/x11-misc/devilspie2/devilspie2-0.41.ebuild
+++ b/x11-misc/devilspie2/devilspie2-0.41.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 # check locales on version bump!
-PLOCALES="fi fr ja nl pt_BR ru sv"
+PLOCALES="fi fr it ja nl pt_BR ru sv"
 inherit flag-o-matic toolchain-funcs l10n
 
 DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2016-04-07 Thread Jeroen Roovers
commit: ef3934030c8a580a921c6ea82282317835291999
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  7 11:13:03 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  7 11:40:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef393403

x11-misc/devilspie2: Version bump.

Package-Manager: portage-2.2.28

 x11-misc/devilspie2/Manifest   |  1 +
 x11-misc/devilspie2/devilspie2-0.41.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/x11-misc/devilspie2/Manifest b/x11-misc/devilspie2/Manifest
index f79a5d9..cbb4eae 100644
--- a/x11-misc/devilspie2/Manifest
+++ b/x11-misc/devilspie2/Manifest
@@ -1,3 +1,4 @@
 DIST devilspie2_0.36-src.tar.gz 44818 SHA256 
7d0c2982d65f4dfc9d64f29f72252cce3354231938bc79da8034edfb3394ae11 SHA512 
5ab755e7b2f12c0d6304a7ce4a25c95f1cb5d11eec42da0902239e37e2f637663706a21b2d69643f423b8fd597761283fc7a0efc8c201e1f07e503a2057fefd6
 WHIRLPOOL 
2a6aac66c8fe9e5a0eb8099eca835bc1a7382627e662fdbd70f598a4ead478ca9d8a8510a6ce353f2a186ac94f71a5df67375dd91a3dbd4c9cc001854d1cc6fa
 DIST devilspie2_0.37-src.tar.gz 44722 SHA256 
463db05b85723f571e16034b3c9281bdcc3a2cffcaa2cf056580575ee8a421b6 SHA512 
1eaf7d6a5074179d1a3b356ed25e0243bb177e8d408797a8efe230ae1b737d18f52442a69f92a3f47cece2d91c70b4c7d9cb378183eb353f0e163ac772f9478e
 WHIRLPOOL 
a58c6137415108c10e603e4c095309038801b2a82dfa0ea1befd8a03b62d341fdf3015314df0ebb0f81f43b481c3661b6904ef28a1899bd52aeb98922dcd509a
 DIST devilspie2_0.39-src.tar.gz 45341 SHA256 
07b74ffc078e5f01525d9da7a1978b4c1a9725b814b344f83a1a203cf4caae09 SHA512 
3389351296df8398a18e7cadf46d8fb7c3817939b0e0348410c8623fde89132dfda7ebe516092de6bc1ae10e9204e66dc44eca8953a3533fd4fbc518184f07cb
 WHIRLPOOL 
a5b9c3b1272dbf183c22adb373689321cba3d59495e4c7590859a2750d9465241a7044bd38dbc0a3ff11c4fee9fa56392f469f03b6124c677ce31e1145504f7a
+DIST devilspie2_0.41-src.tar.gz 47334 SHA256 
7fe2139cbefb2c42b29f985344b876b3fc35a793048b9fb87def4fbe2853ebfd SHA512 
1420678864b989473527efaca3b7955259f324aa405ee2c76349f00f78da77324cc2d57c26782fc0723542f578fdea44425e23bd037ff8d58e157b4afcbf5a6e
 WHIRLPOOL 
9b77f80b34798f6fc872749b5d4780b2d2a02ffa77a8b06bc618d10ec31efae9345423393d34de01b012346b973f247daa438d9c665836d26dc5625624640291

diff --git a/x11-misc/devilspie2/devilspie2-0.41.ebuild 
b/x11-misc/devilspie2/devilspie2-0.41.ebuild
new file mode 100644
index 000..8be06c9
--- /dev/null
+++ b/x11-misc/devilspie2/devilspie2-0.41.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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://gusnan.se/devilspie2;
+SRC_URI="http://download.savannah.gnu.org/releases/devilspie2/devilspie2_${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:0
+   >=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/"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2015-08-16 Thread Julian Ospald
commit: 120f8eac682043a549a11cc498e8c0be35ada654
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Sun Aug 16 10:43:56 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Sun Aug 16 10:50:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120f8eac

x11-misc/devilspie2: fix Manifest issue

Gentoo-Bug: 557892

 x11-misc/devilspie2/Manifest   | 2 +-
 x11-misc/devilspie2/devilspie2-0.39.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/devilspie2/Manifest b/x11-misc/devilspie2/Manifest
index 199f2ef..f79a5d9 100644
--- a/x11-misc/devilspie2/Manifest
+++ b/x11-misc/devilspie2/Manifest
@@ -1,3 +1,3 @@
-DIST devilspie2-0.39.tar.gz 45042 SHA256 
95d7ca93c66ef511bdd2ea5d301a2e84b5a8175a5a89f4d29859c8a84ed7801c SHA512 
4f84ddc6efe6a73290bc9f069790abc80b8377e66919a424d18e8814b9dd6293e87358cc6856a470aaa60454e89ae8bd57ee7356efaaffd09b027873ea25df3c
 WHIRLPOOL 
024d79263527c2b25df26b49e75bd615ebda4bb7f730d107c3209f374b450c2c21072e3a0c63d2de54c1c3363fe26d2c9250a8cb0ffda61d0136ebcffa6d5482
 DIST devilspie2_0.36-src.tar.gz 44818 SHA256 
7d0c2982d65f4dfc9d64f29f72252cce3354231938bc79da8034edfb3394ae11 SHA512 
5ab755e7b2f12c0d6304a7ce4a25c95f1cb5d11eec42da0902239e37e2f637663706a21b2d69643f423b8fd597761283fc7a0efc8c201e1f07e503a2057fefd6
 WHIRLPOOL 
2a6aac66c8fe9e5a0eb8099eca835bc1a7382627e662fdbd70f598a4ead478ca9d8a8510a6ce353f2a186ac94f71a5df67375dd91a3dbd4c9cc001854d1cc6fa
 DIST devilspie2_0.37-src.tar.gz 44722 SHA256 
463db05b85723f571e16034b3c9281bdcc3a2cffcaa2cf056580575ee8a421b6 SHA512 
1eaf7d6a5074179d1a3b356ed25e0243bb177e8d408797a8efe230ae1b737d18f52442a69f92a3f47cece2d91c70b4c7d9cb378183eb353f0e163ac772f9478e
 WHIRLPOOL 
a58c6137415108c10e603e4c095309038801b2a82dfa0ea1befd8a03b62d341fdf3015314df0ebb0f81f43b481c3661b6904ef28a1899bd52aeb98922dcd509a
+DIST devilspie2_0.39-src.tar.gz 45341 SHA256 
07b74ffc078e5f01525d9da7a1978b4c1a9725b814b344f83a1a203cf4caae09 SHA512 
3389351296df8398a18e7cadf46d8fb7c3817939b0e0348410c8623fde89132dfda7ebe516092de6bc1ae10e9204e66dc44eca8953a3533fd4fbc518184f07cb
 WHIRLPOOL 
a5b9c3b1272dbf183c22adb373689321cba3d59495e4c7590859a2750d9465241a7044bd38dbc0a3ff11c4fee9fa56392f469f03b6124c677ce31e1145504f7a

diff --git a/x11-misc/devilspie2/devilspie2-0.39.ebuild 
b/x11-misc/devilspie2/devilspie2-0.39.ebuild
index eddb4cc..5e53f9e 100644
--- a/x11-misc/devilspie2/devilspie2-0.39.ebuild
+++ b/x11-misc/devilspie2/devilspie2-0.39.ebuild
@@ -10,7 +10,7 @@ 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://git.savannah.gnu.org/cgit/devilspie2.git/snapshot/devilspie2-${PV}.tar.gz;
+SRC_URI=http://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz;
 
 LICENSE=GPL-3
 SLOT=0



[gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/

2015-08-14 Thread Julian Ospald
commit: 699425b57e18779f7983dab22486d57e679cdcfc
Author: Julian Ospald hasufell AT gentoo DOT org
AuthorDate: Fri Aug 14 21:23:24 2015 +
Commit: Julian Ospald hasufell AT gentoo DOT org
CommitDate: Fri Aug 14 21:23:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699425b5

x11-misc/devilspie2: version bump to 0.39

 x11-misc/devilspie2/Manifest   |  1 +
 x11-misc/devilspie2/devilspie2-0.39.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/x11-misc/devilspie2/Manifest b/x11-misc/devilspie2/Manifest
index 8e47f63..199f2ef 100644
--- a/x11-misc/devilspie2/Manifest
+++ b/x11-misc/devilspie2/Manifest
@@ -1,2 +1,3 @@
+DIST devilspie2-0.39.tar.gz 45042 SHA256 
95d7ca93c66ef511bdd2ea5d301a2e84b5a8175a5a89f4d29859c8a84ed7801c SHA512 
4f84ddc6efe6a73290bc9f069790abc80b8377e66919a424d18e8814b9dd6293e87358cc6856a470aaa60454e89ae8bd57ee7356efaaffd09b027873ea25df3c
 WHIRLPOOL 
024d79263527c2b25df26b49e75bd615ebda4bb7f730d107c3209f374b450c2c21072e3a0c63d2de54c1c3363fe26d2c9250a8cb0ffda61d0136ebcffa6d5482
 DIST devilspie2_0.36-src.tar.gz 44818 SHA256 
7d0c2982d65f4dfc9d64f29f72252cce3354231938bc79da8034edfb3394ae11 SHA512 
5ab755e7b2f12c0d6304a7ce4a25c95f1cb5d11eec42da0902239e37e2f637663706a21b2d69643f423b8fd597761283fc7a0efc8c201e1f07e503a2057fefd6
 WHIRLPOOL 
2a6aac66c8fe9e5a0eb8099eca835bc1a7382627e662fdbd70f598a4ead478ca9d8a8510a6ce353f2a186ac94f71a5df67375dd91a3dbd4c9cc001854d1cc6fa
 DIST devilspie2_0.37-src.tar.gz 44722 SHA256 
463db05b85723f571e16034b3c9281bdcc3a2cffcaa2cf056580575ee8a421b6 SHA512 
1eaf7d6a5074179d1a3b356ed25e0243bb177e8d408797a8efe230ae1b737d18f52442a69f92a3f47cece2d91c70b4c7d9cb378183eb353f0e163ac772f9478e
 WHIRLPOOL 
a58c6137415108c10e603e4c095309038801b2a82dfa0ea1befd8a03b62d341fdf3015314df0ebb0f81f43b481c3661b6904ef28a1899bd52aeb98922dcd509a

diff --git a/x11-misc/devilspie2/devilspie2-0.39.ebuild 
b/x11-misc/devilspie2/devilspie2-0.39.ebuild
new file mode 100644
index 000..eddb4cc
--- /dev/null
+++ b/x11-misc/devilspie2/devilspie2-0.39.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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://git.savannah.gnu.org/cgit/devilspie2.git/snapshot/devilspie2-${PV}.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:0
+   =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/
+}