public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: app-portage/g-octave/
@ 2011-10-25 17:16 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2011-10-25 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     289df0c85d0727ed3679db9f585a5d2b59353b75
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 17:16:28 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 17:16:28 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=289df0c8

Removed no-herd from herd tag in metadata.xml

(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 app-portage/g-octave/ChangeLog    |    5 ++++-
 app-portage/g-octave/metadata.xml |    2 --
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-portage/g-octave/ChangeLog b/app-portage/g-octave/ChangeLog
index 7160f43..27a8cc3 100644
--- a/app-portage/g-octave/ChangeLog
+++ b/app-portage/g-octave/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for app-portage/g-octave
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Removed no-herd from herd tag in metadata.xml
+
   27 Sep 2010; Rafael G. Martins <rafaelmartins@gentoo.org>
   -g-octave-0.4.ebuild:
   Moved g-octave-0.4.ebuild to the main tree

diff --git a/app-portage/g-octave/metadata.xml b/app-portage/g-octave/metadata.xml
index bfc62e6..772748d 100644
--- a/app-portage/g-octave/metadata.xml
+++ b/app-portage/g-octave/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
 	<maintainer>
 		<email>rafael@rafaelmartins.eng.br</email>
 		<name>Rafael Goncalves Martins</name>
@@ -15,4 +14,3 @@
 		tries to be very similar to the interface of the emerge tool.
 	</longdescription>
 </pkgmetadata>
-



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

* [gentoo-commits] proj/sci:master commit in: app-portage/g-octave/
@ 2014-01-06 19:27 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2014-01-06 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6c1f6e8f717c4da4dc5cf42bcfffce6bbbadcc44
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 19:13:35 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 19:13:35 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6c1f6e8f

app-portage/g-octave: Switch from git-2 to git-r3

Package-Manager: portage-2.2.8

---
 app-portage/g-octave/ChangeLog            | 5 ++++-
 app-portage/g-octave/g-octave-9999.ebuild | 5 +++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-portage/g-octave/ChangeLog b/app-portage/g-octave/ChangeLog
index 94d0a71..9a18d9f 100644
--- a/app-portage/g-octave/ChangeLog
+++ b/app-portage/g-octave/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for app-portage/g-octave
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jan 2014; Justin Lecher <jlec@gentoo.org> g-octave-9999.ebuild:
+  Switch from git-2 to git-r3
+
   03 Mar 2013; Justin Lecher <jlec@gentoo.org> g-octave-9999.ebuild,
   metadata.xml:
   Migrate to new python eclasses, git2 eclass and EAPI=5

diff --git a/app-portage/g-octave/g-octave-9999.ebuild b/app-portage/g-octave/g-octave-9999.ebuild
index 2e05b3f..102947c 100644
--- a/app-portage/g-octave/g-octave-9999.ebuild
+++ b/app-portage/g-octave/g-octave-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,10 +6,11 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
 
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
 
 DESCRIPTION="A tool that generates and installs ebuilds for Octave-Forge"
 HOMEPAGE="http://www.g-octave.org/"
+SRC_URI=""
 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/g-octave.git"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] proj/sci:master commit in: app-portage/g-octave/
@ 2016-02-22 13:25 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2016-02-22 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b5f8b8132cd7ab440cca96ee558067e21de084a1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 10:52:37 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 10:52:37 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5f8b813

app-portage/g-octave: Bump to EAPI=6

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

 app-portage/g-octave/g-octave-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/g-octave/g-octave-9999.ebuild b/app-portage/g-octave/g-octave-9999.ebuild
index afcd849..a06d000 100644
--- a/app-portage/g-octave/g-octave-9999.ebuild
+++ b/app-portage/g-octave/g-octave-9999.ebuild
@@ -1,8 +1,8 @@
-# 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
 
 PYTHON_COMPAT=( python2_7 )
 


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

* [gentoo-commits] proj/sci:master commit in: app-portage/g-octave/
@ 2020-09-22  1:48 Aisha Tammy
  0 siblings, 0 replies; 4+ messages in thread
From: Aisha Tammy @ 2020-09-22  1:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c39f1f80ff73b19688a7defc6f8bed9271238180
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 01:48:26 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 01:48:43 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c39f1f80

app-portage/g-octave: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 app-portage/g-octave/g-octave-9999.ebuild | 40 -------------------------------
 app-portage/g-octave/metadata.xml         | 16 -------------
 2 files changed, 56 deletions(-)

diff --git a/app-portage/g-octave/g-octave-9999.ebuild b/app-portage/g-octave/g-octave-9999.ebuild
deleted file mode 100644
index 62316f5cf..000000000
--- a/app-portage/g-octave/g-octave-9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="A tool that generates and installs ebuilds for Octave-Forge"
-HOMEPAGE="http://www.g-octave.org/"
-SRC_URI=""
-EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/g-octave.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc test"
-
-DEPEND="
-	dev-python/docutils[${PYTHON_USEDEP}]
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-RDEPEND="sys-apps/portage"
-
-S="${WORKDIR}/${PN}"
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_test() {
-	${PYTHON} scripts/run_tests.py || die
-}
-
-python_install_all() {
-	doman ${PN}.1
-	use doc && HTML_DOCS=( docs/_build/html/. )
-	HTML_DOCS+=( ${PN}.html )
-	distutils-r1_python_install_all
-}

diff --git a/app-portage/g-octave/metadata.xml b/app-portage/g-octave/metadata.xml
deleted file mode 100644
index 2388656e8..000000000
--- a/app-portage/g-octave/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="person">
-		<email>rafael@rafaelmartins.eng.br</email>
-		<name>Rafael Goncalves Martins</name>
-	</maintainer>
-	<longdescription lang="en">
-g-octave is a tool that generates and installs ebuilds for Octave-Forge
-packages "on-the-fly" to Gentoo Linux, using Portage. It's capable to
-generate ebuilds and Manifest files for the packages, and to install
-them using an autogenerated overlay (named g-octave). g-octave can also
-handle patches to the packages automatically. The command line interface
-tries to be very similar to the interface of the emerge tool.
-</longdescription>
-</pkgmetadata>


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

end of thread, other threads:[~2020-09-22  1:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 17:16 [gentoo-commits] proj/sci:master commit in: app-portage/g-octave/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2014-01-06 19:27 Justin Lecher
2016-02-22 13:25 Justin Lecher
2020-09-22  1:48 Aisha Tammy

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