summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2015-06-16 22:07:05 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:23 +0200
commit61612ccbfe98800ce91c3dcaa94d3c68adf39209 (patch)
tree44511b71fb28e8b20b36e6acccd5e65bf3542ee2 /sys-apps/openrc-wrapper
parentFix File-lchown dependencies. Remove ExtUtils-CChecker (diff)
downloadmv-61612ccbfe98800ce91c3dcaa94d3c68adf39209.tar.gz
mv-61612ccbfe98800ce91c3dcaa94d3c68adf39209.tar.bz2
mv-61612ccbfe98800ce91c3dcaa94d3c68adf39209.zip
Version bumps which remove redundant shell quoting
Diffstat (limited to 'sys-apps/openrc-wrapper')
-rw-r--r--sys-apps/openrc-wrapper/ChangeLog13
-rw-r--r--sys-apps/openrc-wrapper/Manifest2
-rw-r--r--sys-apps/openrc-wrapper/openrc-wrapper-1.7.ebuild (renamed from sys-apps/openrc-wrapper/openrc-wrapper-1.6.ebuild)2
3 files changed, 11 insertions, 6 deletions
diff --git a/sys-apps/openrc-wrapper/ChangeLog b/sys-apps/openrc-wrapper/ChangeLog
index 2da4fd17..844c8d50 100644
--- a/sys-apps/openrc-wrapper/ChangeLog
+++ b/sys-apps/openrc-wrapper/ChangeLog
@@ -2,13 +2,18 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*openrc-wrapper-1.7 (16 Jun 2015)
+
+ 16 Jun 2015 Martin Väth <martin@mvath.de>:
+ Version bump, remove old ebuild
+
*openrc-wrapper-1.6 (01 Jun 2014)
06 Jul 2014; Martin Väth <martin@mvath.de>:
New style github tarball
01 Jun 2014; Martin Väth <martin@mvath.de>:
- Version bump, remove old ebuild.
+ Version bump, remove old ebuild
*openrc-wrapper-1.5 (12 Mar 2014)
@@ -21,7 +26,7 @@
*openrc-wrapper-1.4 (21 Nov 2013)
21 Nov 2013; Martin Väth <martin@mvath.de>:
- Version bump, remove old ebuild.
+ Version bump, remove old ebuild
*openrc-wrapper-1.3 (02 Nov 2013)
@@ -31,7 +36,7 @@
*openrc-wrapper-1.2 (14 Sep 2013)
14 Sep 2013; Martin Väth <martin@mvath.de>:
- Version bump, remove old ebuild.
+ Version bump, remove old ebuild
*openrc-wrapper-1.1-r1 (24 Aug 2013)
@@ -45,4 +50,4 @@
22 Aug 2013; Martin Väth <martin@mvath.de>:
Split script from squash_dir project as it is of independent interest,
- and the former has squashmount as a successor.
+ and the former has squashmount as a successor
diff --git a/sys-apps/openrc-wrapper/Manifest b/sys-apps/openrc-wrapper/Manifest
index 347912f7..2787170d 100644
--- a/sys-apps/openrc-wrapper/Manifest
+++ b/sys-apps/openrc-wrapper/Manifest
@@ -1 +1 @@
-DIST openrc-wrapper-1.6.tar.gz 2440 SHA256 160563751f0ae1741f627fde0887c9040c887510bf687ebab34afc08f104e1f6 SHA512 cc7bb4fdbdf7dff9fb05bdfd207c564de306e0d01ed7912cdfca36aa132f22e107947b03a71313d82a0f01bca2fe6b3d15a7abae7b7ad1f87e63a424396be432 WHIRLPOOL a3cf01579a41151986003a0ba377020a2d59775a5a18ed14e554b3671a6acbe7ee5f5d62a6ccce1e16d0e90c446e644a3bfe952e86a8fee4e016ee3ef8ab1123
+DIST openrc-wrapper-1.7.tar.gz 2432 SHA256 4bef51a81461772b277ca9df8dd3295043c0a61a976cef39e401cf26ce3b8c15 SHA512 f825e2a44b613c372948c12c83183a95723bb99ceb86e24739eb10f3b24dc3768d542f4410db6cf1f2ad44559c20eba2cb2a70ecd038f5b3e9d8877008b0e488 WHIRLPOOL 37a0685562a2a0f546927c2ec61807e8ef94d01825ae5c6e8a25c7c361e5854765e3b791b00925f1ff11c54d683f1ac649b8b6aced8d2a32fea630e1e6a3d583
diff --git a/sys-apps/openrc-wrapper/openrc-wrapper-1.6.ebuild b/sys-apps/openrc-wrapper/openrc-wrapper-1.7.ebuild
index f85bac2f..a4493a74 100644
--- a/sys-apps/openrc-wrapper/openrc-wrapper-1.6.ebuild
+++ b/sys-apps/openrc-wrapper/openrc-wrapper-1.7.ebuild
@@ -8,7 +8,7 @@ inherit eutils systemd
DESCRIPTION="Use openrc init scripts with systemd or other init systems"
HOMEPAGE="https://github.com/vaeth/openrc-wrapper"
-SRC_URI="https://github.com/vaeth/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"