public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/scw/
@ 2020-09-15 13:23 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2020-09-15 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     dc3830ef602e9e00b8a711c5f0374ee6cfe2ccbd
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 13:22:58 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 13:22:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3830ef

x11-libs/scw: Disable static libraries

Closes: https://bugs.gentoo.org/742659
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{scw-0.4.7-r1.ebuild => scw-0.4.7-r2.ebuild}   | 23 ++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/x11-libs/scw/scw-0.4.7-r1.ebuild b/x11-libs/scw/scw-0.4.7-r2.ebuild
similarity index 60%
rename from x11-libs/scw/scw-0.4.7-r1.ebuild
rename to x11-libs/scw/scw-0.4.7-r2.ebuild
index 479049556df..a180f163479 100644
--- a/x11-libs/scw/scw-0.4.7-r1.ebuild
+++ b/x11-libs/scw/scw-0.4.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,15 +14,22 @@ IUSE="doc"
 
 RDEPEND="
 	dev-libs/glib:2
-	x11-libs/gtk+:2
-"
-DEPEND="
-	${RDEPEND}
-	doc? ( dev-util/gtk-doc )
+	x11-libs/gtk+:2"
+DEPEND="${RDEPEND}"
+BDEPEND="
 	dev-util/glib-utils
 	virtual/pkgconfig
-"
+	doc? ( dev-util/gtk-doc )"
 
 src_configure() {
-	econf $(use_enable doc gtk-doc)
+	econf \
+		--disable-static \
+		$(use_enable doc gtk-doc)
+}
+
+src_install() {
+	default
+
+	# no static archives
+	find "${ED}" -name '*.la' -delete || die
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/scw/
@ 2018-10-20 18:52 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-10-20 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d608bc4d5cc57bf58536eab8d34bc7375377e1af
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 18:48:01 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 18:51:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d608bc4d

x11-libs/scw: Needs dev-util/glib-utils

Closes: https://bugs.gentoo.org/668582
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-libs/scw/scw-0.4.7-r1.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/x11-libs/scw/scw-0.4.7-r1.ebuild b/x11-libs/scw/scw-0.4.7-r1.ebuild
index 732ab3fd45b..479049556df 100644
--- a/x11-libs/scw/scw-0.4.7-r1.ebuild
+++ b/x11-libs/scw/scw-0.4.7-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="A GTK+ widget set specifically designed for chat programs"
 HOMEPAGE="http://scwwidgets.googlepages.com"
@@ -14,12 +14,14 @@ IUSE="doc"
 
 RDEPEND="
 	dev-libs/glib:2
-	x11-libs/gtk+:2"
-
+	x11-libs/gtk+:2
+"
 DEPEND="
 	${RDEPEND}
 	doc? ( dev-util/gtk-doc )
-	virtual/pkgconfig"
+	dev-util/glib-utils
+	virtual/pkgconfig
+"
 
 src_configure() {
 	econf $(use_enable doc gtk-doc)


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/scw/
@ 2017-11-27  9:53 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2017-11-27  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     050b11245bbc5a56f828e2779e584581c0ab800d
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Nov 27 06:36:42 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 09:52:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050b1124

x11-libs/scw: Remove old, EAPI3

Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6315

 x11-libs/scw/scw-0.4.7.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/x11-libs/scw/scw-0.4.7.ebuild b/x11-libs/scw/scw-0.4.7.ebuild
deleted file mode 100644
index d31965b84bc..00000000000
--- a/x11-libs/scw/scw-0.4.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-DESCRIPTION="A GTK+ widget set specifically designed for chat programs"
-HOMEPAGE="http://scwwidgets.googlepages.com"
-SRC_URI="http://scwwidgets.googlepages.com/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="doc"
-
-RDEPEND="dev-libs/glib:2
-	x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-	doc? ( dev-util/gtk-doc )
-	virtual/pkgconfig"
-
-src_configure() {
-	econf $(use_enable doc gtk-doc)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed."
-	dodoc AUTHORS ChangeLog NEWS README
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/scw/
@ 2017-11-27  0:20 Thomas Deutschmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2017-11-27  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     3f016862dcf8199f60aa1f5f9479478f5f6ce7db
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 23:20:01 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 00:19:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f016862

x11-libs/scw: x86 stable (bug #638534)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-libs/scw/scw-0.4.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/scw/scw-0.4.7-r1.ebuild b/x11-libs/scw/scw-0.4.7-r1.ebuild
index c1868e7ecc5..732ab3fd45b 100644
--- a/x11-libs/scw/scw-0.4.7-r1.ebuild
+++ b/x11-libs/scw/scw-0.4.7-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://scwwidgets.googlepages.com/${P}.tar.gz"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/scw/
@ 2017-09-16  8:28 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2017-09-16  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     dc3aa73f3894cb7bd06478b6d119ff45219478fe
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 21:29:13 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 08:28:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3aa73f

x11-libs/scw: EAPI 6 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-libs/scw/scw-0.4.7-r1.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/x11-libs/scw/scw-0.4.7-r1.ebuild b/x11-libs/scw/scw-0.4.7-r1.ebuild
new file mode 100644
index 00000000000..c1868e7ecc5
--- /dev/null
+++ b/x11-libs/scw/scw-0.4.7-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A GTK+ widget set specifically designed for chat programs"
+HOMEPAGE="http://scwwidgets.googlepages.com"
+SRC_URI="http://scwwidgets.googlepages.com/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+	dev-libs/glib:2
+	x11-libs/gtk+:2"
+
+DEPEND="
+	${RDEPEND}
+	doc? ( dev-util/gtk-doc )
+	virtual/pkgconfig"
+
+src_configure() {
+	econf $(use_enable doc gtk-doc)
+}


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

end of thread, other threads:[~2020-09-15 13:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-15 13:23 [gentoo-commits] repo/gentoo:master commit in: x11-libs/scw/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2018-10-20 18:52 Pacho Ramos
2017-11-27  9:53 Mikle Kolyada
2017-11-27  0:20 Thomas Deutschmann
2017-09-16  8:28 Patrice Clement

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