* [gentoo-commits] repo/gentoo:master commit in: app-text/delta/
@ 2019-11-10 20:38 Sergei Trofimovich
0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2019-11-10 20:38 UTC (permalink / raw
To: gentoo-commits
commit: cca9866371f96e7c9b1686d99bbf685388ecf3bc
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 20:38:17 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 20:38:26 2019 +0000
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 <slyfox <AT> 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 00000000000..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/*
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/delta/
@ 2019-11-10 22:02 Sergei Trofimovich
0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2019-11-10 22:02 UTC (permalink / raw
To: gentoo-commits
commit: 964e539574e011e8e0c5f26e4e222354602a6fd7
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 22:02:26 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 22:02:26 2019 +0000
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 <slyfox <AT> 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/*
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/delta/
@ 2019-11-18 1:33 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-11-18 1:33 UTC (permalink / raw
To: gentoo-commits
commit: 9f009e010edb4a11eae8d76fba295da2da160e2d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 01:31:28 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 01:31:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f009e01
app-text/delta: ALLARCHES EAPI bump
Signed-off-by: Aaron Bauman <bman <AT> 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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/delta/
@ 2019-11-18 1:33 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-11-18 1:33 UTC (permalink / raw
To: gentoo-commits
commit: 1190aea6ea72ad0ace21d9b76cac35217a1d6b7a
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 01:32:59 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 01:32:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1190aea6
app-text/delta: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> 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..00000000000
--- 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/*
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/delta/
@ 2019-11-18 1:33 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-11-18 1:33 UTC (permalink / raw
To: gentoo-commits
commit: 53d1499bccc296020c008362b06fea601391a0a2
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 01:32:09 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 01:32:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d1499b
app-text/delta: drop quotes on EAPI version
Signed-off-by: Aaron Bauman <bman <AT> 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-11-18 1:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-18 1:33 [gentoo-commits] repo/gentoo:master commit in: app-text/delta/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2019-11-18 1:33 Aaron Bauman
2019-11-18 1:33 Aaron Bauman
2019-11-10 22:02 Sergei Trofimovich
2019-11-10 20:38 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox