[gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/

2019-04-04 Thread Jeroen Roovers
commit: 39a1409bae19a0fd0e5f8ccc2ef6b486530348a5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  4 09:23:25 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  4 09:23:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a1409b

dev-vcs/guilt: Switch to HTTPS

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-vcs/guilt/guilt-0.36-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/guilt/guilt-0.36-r1.ebuild 
b/dev-vcs/guilt/guilt-0.36-r1.ebuild
index 5a46d0b1549..52a9c49c0e4 100644
--- a/dev-vcs/guilt/guilt-0.36-r1.ebuild
+++ b/dev-vcs/guilt/guilt-0.36-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DESCRIPTION="A series of bash scripts which add a quilt-like interface to git"
-HOMEPAGE="http://repo.or.cz/w/guilt.git;
+HOMEPAGE="https://repo.or.cz/w/guilt.git;
 SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/

2019-02-20 Thread Pacho Ramos
commit: 00f64248e622990228f6028261e1a6175732af6a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Feb 20 21:34:47 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Feb 20 21:34:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f64248

dev-vcs/guilt: Drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-vcs/guilt/guilt-0.36.ebuild | 50 -
 1 file changed, 50 deletions(-)

diff --git a/dev-vcs/guilt/guilt-0.36.ebuild b/dev-vcs/guilt/guilt-0.36.ebuild
deleted file mode 100644
index 1069fa84b2d..000
--- a/dev-vcs/guilt/guilt-0.36.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A series of bash scripts which add a quilt-like interface to git"
-HOMEPAGE="http://repo.or.cz/w/guilt.git;
-SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
-IUSE=""
-
-# Since we need to build the man pages anyway, I don't think it makes
-# much sense to hide the HTML docs behind USE=doc.
-RDEPEND="dev-vcs/git"
-DEPEND="${RDEPEND}
-   app-text/asciidoc
-   app-text/xmlto
-   dev-lang/perl"
-
-RESTRICT="test"
-
-S="${WORKDIR}/${PN}-22d785d"
-
-src_prepare() {
-   default
-
-   # The doc makefile tries to shell out to `git` for the version.
-   sed -i Documentation/Makefile \
-   -e "s/VERSION=.*/VERSION=${PV}/" \
-   || die 'failed to set VERSION in Documentation/Makefile'
-}
-
-src_compile() {
-   emake -C Documentation all
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr install
-
-   dodoc Documentation/{Contributing,Features,HOWTO,Requirements}
-   emake -C Documentation \
- DESTDIR="${D}" \
- PREFIX=/usr \
- mandir=/usr/share/man \
- htmldir="/usr/share/doc/${PF}/html" \
- install install-html
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/

2019-02-20 Thread Mikle Kolyada
commit: 5c7c9b1e2f73dcb3a38b393fbb2d3a307392b81f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Feb 20 13:14:26 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Feb 20 13:14:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7c9b1e

dev-vcs/guilt: amd64 stable wrt bug #676538

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-vcs/guilt/guilt-0.36-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/guilt/guilt-0.36-r1.ebuild 
b/dev-vcs/guilt/guilt-0.36-r1.ebuild
index 0ea4054384d..5a46d0b1549 100644
--- a/dev-vcs/guilt/guilt-0.36-r1.ebuild
+++ b/dev-vcs/guilt/guilt-0.36-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz ->
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
 IUSE=""
 
 # Since we need to build the man pages anyway, I don't think it makes



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/

2019-02-14 Thread Thomas Deutschmann
commit: 4adce120051aaf8a688a2b9452158315864dfe2c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Feb 15 01:31:07 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Feb 15 01:36:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adce120

dev-vcs/guilt: x86 stable (bug #676538)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-vcs/guilt/guilt-0.36-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/guilt/guilt-0.36-r1.ebuild 
b/dev-vcs/guilt/guilt-0.36-r1.ebuild
index 1f572822a3c..0ea4054384d 100644
--- a/dev-vcs/guilt/guilt-0.36-r1.ebuild
+++ b/dev-vcs/guilt/guilt-0.36-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz ->
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc x86"
 IUSE=""
 
 # Since we need to build the man pages anyway, I don't think it makes



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/, dev-vcs/guilt/files/

2018-10-20 Thread Pacho Ramos
commit: da22c73077692206f5bd2b79355d73add559644e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Oct 20 11:48:48 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct 20 12:16:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da22c730

dev-vcs/guilt: Fix help system (#642584 by Terra)

Closes: https://bugs.gentoo.org/642584
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-vcs/guilt/files/guilt-0.36-fix-help.patch | 41 +
 dev-vcs/guilt/guilt-0.36-r1.ebuild| 53 +++
 2 files changed, 94 insertions(+)

diff --git a/dev-vcs/guilt/files/guilt-0.36-fix-help.patch 
b/dev-vcs/guilt/files/guilt-0.36-fix-help.patch
new file mode 100644
index 000..31e81bdb90e
--- /dev/null
+++ b/dev-vcs/guilt/files/guilt-0.36-fix-help.patch
@@ -0,0 +1,41 @@
+From 53db96dd0c37b2fd299a26a00ba9b6f53cf6224e Mon Sep 17 00:00:00 2001
+Date: Thu, 28 Dec 2017 20:01:08 -0500
+Subject: [PATCH] Fix broken guilt help system
+
+  https://bugs.gentoo.org/642584
+---
+ guilt  | 4 ++--
+ guilt-help | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/guilt b/guilt
+index 35177b9..498dfb6 100755
+--- a/guilt
 b/guilt
+@@ -73,8 +73,8 @@ GUILT_PATH="$(dirname "$0")"
+ 
+ guilt_commands()
+ {
+-  find "$GUILT_PATH/../lib/guilt" -maxdepth 1 -name "guilt-*" -type f 
-perm +111 2> /dev/null | sed -e "s/.*\\/$GUILT-//"
+-  find "$GUILT_PATH" -maxdepth 1 -name "guilt-*" -type f -perm +111 | sed 
-e "s/.*\\/$GUILT-//"
++  find "$GUILT_PATH/../lib/guilt" -maxdepth 1 -name "guilt-*" -type f 
-executable 2> /dev/null | sed -e "s/.*\\/$GUILT-//"
++  find "$GUILT_PATH" -maxdepth 1 -name "guilt-*" -type f -executable | 
sed -e "s/.*\\/$GUILT-//"
+ }
+ 
+ # by default, we shouldn't fail
+diff --git a/guilt-help b/guilt-help
+index 93442a3..b29e059 100755
+--- a/guilt-help
 b/guilt-help
+@@ -34,7 +34,7 @@ case $# in
+   ;;
+ esac
+ 
+-MANDIR=`dirname $0`/../man
++MANDIR=`dirname $0`/../share/man
+ MANDIR=`(cd "$MANDIR"; pwd)`
+ exec man -M "$MANDIR" "$page"
+ 
+-- 
+2.13.5
+

diff --git a/dev-vcs/guilt/guilt-0.36-r1.ebuild 
b/dev-vcs/guilt/guilt-0.36-r1.ebuild
new file mode 100644
index 000..ab2b064429e
--- /dev/null
+++ b/dev-vcs/guilt/guilt-0.36-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A series of bash scripts which add a quilt-like interface to git"
+HOMEPAGE="http://repo.or.cz/w/guilt.git;
+SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+# Since we need to build the man pages anyway, I don't think it makes
+# much sense to hide the HTML docs behind USE=doc.
+RDEPEND="dev-vcs/git"
+DEPEND="${RDEPEND}
+   app-text/asciidoc
+   app-text/xmlto
+   dev-lang/perl
+"
+
+RESTRICT="test"
+
+S="${WORKDIR}/${PN}-22d785d"
+
+src_prepare() {
+   default
+
+   eapply "${FILESDIR}"/${P}-fix-help.patch
+
+   # The doc makefile tries to shell out to `git` for the version.
+   sed -i Documentation/Makefile \
+   -e "s/VERSION=.*/VERSION=${PV}/" \
+   || die 'failed to set VERSION in Documentation/Makefile'
+}
+
+src_compile() {
+   emake -C Documentation all
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX=/usr install
+
+   dodoc Documentation/{Contributing,Features,HOWTO,Requirements}
+   emake -C Documentation \
+ DESTDIR="${D}" \
+ PREFIX=/usr \
+ mandir=/usr/share/man \
+ htmldir="/usr/share/doc/${PF}/html" \
+ install install-html
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/

2017-10-07 Thread Michael Palimaka
commit: d743c4ca884bc388b5860c3421806235f1c05795
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  7 12:29:15 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  7 12:31:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d743c4ca

dev-vcs/guilt: remove 0.32

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-vcs/guilt/Manifest  |  2 --
 dev-vcs/guilt/guilt-0.32.ebuild | 47 -
 2 files changed, 49 deletions(-)

diff --git a/dev-vcs/guilt/Manifest b/dev-vcs/guilt/Manifest
index 9b63b614c77..b47e679135c 100644
--- a/dev-vcs/guilt/Manifest
+++ b/dev-vcs/guilt/Manifest
@@ -1,3 +1 @@
-DIST guilt-0.32.tar.bz2 42248 SHA256 
813ca10e4c803b6d387a8458dbbad2b1046fe0e2f77c60bc050bc0dc272e5162 SHA512 
d2e59d8a04e072de36229b2ff5e6c944e87bd0dc18f83804f529807aa0b97aba1c37644ab6d8859abb58a9fe04d2f6562c77a25c7cd8fe4ad7631a1b77a112f9
 WHIRLPOOL 
91c270eb4bc2902dce1f75b9b551ba96ba56ff616e6a6ddbd2ebc86f02d5dedc990eddce817560f59465fb30fd868817ce1f5b42da99a52c30aa95f95fab39d5
 DIST guilt-0.36.tar.gz 64624 SHA256 
1e1a86ecfc2162c01b7d62c279ad055c643074d2b5239301d818ca81b31b6c0e SHA512 
882438d5b9ed4d16e3dfc95ddbef6ec1d76860d82aa6abc78010351577fb65578f919c6fe55f9d7593c82b0eae2d0dd80d577eee906fff84a426391936242652
 WHIRLPOOL 
85749fcf66be08164e6a1e8ce58b3351e0a2c114042a8cdd43b05b52300b47f76bdf53d5b0affd809b66a0cfdfaeb327cd5d49c5a3d4793eb51b030e314a4789
-DIST guilt-manpages-0.32.tar.bz2 9503 SHA256 
8b74f34072d17894eabf1c14abcaf681a5658beee13c99fed082ac95e4b4009e SHA512 
6174cdd6e7262efb06a2c212de309e1268c8b05e4aeeaace7f8e5874700f9b62dcc82ca9c596987f81dc7a64e525232816b516f47abcfe26aece438fe571f788
 WHIRLPOOL 
7ca734852eee65fa85a5a2e009d3eb0e694f6b00952c0c8785745befd0d92b1374dd5531d1d784e4f90d96c34c51c7a5bffa1f321d45042d4a69f4ed9514d583

diff --git a/dev-vcs/guilt/guilt-0.32.ebuild b/dev-vcs/guilt/guilt-0.32.ebuild
deleted file mode 100644
index cf02cb9a9c6..000
--- a/dev-vcs/guilt/guilt-0.32.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="A series of bash scripts which add a quilt-like interface to git"
-HOMEPAGE="https://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/;
-SRC_URI="mirror://kernel/linux/kernel/people/jsipek/${PN}/${P}.tar.bz2
-   mirror://gentoo/${PN}-manpages-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
-IUSE="doc"
-
-RDEPEND="dev-vcs/git"
-DEPEND="${RDEPEND}
-   doc? ( app-text/asciidoc app-text/xmlto )"
-
-RESTRICT="test"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   sed -i \
-   -e '/^PREFIX/s:=.*:=/usr:' \
-   -e "/^htmldir/s:=.*:=/usr/share/doc/${PF}/html:" \
-   -e "/^VERSION/s:=.*:=${PV}:" \
-   Makefile */Makefile || die
-}
-
-src_compile() {
-   if use doc ; then
-   emake -C Documentation html || die
-   fi
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die
-
-   dodoc Documentation/{Contributing,Features,HOWTO,Requirements}
-   doman Documentation/*.[0-9] || die
-
-   if use doc ; then
-   dodir "/usr/share/doc/${PF}/html"
-   emake -C Documentation install-html DESTDIR="${D}" || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/

2017-10-07 Thread Sergei Trofimovich
commit: ec430eea84d6894bf8d4130d6e4a83bd516e3bed
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct  7 11:25:27 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct  7 11:25:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec430eea

dev-vcs/guilt: stable 0.36 for ppc, bug #617594

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-vcs/guilt/guilt-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/guilt/guilt-0.36.ebuild b/dev-vcs/guilt/guilt-0.36.ebuild
index af5998c3b1a..1069fa84b2d 100644
--- a/dev-vcs/guilt/guilt-0.36.ebuild
+++ b/dev-vcs/guilt/guilt-0.36.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz ->
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
 IUSE=""
 
 # Since we need to build the man pages anyway, I don't think it makes



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/

2017-08-18 Thread Thomas Deutschmann
commit: 6bfc0d5fbc317beb83cf64fbd40a4bc57a9325a2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 19 00:00:47 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 19 00:30:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfc0d5f

dev-vcs/guilt: x86 stable (bug #617594)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/guilt/guilt-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/guilt/guilt-0.36.ebuild b/dev-vcs/guilt/guilt-0.36.ebuild
index 10bdef0bae6..af5998c3b1a 100644
--- a/dev-vcs/guilt/guilt-0.36.ebuild
+++ b/dev-vcs/guilt/guilt-0.36.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz ->
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
 IUSE=""
 
 # Since we need to build the man pages anyway, I don't think it makes



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/

2017-07-19 Thread Tobias Klausmann
commit: 7dc2d5a54c0d9db932aef531e873be92285291f2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Jul 19 17:30:41 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Jul 19 18:05:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc2d5a5

dev-vcs/guilt-0.36-r0: amd64 stable

Gentoo-Bug: 617594

 dev-vcs/guilt/guilt-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/guilt/guilt-0.36.ebuild b/dev-vcs/guilt/guilt-0.36.ebuild
index d24a5e22fed..10bdef0bae6 100644
--- a/dev-vcs/guilt/guilt-0.36.ebuild
+++ b/dev-vcs/guilt/guilt-0.36.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz ->
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 # Since we need to build the man pages anyway, I don't think it makes



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/

2017-06-02 Thread David Seifert
commit: 974e3cf11b4241f92929b4f68e5c75f3fb05d74a
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jun  2 17:30:53 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jun  2 17:30:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974e3cf1

dev-vcs/guilt: [QA] Use proper distfile name

Bug: https://bugs.gentoo.org/show_bug.cgi?id=619890
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-vcs/guilt/Manifest  | 2 +-
 dev-vcs/guilt/guilt-0.36.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/guilt/Manifest b/dev-vcs/guilt/Manifest
index 10ac9d99b32..9b63b614c77 100644
--- a/dev-vcs/guilt/Manifest
+++ b/dev-vcs/guilt/Manifest
@@ -1,3 +1,3 @@
-DIST 22d785dd24329170f66e7696da38b3e90e033d61.tar.gz 64624 SHA256 
1e1a86ecfc2162c01b7d62c279ad055c643074d2b5239301d818ca81b31b6c0e SHA512 
882438d5b9ed4d16e3dfc95ddbef6ec1d76860d82aa6abc78010351577fb65578f919c6fe55f9d7593c82b0eae2d0dd80d577eee906fff84a426391936242652
 WHIRLPOOL 
85749fcf66be08164e6a1e8ce58b3351e0a2c114042a8cdd43b05b52300b47f76bdf53d5b0affd809b66a0cfdfaeb327cd5d49c5a3d4793eb51b030e314a4789
 DIST guilt-0.32.tar.bz2 42248 SHA256 
813ca10e4c803b6d387a8458dbbad2b1046fe0e2f77c60bc050bc0dc272e5162 SHA512 
d2e59d8a04e072de36229b2ff5e6c944e87bd0dc18f83804f529807aa0b97aba1c37644ab6d8859abb58a9fe04d2f6562c77a25c7cd8fe4ad7631a1b77a112f9
 WHIRLPOOL 
91c270eb4bc2902dce1f75b9b551ba96ba56ff616e6a6ddbd2ebc86f02d5dedc990eddce817560f59465fb30fd868817ce1f5b42da99a52c30aa95f95fab39d5
+DIST guilt-0.36.tar.gz 64624 SHA256 
1e1a86ecfc2162c01b7d62c279ad055c643074d2b5239301d818ca81b31b6c0e SHA512 
882438d5b9ed4d16e3dfc95ddbef6ec1d76860d82aa6abc78010351577fb65578f919c6fe55f9d7593c82b0eae2d0dd80d577eee906fff84a426391936242652
 WHIRLPOOL 
85749fcf66be08164e6a1e8ce58b3351e0a2c114042a8cdd43b05b52300b47f76bdf53d5b0affd809b66a0cfdfaeb327cd5d49c5a3d4793eb51b030e314a4789
 DIST guilt-manpages-0.32.tar.bz2 9503 SHA256 
8b74f34072d17894eabf1c14abcaf681a5658beee13c99fed082ac95e4b4009e SHA512 
6174cdd6e7262efb06a2c212de309e1268c8b05e4aeeaace7f8e5874700f9b62dcc82ca9c596987f81dc7a64e525232816b516f47abcfe26aece438fe571f788
 WHIRLPOOL 
7ca734852eee65fa85a5a2e009d3eb0e694f6b00952c0c8785745befd0d92b1374dd5531d1d784e4f90d96c34c51c7a5bffa1f321d45042d4a69f4ed9514d583

diff --git a/dev-vcs/guilt/guilt-0.36.ebuild b/dev-vcs/guilt/guilt-0.36.ebuild
index 006b0d76351..d24a5e22fed 100644
--- a/dev-vcs/guilt/guilt-0.36.ebuild
+++ b/dev-vcs/guilt/guilt-0.36.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="A series of bash scripts which add a quilt-like interface to git"
 HOMEPAGE="http://repo.or.cz/w/guilt.git;
-SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz"
+SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/

2017-05-05 Thread Michael Orlitzky
commit: 0443b23240349e09a37e04e32b4f485d9311d470
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri May  5 19:29:05 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri May  5 19:29:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0443b232

dev-vcs/guilt: new version 0.36.

This new version comes with an update to EAPI=6 and rewrite of parts
of the ebuild. By passing some variables to emake, I was able to get
the "make install" targets to do the right thing on their own.

There's also a new HOMEPAGE, and the SRC_URI is a gitweb tarball
associated with a tag upstream.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-vcs/guilt/Manifest  |  3 +--
 dev-vcs/guilt/guilt-0.34.ebuild | 48 ---
 dev-vcs/guilt/guilt-0.36.ebuild | 50 +
 3 files changed, 51 insertions(+), 50 deletions(-)

diff --git a/dev-vcs/guilt/Manifest b/dev-vcs/guilt/Manifest
index ebda16759f8..10ac9d99b32 100644
--- a/dev-vcs/guilt/Manifest
+++ b/dev-vcs/guilt/Manifest
@@ -1,4 +1,3 @@
+DIST 22d785dd24329170f66e7696da38b3e90e033d61.tar.gz 64624 SHA256 
1e1a86ecfc2162c01b7d62c279ad055c643074d2b5239301d818ca81b31b6c0e SHA512 
882438d5b9ed4d16e3dfc95ddbef6ec1d76860d82aa6abc78010351577fb65578f919c6fe55f9d7593c82b0eae2d0dd80d577eee906fff84a426391936242652
 WHIRLPOOL 
85749fcf66be08164e6a1e8ce58b3351e0a2c114042a8cdd43b05b52300b47f76bdf53d5b0affd809b66a0cfdfaeb327cd5d49c5a3d4793eb51b030e314a4789
 DIST guilt-0.32.tar.bz2 42248 SHA256 
813ca10e4c803b6d387a8458dbbad2b1046fe0e2f77c60bc050bc0dc272e5162 SHA512 
d2e59d8a04e072de36229b2ff5e6c944e87bd0dc18f83804f529807aa0b97aba1c37644ab6d8859abb58a9fe04d2f6562c77a25c7cd8fe4ad7631a1b77a112f9
 WHIRLPOOL 
91c270eb4bc2902dce1f75b9b551ba96ba56ff616e6a6ddbd2ebc86f02d5dedc990eddce817560f59465fb30fd868817ce1f5b42da99a52c30aa95f95fab39d5
-DIST guilt-0.34.tar.bz2 43563 SHA256 
be379dced950d512df0f33dfd385384aba2db8f1eb5a55c11fe2ba28317c8e33 SHA512 
9c46dddad3e879939d2b31720660c4b6d62d46114cf4731aa7c826554b1e97eeff044e5373f5bf2f7539d49d969fc451a8a4392f05880ed444a2b0d76a7d22d4
 WHIRLPOOL 
41568c9dcc547944032aee824d11983f81530c643825755e34efe01a1395168fe1ad7072af7f5018d01c53c23ca379ddf2797749f37a66468a10c9bd035ab6bd
 DIST guilt-manpages-0.32.tar.bz2 9503 SHA256 
8b74f34072d17894eabf1c14abcaf681a5658beee13c99fed082ac95e4b4009e SHA512 
6174cdd6e7262efb06a2c212de309e1268c8b05e4aeeaace7f8e5874700f9b62dcc82ca9c596987f81dc7a64e525232816b516f47abcfe26aece438fe571f788
 WHIRLPOOL 
7ca734852eee65fa85a5a2e009d3eb0e694f6b00952c0c8785745befd0d92b1374dd5531d1d784e4f90d96c34c51c7a5bffa1f321d45042d4a69f4ed9514d583
-DIST guilt-manpages-0.34.tar.bz2 7566 SHA256 
0e505de837f3039f96d4d393434034e23e9c8a8e5db48bea75d197cdd2d92b4e SHA512 
e5056038d2f646c8fc78f9bc6e2afa81de8767a071f55735125eff34f7d8bb15509613a21545f868f931ee5bc24c41cffacaca047180adb1485ab76ab191be76
 WHIRLPOOL 
ab928d575a29de8383c998dfd3ddb5667c133474ab8f79655036ebe67f7079d9f3b77cfa08dbe739e2db7430cc47bc5f24973dfe2f27e8ade4e0b9e9c428

diff --git a/dev-vcs/guilt/guilt-0.34.ebuild b/dev-vcs/guilt/guilt-0.34.ebuild
deleted file mode 100644
index 470c6fcf7a0..000
--- a/dev-vcs/guilt/guilt-0.34.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="A series of bash scripts which add a quilt-like interface to git"
-HOMEPAGE="https://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/;
-# create manpages with "make -C Documentation man"
-SRC_URI="mirror://kernel/linux/kernel/people/jsipek/${PN}/${P}.tar.bz2
-   mirror://gentoo/${PN}-manpages-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND="dev-vcs/git"
-DEPEND="${RDEPEND}
-   doc? ( app-text/asciidoc app-text/xmlto )"
-
-RESTRICT="test"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   sed -i \
-   -e '/^PREFIX/s:=.*:=/usr:' \
-   -e "/^htmldir/s:=.*:=/usr/share/doc/${PF}/html:" \
-   -e "/^VERSION/s:=.*:=${PV}:" \
-   Makefile */Makefile || die
-}
-
-src_compile() {
-   if use doc ; then
-   emake -C Documentation html || die
-   fi
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die
-
-   dodoc Documentation/{Contributing,Features,HOWTO,Requirements}
-   doman Documentation/*.[0-9] || die
-
-   if use doc ; then
-   dodir "/usr/share/doc/${PF}/html"
-   emake -C Documentation install-html DESTDIR="${D}" || die
-   fi
-}

diff --git a/dev-vcs/guilt/guilt-0.36.ebuild b/dev-vcs/guilt/guilt-0.36.ebuild
new file mode 100644
index 000..006b0d76351
--- /dev/null
+++ b/dev-vcs/guilt/guilt-0.36.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A series of bash