public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/cwm/
Date: Sun, 28 Jun 2020 10:41:15 +0000 (UTC)	[thread overview]
Message-ID: <1593340857.bb964ab15a2d16b889768dec582ad5eebfe96a8c.juippis@gentoo> (raw)

commit:     bb964ab15a2d16b889768dec582ad5eebfe96a8c
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat May 23 13:43:54 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 10:40:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb964ab1

x11-wm/cwm: version bump to 6.7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-wm/cwm/Manifest                            |  1 +
 x11-wm/cwm/{cwm-9999.ebuild => cwm-6.7.ebuild} | 17 +++++++++--------
 x11-wm/cwm/cwm-9999.ebuild                     | 17 +++++++++--------
 3 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/x11-wm/cwm/Manifest b/x11-wm/cwm/Manifest
index a1b8eb1a9df..6cfcc98d78a 100644
--- a/x11-wm/cwm/Manifest
+++ b/x11-wm/cwm/Manifest
@@ -1,3 +1,4 @@
 DIST cwm-5.6-chneukirchen.tar.gz 50799 BLAKE2B 4d9341e89b21187044bbcbc658dea2eac6f6c1c87f25e1b0b81871a9f8b95af7354c8b486bd77f201acba430e019a5c784591cfc5efb281fd40d6670749958ad SHA512 0bb5f9c69e1ed30ef38ced70008baa347032a0c31ee2d4a88e3b45092969a5427ef160577da4891aba3181067235b244f11fc796815f41448930b438099b5bfc
 DIST cwm-5.6-xmw.tar.gz 53738 BLAKE2B 9c36c42fc35a8206035ed59fb8fe2e8eb13effcdb43d488bcc99c2d0f48476e206e46fd52c0928afdb51d55c68d9be03a186aaf4c49d03bcdf8754df0c5d81db SHA512 cf0174523838dba5997206be904ab667efc5ff7e413e98bb81cc3a69d40a79b54e21405787e088486feb8790d1094a2d3cce0be08d7ee36a2b9b0dadd78466c7
 DIST cwm-6.6.tar.gz 53062 BLAKE2B 3da762f0c1a48c83c773a1f355cc970c5e4f6100e7294a00f44c6b5b7e1ffe954fde0e3d106991b05cd1f8c898fe055b5305b0bd7bf533df5868d32adbae2c5f SHA512 ff94fd1b7d263f9de538e5b338db58a08e1bec3e4233b84ab0a3ac94c47a45e10b2c772f93b897e70baf9a3c04e1a6fa04604ac71655acb7ebd1d10edb381042
+DIST cwm-6.7.tar.gz 53172 BLAKE2B 9e8c6503235ee71f3974a4e64cf45b80675b6ff33a68505b07f003c8d711a68a158f31147f463d5467bb4242c6321ebe0acaee63727689a136ca83c47e7592ea SHA512 5ad0fa56d9c96c36cc32e68128e58d4e3a7483f349bb26be1083c5b5c6d853ff05eec1a783b07ed928bd99a35a2e0b2d7053fc89b828aa9bdfe3589a318c4171

diff --git a/x11-wm/cwm/cwm-9999.ebuild b/x11-wm/cwm/cwm-6.7.ebuild
similarity index 64%
copy from x11-wm/cwm/cwm-9999.ebuild
copy to x11-wm/cwm/cwm-6.7.ebuild
index 23dab4acd43..c35cf81e9f8 100644
--- a/x11-wm/cwm/cwm-9999.ebuild
+++ b/x11-wm/cwm/cwm-6.7.ebuild
@@ -6,27 +6,28 @@ EAPI=7
 inherit desktop toolchain-funcs
 
 DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
-HOMEPAGE="https://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
-	https://github.com/chneukirchen/cwm"
+HOMEPAGE="https://github.com/leahneukirchen/cwm
+	https://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
+"
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/leahneukirchen/${PN}.git"
-	KEYWORDS=""
+	EGIT_REPO_URI="https://github.com/leahneukirchen/cwm.git"
 else
-	SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/leahneukirchen/cwm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="ISC"
 SLOT="0"
 
-RDEPEND="x11-libs/libXft
+DEPEND="x11-libs/libXft
 	x11-libs/libXinerama
 	x11-libs/libXrandr
 "
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/bison
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
 	virtual/pkgconfig
 "
 

diff --git a/x11-wm/cwm/cwm-9999.ebuild b/x11-wm/cwm/cwm-9999.ebuild
index 23dab4acd43..c35cf81e9f8 100644
--- a/x11-wm/cwm/cwm-9999.ebuild
+++ b/x11-wm/cwm/cwm-9999.ebuild
@@ -6,27 +6,28 @@ EAPI=7
 inherit desktop toolchain-funcs
 
 DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
-HOMEPAGE="https://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
-	https://github.com/chneukirchen/cwm"
+HOMEPAGE="https://github.com/leahneukirchen/cwm
+	https://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
+"
 
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/leahneukirchen/${PN}.git"
-	KEYWORDS=""
+	EGIT_REPO_URI="https://github.com/leahneukirchen/cwm.git"
 else
-	SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/leahneukirchen/cwm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="ISC"
 SLOT="0"
 
-RDEPEND="x11-libs/libXft
+DEPEND="x11-libs/libXft
 	x11-libs/libXinerama
 	x11-libs/libXrandr
 "
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/bison
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
 	virtual/pkgconfig
 "
 


             reply	other threads:[~2020-06-28 10:41 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-28 10:41 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-12 21:40 [gentoo-commits] repo/gentoo:master commit in: x11-wm/cwm/ Arthur Zamarin
2024-03-12 21:01 Arthur Zamarin
2024-03-12 19:29 Arthur Zamarin
2024-01-08 12:28 Sam James
2024-01-05 12:43 Viorel Munteanu
2024-01-05 12:43 Viorel Munteanu
2024-01-05 12:43 Viorel Munteanu
2022-11-11 11:03 Yixun Lan
2022-08-16 16:41 Arthur Zamarin
2022-08-16  5:28 Joonas Niilola
2022-08-16  5:28 Joonas Niilola
2022-06-23  9:23 Joonas Niilola
2022-06-23  9:23 Joonas Niilola
2022-06-23  9:23 Joonas Niilola
2022-06-23  9:23 Joonas Niilola
2021-04-16  2:30 Sam James
2021-04-16  2:30 Sam James
2021-04-16  0:37 Sam James
2021-02-15  0:32 Sam James
2020-06-28 10:41 Joonas Niilola
2020-06-15 15:16 Agostino Sarubbo
2020-06-15 15:03 Agostino Sarubbo
2019-12-15 20:42 Michał Górny
2019-02-10  3:26 Aaron Bauman
2018-05-21 19:27 Mikle Kolyada
2017-02-26 17:58 Markus Meier
2017-02-06 16:37 Michael Weber
2017-01-31 11:43 Agostino Sarubbo
2017-01-29 13:55 Agostino Sarubbo

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=1593340857.bb964ab15a2d16b889768dec582ad5eebfe96a8c.juippis@gentoo \
    --to=juippis@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