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

2022-08-11 Thread Ionen Wolkens
commit: 495f390781d1350fe779ed3506e1e586791d9288
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Aug 11 10:18:25 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Aug 11 11:33:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495f3907

x11-misc/devilspie: EAPI7->8 and use https

Feel like https didn't work last time I tried (invalid cert?)
but seems okay now.

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

 x11-misc/devilspie/devilspie-0.23-r2.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-misc/devilspie/devilspie-0.23-r2.ebuild 
b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
index 0b9696b3ff23..985daf2b245f 100644
--- a/x11-misc/devilspie/devilspie-0.23-r2.ebuild
+++ b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Window matching utility similar to Sawfish's Matched Windows"
-HOMEPAGE="http://www.burtonini.com/blog/tag/devilspie.html;
-SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz;
+HOMEPAGE="https://www.burtonini.com/blog/tag/devilspie.html;
+SRC_URI="https://www.burtonini.com/computing/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -25,5 +25,6 @@ BDEPEND="
 
 src_prepare() {
default
+
sed -i "/doc\//s@devilspie..@${PF}/@" devilspie.1 || die
 }



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

2021-03-30 Thread Andreas Sturmlechner
commit: b86d1d77e669b2b28f80709e00afbfd045b2e1e8
Author: Ionen Wolkens  gmail  com>
AuthorDate: Sat Mar 27 16:25:44 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 30 09:06:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86d1d77

x11-misc/devilspie: drop 0.23

Signed-off-by: Ionen Wolkens  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20161
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/devilspie/devilspie-0.23.ebuild | 39 
 1 file changed, 39 deletions(-)

diff --git a/x11-misc/devilspie/devilspie-0.23.ebuild 
b/x11-misc/devilspie/devilspie-0.23.ebuild
deleted file mode 100644
index 394a36351d3..000
--- a/x11-misc/devilspie/devilspie-0.23.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A Window Matching utility similar to Sawfish's Matched Windows 
feature"
-HOMEPAGE="http://www.burtonini.com/blog/tag/devilspie.html;
-SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.10
-   x11-libs/gtk+:3[X]
-   x11-libs/libwnck:3
-   x11-libs/libX11"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-util/intltool
-   sys-devel/gettext
-   gnome-base/gnome-common" # Required by eautoreconf
-
-src_prepare() {
-   default
-   sed -i -e "s:\(/usr/share/doc/devilspie\):\1-${PVR}:" devilspie.1 || die
-   sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am || die
-   mv configure.{in,ac} || die
-   eautoreconf
-   LIBS="$($(tc-getPKG_CONFIG) --libs x11)"
-}
-
-src_install() {
-   default
-   keepdir /etc/devilspie
-}



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

2021-03-27 Thread Sam James
commit: 60495c355b4f876a29abd5f0b8eedfc8f3db52a1
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 27 16:09:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 27 16:09:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60495c35

x11-misc/devilspie: Stabilize 0.23-r2 ppc, #778722

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

 x11-misc/devilspie/devilspie-0.23-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/devilspie/devilspie-0.23-r2.ebuild 
b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
index 6485f51f682..0b9696b3ff2 100644
--- a/x11-misc/devilspie/devilspie-0.23-r2.ebuild
+++ b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-libs/glib:2



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

2021-03-27 Thread Sam James
commit: 4f5cd62cc5432a4a4068f018f764bbe487adf9a4
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 27 16:08:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 27 16:08:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5cd62c

x11-misc/devilspie: Stabilize 0.23-r2 sparc, #778722

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

 x11-misc/devilspie/devilspie-0.23-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/devilspie/devilspie-0.23-r2.ebuild 
b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
index b2cf40cb46d..6485f51f682 100644
--- a/x11-misc/devilspie/devilspie-0.23-r2.ebuild
+++ b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ppc sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-libs/glib:2



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

2021-03-27 Thread Sam James
commit: b3cb4b1de85c222d3492368a8d5599a2fed85f59
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 27 16:07:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 27 16:07:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3cb4b1d

x11-misc/devilspie: Stabilize 0.23-r2 amd64, #778722

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

 x11-misc/devilspie/devilspie-0.23-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/devilspie/devilspie-0.23-r2.ebuild 
b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
index d8777171fd1..b2cf40cb46d 100644
--- a/x11-misc/devilspie/devilspie-0.23-r2.ebuild
+++ b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-libs/glib:2



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

2021-03-27 Thread Sam James
commit: 5d718519fa79cf9d4f6fc89f4424d180ca4f8553
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 27 16:06:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 27 16:06:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d718519

x11-misc/devilspie: Stabilize 0.23-r2 x86, #778722

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

 x11-misc/devilspie/devilspie-0.23-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/devilspie/devilspie-0.23-r2.ebuild 
b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
index e515002c924..d8777171fd1 100644
--- a/x11-misc/devilspie/devilspie-0.23-r2.ebuild
+++ b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-libs/glib:2



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

2021-02-25 Thread David Seifert
commit: 4b4be47ed5097e28ec4670849c2a2cbc01f6f3c0
Author: Ionen Wolkens  gmail  com>
AuthorDate: Thu Feb 25 09:15:20 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Feb 25 09:15:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4be47e

x11-misc/devilspie: remove old

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Ionen Wolkens  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 x11-misc/devilspie/devilspie-0.23-r1.ebuild | 43 -
 1 file changed, 43 deletions(-)

diff --git a/x11-misc/devilspie/devilspie-0.23-r1.ebuild 
b/x11-misc/devilspie/devilspie-0.23-r1.ebuild
deleted file mode 100644
index 5711466aa40..000
--- a/x11-misc/devilspie/devilspie-0.23-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A Window Matching utility similar to Sawfish's Matched Windows 
feature"
-HOMEPAGE="http://www.burtonini.com/blog/tag/devilspie.html;
-SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.10
-   x11-libs/gtk+:3[X]
-   x11-libs/libwnck:3
-   x11-libs/libX11"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-util/intltool
-   sys-devel/gettext
-   gnome-base/gnome-common" # Required by eautoreconf
-
-src_prepare() {
-   default
-   sed -i -e "s:\(/usr/share/doc/devilspie\):\1-${PVR}:" devilspie.1 || die
-   sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am || die
-   mv configure.{in,ac} || die
-   eautoreconf
-   LIBS="$($(tc-getPKG_CONFIG) --libs x11)"
-}
-
-src_configure() {
-   econf --disable-compile-warnings
-}
-
-src_install() {
-   default
-   keepdir /etc/devilspie
-}



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

2021-02-25 Thread David Seifert
commit: db0c04dbe99a659bf756d6911bdbb63e06003f95
Author: Ionen Wolkens  gmail  com>
AuthorDate: Thu Feb 25 09:15:17 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Feb 25 09:15:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0c04db

x11-misc/devilspie: EAPI-7 bump + remove obsolete workarounds

eautoreconf was formerly used to fix a build failure with gtk+:2
(was bug #339806), however using gtk+:3 now.

Now properly links with -lX11 by itself (was bug #370103)

-Werror isn't used anymore without eautoreconf (was bug #594488)

Also removed keepdir, directory doesn't need to force-exist and likely
scarcely used as users should have rules in their $HOME

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Ionen Wolkens  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 x11-misc/devilspie/devilspie-0.23-r2.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/x11-misc/devilspie/devilspie-0.23-r2.ebuild 
b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
new file mode 100644
index 000..e515002c924
--- /dev/null
+++ b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Window matching utility similar to Sawfish's Matched Windows"
+HOMEPAGE="http://www.burtonini.com/blog/tag/devilspie.html;
+SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-libs/glib:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11
+   x11-libs/libwnck:3"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto"
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   sed -i "/doc\//s@devilspie..@${PF}/@" devilspie.1 || die
+}



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

2021-02-25 Thread David Seifert
commit: 6a721db7e5406cf27b267c207222f51335ed00c2
Author: Ionen Wolkens  gmail  com>
AuthorDate: Thu Feb 25 09:15:14 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Feb 25 09:15:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a721db7

x11-misc/devilspie: adopt through proxy-maint

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Ionen Wolkens  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/x11-misc/devilspie/metadata.xml b/x11-misc/devilspie/metadata.xml
index 2ba8e9e851e..d91810780a6 100644
--- a/x11-misc/devilspie/metadata.xml
+++ b/x11-misc/devilspie/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/devilspie/

2017-05-25 Thread Jeroen Roovers
commit: 0ecfa1638c2183c08e8beef29c98792e9f836286
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 25 14:20:07 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 25 14:20:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecfa163

x11-misc/devilspie: Disable -Werror (bug #594488).

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-misc/devilspie/devilspie-0.23-r1.ebuild | 43 +
 1 file changed, 43 insertions(+)

diff --git a/x11-misc/devilspie/devilspie-0.23-r1.ebuild 
b/x11-misc/devilspie/devilspie-0.23-r1.ebuild
new file mode 100644
index 000..5711466aa40
--- /dev/null
+++ b/x11-misc/devilspie/devilspie-0.23-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A Window Matching utility similar to Sawfish's Matched Windows 
feature"
+HOMEPAGE="http://www.burtonini.com/blog/tag/devilspie.html;
+SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.10
+   x11-libs/gtk+:3[X]
+   x11-libs/libwnck:3
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   dev-util/intltool
+   sys-devel/gettext
+   gnome-base/gnome-common" # Required by eautoreconf
+
+src_prepare() {
+   default
+   sed -i -e "s:\(/usr/share/doc/devilspie\):\1-${PVR}:" devilspie.1 || die
+   sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am || die
+   mv configure.{in,ac} || die
+   eautoreconf
+   LIBS="$($(tc-getPKG_CONFIG) --libs x11)"
+}
+
+src_configure() {
+   econf --disable-compile-warnings
+}
+
+src_install() {
+   default
+   keepdir /etc/devilspie
+}



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

2017-05-13 Thread Jeroen Roovers
commit: 3e13af59e93d6f995663fa80cb4be8e0664ffcb3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat May 13 12:11:53 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat May 13 12:11:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e13af59

x11-misc/devilspie: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/devilspie/Manifest  |  1 -
 x11-misc/devilspie/devilspie-0.22.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/x11-misc/devilspie/Manifest b/x11-misc/devilspie/Manifest
index 808d453509d..bf62bf52de3 100644
--- a/x11-misc/devilspie/Manifest
+++ b/x11-misc/devilspie/Manifest
@@ -1,2 +1 @@
-DIST devilspie-0.22.tar.gz 192646 SHA256 
e06aba1d96889e1b58bd1b0ba4d3015f50adc3ade2824b5cb37a0ee7f2490aaf SHA512 
832b1ba0328357abe6c89a8b48c75c5a7789d134a0ce86721c413b2a0eacd43bfd8e6f06ca3ffb4386f04edb5a7800592e3545fb3b0637b44d3569be858546b4
 WHIRLPOOL 
157b22ea2ff042a17da5e170d3a56d1433029cdab1e70d0f31b870c542eaed7fd20022e62e89c55a7e3c397e00e3280f1dc21f8ee475672e43c5cea41ca7deaf
 DIST devilspie-0.23.tar.xz 130984 SHA256 
2dd9d4b7424ac999f20c214b0ff71e8c5836d97003d7a8a7391105cd16d36deb SHA512 
6ea6c79d317b0f35d943ecafa010e8c6011870796d83ff0a24a4853ad0ebad93608173dd1c4b645254d53c5c182c667e6eba42a20f764f258c211ee2bcd19174
 WHIRLPOOL 
d1687a6c9b446bef1dc0a365ab7090c2afe36401ea158712dcb4bd098ffe8fe1a1a2ce8e3dca63197cd0c90d886283a220577a489e00bd7ffb39f19133b72cff

diff --git a/x11-misc/devilspie/devilspie-0.22.ebuild 
b/x11-misc/devilspie/devilspie-0.22.ebuild
deleted file mode 100644
index bdd31cb8449..000
--- a/x11-misc/devilspie/devilspie-0.22.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit autotools
-
-DESCRIPTION="A Window Matching utility similar to Sawfish's Matched Windows 
feature"
-HOMEPAGE="http://www.burtonini.com/blog/computers/devilspie;
-SRC_URI="http://www.burtonini.com/computing/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.10
-   x11-libs/gtk+:2
-   >=x11-libs/libwnck-2.10:1
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-util/intltool
-   sys-devel/gettext
-   gnome-base/gnome-common" # Required by eautoreconf
-
-src_prepare() {
-   sed -i -e "s:\(/usr/share/doc/devilspie\):\1-${PVR}:" devilspie.1 || die
-   sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am || die
-   eautoreconf
-   export LIBS="-lX11"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   dodoc AUTHORS ChangeLog NEWS README TODO
-   keepdir /etc/devilspie
-}



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

2017-04-04 Thread Tobias Klausmann
commit: 55eccf39a2302124b1f18178f4219cf16dbc74b6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Apr  4 19:27:42 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Apr  4 19:27:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55eccf39

x11-misc/devilspie-0.23-r0: add alpha keyword

Gentoo-Bug: 613104

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

diff --git a/x11-misc/devilspie/devilspie-0.23.ebuild 
b/x11-misc/devilspie/devilspie-0.23.ebuild
index 7b8f833adab..d190a123138 100644
--- a/x11-misc/devilspie/devilspie-0.23.ebuild
+++ b/x11-misc/devilspie/devilspie-0.23.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="