[gentoo-commits] repo/gentoo:master commit in: app-misc/glastree/

2022-04-03 Thread Conrad Kostecki
commit: 3847b36bbb015cdabca786c0953024578b77689e
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Mar 29 18:45:02 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:50:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3847b36b

app-misc/glastree: update HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/24806
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/glastree/glastree-1.04.ebuild   | 5 +++--
 app-misc/glastree/glastree-1.04_p20150525.ebuild | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-misc/glastree/glastree-1.04.ebuild 
b/app-misc/glastree/glastree-1.04.ebuild
index 9a5212c50638..6ba6ab08de11 100644
--- a/app-misc/glastree/glastree-1.04.ebuild
+++ b/app-misc/glastree/glastree-1.04.ebuild
@@ -4,8 +4,9 @@
 EAPI=7
 
 DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written 
in perl"
-HOMEPAGE="http://www.igmus.org/code/;
-SRC_URI="http://www.igmus.org/files/${P}.tar.gz;
+HOMEPAGE="https://old.igmus.org/code/;
+SRC_URI="https://old.igmus.org/files/${P}.tar.gz;
+
 DEPEND="dev-lang/perl
dev-perl/Date-Calc"
 SLOT="0"

diff --git a/app-misc/glastree/glastree-1.04_p20150525.ebuild 
b/app-misc/glastree/glastree-1.04_p20150525.ebuild
index ddf56b07931b..ddff74381dba 100644
--- a/app-misc/glastree/glastree-1.04_p20150525.ebuild
+++ b/app-misc/glastree/glastree-1.04_p20150525.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 COMMIT="1dc111308356d999f2a32aa50b6a0737ec5e6b09"
 DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written 
in perl"
-HOMEPAGE="http://www.igmus.org/code/;
+HOMEPAGE="https://old.igmus.org/code/;
 SRC_URI="https://github.com/jeremywohl/glastree/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/glastree/

2020-10-24 Thread Sergei Trofimovich
commit: f48497091c7970a740663c84ab99ba7b47fa108b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 24 17:34:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 24 17:46:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4849709

app-misc/glastree: stable 1.04_p20150525 for ppc

stable wrt bug #742557

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-misc/glastree/glastree-1.04_p20150525.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/glastree/glastree-1.04_p20150525.ebuild 
b/app-misc/glastree/glastree-1.04_p20150525.ebuild
index 8e8a41a9631..78ee0dcfaee 100644
--- a/app-misc/glastree/glastree-1.04_p20150525.ebuild
+++ b/app-misc/glastree/glastree-1.04_p20150525.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/glastree/

2020-09-16 Thread Sam James
commit: 4a8c34ab35309ab6e1134f7eeca40e4d4535e750
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 16 22:58:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 16 22:58:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8c34ab

app-misc/glastree: drop eutils in 1.04

Not present in the snapshot ebuild from yesterday,
but was left behind in the 1.04 quickport.

Fixes: fd505a12a41c8be8dfe8be94750295bfed0b339f
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 app-misc/glastree/glastree-1.04.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-misc/glastree/glastree-1.04.ebuild 
b/app-misc/glastree/glastree-1.04.ebuild
index f76a7a4dc66..699a36518cf 100644
--- a/app-misc/glastree/glastree-1.04.ebuild
+++ b/app-misc/glastree/glastree-1.04.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=7
 
-inherit eutils
-
 DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written 
in perl"
 HOMEPAGE="http://www.igmus.org/code/;
 SRC_URI="http://www.igmus.org/files/${P}.tar.gz;



[gentoo-commits] repo/gentoo:master commit in: app-misc/glastree/files/, app-misc/glastree/

2020-09-16 Thread Sam James
commit: fd505a12a41c8be8dfe8be94750295bfed0b339f
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 16 22:42:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 16 22:43:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd505a12

app-misc/glastree: port older to EAPI 7 too

Preferable to not wait for stabilisation of the newer one
to drop EAPI 4.

Bug: https://bugs.gentoo.org/742557
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 app-misc/glastree/files/glastree-posix-make.patch |  4 ++--
 app-misc/glastree/glastree-1.04.ebuild| 13 ++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/app-misc/glastree/files/glastree-posix-make.patch 
