public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2016-06-12  7:02 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2016-06-12  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     9b1c77f0a2da9c98b82455e5f5a235276a891c0a
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 06:33:47 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 06:34:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1c77f0

x11-libs/xforms: EAPI 6 bump. Version bump.

Package-Manager: portage-2.2.28

 x11-libs/xforms/Manifest            |  1 +
 x11-libs/xforms/xforms-1.2.4.ebuild | 50 +++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/x11-libs/xforms/Manifest b/x11-libs/xforms/Manifest
index 86b23e4..0dde223 100644
--- a/x11-libs/xforms/Manifest
+++ b/x11-libs/xforms/Manifest
@@ -1 +1,2 @@
 DIST xforms-1.0.93sp1.tar.gz 2204088 SHA256 0cbef8c16c478b7fc87cf24be618114f9b7d14dc0a06b61a352bb027dd3b2ca4 SHA512 b352b345f110966741f82645f1282805dd27e4eb16642efedb4f7e0132a109f525da678052b501d1d520014bb7f754f5b53676a83cfab5a249c02db835c66a6a WHIRLPOOL e5d83d3aef7bc06612afa6a64f01bbc101c796ae4baf65198088627fcf9e241285707cf9d92b01927fe5970cc8c0e1f1ceb829037c224e0fbb37f41b4997ab54
+DIST xforms-1.2.4.tar.gz 1438503 SHA256 073aea6514959b81b5a82430df3308abf1072b75c909bb915c0e1ebe86d1a8a3 SHA512 93a37dcb9d5cafbca5a6992ba36234c8f9cf0c658e2a2d664b290f5fc39f1239498d97ea3f88230f097a62ed37813cf3c1bd84e98b92e03f1ac0cecfb62565f8 WHIRLPOOL 08e7c8b9740303a91a8cf61234b62455c06e87c6a79c83a13abf748254fa5a776b0bdfa75c4727ac2425c63e12f2d93397c825b4111d4dc767beb5e82c1e1cef

diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild
new file mode 100644
index 0000000..755556d
--- /dev/null
+++ b/x11-libs/xforms/xforms-1.2.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils
+
+MY_P="${P/-/_}"
+
+DESCRIPTION="A graphical user interface toolkit for X"
+HOMEPAGE="http://xforms-toolkit.org/"
+SRC_URI="http://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+IUSE="doc opengl static-libs"
+
+RDEPEND="
+	virtual/jpeg:0=
+	x11-libs/libSM
+	x11-libs/libX11
+	x11-libs/libXpm
+	opengl? ( virtual/opengl )"
+
+DEPEND="
+	${RDEPEND}
+	x11-proto/xproto"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( ChangeLog NEWS README )
+
+src_prepare() {
+	default
+	AT_M4DIR=config eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable doc docs) \
+		$(use_enable opengl gl) \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2016-06-19 19:29 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2016-06-19 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     431dedd340935c4b0f6ee39fee6fd7327285b958
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 18:56:33 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 18:59:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431dedd3

x11-libs/xforms: Regenerate Manifest file.

Package-Manager: portage-2.2.28
Gentoo-Bug: https://bugs.gentoo.org/585936
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 x11-libs/xforms/Manifest            | 2 +-
 x11-libs/xforms/xforms-1.2.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/xforms/Manifest b/x11-libs/xforms/Manifest
index 0dde223..10738f9 100644
--- a/x11-libs/xforms/Manifest
+++ b/x11-libs/xforms/Manifest
@@ -1,2 +1,2 @@
 DIST xforms-1.0.93sp1.tar.gz 2204088 SHA256 0cbef8c16c478b7fc87cf24be618114f9b7d14dc0a06b61a352bb027dd3b2ca4 SHA512 b352b345f110966741f82645f1282805dd27e4eb16642efedb4f7e0132a109f525da678052b501d1d520014bb7f754f5b53676a83cfab5a249c02db835c66a6a WHIRLPOOL e5d83d3aef7bc06612afa6a64f01bbc101c796ae4baf65198088627fcf9e241285707cf9d92b01927fe5970cc8c0e1f1ceb829037c224e0fbb37f41b4997ab54
