public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/viper/
  2013-06-14 11:21 [gentoo-commits] proj/sci:fixing " Justin Lecher
@ 2013-06-14 11:21 ` Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-06-14 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     5f4a7452aad5ab87ee97b1a900a67263158a2b1f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 09:48:49 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 09:48:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5f4a7452

dev-python/viper: Version Bump; Bump to EAPI=5 and distutils-r1.eclass

Package-Manager: portage-2.2.0_alpha179

---
 dev-python/viper/ChangeLog          |  8 +++++++-
 dev-python/viper/metadata.xml       |  4 ++--
 dev-python/viper/viper-0.4.6.ebuild | 23 -----------------------
 dev-python/viper/viper-1.0.1.ebuild | 18 ++++++++++++++++++
 4 files changed, 27 insertions(+), 26 deletions(-)

diff --git a/dev-python/viper/ChangeLog b/dev-python/viper/ChangeLog
index c3e4dc7..036f636 100644
--- a/dev-python/viper/ChangeLog
+++ b/dev-python/viper/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-python/viper
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*viper-1.0.1 (14 Jun 2013)
+
+  14 Jun 2013; Justin Lecher <jlec@gentoo.org> -viper-0.4.6.ebuild,
+  +viper-1.0.1.ebuild, metadata.xml:
+  Version Bump; Bump to EAPI=5 and distutils-r1.eclass
+
 *viper-0.4.6 (14 Dec 2010)
 
   14 Dec 2010; Nico Schlömer <nico.schloemer@gmail.com>

diff --git a/dev-python/viper/metadata.xml b/dev-python/viper/metadata.xml
index a9d8909..c1ca1a0 100644
--- a/dev-python/viper/metadata.xml
+++ b/dev-python/viper/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-	<longdescription lang="en">
+  <herd>sci</herd>
+  <longdescription lang="en">
 		Viper is a minimalistic scientific plotter and run-time visualization
 		module. Viper has support for visualizing meshes and solutions in
 		DOLFIN.

diff --git a/dev-python/viper/viper-0.4.6.ebuild b/dev-python/viper/viper-0.4.6.ebuild
deleted file mode 100644
index 8b8e23b..0000000
--- a/dev-python/viper/viper-0.4.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Minimalistic scientific plotter and run-time visualization module"
-HOMEPAGE="https://launchpad.net/fenics-viper"
-SRC_URI="http://launchpad.net/fenics-${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND=""

diff --git a/dev-python/viper/viper-1.0.1.ebuild b/dev-python/viper/viper-1.0.1.ebuild
new file mode 100644
index 0000000..3ce1960
--- /dev/null
+++ b/dev-python/viper/viper-1.0.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Minimalistic scientific plotter and run-time visualization module"
+HOMEPAGE="https://launchpad.net/fenics-viper"
+SRC_URI="https://launchpad.net/fenics-viper/1.0.x/${PV}/+download/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""


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

* [gentoo-commits] proj/sci:master commit in: dev-python/viper/
@ 2021-01-03  4:32 Horea Christian
  0 siblings, 0 replies; 2+ messages in thread
From: Horea Christian @ 2021-01-03  4:32 UTC (permalink / raw
  To: gentoo-commits

commit:     674c417ea40b3976fa8e3621107c2ac2fac0a8c1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan  2 13:04:49 2021 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan  3 04:31:35 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=674c417e

dev-python/viper: remove package, py2 only, no longer in development

no reverse deps

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
Closes: https://github.com/gentoo/sci/pull/1027

 dev-python/viper/metadata.xml       | 16 ----------------
 dev-python/viper/viper-1.0.1.ebuild | 17 -----------------
 2 files changed, 33 deletions(-)

diff --git a/dev-python/viper/metadata.xml b/dev-python/viper/metadata.xml
deleted file mode 100644
index 6c82f77b4..000000000
--- a/dev-python/viper/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<longdescription lang="en">
-Viper is a minimalistic scientific plotter and run-time visualization
-module. Viper has support for visualizing meshes and solutions in
-DOLFIN.
-</longdescription>
-	<upstream>
-		<remote-id type="launchpad">fenics-viper</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/viper/viper-1.0.1.ebuild b/dev-python/viper/viper-1.0.1.ebuild
deleted file mode 100644
index 0ba65e117..000000000
--- a/dev-python/viper/viper-1.0.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Minimalistic scientific plotter and run-time visualization module"
-HOMEPAGE="https://launchpad.net/fenics-viper"
-SRC_URI="https://launchpad.net/fenics-viper/1.0.x/${PV}/+download/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""


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

end of thread, other threads:[~2021-01-03  4:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-03  4:32 [gentoo-commits] proj/sci:master commit in: dev-python/viper/ Horea Christian
  -- strict thread matches above, loose matches on Subject: below --
2013-06-14 11:21 [gentoo-commits] proj/sci:fixing " Justin Lecher
2013-06-14 11:21 ` [gentoo-commits] proj/sci:master " Justin Lecher

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