b/app-misc/glastree/files/glastree-posix-make.patch
index 07e4bf6ec91..6d0dc395812 100644
--- a/app-misc/glastree/files/glastree-posix-make.patch
+++ b/app-misc/glastree/files/glastree-posix-make.patch
@@ -1,8 +1,8 @@
 Make sure the perl code is valid both with and without the backslashes.
 Some make versions strip them, others don't.
 
 glastree-1.04/Makefile
-+++ glastree-1.04/Makefile
+--- a/Makefile
 b/Makefile
 @@ -24,8 +24,8 @@
  
  install:

diff --git a/app-misc/glastree/glastree-1.04.ebuild 
b/app-misc/glastree/glastree-1.04.ebuild
index 892b11bc30a..f76a7a4dc66 100644
--- a/app-misc/glastree/glastree-1.04.ebuild
+++ b/app-misc/glastree/glastree-1.04.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 inherit eutils
 
@@ -12,17 +12,16 @@ DEPEND="dev-lang/perl
dev-perl/Date-Calc"
 SLOT="0"
 KEYWORDS="~amd64 ppc x86"
-IUSE=""
 LICENSE="public-domain"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-posix-make.patch
-}
+PATCHES=(
+   "${FILESDIR}"/${PN}-posix-make.patch
+)
 
 src_compile() { :; }
 
 src_install() {
dodir /usr/share/man/man1
-   emake INSTROOT="${D}"/usr INSTMAN=share/man install
+   emake INSTROOT="${ED}"/usr INSTMAN=share/man install
dodoc README CHANGES THANKS TODO
 }



[gentoo-commits] repo/gentoo:master commit in: app-misc/glastree/

2020-09-14 Thread Sam James
commit: e92fcd14a2d76daa9ae9ec7980c77ad17551abc0
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 15 00:53:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 15 00:53:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92fcd14

app-misc/glastree: bump to 20150525 snapshot

Closes: https://bugs.gentoo.org/623466
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 app-misc/glastree/Manifest   |  1 +
 app-misc/glastree/glastree-1.04_p20150525.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/app-misc/glastree/Manifest b/app-misc/glastree/Manifest
index 52afda376f2..a1675a5caca 100644
--- a/app-misc/glastree/Manifest
+++ b/app-misc/glastree/Manifest
@@ -1 +1,2 @@
 DIST glastree-1.04.tar.gz 5846 BLAKE2B 
b380b577a712f08b0a3ec89627d9f8bd20c76244ab19c8e76d27ac2fa08b0242381c280430fafe8a43bef78de8954d4660051d7648550c4ecd789a8941b55a4d
 SHA512 
81b819bc91780f42f945db13efc97faadd661c3272007dc0b90ed998776d3fc0fbe406249f069f0065271208c9f6ccd0488021d384e05d5b9da39311bec8f94d
+DIST glastree-1.04_p20150525.tar.gz 5716 BLAKE2B 
e248d607ce87f4e78d880c67415c8eb15325a15dca222d14bc9fbafbcfd30c356f71a73fcfc4c8df80c645741e8b0edeca71cfdd0d66b284facad23b5322d64b
 SHA512 
cff2fc671265f7be62b098f9c0a6f8c7711f86c014b64bd0bc1dde4c1570e7707de735d2a421e78d15ff126bcd6cbf18c90ba96bf7a5b30c5f6135c2e4a03179

diff --git a/app-misc/glastree/glastree-1.04_p20150525.ebuild 
b/app-misc/glastree/glastree-1.04_p20150525.ebuild
new file mode 100644
index 000..8e8a41a9631
--- /dev/null
+++ b/app-misc/glastree/glastree-1.04_p20150525.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+COMMIT="1dc111308356d999f2a32aa50b6a0737ec5e6b09"
+DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written 
in perl"
+HOMEPAGE="http://www.igmus.org/code/;
+SRC_URI="https://github.com/jeremywohl/glastree/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-lang/perl
+   dev-perl/Date-Calc
+"
+BDEPEND="test? ( ${RDEPEND} )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-posix-make.patch
+)
+
+src_compile() { :; }
+
+src_install() {
+   dodir /usr/share/man/man1
+   emake INSTROOT="${ED}"/usr INSTMAN=share/man install
+   dodoc README CHANGES THANKS
+}