public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Torsten Veller (tove)" <tove@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-SPF: ChangeLog Mail-SPF-2.007-r1.ebuild
Date: Sun, 15 Aug 2010 15:29:21 +0000 (UTC)	[thread overview]
Message-ID: <20100815152921.6ED892CE15@corvid.gentoo.org> (raw)

tove        10/08/15 15:29:21

  Modified:             ChangeLog
  Added:                Mail-SPF-2.007-r1.ebuild
  Log:
  Rename the spfquery script to avoid collisions with mail-filter/libspf2 (#281189)
  
  (Portage version: 2.2_rc67_p525/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-perl/Mail-SPF/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	6 Jul 2010 20:56:05 -0000	1.9
+++ ChangeLog	15 Aug 2010 15:29:21 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Mail-SPF
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF/ChangeLog,v 1.9 2010/07/06 20:56:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF/ChangeLog,v 1.10 2010/08/15 15:29:21 tove Exp $
+
+*Mail-SPF-2.007-r1 (15 Aug 2010)
+
+  15 Aug 2010; Torsten Veller <tove@gentoo.org> +Mail-SPF-2.007-r1.ebuild:
+  Rename the spfquery script to avoid collisions with mail-filter/libspf2
+  (#281189)
 
   06 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> Mail-SPF-2.007.ebuild:
   Keyword ~ppc64 wrt #313321



1.1                  dev-perl/Mail-SPF/Mail-SPF-2.007-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF/Mail-SPF-2.007-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF/Mail-SPF-2.007-r1.ebuild?rev=1.1&content-type=text/plain

Index: Mail-SPF-2.007-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF/Mail-SPF-2.007-r1.ebuild,v 1.1 2010/08/15 15:29:21 tove Exp $

EAPI=2

MODULE_AUTHOR="JMEHNLE"
MODULE_SECTION="mail-spf"
MY_P="${PN}-v${PV}"
S="${WORKDIR}/${MY_P}"

inherit perl-module

DESCRIPTION="Sender Permitted From - Object Oriented"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="dev-perl/Error
	dev-perl/URI
	>=dev-perl/Net-DNS-0.65
	>=dev-perl/NetAddr-IP-4.026
	>=dev-perl/Net-DNS-Resolver-Programmable-0.003
	virtual/perl-version
	!!dev-perl/Mail-SPF-Query"
DEPEND="${RDEPEND}
	>=virtual/perl-Module-Build-0.33"

SRC_TEST="do"

src_prepare() {
	perl-module_src_prepare
	sed -i -e "s:spfquery:spfquery.pl:" Build.PL || die "sed failed"
	mv "${S}"/bin/spfquery "${S}"/bin/spfquery.pl || die "renaming spfquery failed"
}

pkg_postinst() {
	elog "The spfquery script was renamed to spfquery.pl because of file collisions."
}






             reply	other threads:[~2010-08-15 15:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-15 15:29 Torsten Veller (tove) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-08-23 15:12 [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-SPF: ChangeLog Mail-SPF-2.007-r1.ebuild Markos Chandras (hwoarang)
2010-08-23 19:33 Markus Meier (maekke)
2010-09-05 18:25 Raul Porcel (armin76)
2010-10-14 19:38 Brent Baude (ranger)
2010-10-21 19:50 Jeroen Roovers (jer)
2010-10-22 19:20 Samuli Suominen (ssuominen)
2010-10-23 19:08 Brent Baude (ranger)
2011-03-30  9:55 Michael Weber (xmw)

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=20100815152921.6ED892CE15@corvid.gentoo.org \
    --to=tove@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