public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-util/ndiff/
@ 2012-01-29 16:57 Marc van der Sluys
  0 siblings, 0 replies; 4+ messages in thread
From: Marc van der Sluys @ 2012-01-29 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a291954819bf3bd8e597191d8fd7099412245e39
Author:     Marc van der Sluys (AstroFloyd) <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Sun Jan 29 16:52:12 2012 +0000
Commit:     Marc van der Sluys <linux <AT> vandersluys <DOT> nl>
CommitDate: Sun Jan 29 16:52:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a2919548

Added an ebuild for ndiff-2.00

---
 dev-util/ndiff/ChangeLog         |   11 +++++++++++
 dev-util/ndiff/metadata.xml      |    9 +++++++++
 dev-util/ndiff/ndiff-2.00.ebuild |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/dev-util/ndiff/ChangeLog b/dev-util/ndiff/ChangeLog
new file mode 100644
index 0000000..de5d8a3
--- /dev/null
+++ b/dev-util/ndiff/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-util/ndiff
+
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ndiff-2.00 (29 Jan 2012)
+
+  29 Jan 2012; Marc van der Sluys <AstroFloyd@gmail.com> +ndiff-2.00.ebuild,
+  +metadata.xml:
+  Initial import
+

diff --git a/dev-util/ndiff/metadata.xml b/dev-util/ndiff/metadata.xml
new file mode 100644
index 0000000..d995315
--- /dev/null
+++ b/dev-util/ndiff/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>AstroFloyd@gmail.com</email>
+		<name>Marc van der Sluys (AstroFloyd)</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-util/ndiff/ndiff-2.00.ebuild b/dev-util/ndiff/ndiff-2.00.ebuild
new file mode 100644
index 0000000..7628f46
--- /dev/null
+++ b/dev-util/ndiff/ndiff-2.00.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="A diff program that ignores small numeric differences (actually called ndiff)"
+HOMEPAGE="http://www.math.utah.edu/~beebe/software/ndiff/"
+SRC_URI="ftp://ftp.math.utah.edu/pub/misc/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="dev-libs/gmp"
+RDEPEND="${DEPEND}"
+
+# Rename the files from ndiff to numdiff, since /usr/bin/ndiff is already
+# provided by net-analyzer/nmap:
+src_install() {
+	newbin ndiff numdiff
+	dodoc README* INSTALL ChangeLog
+	newman ndiff.man numdiff.1
+	if use doc ; then
+		newdoc ndiff.html numdiff.html
+		newdoc ndiff.pdf numdiff.pdf
+		newdoc ndiff.ps numdiff.ps
+		newdoc ndiff.txt numdiff.txt
+	fi
+	insinto /usr/share/${P}
+	newins ndiff.awk numdiff.awk
+}



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

* [gentoo-commits] proj/sci:master commit in: dev-util/ndiff/
@ 2013-01-18  1:57 Christoph Junghans
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Junghans @ 2013-01-18  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     68e65ec281ac6a5f37d5eb92054ca0759611f927
Author:     AstroFloyd <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Wed Jan 16 17:07:25 2013 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Jan 16 17:07:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=68e65ec2

dev-util/ndiff: updated DESCRIPTION and ebuild comments

---
 dev-util/ndiff/ChangeLog         |    7 +++++--
 dev-util/ndiff/metadata.xml      |    2 +-
 dev-util/ndiff/ndiff-2.00.ebuild |    8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-util/ndiff/ChangeLog b/dev-util/ndiff/ChangeLog
index de5d8a3..500ef09 100644
--- a/dev-util/ndiff/ChangeLog
+++ b/dev-util/ndiff/ChangeLog
@@ -1,11 +1,14 @@
 # ChangeLog for dev-util/ndiff
 
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Jan 2013; AstroFloyd <AstroFloyd@gmail.com> ndiff-2.00.ebuild:
+  Removed obsolete description in ebuild, no revision bump
+
 *ndiff-2.00 (29 Jan 2012)
 
-  29 Jan 2012; Marc van der Sluys <AstroFloyd@gmail.com> +ndiff-2.00.ebuild,
+  29 Jan 2012; AstroFloyd <AstroFloyd@gmail.com> +ndiff-2.00.ebuild,
   +metadata.xml:
   Initial import
 