-DIST xforms-1.2.4.tar.gz 1438503 SHA256 073aea6514959b81b5a82430df3308abf1072b75c909bb915c0e1ebe86d1a8a3 SHA512 93a37dcb9d5cafbca5a6992ba36234c8f9cf0c658e2a2d664b290f5fc39f1239498d97ea3f88230f097a62ed37813cf3c1bd84e98b92e03f1ac0cecfb62565f8 WHIRLPOOL 08e7c8b9740303a91a8cf61234b62455c06e87c6a79c83a13abf748254fa5a776b0bdfa75c4727ac2425c63e12f2d93397c825b4111d4dc767beb5e82c1e1cef
+DIST xforms-1.2.4.tar.gz 1438503 SHA256 80b3c9f30678135cada4de7676789413ac7d4417d32db0f77c8f0f49998012f6 SHA512 58669a64b2390da4f4c8b76b1dc34c2e6a4094ebbcfa7f75e0846db4d5c4455d772d9ef59e5aff09edd777957140015faea129c180600634a8d0962b01b912aa WHIRLPOOL 84a5d1b8c88cd181a1b3477d6468bd8ce1a2546dd951481dd5793baba384629fd19062068b3dba840d46026d70171f4d4a2d4331da6128d221bf67cebb8689e1

diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild
index 755556d..b99c977 100644
--- a/x11-libs/xforms/xforms-1.2.4.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4.ebuild
@@ -10,7 +10,7 @@ MY_P="${P/-/_}"
 
 DESCRIPTION="A graphical user interface toolkit for X"
 HOMEPAGE="http://xforms-toolkit.org/"
-SRC_URI="http://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${MY_P}.tar.gz -> ${P}.tar.gz"
+SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2016-06-23 18:30 Michael Palimaka
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2016-06-23 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9f8bda8a07fb612f9a91a312f8424f824f70673a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 18:30:24 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 18:30:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8bda8a

x11-libs/xforms: do not try to install file that does not exist

Gentoo-bug: 586492

Package-Manager: portage-2.3.0_rc1

 x11-libs/xforms/xforms-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild
index b99c977..99e3144 100644
--- a/x11-libs/xforms/xforms-1.2.4.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4.ebuild
@@ -30,7 +30,7 @@ DEPEND="
 
 S=${WORKDIR}/${MY_P}
 
-DOCS=( ChangeLog NEWS README )
+DOCS=( ChangeLog README )
 
 src_prepare() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2017-02-24  0:13 Michael Weber
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Weber @ 2017-02-24  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d7dc2c3772031af8c51a764b69b4fb8f4bfe312d
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 00:13:08 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 00:13:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7dc2c37

x11-libs/xforms: arm ppc ppc64 stable (bug 609688).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-libs/xforms/xforms-1.2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild
index 99e3144668..f2a8d8acf3 100644
--- a/x11-libs/xforms/xforms-1.2.4.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 arm ppc ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="doc opengl static-libs"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2017-02-24 13:20 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2017-02-24 13:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a07fbf331408b902983363b01e2cd985518b4eb0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 13:20:19 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 13:20:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07fbf33

x11-libs/xforms: amd64 stable wrt bug #609688

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-libs/xforms/xforms-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild
index f2a8d8acf3..b954e6f858 100644
--- a/x11-libs/xforms/xforms-1.2.4.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 arm ppc ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 arm ppc ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="doc opengl static-libs"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2017-02-24 13:38 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2017-02-24 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     910301bb157621e9adafb224ddc408ef6c7ac174
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 13:38:06 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 13:38:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910301bb

x11-libs/xforms: x86 stable wrt bug #609688

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-libs/xforms/xforms-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild
index b954e6f858..4a5580a3b7 100644
--- a/x11-libs/xforms/xforms-1.2.4.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 arm ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="doc opengl static-libs"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2017-02-25 10:07 Michael Palimaka
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2017-02-25 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     1e6a4b20f3ab5f83f9a3824ddcd5aa54d451e338
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 10:07:15 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 10:07:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6a4b20

x11-libs/xforms: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-libs/xforms/Manifest                   |  1 -
 x11-libs/xforms/xforms-1.0.93_p1-r1.ebuild | 47 ------------------------------
 2 files changed, 48 deletions(-)

diff --git a/x11-libs/xforms/Manifest b/x11-libs/xforms/Manifest
index 10738f945b..c65c624005 100644
--- a/x11-libs/xforms/Manifest
+++ b/x11-libs/xforms/Manifest
@@ -1,2 +1 @@
-DIST xforms-1.0.93sp1.tar.gz 2204088 SHA256 0cbef8c16c478b7fc87cf24be618114f9b7d14dc0a06b61a352bb027dd3b2ca4 SHA512 b352b345f110966741f82645f1282805dd27e4eb16642efedb4f7e0132a109f525da678052b501d1d520014bb7f754f5b53676a83cfab5a249c02db835c66a6a WHIRLPOOL e5d83d3aef7bc06612afa6a64f01bbc101c796ae4baf65198088627fcf9e241285707cf9d92b01927fe5970cc8c0e1f1ceb829037c224e0fbb37f41b4997ab54
 DIST xforms-1.2.4.tar.gz 1438503 SHA256 80b3c9f30678135cada4de7676789413ac7d4417d32db0f77c8f0f49998012f6 SHA512 58669a64b2390da4f4c8b76b1dc34c2e6a4094ebbcfa7f75e0846db4d5c4455d772d9ef59e5aff09edd777957140015faea129c180600634a8d0962b01b912aa WHIRLPOOL 84a5d1b8c88cd181a1b3477d6468bd8ce1a2546dd951481dd5793baba384629fd19062068b3dba840d46026d70171f4d4a2d4331da6128d221bf67cebb8689e1

diff --git a/x11-libs/xforms/xforms-1.0.93_p1-r1.ebuild b/x11-libs/xforms/xforms-1.0.93_p1-r1.ebuild
deleted file mode 100644
index 8b183cbd9f..0000000000
--- a/x11-libs/xforms/xforms-1.0.93_p1-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils
-
-MY_P="${P/_/s}"
-
-DESCRIPTION="A graphical user interface toolkit for X"
-HOMEPAGE="http://www.nongnu.org/xforms/"
-SRC_URI="https://savannah.nongnu.org/download/xforms/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="doc opengl static-libs"
-
-RDEPEND="virtual/jpeg
-	x11-libs/libSM
-	x11-libs/libX11
-	x11-libs/libXpm
-	opengl? ( virtual/opengl )"
-DEPEND="${RDEPEND}
-	x11-proto/xproto"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( ChangeLog NEWS README )
-
-src_prepare() {
-	rm "${S}"/config/libtool.m4 "${S}"/acinclude.m4
-	AT_M4DIR=config eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable doc docs) \
-		$(use_enable opengl gl) \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2017-02-25 15:00 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2017-02-25 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     758cf6bcf09cf547e9bc06d323b6750ef8460c5c
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 14:52:49 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 14:52:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758cf6bc

x11-libs/xforms: take over maintainership.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-libs/xforms/metadata.xml        | 5 ++++-
 x11-libs/xforms/xforms-1.2.4.ebuild | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/x11-libs/xforms/metadata.xml b/x11-libs/xforms/metadata.xml
index 6f49eba8f4..58c1077b82 100644
--- a/x11-libs/xforms/metadata.xml
+++ b/x11-libs/xforms/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>monsieurp@gentoo.org</email>
+		<name>Patrice Clement</name>
+	</maintainer>
 </pkgmetadata>

diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild
index 968b962f3f..422165e524 100644
--- a/x11-libs/xforms/xforms-1.2.4.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4.ebuild
@@ -28,7 +28,7 @@ DEPEND="
 	${RDEPEND}
 	x11-proto/xproto"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
 
 DOCS=( ChangeLog README )
 


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2017-09-06 21:00 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2017-09-06 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     346df157c409519f473c99e26146e39fc918f861
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Sep  3 16:45:30 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 20:59:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=346df157

x11-libs/xforms: use HTTPS for links to dev.gentoo.org

 x11-libs/xforms/xforms-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild
index 522f42da47a..787761f1260 100644
--- a/x11-libs/xforms/xforms-1.2.4.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4.ebuild
@@ -9,7 +9,7 @@ MY_P="${P/-/_}"
 
 DESCRIPTION="A graphical user interface toolkit for X"
 HOMEPAGE="http://xforms-toolkit.org/"
-SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
+SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2020-02-15 10:03 David Seifert
  0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2020-02-15 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e627d0d4f85e8629958105ba7f817aae6e45c101
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 10:03:16 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 10:03:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e627d0d4

x11-libs/xforms: [QA] inherit ltprune.eclass directly

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-libs/xforms/xforms-1.2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild
index 24d84ae03bd..30c185fca72 100644
--- a/x11-libs/xforms/xforms-1.2.4.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools eutils
+inherit autotools eutils ltprune
 
 MY_P="${P/-/_}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2021-01-05 20:58 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-01-05 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a76ea0ecfd40e4abbbd299fe1a2028671641868f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 20:58:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 20:58:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76ea0ec

