* [gentoo-commits] repo/gentoo:master commit in: x11-misc/simpleswitcher/
@ 2017-02-14 19:44 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-02-14 19:44 UTC (permalink / raw
To: gentoo-commits
commit: a1f1b38281e655ea665ea87b180754c11ce1aab4
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Feb 13 15:23:09 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 19:44:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f1b382
x11-misc/simpleswitcher: Update live ebuild
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3954
x11-misc/simpleswitcher/simpleswitcher-9999.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild b/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
index 7617711c7f..b88c1ef11a 100644
--- a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
+++ b/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=6
-inherit git-2 toolchain-funcs
+inherit git-r3 toolchain-funcs
DESCRIPTION="lightweight EWMH window switcher with features and looks of dmenu"
HOMEPAGE="https://github.com/seanpringle/simpleswitcher"
@@ -17,7 +17,8 @@ IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXft
- x11-libs/libXinerama"
+ x11-libs/libXinerama
+ x11-libs/libXres"
DEPEND="${RDEPEND}
virtual/pkgconfig"
@@ -29,5 +30,4 @@ src_compile() {
src_install() {
default
doman ${PN}.1
- dodoc README.md
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/simpleswitcher/
@ 2019-03-20 21:03 Jeroen Roovers
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2019-03-20 21:03 UTC (permalink / raw
To: gentoo-commits
commit: b673b69a07dfaec985c3666e07abfe9ff69709a9
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 21:02:05 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 21:03:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b673b69a
x11-misc/simpleswitcher: Add snapshot, move live ebuild
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-misc/simpleswitcher/Manifest | 1 +
...-9999.ebuild => simpleswitcher-20140219.ebuild} | 26 +++++++++++++---------
...-9999.ebuild => simpleswitcher-99999999.ebuild} | 20 +++++++++--------
3 files changed, 27 insertions(+), 20 deletions(-)
diff --git a/x11-misc/simpleswitcher/Manifest b/x11-misc/simpleswitcher/Manifest
new file mode 100644
index 00000000000..a1629923c59
--- /dev/null
+++ b/x11-misc/simpleswitcher/Manifest
@@ -0,0 +1 @@
+DIST simpleswitcher-20140219-cbc89a71a61fd2d164c3fdc3ef4d3fa809c1741a.tar.gz 16370 BLAKE2B 5bc23dcb26a99857c943b52b857f227043f3062337815f9d9f7feef05120abcdec31c3d756433e763b984cc8df506c9667954de200f19edff72a7a9efab9dbde SHA512 1c17e1858855d587a85a2ba2c0000ddc3e6da0e8bfdb6703de04a7bceaa575d2db0b8a032f3833c1f08c0ce413eaa1908fa62c6b6c98dba367668a7bceec467c
diff --git a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild b/x11-misc/simpleswitcher/simpleswitcher-20140219.ebuild
similarity index 51%
copy from x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
copy to x11-misc/simpleswitcher/simpleswitcher-20140219.ebuild
index c1f66e461b2..6088df3f246 100644
--- a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
+++ b/x11-misc/simpleswitcher/simpleswitcher-20140219.ebuild
@@ -1,25 +1,29 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-
-inherit git-r3 toolchain-funcs
+EAPI=7
+inherit toolchain-funcs
+SSHASH="cbc89a71a61fd2d164c3fdc3ef4d3fa809c1741a"
DESCRIPTION="lightweight EWMH window switcher with features and looks of dmenu"
HOMEPAGE="https://github.com/seanpringle/simpleswitcher"
-EGIT_REPO_URI="https://github.com/seanpringle/simpleswitcher"
+SRC_URI="${HOMEPAGE}/archive/${SSHASH}.tar.gz -> ${P}-${SSHASH}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
-IUSE=""
+KEYWORDS="~amd64 ~x86"
-RDEPEND="x11-libs/libX11
+RDEPEND="
+ x11-libs/libX11
x11-libs/libXft
x11-libs/libXinerama
- x11-libs/libXres"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ x11-libs/libXres
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"
+S=${WORKDIR}/${PN}-${SSHASH}
src_compile() {
tc-export CC
diff --git a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild b/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild
similarity index 66%
rename from x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
rename to x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild
index c1f66e461b2..3430c6607dc 100644
--- a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
+++ b/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild
@@ -1,25 +1,27 @@
-# 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 git-r3 toolchain-funcs
DESCRIPTION="lightweight EWMH window switcher with features and looks of dmenu"
HOMEPAGE="https://github.com/seanpringle/simpleswitcher"
-EGIT_REPO_URI="https://github.com/seanpringle/simpleswitcher"
+EGIT_REPO_URI="${HOMEPAGE}"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
-IUSE=""
-RDEPEND="x11-libs/libX11
+RDEPEND="
+ x11-libs/libX11
x11-libs/libXft
x11-libs/libXinerama
- x11-libs/libXres"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ x11-libs/libXres
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"
src_compile() {
tc-export CC
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/simpleswitcher/
@ 2020-01-13 10:07 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2020-01-13 10:07 UTC (permalink / raw
To: gentoo-commits
commit: c87561161def829508b5a0c43b37f0ac0e806fce
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 10:06:49 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 10:06:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8756116
x11-misc/simpleswitcher: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-misc/simpleswitcher/simpleswitcher-20140219.ebuild | 2 +-
x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/simpleswitcher/simpleswitcher-20140219.ebuild b/x11-misc/simpleswitcher/simpleswitcher-20140219.ebuild
index 6088df3f246..bb22d692599 100644
--- a/x11-misc/simpleswitcher/simpleswitcher-20140219.ebuild
+++ b/x11-misc/simpleswitcher/simpleswitcher-20140219.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
SSHASH="cbc89a71a61fd2d164c3fdc3ef4d3fa809c1741a"
DESCRIPTION="lightweight EWMH window switcher with features and looks of dmenu"
HOMEPAGE="https://github.com/seanpringle/simpleswitcher"
-SRC_URI="${HOMEPAGE}/archive/${SSHASH}.tar.gz -> ${P}-${SSHASH}.tar.gz"
+SRC_URI="https://github.com/seanpringle/simpleswitcher/archive/${SSHASH}.tar.gz -> ${P}-${SSHASH}.tar.gz"
LICENSE="MIT"
SLOT="0"
diff --git a/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild b/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild
index 3430c6607dc..b6f527a178c 100644
--- a/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild
+++ b/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild
@@ -6,7 +6,7 @@ inherit git-r3 toolchain-funcs
DESCRIPTION="lightweight EWMH window switcher with features and looks of dmenu"
HOMEPAGE="https://github.com/seanpringle/simpleswitcher"
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/seanpringle/simpleswitcher"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/simpleswitcher/
@ 2020-08-06 7:22 Jeroen Roovers
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2020-08-06 7:22 UTC (permalink / raw
To: gentoo-commits
commit: bc540a1897db999a8ef6a1484a68ef4458c1ffe3
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 07:21:20 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 07:22:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc540a18
x11-misc/simpleswitcher: Version 20191008
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-misc/simpleswitcher/Manifest | 1 +
...tcher-99999999.ebuild => simpleswitcher-20191008.ebuild} | 13 +++++--------
x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild | 5 -----
3 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/x11-misc/simpleswitcher/Manifest b/x11-misc/simpleswitcher/Manifest
index a1629923c59..6751d910033 100644
--- a/x11-misc/simpleswitcher/Manifest
+++ b/x11-misc/simpleswitcher/Manifest
@@ -1 +1,2 @@
DIST simpleswitcher-20140219-cbc89a71a61fd2d164c3fdc3ef4d3fa809c1741a.tar.gz 16370 BLAKE2B 5bc23dcb26a99857c943b52b857f227043f3062337815f9d9f7feef05120abcdec31c3d756433e763b984cc8df506c9667954de200f19edff72a7a9efab9dbde SHA512 1c17e1858855d587a85a2ba2c0000ddc3e6da0e8bfdb6703de04a7bceaa575d2db0b8a032f3833c1f08c0ce413eaa1908fa62c6b6c98dba367668a7bceec467c
+DIST simpleswitcher-20191008-7230421aa2e3364e3b4620f1ea3760f8f810b1a5.tar.gz 16400 BLAKE2B 5bf6efa685c6114cb8ad5ea491f683f25aa7c2ed84d5f3014de9c3eb4ef1934be232082190c3c7444acfebf902ba7e0aabf29604cd7abb9fa33c6fd024ef2b90 SHA512 b86eee41de3c0b92fe68f13b8691fd0a60a6ffbb73bfcf411c2898b3bb5b159bc4d36a09b651cba27d375ae2db99ce2e046b1dde8e9d93d8d5444b3b338c484c
diff --git a/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild b/x11-misc/simpleswitcher/simpleswitcher-20191008.ebuild
similarity index 65%
copy from x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild
copy to x11-misc/simpleswitcher/simpleswitcher-20191008.ebuild
index 09356409704..e7051abca7c 100644
--- a/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild
+++ b/x11-misc/simpleswitcher/simpleswitcher-20191008.ebuild
@@ -2,15 +2,16 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit git-r3 toolchain-funcs
+inherit toolchain-funcs
+SSHASH="7230421aa2e3364e3b4620f1ea3760f8f810b1a5"
DESCRIPTION="lightweight EWMH window switcher with features and looks of dmenu"
HOMEPAGE="https://github.com/seanpringle/simpleswitcher"
-EGIT_REPO_URI="https://github.com/seanpringle/simpleswitcher"
+SRC_URI="https://github.com/seanpringle/simpleswitcher/archive/${SSHASH}.tar.gz -> ${P}-${SSHASH}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
RDEPEND="
x11-libs/libX11
@@ -22,13 +23,9 @@ DEPEND="
${RDEPEND}
virtual/pkgconfig
"
+S=${WORKDIR}/${PN}-${SSHASH}
src_compile() {
tc-export CC
default
}
-
-src_install() {
- default
- doman ${PN}.1
-}
diff --git a/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild b/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild
index 09356409704..24730fddec4 100644
--- a/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild
+++ b/x11-misc/simpleswitcher/simpleswitcher-99999999.ebuild
@@ -27,8 +27,3 @@ src_compile() {
tc-export CC
default
}
-
-src_install() {
- default
- doman ${PN}.1
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-08-06 7:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-06 7:22 [gentoo-commits] repo/gentoo:master commit in: x11-misc/simpleswitcher/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2020-01-13 10:07 David Seifert
2019-03-20 21:03 Jeroen Roovers
2017-02-14 19:44 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox