public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdiff/
@ 2019-11-03 20:05 Miroslav Šulc
  0 siblings, 0 replies; 6+ messages in thread
From: Miroslav Šulc @ 2019-11-03 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     309cf6b34558677bb60c5524c8f3a31e2f7fcf0c
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 20:04:22 2019 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 20:04:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309cf6b3

dev-util/pkgdiff: new package

Closes: https://bugs.gentoo.org/656326
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-util/pkgdiff/Manifest             |  1 +
 dev-util/pkgdiff/metadata.xml         |  9 +++++++++
 dev-util/pkgdiff/pkgdiff-1.7.2.ebuild | 31 +++++++++++++++++++++++++++++++
 dev-util/pkgdiff/pkgdiff-9999.ebuild  | 33 +++++++++++++++++++++++++++++++++
 4 files changed, 74 insertions(+)

diff --git a/dev-util/pkgdiff/Manifest b/dev-util/pkgdiff/Manifest
new file mode 100644
index 00000000000..1fff2bd7d3b
--- /dev/null
+++ b/dev-util/pkgdiff/Manifest
@@ -0,0 +1 @@
+DIST pkgdiff-1.7.2.tar.gz 56592 BLAKE2B 6190a8c1e018766802e12234890629efb356680dee84afdea1f989bc91196edc5460c3af3cba5229116ddcafac81f728d1d4eb52f009f9dc5f711a7718f2b0a9 SHA512 2369488e9705280be9b326b07aa9ef0e211440921b9cce5c35560a14d1ad4ac0040eb54024a88a4a5f8f831208b43124c17a817a44840500b490c89bf877b904

diff --git a/dev-util/pkgdiff/metadata.xml b/dev-util/pkgdiff/metadata.xml
new file mode 100644
index 00000000000..eaf46a7bd99
--- /dev/null
+++ b/dev-util/pkgdiff/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>fordfrog@gentoo.org</email>
+	<description>Miroslav Šulc</description>
+</maintainer>
+<longdescription>A tool for visualizing changes in Linux software packages</longdescription>
+</pkgmetadata>

diff --git a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
new file mode 100644
index 00000000000..10a3971dd70
--- /dev/null
+++ b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package Changes Analyzer (pkgdiff)"
+HOMEPAGE="https://github.com/lvc/pkgdiff"
+SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=">=dev-lang/perl-5"
+RDEPEND="${DEPEND}
+	sys-apps/diffutils
+	app-text/wdiff
+	sys-apps/gawk
+	sys-devel/binutils
+"
+
+src_compile() {
+	:
+}
+
+PREFIX="/usr"
+
+src_install() {
+	mkdir -p "${D}${PREFIX}"
+	perl Makefile.pl -install --destdir "${D}" || die "install failed"
+}

diff --git a/dev-util/pkgdiff/pkgdiff-9999.ebuild b/dev-util/pkgdiff/pkgdiff-9999.ebuild
new file mode 100644
index 00000000000..f397a5715c4
--- /dev/null
+++ b/dev-util/pkgdiff/pkgdiff-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Package Changes Analyzer (pkgdiff)"
+HOMEPAGE="https://github.com/lvc/pkgdiff"
+EGIT_REPO_URI="https://github.com/lvc/${PN}.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND=">=dev-lang/perl-5"
+RDEPEND="${DEPEND}
+	sys-apps/diffutils
+	app-text/wdiff
+	sys-apps/gawk
+	sys-devel/binutils
+"
+
+src_compile() {
+	:
+}
+
+PREFIX="/usr"
+
+src_install() {
+	mkdir -p "${D}${PREFIX}"
+	perl Makefile.pl -install --destdir "${D}" || die "install failed"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdiff/
@ 2019-12-03 11:41 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2019-12-03 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     7bf7203d122bc7480f39d88412692a69b0896f5c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  3 11:41:37 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec  3 11:41:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf7203d

dev-util/pkgdiff: amd64 stable wrt bug #701872

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/pkgdiff/pkgdiff-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
index 10a3971dd70..1293f19d310 100644
--- a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
+++ b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND=">=dev-lang/perl-5"
 RDEPEND="${DEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdiff/
@ 2020-05-15 22:16 Jonas Stein
  0 siblings, 0 replies; 6+ messages in thread
From: Jonas Stein @ 2020-05-15 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b380847e22a5bddec2f9a44b375b68dca30c9ec3
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Fri May 15 22:16:00 2020 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Fri May 15 22:16:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b380847e

dev-util/pkgdiff: QA Fix wrong tag

Fixed xml tag in metadata.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 dev-util/pkgdiff/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pkgdiff/metadata.xml b/dev-util/pkgdiff/metadata.xml
index eaf46a7bd99..db10502b8ab 100644
--- a/dev-util/pkgdiff/metadata.xml
+++ b/dev-util/pkgdiff/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
 <maintainer type="person">
 	<email>fordfrog@gentoo.org</email>
-	<description>Miroslav Šulc</description>
+	<name>Miroslav Šulc</name>
 </maintainer>
 <longdescription>A tool for visualizing changes in Linux software packages</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdiff/
@ 2020-05-16  8:08 Miroslav Šulc
  0 siblings, 0 replies; 6+ messages in thread
From: Miroslav Šulc @ 2020-05-16  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     5251a016c8602321a96af48cee07d9df8e320f70
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 08:08:39 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat May 16 08:08:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5251a016

dev-util/pkgdiff: D -> ED in install phase

Closes: https://bugs.gentoo.org/723124
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-util/pkgdiff/pkgdiff-1.7.2.ebuild | 4 ++--
 dev-util/pkgdiff/pkgdiff-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
index 1293f19d310..29d9b6bfe68 100644
--- a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
+++ b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,5 +27,5 @@ PREFIX="/usr"
 
 src_install() {
 	mkdir -p "${D}${PREFIX}"
-	perl Makefile.pl -install --destdir "${D}" || die "install failed"
+	perl Makefile.pl -install --destdir "${ED}" || die "install failed"
 }

diff --git a/dev-util/pkgdiff/pkgdiff-9999.ebuild b/dev-util/pkgdiff/pkgdiff-9999.ebuild
index f397a5715c4..02c61210aff 100644
--- a/dev-util/pkgdiff/pkgdiff-9999.ebuild
+++ b/dev-util/pkgdiff/pkgdiff-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,5 +29,5 @@ PREFIX="/usr"
 
 src_install() {
 	mkdir -p "${D}${PREFIX}"
-	perl Makefile.pl -install --destdir "${D}" || die "install failed"
+	perl Makefile.pl -install --destdir "${ED}" || die "install failed"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdiff/
@ 2020-05-16 10:18 Miroslav Šulc
  0 siblings, 0 replies; 6+ messages in thread
From: Miroslav Šulc @ 2020-05-16 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2b7a99624bf6f2e80edeb87cc6f9baa41757fefc
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 10:18:14 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat May 16 10:18:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7a9962

dev-util/pkgdiff: fixed install phase

fix by ZongyuZ <zzy2529420793 <AT> gmail.com>

Closes: https://bugs.gentoo.org/723124
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-util/pkgdiff/pkgdiff-1.7.2.ebuild | 2 +-
 dev-util/pkgdiff/pkgdiff-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
index 29d9b6bfe68..ee28ad626a5 100644
--- a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
+++ b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
@@ -26,6 +26,6 @@ src_compile() {
 PREFIX="/usr"
 
 src_install() {
-	mkdir -p "${D}${PREFIX}"
+	dodir ${PREFIX}
 	perl Makefile.pl -install --destdir "${ED}" || die "install failed"
 }

diff --git a/dev-util/pkgdiff/pkgdiff-9999.ebuild b/dev-util/pkgdiff/pkgdiff-9999.ebuild
index 02c61210aff..c33dc82d811 100644
--- a/dev-util/pkgdiff/pkgdiff-9999.ebuild
+++ b/dev-util/pkgdiff/pkgdiff-9999.ebuild
@@ -28,6 +28,6 @@ src_compile() {
 PREFIX="/usr"
 
 src_install() {
-	mkdir -p "${D}${PREFIX}"
+	dodir ${PREFIX}
 	perl Makefile.pl -install --destdir "${ED}" || die "install failed"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdiff/
@ 2020-08-13  9:52 Miroslav Šulc
  0 siblings, 0 replies; 6+ messages in thread
From: Miroslav Šulc @ 2020-08-13  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     659b9b6454bc5fb087805ce90219711b09872fdf
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 09:51:57 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 09:52:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659b9b64

dev-util/pkgdiff: added missing dep

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-util/pkgdiff/pkgdiff-1.7.2.ebuild | 3 ++-
 dev-util/pkgdiff/pkgdiff-9999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
index ee28ad626a5..fa0efba68ec 100644
--- a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
+++ b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild
@@ -13,8 +13,9 @@ KEYWORDS="amd64"
 
 DEPEND=">=dev-lang/perl-5"
 RDEPEND="${DEPEND}
-	sys-apps/diffutils
 	app-text/wdiff
+	dev-perl/File-LibMagic
+	sys-apps/diffutils
 	sys-apps/gawk
 	sys-devel/binutils
 "

diff --git a/dev-util/pkgdiff/pkgdiff-9999.ebuild b/dev-util/pkgdiff/pkgdiff-9999.ebuild
index c33dc82d811..9812bb968de 100644
--- a/dev-util/pkgdiff/pkgdiff-9999.ebuild
+++ b/dev-util/pkgdiff/pkgdiff-9999.ebuild
@@ -15,8 +15,9 @@ KEYWORDS=""
 
 DEPEND=">=dev-lang/perl-5"
 RDEPEND="${DEPEND}
-	sys-apps/diffutils
 	app-text/wdiff
+	dev-perl/File-LibMagic
+	sys-apps/diffutils
 	sys-apps/gawk
 	sys-devel/binutils
 "


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

end of thread, other threads:[~2020-08-13  9:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-13  9:52 [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdiff/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2020-05-16 10:18 Miroslav Šulc
2020-05-16  8:08 Miroslav Šulc
2020-05-15 22:16 Jonas Stein
2019-12-03 11:41 Agostino Sarubbo
2019-11-03 20:05 Miroslav Šulc

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