[gentoo-commits] repo/gentoo:master commit in: app-text/delta/

2019-11-17 Thread Aaron Bauman
commit: 1190aea6ea72ad0ace21d9b76cac35217a1d6b7a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 18 01:32:59 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 18 01:32:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1190aea6

app-text/delta: drop old EAPI

Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/delta/delta-20060803.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/app-text/delta/delta-20060803.ebuild 
b/app-text/delta/delta-20060803.ebuild
deleted file mode 100644
index 59243222f2a..000
--- a/app-text/delta/delta-20060803.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
-STUPID_NUM="33566"
-DESCRIPTION="Heuristically minimizes interesting files"
-HOMEPAGE="http://delta.tigris.org/;
-SRC_URI="http://delta.tigris.org/files/documents/3103/${STUPID_NUM}/${PN}-${MY_PV}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND=""
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_compile() {
-   rm -f Makefile
-   tc-export CC
-   emake topformflat
-}
-
-src_install() {
-   dobin delta multidelta topformflat
-   dodoc Readme
-   dohtml www/*
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/delta/

2019-11-17 Thread Aaron Bauman
commit: 9f009e010edb4a11eae8d76fba295da2da160e2d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 18 01:31:28 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 18 01:31:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f009e01

app-text/delta: ALLARCHES EAPI bump

Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/delta/delta-20060803-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/delta/delta-20060803-r1.ebuild 
b/app-text/delta/delta-20060803-r1.ebuild
index 1f00d0cd78b..77f5c50a6b2 100644
--- a/app-text/delta/delta-20060803-r1.ebuild
+++ b/app-text/delta/delta-20060803-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://delta.tigris.org/files/documents/3103/${STUPID_NUM}/${PN}-${MY_P
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-lang/perl"



[gentoo-commits] repo/gentoo:master commit in: app-text/delta/

2019-11-17 Thread Aaron Bauman
commit: 53d1499bccc296020c008362b06fea601391a0a2
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 18 01:32:09 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 18 01:32:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d1499b

app-text/delta: drop quotes on EAPI version

Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/delta/delta-20060803-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/delta/delta-20060803-r1.ebuild 
b/app-text/delta/delta-20060803-r1.ebuild
index 77f5c50a6b2..5ba3fdf1514 100644
--- a/app-text/delta/delta-20060803-r1.ebuild
+++ b/app-text/delta/delta-20060803-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=7
 
 inherit toolchain-funcs
 



[gentoo-commits] repo/gentoo:master commit in: app-text/delta/

2019-11-10 Thread Sergei Trofimovich
commit: 964e539574e011e8e0c5f26e4e222354602a6fd7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov 10 22:02:26 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov 10 22:02:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964e5395

app-text/delta: fixed src_install() to not use dohtml

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/delta/delta-20060803-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-text/delta/delta-20060803-r1.ebuild 
b/app-text/delta/delta-20060803-r1.ebuild
index 30669a51c12..1f00d0cd78b 100644
--- a/app-text/delta/delta-20060803-r1.ebuild
+++ b/app-text/delta/delta-20060803-r1.ebuild
@@ -30,5 +30,7 @@ src_compile() {
 src_install() {
dobin delta multidelta topformflat
dodoc Readme
-   dohtml www/*
+
+   docinto html
+   dodoc -r www/*
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/delta/

2019-11-10 Thread Sergei Trofimovich
commit: cca9866371f96e7c9b1686d99bbf685388ecf3bc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov 10 20:38:17 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov 10 20:38:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca98663

app-text/delta: bump up to EAPI=7

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/delta/delta-20060803-r1.ebuild | 34 +
 1 file changed, 34 insertions(+)

diff --git a/app-text/delta/delta-20060803-r1.ebuild 
b/app-text/delta/delta-20060803-r1.ebuild
new file mode 100644
index 000..30669a51c12
--- /dev/null
+++ b/app-text/delta/delta-20060803-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs
+
+MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
+STUPID_NUM="33566"
+DESCRIPTION="Heuristically minimizes interesting files"
+HOMEPAGE="http://delta.tigris.org/;
+SRC_URI="http://delta.tigris.org/files/documents/3103/${STUPID_NUM}/${PN}-${MY_PV}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND=""
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+src_compile() {
+   rm -f Makefile
+   tc-export CC
+   emake topformflat
+}
+
+src_install() {
+   dobin delta multidelta topformflat
+   dodoc Readme
+   dohtml www/*
+}