app-portage/gentoolkit-dev: Add gentoolkit blocker, deprecation warning
authorBrian Dolbec <dolsen@gentoo.org>
Wed, 22 Mar 2017 21:18:21 +0000 (14:18 -0700)
committerBrian Dolbec <dolsen@gentoo.org>
Wed, 22 Mar 2017 21:33:27 +0000 (14:33 -0700)
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30

app-portage/gentoolkit-dev/gentoolkit-dev-0.2.8.3-r1.ebuild
app-portage/gentoolkit-dev/gentoolkit-dev-0.3.0.ebuild
app-portage/gentoolkit-dev/gentoolkit-dev-0.3.1.ebuild

index f545afca46f12de8880c52be0a26a14e4e479b1f..b113ef5deeb4cff8c8312460c3059b477eadcaed 100644 (file)
@@ -25,6 +25,7 @@ CDEPEND="
        dev-lang/perl
        sys-apps/diffutils"
 DEPEND="${PYTHON_DEPS}
+       !>=app-portage/gentoolkit-0.4.0
        test? ( ${CDEPEND} )"
 RDEPEND="${PYTHON_DEPS}
        ${CDEPEND}"
@@ -48,3 +49,9 @@ src_install() {
        emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
        python_replicate_script "${ED}"/usr/bin/imlate
 }
+
+pkg_postinst() {
+       ewarn "This package is deprecated.  ebump, ekeyword and imlate have "
+       ewarn "been moved to >=app-portage/gentoolkit-0.4.0"
+       ewarn "The remaining gentoolkit-dev commands are considered deprecated"
+}
index 803e2dac2f5fe79dfa478c6904ff3f1aec803d12..d18c86faeecb6d9ec38c6b779bba1bb3b89cbda1 100644 (file)
@@ -32,6 +32,7 @@ CDEPEND="
        dev-lang/perl
        sys-apps/diffutils"
 DEPEND="${PYTHON_DEPS}
+       !>=app-portage/gentoolkit-0.4.0
        test? ( ${CDEPEND} )"
 RDEPEND="${PYTHON_DEPS}
        ${CDEPEND}"
@@ -77,3 +78,9 @@ src_install() {
        emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
        python_replicate_script "${ED}"/usr/bin/{ekeyword,imlate}
 }
+
+pkg_postinst() {
+       ewarn "This package is deprecated.  ebump, ekeyword and imlate have "
+       ewarn "been moved to >=app-portage/gentoolkit-0.4.0"
+       ewarn "The remaining gentoolkit-dev commands are considered deprecated"
+}
index 14a1ad1ab41fcb900c269b3c4f032d3c6151f764..3ddd92e2178bb0d7331a3b58d0d33a2973596a17 100644 (file)
@@ -33,6 +33,7 @@ CDEPEND="
        dev-lang/perl
        sys-apps/diffutils"
 DEPEND="${PYTHON_DEPS}
+       !>=app-portage/gentoolkit-0.4.0
        test? ( ${CDEPEND} )"
 RDEPEND="${PYTHON_DEPS}
        ${CDEPEND}"
@@ -78,3 +79,9 @@ src_install() {
        emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
        python_replicate_script "${ED}"/usr/bin/{ekeyword,imlate}
 }
+
+pkg_postinst() {
+       ewarn "This package is deprecated.  ebump, ekeyword and imlate have "
+       ewarn "been moved to >=app-portage/gentoolkit-0.4.0"
+       ewarn "The remaining gentoolkit-dev commands are considered deprecated"
+}