x11-libs/xforms: Stabilize 1.2.4-r1 arm, #763600

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-libs/xforms/xforms-1.2.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/xforms/xforms-1.2.4-r1.ebuild b/x11-libs/xforms/xforms-1.2.4-r1.ebuild
index 665d6a64496..ec81e95f526 100644
--- a/x11-libs/xforms/xforms-1.2.4-r1.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="doc opengl"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2021-01-06 17:35 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2021-01-06 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     690944248efaeeb3beb5f739a6844183d2a417de
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Jan  6 16:17:27 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 17:34:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69094424

x11-libs/xforms: stable 1.2.4-r1 for sparc, bug #763600

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

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

diff --git a/x11-libs/xforms/xforms-1.2.4-r1.ebuild b/x11-libs/xforms/xforms-1.2.4-r1.ebuild
index ec81e95f526..074ceb38705 100644
--- a/x11-libs/xforms/xforms-1.2.4-r1.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 arm ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="doc opengl"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2021-01-07 11:36 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-01-07 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     9200096bff4f81023fd15d137003981e33380863
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 11:35:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 11:35:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9200096b

x11-libs/xforms: Stabilize 1.2.4-r1 ppc, #763600

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/x11-libs/xforms/xforms-1.2.4-r1.ebuild b/x11-libs/xforms/xforms-1.2.4-r1.ebuild
index b2176865179..8c5b6612ea5 100644
--- a/x11-libs/xforms/xforms-1.2.4-r1.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 arm ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="doc opengl"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2021-01-07 19:36 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-01-07 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     1f1ea09c4ffbc8f191ad92854d1eaf2b39f91980
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 19:36:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 19:36:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1ea09c

x11-libs/xforms: Stabilize 1.2.4-r1 ppc64, #763600

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/x11-libs/xforms/xforms-1.2.4-r1.ebuild b/x11-libs/xforms/xforms-1.2.4-r1.ebuild
index 8c5b6612ea5..4a6f86fead7 100644
--- a/x11-libs/xforms/xforms-1.2.4-r1.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="doc opengl"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2021-01-18 11:36 David Seifert
  0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2021-01-18 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     59c65deb662a68e4e3d7176493f2f8a5e0065d2c
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Jan 18 11:36:10 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 11:36:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c65deb

x11-libs/xforms: Remove old

Bug: https://bugs.gentoo.org/763600
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-libs/xforms/xforms-1.2.4.ebuild | 49 -------------------------------------
 1 file changed, 49 deletions(-)

diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild
deleted file mode 100644
index cf658a52cc1..00000000000
--- a/x11-libs/xforms/xforms-1.2.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils ltprune
-
-MY_P="${P/-/_}"
-
-DESCRIPTION="A graphical user interface toolkit for X"
-HOMEPAGE="http://xforms-toolkit.org/"
-SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="doc opengl static-libs"
-
-RDEPEND="
-	virtual/jpeg:0=
-	x11-libs/libSM
-	x11-libs/libX11
-	x11-libs/libXpm
-	opengl? ( virtual/opengl )"
-
-DEPEND="
-	${RDEPEND}
-	x11-base/xorg-proto"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( ChangeLog README )
-
-src_prepare() {
-	default
-	AT_M4DIR=config eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable doc docs) \
-		$(use_enable opengl gl) \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
@ 2024-06-13 15:59 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-06-13 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     54e4551e324caa4a3fb9d13cb158f55fa2ee0c02
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 15:58:35 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 15:58:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e4551e

x11-libs/xforms: unkeyword 1.2.4-r1 for arm, ppc, ppc64, sparc

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-libs/xforms/xforms-1.2.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/xforms/xforms-1.2.4-r1.ebuild b/x11-libs/xforms/xforms-1.2.4-r1.ebuild
index 7681e0333f9f..b2fbd883a7b3 100644
--- a/x11-libs/xforms/xforms-1.2.4-r1.ebuild
+++ b/x11-libs/xforms/xforms-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc opengl"
 
 RDEPEND="


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

end of thread, other threads:[~2024-06-13 15:59 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-15 10:03 [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-06-13 15:59 Arthur Zamarin
2021-01-18 11:36 David Seifert
2021-01-07 19:36 Sam James
2021-01-07 11:36 Sam James
2021-01-06 17:35 Sergei Trofimovich
2021-01-05 20:58 Sam James
2017-09-06 21:00 Michał Górny
2017-02-25 15:00 Patrice Clement
2017-02-25 10:07 Michael Palimaka
2017-02-24 13:38 Agostino Sarubbo
2017-02-24 13:20 Agostino Sarubbo
2017-02-24  0:13 Michael Weber
2016-06-23 18:30 Michael Palimaka
2016-06-19 19:29 Patrice Clement
2016-06-12  7:02 Patrice Clement

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