public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/aewm++/
@ 2015-10-09  2:17 Ian Stakenvicius
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Stakenvicius @ 2015-10-09  2:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b19eb2c42026349d96b8d6d61cdcbdec243a2935
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 02:06:08 2015 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 02:17:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19eb2c4

x11-wm/aewm++: bump to EAPI5 (EAPI2 deprecated)

Just fixing some repoman complaints.

Note, upstream has released a version "1.0" which seems to be newer than
the version 1.1.5 currently in repo; if a maintainer wants to pick this up then
the version numbering might need to be revisited.

Package-Manager: portage-2.2.20.1

 .../aewm++/{aewm++-1.1.5-r1.ebuild => aewm++-1.1.5-r2.ebuild}  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-wm/aewm++/aewm++-1.1.5-r1.ebuild b/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
similarity index 80%
rename from x11-wm/aewm++/aewm++-1.1.5-r1.ebuild
rename to x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
index 6619bab..f80697f 100644
--- a/x11-wm/aewm++/aewm++-1.1.5-r1.ebuild
+++ b/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
+EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A window manager with more modern features than aewm but with the same look and feel"
@@ -26,10 +26,10 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CXX="$(tc-getCXX)" || die
+	emake CXX="$(tc-getCXX)"
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc ChangeLog README || die
+	emake DESTDIR="${D}" install
+	dodoc ChangeLog README
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/aewm++/
@ 2017-02-07 17:48 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-02-07 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5dcc8ba037691133a70bb3e47b653e9dfd72fad3
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Feb  7 17:11:25 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 17:47:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcc8ba0

x11-wm/aewm++: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3871

 x11-wm/aewm++/aewm++-1.1.5-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild b/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
index f80697f..4a64237 100644
--- a/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
+++ b/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 inherit eutils toolchain-funcs
 
-DESCRIPTION="A window manager with more modern features than aewm but with the same look and feel"
+DESCRIPTION="A window manager with more modern features than aewm"
 HOMEPAGE="https://github.com/frankhale/aewmpp"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/aewm++/
@ 2018-04-04 23:40 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2018-04-04 23:40 UTC (permalink / raw
  To: gentoo-commits

commit:     39105cf94fd09448aecf4bc5747c86b12e75268e
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 31 06:31:01 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr  4 23:39:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39105cf9

x11-wm/aewm++: update to EAPI6

Closes: https://github.com/gentoo/gentoo/pull/7731

 x11-wm/aewm++/aewm++-1.1.5-r2.ebuild | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild b/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
index 843c906b41a..601677e367b 100644
--- a/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
+++ b/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils toolchain-funcs
+EAPI=6
+inherit toolchain-funcs
 
 DESCRIPTION="A window manager with more modern features than aewm"
 HOMEPAGE="https://github.com/frankhale/aewmpp"
@@ -19,16 +19,11 @@ DEPEND="${RDEPEND}
 	x11-proto/xextproto
 	x11-proto/xproto"
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gcc43.patch \
-		"${FILESDIR}"/${P}-makefile.patch
-}
+PATCHES=(
+	"${FILESDIR}"/${P}-gcc43.patch
+	"${FILESDIR}"/${P}-makefile.patch
+)
 
 src_compile() {
 	emake CXX="$(tc-getCXX)"
 }
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc ChangeLog README
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-04 23:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-07 17:48 [gentoo-commits] repo/gentoo:master commit in: x11-wm/aewm++/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2018-04-04 23:40 Andreas Sturmlechner
2015-10-09  2:17 Ian Stakenvicius

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox