public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/logmerge/
@ 2015-09-01 18:54 Tobias Klausmann
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Klausmann @ 2015-09-01 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     eaf3ecad68556861243a878ea5adec2edc737e08
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 18:54:01 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 18:54:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf3ecad

app-text/logmerge: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 app-text/logmerge/logmerge-0.4_beta.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/logmerge/logmerge-0.4_beta.ebuild b/app-text/logmerge/logmerge-0.4_beta.ebuild
index 4befdc4..024b2d0 100644
--- a/app-text/logmerge/logmerge-0.4_beta.ebuild
+++ b/app-text/logmerge/logmerge-0.4_beta.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 
 MY_PV="${PV/_/-}"
 DESCRIPTION="Merge multiple logs such that multilined entries appear in chronological order without breaks"
-HOMEPAGE="https://code.google.com/p/logmerge/"
+HOMEPAGE="https://github.com/ildar-shaimordanov/logmerge"
 SRC_URI="https://${PN}.googlecode.com/files/${PN}-${MY_PV}.zip"
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/logmerge/
@ 2016-12-29  4:12 Göktürk Yüksek
  0 siblings, 0 replies; 4+ messages in thread
From: Göktürk Yüksek @ 2016-12-29  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ddcfcf41a599f0e621a3020a9acb13c3f845f4a5
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 03:41:48 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 04:11:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddcfcf41

app-text/logmerge: remove old

Gentoo-Bug: 544092

Package-Manager: portage-2.3.0

 app-text/logmerge/Manifest                 |  1 -
 app-text/logmerge/logmerge-0.4_beta.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/app-text/logmerge/Manifest b/app-text/logmerge/Manifest
index 7484139..52fbb6c 100644
--- a/app-text/logmerge/Manifest
+++ b/app-text/logmerge/Manifest
@@ -1,2 +1 @@
-DIST logmerge-0.4-beta.zip 2270 SHA256 9e17f0a52608b83e882d65ca759520a623fad94dd09b780a32ce440ead4e4be5 SHA512 314b2ffc1f07fe32f17ac2f20861abbf8e43b635fded83ba096ee8b99858e219026b86926c5d3ed693fe1f6e1edd96fd69a2a71dedb7cb63da0aae816a945720 WHIRLPOOL eacd5c4f7d3bbb319271a04269c82d541fdfd8018ca909d2560bc83894131f631838ccc30e7e833f871c795d5184db0710dc23006d5ea0610964834866760525
 DIST logmerge-0.5.2b.tar.gz 3407 SHA256 f24fe4f6f1c2cb543012e1be360a02eeb9119a1cb2ccc0afe7b5d8edc7ebfdf8 SHA512 9185d52c62d2ea68fee0e1c6fa798cda60b4a2b621436f5060d7c9b3e5b15363fdb1c9fb40351f66dc48173498f3b18035c46fcf58fa3063bad0008b9bb5946f WHIRLPOOL ea469ca6dbf5e51e1ddc98988510f094bac9c69a79e12799399bd7d07b586d2a7269fb6d91fa5e97c9007ecc5d4bca69a7c36af975bd4f787f57fac5991c2866

