* [gentoo-commits] repo/gentoo:master commit in: dev-util/open-vcdiff/
@ 2015-09-01 19:31 Tobias Klausmann
0 siblings, 0 replies; 5+ messages in thread
From: Tobias Klausmann @ 2015-09-01 19:31 UTC (permalink / raw
To: gentoo-commits
commit: f5a4cb903bd17d7f92433d48b92da7f0d8dc3f47
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 19:29:29 2015 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 19:29:29 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a4cb90
dev-util/open-vcdiff: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild | 2 +-
dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild
index 9afd750..14e535a 100644
--- a/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild
+++ b/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild
@@ -8,7 +8,7 @@ AUTOTOOLS_AUTORECONF=1
inherit autotools-utils
DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format"
-HOMEPAGE="https://code.google.com/p/open-vcdiff/"
+HOMEPAGE="https://github.com/google/open-vcdiff"
SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="Apache-2.0"
diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild
index 58cb060..63b43bc 100644
--- a/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild
+++ b/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild
@@ -7,7 +7,7 @@ EAPI=5
inherit eutils
DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format"
-HOMEPAGE="https://code.google.com/p/open-vcdiff/"
+HOMEPAGE="https://github.com/google/open-vcdiff"
SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz"
LICENSE="Apache-2.0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/open-vcdiff/
@ 2016-11-05 18:08 Mike Gilbert
0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2016-11-05 18:08 UTC (permalink / raw
To: gentoo-commits
commit: 28c8d4a2624846c87133ba33aa27e6b7b2ae65d3
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 5 18:01:03 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Nov 5 18:01:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c8d4a2
dev-util/open-vcdiff: remove old
Package-Manager: portage-2.3.2_p4
dev-util/open-vcdiff/Manifest | 1 -
dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild | 39 ---------------------------
2 files changed, 40 deletions(-)
diff --git a/dev-util/open-vcdiff/Manifest b/dev-util/open-vcdiff/Manifest
index 96a09e4..bc6c2d5 100644
--- a/dev-util/open-vcdiff/Manifest
+++ b/dev-util/open-vcdiff/Manifest
@@ -1,2 +1 @@
-DIST open-vcdiff-0.8.3.tar.gz 757271 SHA256 b7e47db78866082e9e8b5782f5491092c8414f0acc0440aea03b14c7d1d3c371 SHA512 7f0712aa9f08b19658fbc77f28e6dde9f4a45a4be8f97fb00db1ca78f5ee4e7b9f333dc3208e9ba85b5696a24fa30865397c096be1687d73048809cd30e12a55 WHIRLPOOL 90d75d62c7eceae74639c2105cae98bd148b02c7c83d169a71f094d8f30829ed736b8d8fb43ecef06657ce8b10b8dfaf0f98b439dd170a4a0259e9dd4f035977
DIST open-vcdiff-0.8.4.tar.gz 780923 SHA256 2b142b1027fb0a62c41347600e01a53fa274dad15445a7da48083c830c3138b3 SHA512 fb9062d6a854c999d04eb68672596583e958c3d1705d58429280cb53dcf381c880b23d7fc9d5277545b4a5f9023435648d7bc87bad10cb30385fb950e5d499bd WHIRLPOOL fbbb26f6aa3773bb06c33085bc1d2f1e2bd74776466864713b06567806eca815f80d72d8872487359ffa99102f8914948d20b37a2b4e3bf502a03ca7de029a8a
diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild
deleted file mode 100644
index 14e535a..00000000
--- a/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils
-
-DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format"
-HOMEPAGE="https://github.com/google/open-vcdiff"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-cpp/gflags
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}
- test? ( dev-cpp/gtest )
-"
-
-src_prepare() {
- rm -r gflags/src gtest src/zlib || die
- local PATCHES=( "${FILESDIR}/0.8.3-system-libs.patch" )
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --enable-shared
- --disable-static
- )
- autotools-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/open-vcdiff/
@ 2016-12-31 1:57 Mike Gilbert
0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2016-12-31 1:57 UTC (permalink / raw
To: gentoo-commits
commit: cb3e0f8135e2bbe51d58f85752dae30d6c93bd29
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 31 01:56:50 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Dec 31 01:56:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3e0f81
dev-util/open-vcdiff: maintainer-needed
dev-util/open-vcdiff/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-util/open-vcdiff/metadata.xml b/dev-util/open-vcdiff/metadata.xml
index 13b5fd2..4d97c1a 100644
--- a/dev-util/open-vcdiff/metadata.xml
+++ b/dev-util/open-vcdiff/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>floppym@gentoo.org</email>
- <name>Mike Gilbert</name>
- </maintainer>
<upstream>
<remote-id type="google-code">open-vcdiff</remote-id>
<remote-id type="github">google/open-vcdiff</remote-id>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/open-vcdiff/
@ 2017-09-02 14:46 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2017-09-02 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 733e57eca060461758e4ab2296f613a99ec8eab8
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 2 14:44:01 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 2 14:46:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733e57ec
dev-util/open-vcdiff: remove 0.8.4-r0
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild | 28 ---------------------------
1 file changed, 28 deletions(-)
diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild
deleted file mode 100644
index 2cf96cbd62d..00000000000
--- a/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format"
-HOMEPAGE="https://github.com/google/open-vcdiff"
-SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc6.patch
-}
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- prune_libtool_files
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/open-vcdiff/
@ 2024-03-10 9:16 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-03-10 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 25678977f2739e4f105e50799fe9f946e164b5d0
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jan 25 19:08:28 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 09:16:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25678977
dev-util/open-vcdiff: EAPI8 bump, fix bug 804447
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://bugs.gentoo.org/804447
Closes: https://github.com/gentoo/gentoo/pull/35018
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
...pen-vcdiff-0.8.4-r1.ebuild => open-vcdiff-0.8.4-r2.ebuild} | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.4-r1.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.4-r2.ebuild
similarity index 71%
rename from dev-util/open-vcdiff/open-vcdiff-0.8.4-r1.ebuild
rename to dev-util/open-vcdiff/open-vcdiff-0.8.4-r2.ebuild
index 18324677305e..2458630842fc 100644
--- a/dev-util/open-vcdiff/open-vcdiff-0.8.4-r1.ebuild
+++ b/dev-util/open-vcdiff/open-vcdiff-0.8.4-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format"
HOMEPAGE="https://github.com/google/open-vcdiff"
@@ -10,12 +10,13 @@ SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
PATCHES=( "${FILESDIR}"/${P}-gcc6.patch )
-src_configure() {
- econf --disable-static
+src_prepare() {
+ sed -i -e "s|^docdir =.*|docdir = \"${EPREFIX}/usr/share/doc/${PF}\"|g" \
+ Makefile.in || die
+ default
}
src_install() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-03-10 9:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-10 9:16 [gentoo-commits] repo/gentoo:master commit in: dev-util/open-vcdiff/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2017-09-02 14:46 Michael Palimaka
2016-12-31 1:57 Mike Gilbert
2016-11-05 18:08 Mike Gilbert
2015-09-01 19:31 Tobias Klausmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox