public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Haubenwallner" <haubi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/cygwin/
Date: Tue,  7 May 2019 08:06:40 +0000 (UTC)	[thread overview]
Message-ID: <1557216352.86decaadd9b5ac47c3915145bf588c34a4c69642.haubi@gentoo> (raw)

commit:     86decaadd9b5ac47c3915145bf588c34a4c69642
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 07:03:53 2019 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Tue May  7 08:05:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86decaad

prefix/cygwin/profile.bashrc: add pre/post pkg_* hook stubs

Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>

 profiles/prefix/windows/cygwin/profile.bashrc | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/profiles/prefix/windows/cygwin/profile.bashrc b/profiles/prefix/windows/cygwin/profile.bashrc
index f016c87b0d4..dd7e59f331a 100644
--- a/profiles/prefix/windows/cygwin/profile.bashrc
+++ b/profiles/prefix/windows/cygwin/profile.bashrc
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 if [[ ${CATEGORY}/${PN} == app-arch/xz-utils
@@ -11,3 +11,27 @@ if [[ ${CATEGORY}/${PN} == app-arch/xz-utils
 	# As xz-utils has no need for -isystem here, we can use -I instead.
 	CPPFLAGS=${CPPFLAGS//-isystem /-I}
 fi
+
+post_pkg_preinst() {
+	cygwin-post_pkg_preinst
+}
+
+pre_pkg_postinst() {
+	cygwin-pre_pkg_postinst
+}
+
+post_pkg_prerm() {
+	cygwin-post_pkg_prerm
+}
+
+cygwin-post_pkg_preinst() {
+	:
+}
+
+cygwin-pre_pkg_postinst() {
+	:
+}
+
+cygwin-post_pkg_prerm() {
+	:
+}


             reply	other threads:[~2019-05-07  8:06 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-07  8:06 Michael Haubenwallner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-08-04 19:02 [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/cygwin/ Fabian Groffen
2020-06-03 13:50 Michael Haubenwallner
2019-08-12  7:37 Michael Haubenwallner
2019-06-07 10:21 Michael Haubenwallner
2019-06-07 10:21 Michael Haubenwallner
2019-05-07  8:06 Michael Haubenwallner
2019-05-07  8:06 Michael Haubenwallner
2019-03-26 10:34 Michael Haubenwallner
2019-03-26  9:09 Michael Haubenwallner
2019-02-27 12:57 Michael Haubenwallner
2019-02-27 12:57 Michael Haubenwallner
2019-02-14 11:42 Michael Haubenwallner
2019-02-13 17:44 Michael Haubenwallner
2019-02-13 17:16 Michael Haubenwallner
2019-01-30 14:42 Michael Haubenwallner
2018-07-02 17:02 Michael Haubenwallner
2018-06-08 18:29 Michael Haubenwallner
2018-05-14 16:15 Michael Haubenwallner
2017-12-30 11:49 Michał Górny
2017-12-21 14:16 Michael Haubenwallner
2017-11-29  9:41 Michael Haubenwallner
2017-11-29  8:03 Michael Haubenwallner
2017-11-29  8:00 Michael Haubenwallner
2017-08-25  9:57 Michael Haubenwallner
2017-03-23  7:59 Michael Haubenwallner
2017-03-16 11:24 Michael Haubenwallner
2016-11-22 11:25 Michael Haubenwallner
2016-11-16 13:35 Michael Haubenwallner
2016-05-23 12:39 Michael Haubenwallner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1557216352.86decaadd9b5ac47c3915145bf588c34a4c69642.haubi@gentoo \
    --to=haubi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox