summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-08-27 23:33:58 +0200
committerMartin Väth <martin@mvath.de>2016-08-27 23:33:58 +0200
commit26a6712fca9b34a5d03131c1fe660f1ab30746c8 (patch)
tree5b9ca368b658c41195264a559111edfa013bfb49 /app-portage/portage-postsyncd-mv
parentmedia-libs/avidemux-plugins: Fix abs patch on i686 (diff)
downloadmv-26a6712fca9b34a5d03131c1fe660f1ab30746c8.tar.gz
mv-26a6712fca9b34a5d03131c1fe660f1ab30746c8.tar.bz2
mv-26a6712fca9b34a5d03131c1fe660f1ab30746c8.zip
app-portage/portage-postsyncd-mv: Version bump
Diffstat (limited to 'app-portage/portage-postsyncd-mv')
-rw-r--r--app-portage/portage-postsyncd-mv/Manifest2
-rw-r--r--app-portage/portage-postsyncd-mv/portage-postsyncd-mv-2.00.ebuild (renamed from app-portage/portage-postsyncd-mv/portage-postsyncd-mv-1.02.ebuild)12
2 files changed, 13 insertions, 1 deletions
diff --git a/app-portage/portage-postsyncd-mv/Manifest b/app-portage/portage-postsyncd-mv/Manifest
index 526b52c8..ee4b6cb5 100644
--- a/app-portage/portage-postsyncd-mv/Manifest
+++ b/app-portage/portage-postsyncd-mv/Manifest
@@ -1 +1 @@
-DIST portage-postsyncd-mv-1.02.tar.gz 7741 SHA256 d6b709e16ce37de2b6a02351bbc225fa91ecc2ecc3d0be0d3fb187b566fbfd79
+DIST portage-postsyncd-mv-2.00.tar.gz 7888 SHA256 d0e3baab926d3b9083635557a237ca0e4c41860e6dc0db222e2de34ae39be802
diff --git a/app-portage/portage-postsyncd-mv/portage-postsyncd-mv-1.02.ebuild b/app-portage/portage-postsyncd-mv/portage-postsyncd-mv-2.00.ebuild
index da6a9107..455f5edc 100644
--- a/app-portage/portage-postsyncd-mv/portage-postsyncd-mv-1.02.ebuild
+++ b/app-portage/portage-postsyncd-mv/portage-postsyncd-mv-2.00.ebuild
@@ -30,3 +30,15 @@ src_install() {
insinto /lib/gentoo
doins lib/gentoo/*
}
+
+pkg_postinst() {
+ case " ${REPLACING_VERSIONS}" in
+ *' 0.'*|*' 1.'*)
+ ewarn "The previous versions of $PN had several bugs."
+ ewarn 'It is recommended to remove from $PORTDIR/metadata the directories'
+ ewarn ' dtd/ glsa/ news/ xml-schema/'
+ ewarn 'as well as the directory $PORTDIR/local/timestamps'
+ ewarn 'to make sure that these directories contain the correct content.'
+ ;;
+ esac
+}