From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/goomwwm/
Date: Sat, 11 Mar 2017 08:31:39 +0000 (UTC) [thread overview]
Message-ID: <1489221094.fbe55a3086f76ee2f9d49f1175f4f6f58114fc50.jer@gentoo> (raw)
commit: fbe55a3086f76ee2f9d49f1175f4f6f58114fc50
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 08:30:18 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 08:31:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe55a30
x11-wm/goomwwm: Update HOMEPAGE/SRC_URI.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
x11-wm/goomwwm/Manifest | 1 +
x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild | 44 ++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/x11-wm/goomwwm/Manifest b/x11-wm/goomwwm/Manifest
index 488ee85f661..e8d8972c69d 100644
--- a/x11-wm/goomwwm/Manifest
+++ b/x11-wm/goomwwm/Manifest
@@ -1 +1,2 @@
+DIST goomwwm-1.0.0-github.tar.gz 406143 SHA256 952be1f588e01850175387d534faa39ea27e1196cd7473d8e4c2ea5e038a6b72 SHA512 e37d80c8ea47fe136172c392521ec8d4dab361c3469d3d1626ed7c30385513301983c0ffde39f4c2e6f2dee8709da6a34f14f7bb89776f1ccde5103ab1a26764 WHIRLPOOL 69ad51218a4188fe096a9eb66dfd335288b3edd8bcba98cb9e6ced3ee74f125fc55541d4baf65292cc27aa1a4138d213fcea5d596234fd99c4d28a6fe1f88bf2
DIST goomwwm-1.0.0.tar.gz 69967 SHA256 2c65c9002e8254bc51f86c8bdf8b1a04f24c2c6006bbe6244cc85e9e8b9679ae SHA512 a2d486e7b97ef3dd0c6eb0702a21e51853ed1456aee7c1d11c90561a62218a4970a61ebb9ba7551428d72035066d7be445a952083baf9c53957e351ad8f4b5de WHIRLPOOL 6b86018714f4752e3250d8bc495290142d723fbfaaf0e36a426f84f5c31ca2aab38409f84e543d5844c121265ce49137c01d5263d8090eb398d0ddb9564c5e4a
diff --git a/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild b/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild
new file mode 100644
index 00000000000..8e769cfdc2c
--- /dev/null
+++ b/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="Get out of my way, Window Manager!"
+HOMEPAGE="https://github.com/seanpringle/goomwwm"
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}-github.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+ x11-libs/libXft
+ x11-libs/libX11
+ x11-libs/libXinerama
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+ x11-proto/xineramaproto
+ x11-proto/xproto
+"
+
+src_prepare() {
+ default
+ sed -i -e 's|$(LDADD) $(LDFLAGS)|$(LDFLAGS) $(LDADD)|g' Makefile || die
+}
+
+src_configure() {
+ use debug && append-cflags -DDEBUG
+}
+
+src_compile() {
+ emake CC=$(tc-getCC) proto normal
+}
+
+src_install() {
+ dobin ${PN}
+ doman ${PN}.1
+}
next reply other threads:[~2017-03-11 8:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-11 8:31 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-03-11 8:45 [gentoo-commits] repo/gentoo:master commit in: x11-wm/goomwwm/ Jeroen Roovers
2020-01-13 10:07 David Seifert
2020-10-31 11:11 David Seifert
2020-11-28 18:37 Aaron Bauman
2022-03-20 0:16 Sam James
2023-02-20 20:52 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1489221094.fbe55a3086f76ee2f9d49f1175f4f6f58114fc50.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox