summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2016-12-28 22:40:46 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2016-12-28 23:11:37 -0500
commitcfb61c99f54b7b197c8137d5fba0959c0b0fbfcc (patch)
tree45be0c99816abf664321c593b8d54cb9be86ff1d /app-text/logmerge
parentapp-misc/lfm: fix the license (diff)
downloadgentoo-cfb61c99f54b7b197c8137d5fba0959c0b0fbfcc.tar.gz
gentoo-cfb61c99f54b7b197c8137d5fba0959c0b0fbfcc.tar.bz2
gentoo-cfb61c99f54b7b197c8137d5fba0959c0b0fbfcc.zip
app-text/logmerge: bump to 0.5.2b
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/logmerge')
-rw-r--r--app-text/logmerge/Manifest1
-rw-r--r--app-text/logmerge/logmerge-0.5.2b.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/app-text/logmerge/Manifest b/app-text/logmerge/Manifest
index 1b1492b88b67..74841391ce67 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 000000000000..ad066c606fda
--- /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}
+}