public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/spectrwm/files/, x11-wm/spectrwm/
Date: Sat,  7 May 2016 11:06:10 +0000 (UTC)	[thread overview]
Message-ID: <1462619151.05520288e7ab6e1d155b52bc6a1f779c1dc18dba.xmw@gentoo> (raw)

commit:     05520288e7ab6e1d155b52bc6a1f779c1dc18dba
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 11:05:51 2016 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat May  7 11:05:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05520288

x11-wm/spectrwm: Version bump (thanks noptrix).

Package-Manager: portage-2.2.28

 x11-wm/spectrwm/Manifest                           |  2 +-
 .../files/spectrwm-3.0.0-outdated-manpages.patch   | 24 ----------------------
 ...spectrwm-3.0.0.ebuild => spectrwm-3.0.1.ebuild} |  1 -
 3 files changed, 1 insertion(+), 26 deletions(-)

diff --git a/x11-wm/spectrwm/Manifest b/x11-wm/spectrwm/Manifest
index d9b37c8..64c6fb7 100644
--- a/x11-wm/spectrwm/Manifest
+++ b/x11-wm/spectrwm/Manifest
@@ -1,2 +1,2 @@
 DIST spectrwm-2.7.2.tgz 132554 SHA256 b56cffa01ee2c58515350c1be1940140286fd18778659c6f5ada4595319f97cb SHA512 cebb0e42566125933bf2c4c9200765d360bb572fd953c510ad39e7abcf9cc507e61420441234fb1bb44d06d28526ba6c594272c173a04181d2c6798e404b7421 WHIRLPOOL 5ab24d2866d6a252c03a72fae3e0dd914f6c2041185088da5beb4c7a4a0ee5ec0c3b55cff32bef5f10f159ae1a5e66a6a217a3d67cba2d17ed324145a05391c7
-DIST spectrwm-3.0.0.tar.gz 147373 SHA256 99e21fb9cface968352069fec776dfe827886af6f50ff04847f05e53c470ed6b SHA512 750426b232de27f8ab4abc37991be69ce29bb4cc92ab68e198fb961126783929aa23aa32fb7edff498c6a95b90078d7453f2eefa536cc599e06daf5f7ede928b WHIRLPOOL 2237b41d0ee997da4ed0c32ef2800882a4c41a0a49f22a2a1b592d1833b2e2e39b4eda73f129f27023d3c8142d029c48d2b7d417281e4b52ec318e7ee29d21b2
+DIST spectrwm-3.0.1.tar.gz 147331 SHA256 315fe232e8ac727c289fde8c9b3a3eba19b98739ccb98015c29ce06eacee1853 SHA512 34e5673940217916c4725e036c28bff440085b1f3a7015a334ec9fcd08a2ef97f8c060dba6a508d7c2b9c8415e4e20a2587dea099def2493803472b1b2df7ced WHIRLPOOL bf2af477df6d503d0b6bc838b635b61a14c4b6c977f9528b1b2497e17cdfeee06e93daf1f426b7e598bfd7f3f27fa7194cf2f500c09373fc09e42e0e3278334d

diff --git a/x11-wm/spectrwm/files/spectrwm-3.0.0-outdated-manpages.patch b/x11-wm/spectrwm/files/spectrwm-3.0.0-outdated-manpages.patch
deleted file mode 100644
index 71209f5..0000000
--- a/x11-wm/spectrwm/files/spectrwm-3.0.0-outdated-manpages.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- spectrwm-3.0.0/linux/Makefile
-+++ spectrwm-3.0.0/linux/Makefile
-@@ -41,10 +41,6 @@
- 	install -m 755 -d $(DESTDIR)$(BINDIR)
- 	install -m 755 -d $(DESTDIR)$(LIBDIR)
- 	install -m 755 -d $(DESTDIR)$(MANDIR)/man1
--	install -m 755 -d $(DESTDIR)$(MANDIR)/es/man1
--	install -m 755 -d $(DESTDIR)$(MANDIR)/it/man1
--	install -m 755 -d $(DESTDIR)$(MANDIR)/pt/man1
--	install -m 755 -d $(DESTDIR)$(MANDIR)/ru/man1
- 	install -m 755 -d $(DESTDIR)$(XSESSIONSDIR)
- 	install -m 755 spectrwm                    $(DESTDIR)$(BINDIR)
- 	ln -sf spectrwm                            $(DESTDIR)$(BINDIR)/scrotwm
-@@ -52,10 +52,6 @@
- 	ln -sf libswmhack.so.$(LIBVERSION)         $(DESTDIR)$(LIBDIR)/libswmhack.so.$(LIBMAJORVERSION)
- 	ln -sf libswmhack.so.$(LIBVERSION)         $(DESTDIR)$(LIBDIR)/libswmhack.so
- 	install -m 644 ../spectrwm.1               $(DESTDIR)$(MANDIR)/man1/spectrwm.1
--	install -m 644 ../spectrwm_es.1            $(DESTDIR)$(MANDIR)/es/man1/spectrwm.1
--	install -m 644 ../spectrwm_it.1            $(DESTDIR)$(MANDIR)/it/man1/spectrwm.1
--	install -m 644 ../spectrwm_pt.1            $(DESTDIR)$(MANDIR)/pt/man1/spectrwm.1
--	install -m 644 ../spectrwm_ru.1            $(DESTDIR)$(MANDIR)/ru/man1/spectrwm.1
- 	install -m 644 spectrwm.desktop            $(DESTDIR)$(XSESSIONSDIR)
- 
- uninstall:

diff --git a/x11-wm/spectrwm/spectrwm-3.0.0.ebuild b/x11-wm/spectrwm/spectrwm-3.0.1.ebuild
similarity index 95%
rename from x11-wm/spectrwm/spectrwm-3.0.0.ebuild
rename to x11-wm/spectrwm/spectrwm-3.0.1.ebuild
index 941f9ea..6efc2fa 100644
--- a/x11-wm/spectrwm/spectrwm-3.0.0.ebuild
+++ b/x11-wm/spectrwm/spectrwm-3.0.1.ebuild
@@ -28,7 +28,6 @@ S=${WORKDIR}/${P}/linux
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-2.6.2-Makefile.patch
-	epatch "${FILESDIR}"/${PN}-3.0.0-outdated-manpages.patch
 	tc-export CC
 }
 


             reply	other threads:[~2016-05-07 11:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-07 11:06 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-17 13:19 [gentoo-commits] repo/gentoo:master commit in: x11-wm/spectrwm/files/, x11-wm/spectrwm/ Ben Kohler
2023-04-24 15:32 Ben Kohler
2021-03-29 13:49 Ben Kohler
2020-06-20 12:41 Ben Kohler
2019-10-22 11:11 Jeroen Roovers
2017-12-09  1:19 Michael Weber
2016-05-05 13:40 Michael Weber
2016-05-05 13:14 Michael Weber

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=1462619151.05520288e7ab6e1d155b52bc6a1f779c1dc18dba.xmw@gentoo \
    --to=xmw@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