* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wbar/
@ 2015-09-01 20:11 Tobias Klausmann
0 siblings, 0 replies; 4+ messages in thread
From: Tobias Klausmann @ 2015-09-01 20:11 UTC (permalink / raw
To: gentoo-commits
commit: cafe3ff2c99f37abd423791915c3dbbb3cca2825
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 20:10:11 2015 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 20:10:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafe3ff2
x11-misc/wbar: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
x11-misc/wbar/wbar-2.3.4-r1.ebuild | 2 +-
x11-misc/wbar/wbar-2.3.4-r2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/wbar/wbar-2.3.4-r1.ebuild b/x11-misc/wbar/wbar-2.3.4-r1.ebuild
index 44eaf24..7970c13 100644
--- a/x11-misc/wbar/wbar-2.3.4-r1.ebuild
+++ b/x11-misc/wbar/wbar-2.3.4-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=5
inherit autotools bash-completion-r1 eutils
DESCRIPTION="A fast, lightweight quick launch bar"
-HOMEPAGE="https://code.google.com/p/wbar/"
+HOMEPAGE="https://github.com/rodolf0/wbar"
SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz"
LICENSE="GPL-3"
diff --git a/x11-misc/wbar/wbar-2.3.4-r2.ebuild b/x11-misc/wbar/wbar-2.3.4-r2.ebuild
index 99cd1f5..5df2030 100644
--- a/x11-misc/wbar/wbar-2.3.4-r2.ebuild
+++ b/x11-misc/wbar/wbar-2.3.4-r2.ebuild
@@ -7,7 +7,7 @@ EAPI=5
inherit autotools bash-completion-r1 eutils
DESCRIPTION="A fast, lightweight quick launch bar"
-HOMEPAGE="https://code.google.com/p/wbar/"
+HOMEPAGE="https://github.com/rodolf0/wbar"
SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz"
LICENSE="GPL-3"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wbar/
@ 2017-04-01 10:24 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-04-01 10:24 UTC (permalink / raw
To: gentoo-commits
commit: a0de3883439544d0ac722afdad7c4e53d707616f
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 18:25:11 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 1 10:22:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0de3883
x11-misc/wbar: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319
x11-misc/wbar/wbar-2.3.4-r1.ebuild | 53 --------------------------------------
1 file changed, 53 deletions(-)
diff --git a/x11-misc/wbar/wbar-2.3.4-r1.ebuild b/x11-misc/wbar/wbar-2.3.4-r1.ebuild
deleted file mode 100644
index 40424acd149..00000000000
--- a/x11-misc/wbar/wbar-2.3.4-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools bash-completion-r1 eutils
-
-DESCRIPTION="A fast, lightweight quick launch bar"
-HOMEPAGE="https://github.com/rodolf0/wbar"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gtk"
-
-RDEPEND="media-libs/imlib2[X]
- x11-libs/libX11
- gtk? ( gnome-base/libglade
- media-libs/freetype:2
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:2 )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_prepare() {
- use gtk || epatch "${FILESDIR}"/${PN}-2.3.3-cfg.patch
- epatch \
- "${FILESDIR}"/${PN}-2.3.3-desktopfile.patch \
- "${FILESDIR}"/${PN}-2.3.3-nowerror.patch \
- "${FILESDIR}"/${PN}-2.3.3-test.patch \
- "${FILESDIR}"/${P}-automake-1.13.patch
-
- sed -i \
- -e "/^bashcompletiondir/s:=.*$:=$(get_bashcompdir):" \
- etc/Makefile.am || die #482358
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable gtk wbar-config)
-}
-
-pkg_postinst() {
- einfo
- elog "media-libs/imlib2 needs to be compiled with the appropriate useflags"
- elog "depending on your choice of image files (such as png, jpeg...)"
- einfo
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wbar/
@ 2021-02-07 1:06 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-02-07 1:06 UTC (permalink / raw
To: gentoo-commits
commit: cd7582d7e12e5dea936e075428976705614e19bc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 7 01:06:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 01:06:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7582d7
x11-misc/wbar: Stabilize 2.3.4-r3 x86, #769143
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/wbar/wbar-2.3.4-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/wbar/wbar-2.3.4-r3.ebuild b/x11-misc/wbar/wbar-2.3.4-r3.ebuild
index f46e060720d..e348dcdfefc 100644
--- a/x11-misc/wbar/wbar-2.3.4-r3.ebuild
+++ b/x11-misc/wbar/wbar-2.3.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="gtk"
RDEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wbar/
@ 2021-02-07 8:57 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-02-07 8:57 UTC (permalink / raw
To: gentoo-commits
commit: 360cdc9d7753043bdda0852e3bc1828750410401
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 7 08:57:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 08:57:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360cdc9d
x11-misc/wbar: Stabilize 2.3.4-r3 amd64, #769143
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/wbar/wbar-2.3.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/wbar/wbar-2.3.4-r3.ebuild b/x11-misc/wbar/wbar-2.3.4-r3.ebuild
index e348dcdfefc..a8f75375093 100644
--- a/x11-misc/wbar/wbar-2.3.4-r3.ebuild
+++ b/x11-misc/wbar/wbar-2.3.4-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="gtk"
RDEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-02-07 8:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-01 10:24 [gentoo-commits] repo/gentoo:master commit in: x11-misc/wbar/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2021-02-07 8:57 Sam James
2021-02-07 1:06 Sam James
2015-09-01 20:11 Tobias Klausmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox