* [gentoo-commits] repo/gentoo:master commit in: x11-wm/xoat/
@ 2017-03-11 8:53 Jeroen Roovers
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers @ 2017-03-11 8:53 UTC (permalink / raw
To: gentoo-commits
commit: 6c34a869337f4d26161b10ea8fe9b269d0143653
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 08:53:26 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 08:53:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c34a869
x11-wm/xoat: Initial commit.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
x11-wm/xoat/metadata.xml | 7 +++++++
x11-wm/xoat/xoat-9999.ebuild | 48 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/x11-wm/xoat/metadata.xml b/x11-wm/xoat/metadata.xml
new file mode 100644
index 00000000000..fed47a35327
--- /dev/null
+++ b/x11-wm/xoat/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type='person'>
+<email>jer@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/x11-wm/xoat/xoat-9999.ebuild b/x11-wm/xoat/xoat-9999.ebuild
new file mode 100644
index 00000000000..97b5709e217
--- /dev/null
+++ b/x11-wm/xoat/xoat-9999.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic git-r3 savedconfig toolchain-funcs
+
+DESCRIPTION="An obstinate, asymmetric, tiling, window manager for X"
+HOMEPAGE="https://github.com/seanpringle/xoat"
+EGIT_REPO_URI="https://github.com/seanpringle/xoat"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="
+ x11-libs/libX11
+ x11-libs/libXft
+ x11-libs/libXinerama
+"
+RDEPEND="
+ ${DEPEND}
+ !savedconfig? ( x11-misc/dmenu )
+"
+
+src_prepare() {
+ default
+ restore_config config.h
+}
+
+src_configure() {
+ tc-export CC PKG_CONFIG
+}
+
+src_compile() {
+ XOAT_COMPILE=(
+ ${CC} -o ${PN} ${PN}.c ${CFLAGS} -std=c99 ${LDFLAGS}
+ $(${PKG_CONFIG} --cflags --libs x11 xinerama xft)
+ )
+ echo ${XOAT_COMPILE[@]}
+ ${XOAT_COMPILE[@]} || die
+}
+
+src_install() {
+ dobin xoat
+ dodoc xoat.md status
+ doman xoat.1
+ save_config config.h
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/xoat/
@ 2017-03-11 8:58 Jeroen Roovers
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers @ 2017-03-11 8:58 UTC (permalink / raw
To: gentoo-commits
commit: 57f8fecb195c33577473669471652b89fefe3140
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 08:58:00 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 08:58:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f8fecb
x11-wm/xoat: Install example configuration files/scripts.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
x11-wm/xoat/xoat-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/xoat/xoat-9999.ebuild b/x11-wm/xoat/xoat-9999.ebuild
index 97b5709e217..9e0581011eb 100644
--- a/x11-wm/xoat/xoat-9999.ebuild
+++ b/x11-wm/xoat/xoat-9999.ebuild
@@ -42,7 +42,7 @@ src_compile() {
src_install() {
dobin xoat
- dodoc xoat.md status
+ dodoc status xinitrc xoat.md xoatrc
doman xoat.1
save_config config.h
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/xoat/
@ 2017-03-11 9:14 Jeroen Roovers
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers @ 2017-03-11 9:14 UTC (permalink / raw
To: gentoo-commits
commit: 4711338a80d73321b1b60fbcf836cb510e6c70b4
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 09:14:28 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 09:14:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4711338a
x11-wm/xoat: Update description.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
x11-wm/xoat/xoat-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/xoat/xoat-9999.ebuild b/x11-wm/xoat/xoat-9999.ebuild
index 9e0581011eb..5ddef98cef3 100644
--- a/x11-wm/xoat/xoat-9999.ebuild
+++ b/x11-wm/xoat/xoat-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=6
inherit flag-o-matic git-r3 savedconfig toolchain-funcs
-DESCRIPTION="An obstinate, asymmetric, tiling, window manager for X"
+DESCRIPTION="X Obstinate Asymmetric Tiler"
HOMEPAGE="https://github.com/seanpringle/xoat"
EGIT_REPO_URI="https://github.com/seanpringle/xoat"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/xoat/
@ 2019-09-04 4:58 Jeroen Roovers
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers @ 2019-09-04 4:58 UTC (permalink / raw
To: gentoo-commits
commit: f4ee5643b68b610698782e148e3005999eb70d7e
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 4 04:58:04 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 04:58:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ee5643
x11-wm/xoat: EAPI=7
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-wm/xoat/xoat-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-wm/xoat/xoat-9999.ebuild b/x11-wm/xoat/xoat-9999.ebuild
index 5ddef98cef3..914c769f41f 100644
--- a/x11-wm/xoat/xoat-9999.ebuild
+++ b/x11-wm/xoat/xoat-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit flag-o-matic git-r3 savedconfig toolchain-funcs
DESCRIPTION="X Obstinate Asymmetric Tiler"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/xoat/
@ 2021-04-16 11:23 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-16 11:23 UTC (permalink / raw
To: gentoo-commits
commit: 4671266299db375597c8a31b47000d02eed8253d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 10:56:51 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 11:23:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46712662
x11-wm/xoat: flag-o-matic--
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-wm/xoat/xoat-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-wm/xoat/xoat-9999.ebuild b/x11-wm/xoat/xoat-9999.ebuild
index 4c386e343ad..31b9838afc8 100644
--- a/x11-wm/xoat/xoat-9999.ebuild
+++ b/x11-wm/xoat/xoat-9999.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit flag-o-matic git-r3 savedconfig toolchain-funcs
+
+inherit git-r3 savedconfig toolchain-funcs
DESCRIPTION="X Obstinate Asymmetric Tiler"
HOMEPAGE="https://github.com/seanpringle/xoat"
@@ -10,7 +11,6 @@ EGIT_REPO_URI="https://github.com/seanpringle/xoat"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
DEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-04-16 11:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-11 8:58 [gentoo-commits] repo/gentoo:master commit in: x11-wm/xoat/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2021-04-16 11:23 Sam James
2019-09-04 4:58 Jeroen Roovers
2017-03-11 9:14 Jeroen Roovers
2017-03-11 8:53 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox