public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: x11-libs/xview-bin/
@ 2012-08-10 12:51 Justin Lecher
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2012-08-10 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f549e5fad75d477a622171c085aacaac73782a79
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 12:48:40 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 12:48:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f549e5fa

x11-libs/xview-bin: Add stupid binary package

(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)

---
 x11-libs/xview-bin/ChangeLog            |   10 +++++++++
 x11-libs/xview-bin/metadata.xml         |    9 ++++++++
 x11-libs/xview-bin/xview-bin-3.2.ebuild |   34 +++++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/x11-libs/xview-bin/ChangeLog b/x11-libs/xview-bin/ChangeLog
new file mode 100644
index 0000000..6904812
--- /dev/null
+++ b/x11-libs/xview-bin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-libs/xview-bin
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*xview-bin-3.2 (10 Aug 2012)
+
+  10 Aug 2012; Justin Lecher <jlec@gentoo.org> +xview-bin-3.2.ebuild,
+  +metadata.xml:
+  Add stupid binary package
+

diff --git a/x11-libs/xview-bin/metadata.xml b/x11-libs/xview-bin/metadata.xml
new file mode 100644
index 0000000..04b998a
--- /dev/null
+++ b/x11-libs/xview-bin/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci</herd>
+	<maintainer>
+		<email>jlec@gentoo.org</email>
+		<name>Justin Lecher</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/x11-libs/xview-bin/xview-bin-3.2.ebuild b/x11-libs/xview-bin/xview-bin-3.2.ebuild
new file mode 100644
index 0000000..23a5fd5
--- /dev/null
+++ b/x11-libs/xview-bin/xview-bin-3.2.ebuild
@@ -0,0 +1,34 @@
+## Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/x11-libs/xview/Attic/xview-3.2-r6.ebuild,v 1.6 2008/12/21 09:03:33 ssuominen dead $
+
+EAPI=4
+
+DESCRIPTION="The X Window-System-based Visual/Integrated Environment for Workstations - binary package"
+HOMEPAGE="http://physionet.caregroup.harvard.edu/physiotools/xview/"
+SRC_URI="mirror://debian/pool/main/x/xview/xviewg_3.2p1.4-25_i386.deb"
+
+LICENSE="XVIEW"
+SLOT="0"
+KEYWORDS="-*"
+IUSE="static-libs"
+
+S=${WORKDIR}
+
+QA_PREBUILT="*"
+
+src_unpack() {
+	unpack ${A}
+	unpack ./data.tar.gz
+}
+
+src_install() {
+	local lib_dir
+	if use prefix; then
+		lib_dir=lib
+	else
+		lib_dir=lib32
+	fi
+	dodir /usr/${lib_dir}/
+	mv usr/lib/* "${ED}"/usr/${lib_dir}/ || die
+}


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

* [gentoo-commits] proj/sci:master commit in: x11-libs/xview-bin/
@ 2012-11-14 14:09 Justin Lecher
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2012-11-14 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9e5b747dc222c412aa93d48db148da37112fa97d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 15:46:51 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 15:46:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9e5b747d

x11-libs/xview-bin: Update to latest debian patches

Package-Manager: portage-2.2.0_alpha142

---
 x11-libs/xview-bin/ChangeLog                       |    6 ++++++
 ...w-bin-3.2.ebuild => xview-bin-3.2_p1428.ebuild} |    6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/x11-libs/xview-bin/ChangeLog b/x11-libs/xview-bin/ChangeLog
index 6904812..37ab614 100644
--- a/x11-libs/xview-bin/ChangeLog
+++ b/x11-libs/xview-bin/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*xview-bin-3.2_p1428 (12 Nov 2012)
+
+  12 Nov 2012; Justin Lecher <jlec@gentoo.org> -xview-bin-3.2.ebuild,
+  +xview-bin-3.2_p1428.ebuild:
+  Update to latest debian patches
+
 *xview-bin-3.2 (10 Aug 2012)
 
   10 Aug 2012; Justin Lecher <jlec@gentoo.org> +xview-bin-3.2.ebuild,

diff --git a/x11-libs/xview-bin/xview-bin-3.2.ebuild b/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
similarity index 73%
rename from x11-libs/xview-bin/xview-bin-3.2.ebuild
rename to x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
index 23a5fd5..4218a49 100644
--- a/x11-libs/xview-bin/xview-bin-3.2.ebuild
+++ b/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
@@ -1,12 +1,14 @@
 ## Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/x11-libs/xview/Attic/xview-3.2-r6.ebuild,v 1.6 2008/12/21 09:03:33 ssuominen dead $
+# $Header: $
 
 EAPI=4
 
+DEBVER="3.2p1.4-28"
+
 DESCRIPTION="The X Window-System-based Visual/Integrated Environment for Workstations - binary package"
 HOMEPAGE="http://physionet.caregroup.harvard.edu/physiotools/xview/"
-SRC_URI="mirror://debian/pool/main/x/xview/xviewg_3.2p1.4-25_i386.deb"
+SRC_URI="mirror://debian/pool/main/x/xview/xviewg_${DEBVER}_i386.deb"
 
 LICENSE="XVIEW"
 SLOT="0"


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

* [gentoo-commits] proj/sci:master commit in: x11-libs/xview-bin/
@ 2013-02-25 15:56 Justin Lecher
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2013-02-25 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c35a12b1744bdb9cec31d799f25d2c4e75031f7e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 25 15:56:10 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 25 15:56:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c35a12b1

x11-libs/xview-bin: Version Bump

Package-Manager: portage-2.2.0_alpha163

---
 x11-libs/xview-bin/ChangeLog                  |    6 +++++-
 x11-libs/xview-bin/metadata.xml               |   10 +++++-----
 x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild |    4 ++--
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/x11-libs/xview-bin/ChangeLog b/x11-libs/xview-bin/ChangeLog
index 37ab614..9e4c099 100644
--- a/x11-libs/xview-bin/ChangeLog
+++ b/x11-libs/xview-bin/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for x11-libs/xview-bin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Feb 2013; Justin Lecher <jlec@gentoo.org> xview-bin-3.2_p1428.ebuild,
+  metadata.xml:
+  Version Bump
+
 *xview-bin-3.2_p1428 (12 Nov 2012)
 
   12 Nov 2012; Justin Lecher <jlec@gentoo.org> -xview-bin-3.2.ebuild,

diff --git a/x11-libs/xview-bin/metadata.xml b/x11-libs/xview-bin/metadata.xml
index 04b998a..59d99c3 100644
--- a/x11-libs/xview-bin/metadata.xml
+++ b/x11-libs/xview-bin/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-	<maintainer>
-		<email>jlec@gentoo.org</email>
-		<name>Justin Lecher</name>
-	</maintainer>
+  <herd>sci</herd>
+  <maintainer>
+    <email>jlec@gentoo.org</email>
+    <name>Justin Lecher</name>
+  </maintainer>
 </pkgmetadata>

diff --git a/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild b/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
index 4218a49..aebeccb 100644
--- a/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
+++ b/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
-DEBVER="3.2p1.4-28"
+DEBVER="3.2p1.4-28.1"
 
 DESCRIPTION="The X Window-System-based Visual/Integrated Environment for Workstations - binary package"
 HOMEPAGE="http://physionet.caregroup.harvard.edu/physiotools/xview/"


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

* [gentoo-commits] proj/sci:master commit in: x11-libs/xview-bin/
@ 2013-06-13  7:05 Justin Lecher
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2013-06-13  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     65a3439914536c25f690ef8197e4deed04cb9c4b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 06:22:57 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 06:22:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=65a34399

x11-libs/xview-bin: Drop all keywords

Package-Manager: portage-2.2.0_alpha179

---
 x11-libs/xview-bin/ChangeLog                  | 3 +++
 x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-libs/xview-bin/ChangeLog b/x11-libs/xview-bin/ChangeLog
index 59900c2..b9be5cc 100644
--- a/x11-libs/xview-bin/ChangeLog
+++ b/x11-libs/xview-bin/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Jun 2013; Justin Lecher <jlec@gentoo.org> xview-bin-3.2_p1428.ebuild:
+  Drop all keywords
+
   03 Mar 2013; Justin Lecher <jlec@gentoo.org> xview-bin-3.2_p1428.ebuild:
   Fix header
 

diff --git a/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild b/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
index 11447c7..531cb26 100644
--- a/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
+++ b/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/x/xview/xviewg_${DEBVER}_i386.deb"
 
 LICENSE="XVIEW"
 SLOT="0"
-KEYWORDS="-*"
+KEYWORDS=""
 IUSE="static-libs"
 
 S=${WORKDIR}


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

* [gentoo-commits] proj/sci:master commit in: x11-libs/xview-bin/
@ 2016-02-14 16:55 Justin Lecher
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2016-02-14 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a9ea3c6cfb8582ca1d34ecc48559eca0a9d30f57
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 16:54:51 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 16:54:51 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9ea3c6c

x11-libs/xview-bin: Chop DESCRIPTION to 80 chars

* Bump EAPI to 6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 x11-libs/xview-bin/metadata.xml               | 2 +-
 x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-libs/xview-bin/metadata.xml b/x11-libs/xview-bin/metadata.xml
index fc33570..1d8b530 100644
--- a/x11-libs/xview-bin/metadata.xml
+++ b/x11-libs/xview-bin/metadata.xml
@@ -5,7 +5,7 @@
     <email>jlec@gentoo.org</email>
     <name>Justin Lecher</name>
   </maintainer>
-<maintainer type="project">
+  <maintainer type="project">
     <email>sci@gentoo.org</email>
     <name>Gentoo Science Project</name>
   </maintainer>

diff --git a/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild b/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
index 2785f6a..ecfe8c0 100644
--- a/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
+++ b/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 DEBVER="3.2p1.4-28.1"
 
-DESCRIPTION="The X Window-System-based Visual/Integrated Environment for Workstations - binary package"
+DESCRIPTION="The X Window-System-based Visual/Integrated Environment - binary package"
 HOMEPAGE="http://physionet.caregroup.harvard.edu/physiotools/xview/"
 SRC_URI="mirror://debian/pool/main/x/xview/xviewg_${DEBVER}_i386.deb"
 


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

* [gentoo-commits] proj/sci:master commit in: x11-libs/xview-bin/
@ 2021-01-05 20:01 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-01-05 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5a6c60e29c622924c82eb2a76609b378400b5b6d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan  5 20:01:23 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan  5 20:01:23 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5a6c60e2

x11-libs/xview-bin: fix fetch, fix homepage, fix install

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild | 24 ++++++++++++++++++
 x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild  | 35 --------------------------
 2 files changed, 24 insertions(+), 35 deletions(-)

diff --git a/x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild b/x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild
new file mode 100644
index 000000000..99f90c838
--- /dev/null
+++ b/x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit rpm multilib
+
+RPMVER="3.2p1.4-21.1"
+
+DESCRIPTION="The X Window-System-based Visual/Integrated Environment - binary package"
+HOMEPAGE="https://archive.physionet.org/physiotools/xview/"
+SRC_URI="https://archive.physionet.org/physiotools/xview/i386-Fedora/xview-${RPMVER}.fc8.i386.rpm"
+
+LICENSE="XVIEW"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+
+src_install() {
+	dolib.so usr/*/lib/*.so.*
+}

diff --git a/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild b/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
deleted file mode 100644
index 50ccb3804..000000000
--- a/x11-libs/xview-bin/xview-bin-3.2_p1428.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DEBVER="3.2p1.4-28.1"
-
-DESCRIPTION="The X Window-System-based Visual/Integrated Environment - binary package"
-HOMEPAGE="http://physionet.caregroup.harvard.edu/physiotools/xview/"
-SRC_URI="mirror://debian/pool/main/x/xview/xviewg_${DEBVER}_i386.deb"
-
-LICENSE="XVIEW"
-SLOT="0"
-KEYWORDS=""
-IUSE="static-libs"
-
-S=${WORKDIR}
-
-QA_PREBUILT="*"
-
-src_unpack() {
-	unpack ${A}
-	unpack ./data.tar.gz
-}
-
-src_install() {
-	local lib_dir
-	if use prefix; then
-		lib_dir=lib
-	else
-		lib_dir=lib32
-	fi
-	dodir /usr/${lib_dir}/
-	mv usr/lib/* "${ED}"/usr/${lib_dir}/ || die
-}


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

* [gentoo-commits] proj/sci:master commit in: x11-libs/xview-bin/
@ 2021-12-16 10:57 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-12-16 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     03b34d12bf2f00f5a3c891f827c4b49fb4c7dab4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 10:57:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 10:57:10 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=03b34d12

x11-libs/xview-bin: drop UnusedInherits

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild b/x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild
index 99f90c838..6bb1ac03d 100644
--- a/x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild
+++ b/x11-libs/xview-bin/xview-bin-3.2_p14211.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit rpm multilib
+inherit rpm
 
 RPMVER="3.2p1.4-21.1"
 


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

end of thread, other threads:[~2021-12-16 10:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-16 10:57 [gentoo-commits] proj/sci:master commit in: x11-libs/xview-bin/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-01-05 20:01 Andrew Ammerlaan
2016-02-14 16:55 Justin Lecher
2013-06-13  7:05 Justin Lecher
2013-02-25 15:56 Justin Lecher
2012-11-14 14:09 Justin Lecher
2012-08-10 12:51 Justin Lecher

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