diff --git a/dev-util/ndiff/metadata.xml b/dev-util/ndiff/metadata.xml
index d995315..e8ef06d 100644
--- a/dev-util/ndiff/metadata.xml
+++ b/dev-util/ndiff/metadata.xml
@@ -4,6 +4,6 @@
 	<herd>sci</herd>
 	<maintainer>
 		<email>AstroFloyd@gmail.com</email>
-		<name>Marc van der Sluys (AstroFloyd)</name>
+		<name>AstroFloyd</name>
 	</maintainer>
 </pkgmetadata>

diff --git a/dev-util/ndiff/ndiff-2.00.ebuild b/dev-util/ndiff/ndiff-2.00.ebuild
index 7628f46..d060923 100644
--- a/dev-util/ndiff/ndiff-2.00.ebuild
+++ b/dev-util/ndiff/ndiff-2.00.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=4
 
-DESCRIPTION="A diff program that ignores small numeric differences (actually called ndiff)"
+DESCRIPTION="A diff program that ignores small numeric differences"
 HOMEPAGE="http://www.math.utah.edu/~beebe/software/ndiff/"
 SRC_URI="ftp://ftp.math.utah.edu/pub/misc/${P}.tar.gz"
 
@@ -16,8 +16,8 @@ IUSE="doc"
 DEPEND="dev-libs/gmp"
 RDEPEND="${DEPEND}"
 
-# Rename the files from ndiff to numdiff, since /usr/bin/ndiff is already
-# provided by net-analyzer/nmap:
+# Rename the files from ndiff to numdiff, since /usr/bin/ndiff used to be
+# provided by net-analyzer/nmap, before v4.85:
 src_install() {
 	newbin ndiff numdiff
 	dodoc README* INSTALL ChangeLog


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

* [gentoo-commits] proj/sci:master commit in: dev-util/ndiff/
@ 2015-09-23 12:48 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-09-23 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5f77225f1692ddf4b56eda435c6533d7c30c9b4e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:17:35 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:17:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5f77225f

dev-util/ndiff: Bump to EAPI=5

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

 dev-util/ndiff/ndiff-2.00.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/ndiff/ndiff-2.00.ebuild b/dev-util/ndiff/ndiff-2.00.ebuild
index 75b6ca6..fc7fa44 100644
--- a/dev-util/ndiff/ndiff-2.00.ebuild
+++ b/dev-util/ndiff/ndiff-2.00.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 
 DESCRIPTION="A diff program that ignores small numeric differences"
 HOMEPAGE="http://www.math.utah.edu/~beebe/software/ndiff/"
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
-DEPEND="dev-libs/gmp"
+DEPEND="dev-libs/gmp:0="
 RDEPEND="${DEPEND}"
 
 # Rename the files from ndiff to numdiff, since /usr/bin/ndiff used to be


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

* [gentoo-commits] proj/sci:master commit in: dev-util/ndiff/
@ 2021-03-03 14:42 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     22e774159f8a0c076b0cc97db598830d64cd963e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 14:40:15 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 14:40:15 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=22e77415

dev-util/ndiff: EAPI bump

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

 dev-util/ndiff/ndiff-2.00.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-util/ndiff/ndiff-2.00.ebuild b/dev-util/ndiff/ndiff-2.00.ebuild
index 4353d65cd..1b3e06b9c 100644
--- a/dev-util/ndiff/ndiff-2.00.ebuild
+++ b/dev-util/ndiff/ndiff-2.00.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="A diff program that ignores small numeric differences"
 HOMEPAGE="http://www.math.utah.edu/~beebe/software/ndiff/"
@@ -12,6 +12,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
+# Sandbox violation to /tmp/
+RESTRICT="test"
+
 DEPEND="dev-libs/gmp:0="
 RDEPEND="${DEPEND}"
 


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

end of thread, other threads:[~2021-03-03 14:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-03 14:42 [gentoo-commits] proj/sci:master commit in: dev-util/ndiff/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2015-09-23 12:48 Justin Lecher
2013-01-18  1:57 Christoph Junghans
2012-01-29 16:57 Marc van der Sluys

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