public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Huettel (dilfridge)" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog perl-module.eclass
Date: Mon, 25 May 2015 18:18:00 +0000 (UTC)	[thread overview]
Message-ID: <20150525181800.17CE39FB@oystercatcher.gentoo.org> (raw)

dilfridge    15/05/25 18:18:00

  Modified:             ChangeLog perl-module.eclass
  Log:
  Remove long-deprecated and just dieing function stubs

Revision  Changes    Path
1.1623               eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1623&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1623&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1622&r2=1.1623

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1622
retrieving revision 1.1623
diff -u -r1.1622 -r1.1623
--- ChangeLog	25 May 2015 10:07:33 -0000	1.1622
+++ ChangeLog	25 May 2015 18:18:00 -0000	1.1623
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1622 2015/05/25 10:07:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1623 2015/05/25 18:18:00 dilfridge Exp $
+
+  25 May 2015; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass:
+  Remove long-deprecated and just dieing function stubs
 
   25 May 2015; Justin Lecher <jlec@gentoo.org> cuda.eclass:
   Loose quoting, #550060



1.165                eclass/perl-module.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?r1=1.164&r2=1.165

Index: perl-module.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- perl-module.eclass	15 Mar 2015 17:23:09 -0000	1.164
+++ perl-module.eclass	25 May 2015 18:18:00 -0000	1.165
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.164 2015/03/15 17:23:09 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.165 2015/05/25 18:18:00 dilfridge Exp $
 
 # @ECLASS: perl-module.eclass
 # @MAINTAINER:
@@ -177,20 +177,6 @@
 	fi
 }
 
-# @FUNCTION: perl-module_src_prep
-# @USAGE: perl-module_src_prep
-# @DESCRIPTION:
-# Configure the ebuild sources (bis).
-#
-# This function is still around for historical reasons 
-# and will be soon deprecated.
-#
-# Please use the function above instead, perl-module_src_configure().
-perl-module_src_prep() {
-	debug-print-function $FUNCNAME "$@"
-	die "perl-modules.eclass: perl-module_src_prep has been removed. Please use perl-module_src_configure instead."
-}
-
 # @FUNCTION: perl-module_src_compile
 # @USAGE: perl-module_src_compile
 # @DESCRIPTION:
@@ -302,26 +288,6 @@
 	perl_link_duallife_scripts
 }
 
-# @FUNCTION: perl-module_pkg_setup
-# @USAGE: perl-module_pkg_setup
-# @DESCRIPTION:
-# This function was to be called during the pkg_setup() phase.
-# Deprecated, to be removed. Where it is called, place a call to perl_set_version instead.
-perl-module_pkg_setup() {
-	debug-print-function $FUNCNAME "$@"
-	die "perl-modules.eclass: perl-module_pkg_setup has been removed. Please use perl_set_version instead."
-}
-
-# @FUNCTION: perl-module_pkg_preinst
-# @USAGE: perl-module_pkg_preinst
-# @DESCRIPTION:
-# This function was to be called during the pkg_preinst() phase.
-# Deprecated, to be removed. Where it is called, place a call to perl_set_version instead.
-perl-module_pkg_preinst() {
-	debug-print-function $FUNCNAME "$@"
-	die "perl-modules.eclass: perl-module_pkg_preinst has been removed. Please use perl_set_version instead."
-}
-
 # @FUNCTION: perl-module_pkg_postinst
 # @USAGE: perl-module_pkg_postinst
 # @DESCRIPTION:
@@ -339,16 +305,6 @@
 	perl_link_duallife_scripts
 }
 
-# @FUNCTION: perl-module_pkg_prerm
-# @USAGE: perl-module_pkg_prerm
-# @DESCRIPTION:
-# This function was to be called during the pkg_prerm() phase.
-# It does not do anything. Deprecated, to be removed.
-perl-module_pkg_prerm() {
-	debug-print-function $FUNCNAME "$@"
-	die "perl-module.eclass: perl-module_pkg_prerm has been removed. Please remove the call."
-}
-
 # @FUNCTION: perl-module_pkg_postrm
 # @USAGE: perl-module_pkg_postrm
 # @DESCRIPTION:
@@ -392,17 +348,6 @@
 	VENDOR_ARCH=${installvendorarch}
 }
 
-# @FUNCTION: perlinfo
-# @USAGE: perlinfo
-# @DESCRIPTION:
-# This function is deprecated.
-# 
-# Please use the function above instead, perl_set_version().
-perlinfo() {
-	debug-print-function $FUNCNAME "$@"
-	die "perl-modules.eclass: perlinfo has been removed. Please use perl_set_version instead."
-}
-
 # @FUNCTION: perl_delete_localpod
 # @USAGE: perl_delete_localpod
 # @DESCRIPTION:
@@ -416,17 +361,6 @@
 	find "${D}" -depth -mindepth 1 -type d -empty -delete
 }
 
-# @FUNCTION: fixlocalpod
-# @USAGE: fixlocalpod
-# @DESCRIPTION:
-# This function is deprecated. 
-#
-# Please use the function above instead, perl_delete_localpod().
-fixlocalpod() {
-	debug-print-function $FUNCNAME "$@"
-	die "perl-modules.eclass: fixlocalpod has been removed. Please use perl_delete_localpod instead."
-}
-
 # @FUNCTION: perl_fix_osx_extra
 # @USAGE: perl_fix_osx_extra
 # @DESCRIPTION:





             reply	other threads:[~2015-05-25 18:18 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-25 18:18 Andreas Huettel (dilfridge) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-13 19:01 [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog perl-module.eclass Andreas Huettel (dilfridge)
2015-03-15 17:23 Andreas HAttel (dilfridge)
2015-03-14 14:32 Andreas HAttel (dilfridge)
2015-02-01 12:01 Andreas HAttel (dilfridge)
2014-12-17 16:40 Andreas HAttel (dilfridge)
2014-12-13 21:06 Andreas HAttel (dilfridge)
2014-12-13 20:51 Andreas HAttel (dilfridge)
2014-12-01 20:41 Andreas HAttel (dilfridge)
2014-11-22 18:24 Andreas HAttel (dilfridge)
2014-11-21  1:21 Andreas HAttel (dilfridge)
2014-11-19 19:52 Andreas HAttel (dilfridge)
2014-11-19 19:39 Andreas HAttel (dilfridge)
2014-11-18 23:31 Andreas HAttel (dilfridge)
2014-11-17 23:34 Andreas HAttel (dilfridge)
2014-11-16 20:22 Andreas HAttel (dilfridge)
2014-11-12 23:26 Patrice Clement (monsieurp)
2014-11-11  0:49 Patrice Clement (monsieurp)
2014-11-09 21:34 Andreas HAttel (dilfridge)
2014-11-09 18:10 Andreas HAttel (dilfridge)
2014-11-05  0:24 Andreas HAttel (dilfridge)
2014-11-01 17:34 Andreas HAttel (dilfridge)
2014-10-20 12:47 Andreas HAttel (dilfridge)
2014-10-19 20:59 Andreas HAttel (dilfridge)
2014-09-27 20:54 Andreas HAttel (dilfridge)
2014-09-19 18:17 Andreas HAttel (dilfridge)
2013-12-29 21:37 Andreas HAttel (dilfridge)
2013-07-31  5:15 Matt Turner (mattst88)

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=20150525181800.17CE39FB@oystercatcher.gentoo.org \
    --to=dilfridge@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