summaryrefslogtreecommitdiff
path: root/www-misc/bookmarksync
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /www-misc/bookmarksync
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'www-misc/bookmarksync')
-rw-r--r--www-misc/bookmarksync/Manifest2
-rw-r--r--www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/www-misc/bookmarksync/Manifest b/www-misc/bookmarksync/Manifest
index 9259536d7ec9..a53af7ef3d1c 100644
--- a/www-misc/bookmarksync/Manifest
+++ b/www-misc/bookmarksync/Manifest
@@ -1,3 +1,3 @@
DIST bookmarksync-0.3.4.tar.gz 14324 BLAKE2B f180ab1705b550ba1449c1dd4cacdee2071d7e5889d2455358637d9a117ce98289cb62b0fe1732bc7be31ae89c8d0766a8d4640dd7a103399c8e9cf57f1ee24f SHA512 97464e32e9c21010eccf34b9bc94ce67d20f9b7a1f00b4e10e7096c0bde527a8b2a83a05c8623aa009fa0ab1895b025241aba2dfaf6881755bf05682b9e710d0
-EBUILD bookmarksync-0.3.4-r3.ebuild 852 BLAKE2B 94ddb17ad625e72d614ab1b95795ddb199904f10af2f84525fdcc1d5ed04c8c74d0ddf37b369ae7223d9e8362f41b2af7f265ae22cbe0ed309ca4ad190dc20de SHA512 40530a1cbda4595a4439d855cba07d36745d3915ab8f68a1b6aaafde15848a4ec392165cce54b78b66b6f82a1632d24bff4c9662e09e40ceb7a06d636cfdf76e
+EBUILD bookmarksync-0.3.4-r3.ebuild 847 BLAKE2B 194b1dd24291d582c67e638962033d3007fd7ee72da930f9ff8de93498a797032745fca009ab47d804abd88d5a60497d365a747cbeed00158b63782b4dba4491 SHA512 9a135e2ea67a5c6a463df0a2f85d13fc780e1b075d10fb1ba0cd60239af39f03fafe4147091e62b1566653d7ccf3f58b40595f4e58c73f2366615b1639fe70ad
MISC metadata.xml 500 BLAKE2B f3df03037bf92321367032fd20746c458d13355caf66cbe2d675ac7a0f5c359d4fb6cad0751cf8673a817d4d20aabfd14d68e84a2d04a10f2003543f2d8f1c89 SHA512 fa87dc923d87b2126f2f4a75d2089dc5fa82e3f9cb362e46b0cec174aa1cc705abecd2242b208ac6b89af743ae106cc7913029887ab8e0112c20158fd92bd7fe
diff --git a/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild b/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild
index 288100d55459..ba4744c4d878 100644
--- a/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild
+++ b/www-misc/bookmarksync/bookmarksync-0.3.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -29,7 +29,7 @@ src_prepare() {
tc-export CXX
}
-src_install () {
+src_install() {
dobin bookmarksync
if use perl ; then
dobin tools/bookmarksync.pl
@@ -38,6 +38,6 @@ src_install () {
dodoc README TODO DEVELOPERS
}
-pkg_postinst () {
+pkg_postinst() {
use perl && ewarn "You will need to modify bookmarksync.pl before use"
}