diff --git a/app-text/logmerge/logmerge-0.4_beta.ebuild b/app-text/logmerge/logmerge-0.4_beta.ebuild
deleted file mode 100644
index 024b2d0..00000000
--- a/app-text/logmerge/logmerge-0.4_beta.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-MY_PV="${PV/_/-}"
-DESCRIPTION="Merge multiple logs such that multilined entries appear in chronological order without breaks"
-HOMEPAGE="https://github.com/ildar-shaimordanov/logmerge"
-SRC_URI="https://${PN}.googlecode.com/files/${PN}-${MY_PV}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}"
-
-DEPEND="app-arch/unzip"
-RDEPEND="dev-lang/perl"
-
-src_install() {
-	dobin ${PN}
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/logmerge/
@ 2016-12-29  4:12 Göktürk Yüksek
  0 siblings, 0 replies; 4+ messages in thread
From: Göktürk Yüksek @ 2016-12-29  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     cfb61c99f54b7b197c8137d5fba0959c0b0fbfcc
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 03:40:46 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 04:11:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb61c99

app-text/logmerge: bump to 0.5.2b

Package-Manager: portage-2.3.0

 app-text/logmerge/Manifest               |  1 +
 app-text/logmerge/logmerge-0.5.2b.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/app-text/logmerge/Manifest b/app-text/logmerge/Manifest
index 1b1492b..7484139 100644
--- a/app-text/logmerge/Manifest
+++ b/app-text/logmerge/Manifest
@@ -1 +1,2 @@
 DIST logmerge-0.4-beta.zip 2270 SHA256 9e17f0a52608b83e882d65ca759520a623fad94dd09b780a32ce440ead4e4be5 SHA512 314b2ffc1f07fe32f17ac2f20861abbf8e43b635fded83ba096ee8b99858e219026b86926c5d3ed693fe1f6e1edd96fd69a2a71dedb7cb63da0aae816a945720 WHIRLPOOL eacd5c4f7d3bbb319271a04269c82d541fdfd8018ca909d2560bc83894131f631838ccc30e7e833f871c795d5184db0710dc23006d5ea0610964834866760525
+DIST logmerge-0.5.2b.tar.gz 3407 SHA256 f24fe4f6f1c2cb543012e1be360a02eeb9119a1cb2ccc0afe7b5d8edc7ebfdf8 SHA512 9185d52c62d2ea68fee0e1c6fa798cda60b4a2b621436f5060d7c9b3e5b15363fdb1c9fb40351f66dc48173498f3b18035c46fcf58fa3063bad0008b9bb5946f WHIRLPOOL ea469ca6dbf5e51e1ddc98988510f094bac9c69a79e12799399bd7d07b586d2a7269fb6d91fa5e97c9007ecc5d4bca69a7c36af975bd4f787f57fac5991c2866

diff --git a/app-text/logmerge/logmerge-0.5.2b.ebuild b/app-text/logmerge/logmerge-0.5.2b.ebuild
new file mode 100644
index 00000000..ad066c6
--- /dev/null
+++ b/app-text/logmerge/logmerge-0.5.2b.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="Small and powerful script to merge two or more logfiles"
+HOMEPAGE="https://github.com/ildar-shaimordanov/logmerge"
+SRC_URI="https://github.com/ildar-shaimordanov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-lang/perl"
+
+src_install() {
+	default
+	dobin ${PN}
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/logmerge/
@ 2022-11-20 23:56 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2022-11-20 23:56 UTC (permalink / raw
  To: gentoo-commits

commit:     cdd3f80fcd556f68f272e476df741f6a8b738865
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 23:55:56 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 23:55:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd3f80f

app-text/logmerge: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../logmerge/{logmerge-0.5.2b.ebuild => logmerge-0.5.2b-r1.ebuild}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/logmerge/logmerge-0.5.2b.ebuild b/app-text/logmerge/logmerge-0.5.2b-r1.ebuild
similarity index 86%
rename from app-text/logmerge/logmerge-0.5.2b.ebuild
rename to app-text/logmerge/logmerge-0.5.2b-r1.ebuild
index a7f24d5fd1f8..9fc47fd81530 100644
--- a/app-text/logmerge/logmerge-0.5.2b.ebuild
+++ b/app-text/logmerge/logmerge-0.5.2b-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=8
 
 DESCRIPTION="Small and powerful script to merge two or more logfiles"
 HOMEPAGE="https://github.com/ildar-shaimordanov/logmerge"
@@ -15,5 +15,5 @@ RDEPEND="dev-lang/perl"
 
 src_install() {
 	default
-	dobin ${PN}
+	dobin logmerge
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-20 23:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-29  4:12 [gentoo-commits] repo/gentoo:master commit in: app-text/logmerge/ Göktürk Yüksek
  -- strict thread matches above, loose matches on Subject: below --
2022-11-20 23:56 David Seifert
2016-12-29  4:12 Göktürk Yüksek
2015-09-01 18:54 Tobias Klausmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox