public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-filter/libspf2: ChangeLog libspf2-1.2.5.ebuild libspf2-1.2.5-r2.ebuild libspf2-1.2.5-r1.ebuild libspf2-1.0.4.ebuild
@ 2008-03-30  1:41 Mark Loeser (halcy0n)
  0 siblings, 0 replies; only message in thread
From: Mark Loeser (halcy0n) @ 2008-03-30  1:41 UTC (permalink / raw
  To: gentoo-commits

halcy0n     08/03/30 01:41:20

  Modified:             ChangeLog libspf2-1.2.5.ebuild
                        libspf2-1.2.5-r2.ebuild libspf2-1.2.5-r1.ebuild
                        libspf2-1.0.4.ebuild
  Log:
  Added a block on dev-perl/Mail-SPF-Query; bug #154297
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.26                 mail-filter/libspf2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/libspf2/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	23 Nov 2007 17:34:15 -0000	1.25
+++ ChangeLog	30 Mar 2008 01:41:19 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for mail-filter/libspf2
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/ChangeLog,v 1.25 2007/11/23 17:34:15 drac Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/ChangeLog,v 1.26 2008/03/30 01:41:19 halcy0n Exp $
+
+  30 Mar 2008; Mark Loeser <halcy0n@gentoo.org> libspf2-1.0.4.ebuild,
+  libspf2-1.2.5.ebuild, libspf2-1.2.5-r1.ebuild, libspf2-1.2.5-r2.ebuild:
+  Added a block on dev-perl/Mail-SPF-Query; bug #154297
 
   23 Nov 2007; Samuli Suominen <drac@gentoo.org> libspf2-1.2.5-r2.ebuild:
   amd64 stable wrt #196200



1.3                  mail-filter/libspf2/libspf2-1.2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild?r1=1.2&r2=1.3

Index: libspf2-1.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libspf2-1.2.5.ebuild	15 Jul 2005 09:07:47 -0000	1.2
+++ libspf2-1.2.5.ebuild	30 Mar 2008 01:41:19 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild,v 1.2 2005/07/15 09:07:47 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild,v 1.3 2008/03/30 01:41:19 halcy0n Exp $
 
 DESCRIPTION="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair."
 HOMEPAGE="http://www.libspf2.org/"
@@ -12,7 +12,7 @@
 IUSE=""
 
 DEPEND="virtual/libc"
-RDEPEND=""
+RDEPEND="!dev-perl/Mail-SPF-Query"
 
 src_compile() {
 	econf || die "econf failed"
@@ -20,7 +20,7 @@
 }
 
 src_install() {
-	make install DESTDIR=${D} || die "make install failed"
+	make install DESTDIR="${D}" || die "make install failed"
 
 	dodoc Changelog INSTALL README TODO docs/*.txt docs/API
 }



1.8                  mail-filter/libspf2/libspf2-1.2.5-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild?r1=1.7&r2=1.8

Index: libspf2-1.2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libspf2-1.2.5-r2.ebuild	23 Nov 2007 17:34:15 -0000	1.7
+++ libspf2-1.2.5-r2.ebuild	30 Mar 2008 01:41:19 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild,v 1.7 2007/11/23 17:34:15 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r2.ebuild,v 1.8 2008/03/30 01:41:19 halcy0n Exp $
 
 inherit eutils
 
@@ -14,7 +14,7 @@
 IUSE=""
 
 DEPEND="virtual/libc"
-RDEPEND=""
+RDEPEND="!dev-perl/Mail-SPF-Query"
 
 RESTRICT="test"
 



1.14                 mail-filter/libspf2/libspf2-1.2.5-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild?r1=1.13&r2=1.14

Index: libspf2-1.2.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libspf2-1.2.5-r1.ebuild	26 Jan 2006 23:15:38 -0000	1.13
+++ libspf2-1.2.5-r1.ebuild	30 Mar 2008 01:41:19 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild,v 1.13 2006/01/26 23:15:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild,v 1.14 2008/03/30 01:41:19 halcy0n Exp $
 
 inherit eutils
 
@@ -14,12 +14,12 @@
 IUSE=""
 
 DEPEND="virtual/libc"
-RDEPEND=""
+RDEPEND="!dev-perl/Mail-SPF-Query"
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/patch-libspf2-1.2.5-nointernal || die
+	cd "${S}"
+	epatch "${FILESDIR}"/patch-libspf2-1.2.5-nointernal || die
 }
 
 src_compile() {
@@ -28,7 +28,7 @@
 }
 
 src_install() {
-	make install DESTDIR=${D} || die "make install failed"
+	make install DESTDIR="${D}" || die "make install failed"
 
 	dodoc Changelog INSTALL README TODO docs/*.txt docs/API
 }



1.3                  mail-filter/libspf2/libspf2-1.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild?r1=1.2&r2=1.3

Index: libspf2-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libspf2-1.0.4.ebuild	30 Jul 2005 10:00:50 -0000	1.2
+++ libspf2-1.0.4.ebuild	30 Mar 2008 01:41:19 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild,v 1.2 2005/07/30 10:00:50 peitolm Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild,v 1.3 2008/03/30 01:41:19 halcy0n Exp $
 
 DESCRIPTION="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair."
 HOMEPAGE="http://www.libspf2.org/"
@@ -12,7 +12,7 @@
 IUSE=""
 
 DEPEND="virtual/libc"
-RDEPEND=""
+RDEPEND="!dev-perl/Mail-SPF-Query"
 
 src_compile() {
 	econf || die "econf failed"
@@ -20,7 +20,7 @@
 }
 
 src_install() {
-	make install DESTDIR=${D} || die "make install failed"
+	make install DESTDIR="${D}" || die "make install failed"
 
 	dodoc Changelog INSTALL README TODO docs/*.txt docs/API
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-30  1:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-30  1:41 [gentoo-commits] gentoo-x86 commit in mail-filter/libspf2: ChangeLog libspf2-1.2.5.ebuild libspf2-1.2.5-r2.ebuild libspf2-1.2.5-r1.ebuild libspf2-1.0.4.ebuild Mark Loeser (halcy0n)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox