public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-filter/mapson: ChangeLog mapson-3.0.ebuild
@ 2009-01-22 22:29 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Loeser (halcy0n) @ 2009-01-22 22:29 UTC (permalink / raw
  To: gentoo-commits

halcy0n     09/01/22 22:29:45

  Modified:             ChangeLog mapson-3.0.ebuild
  Log:
  Patch to fix compilation with gcc-4.3 by Yaroslav Gorbunov <yagorbunov AT mail DOT ru>; bug #251151
  (Portage version: 2.2_rc22/cvs/Linux 2.6.28 i686)

Revision  Changes    Path
1.6                  mail-filter/mapson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	8 Feb 2007 13:19:33 -0000	1.5
+++ ChangeLog	22 Jan 2009 22:29:45 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for mail-filter/mapson
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v 1.5 2007/02/08 13:19:33 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v 1.6 2009/01/22 22:29:45 halcy0n Exp $
+
+  22 Jan 2009; Mark Loeser <halcy0n@gentoo.org>
+  +files/mapson-3.0-gcc43.patch, mapson-3.0.ebuild:
+  Patch to fix compilation with gcc-4.3 by Yaroslav Gorbunov <yagorbunov AT
+  mail DOT ru>; bug #251151
 
   08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.



1.6                  mail-filter/mapson/mapson-3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/mapson/mapson-3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/mapson/mapson-3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/mapson/mapson-3.0.ebuild?r1=1.5&r2=1.6

Index: mapson-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mapson-3.0.ebuild	5 Jun 2005 11:59:08 -0000	1.5
+++ mapson-3.0.ebuild	22 Jan 2009 22:29:45 -0000	1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.0.ebuild,v 1.5 2005/06/05 11:59:08 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.0.ebuild,v 1.6 2009/01/22 22:29:45 halcy0n Exp $
+
+inherit eutils
 
 DESCRIPTION="A challenge/response-based white-list spam filter"
 HOMEPAGE="http://mapson.sourceforge.net/"
@@ -13,6 +15,13 @@
 DEPEND="virtual/libc
 	virtual/mta"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+
+	epatch "${FILESDIR}"/${P}-gcc43.patch
+}
+
 src_compile() {
 	./configure \
 		--build=${CHOST} \
@@ -26,13 +35,13 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 
-	cd ${D}/etc/mapson
+	cd "${D}"/etc/mapson
 	dodoc sample-config
 	mv sample-config mapson.config
 
-	cd ${D}/usr/share/mapson
+	cd "${D}"/usr/share/mapson
 	dodoc sample-challenge-template
 	mv sample-challenge-template challenge-template
 	dohtml mapson.html






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-filter/mapson: ChangeLog mapson-3.0.ebuild
@ 2009-08-10  8:25 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-10  8:25 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/08/10 08:25:04

  Modified:             ChangeLog mapson-3.0.ebuild
  Log:
  Fix building with GCC 4.3+ wrt #277151.
  (Portage version: 2.2_rc36/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  mail-filter/mapson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	22 Jan 2009 22:29:45 -0000	1.6
+++ ChangeLog	10 Aug 2009 08:25:04 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for mail-filter/mapson
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v 1.6 2009/01/22 22:29:45 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v 1.7 2009/08/10 08:25:04 ssuominen Exp $
+
+  10 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> mapson-3.0.ebuild,
+  +files/mapson-3.0-gcc43-tests.patch:
+  Fix building with GCC 4.3+ wrt #277151.
 
   22 Jan 2009; Mark Loeser <halcy0n@gentoo.org>
   +files/mapson-3.0-gcc43.patch, mapson-3.0.ebuild:



1.7                  mail-filter/mapson/mapson-3.0.ebuild

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

Index: mapson-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mapson-3.0.ebuild	22 Jan 2009 22:29:45 -0000	1.6
+++ mapson-3.0.ebuild	10 Aug 2009 08:25:04 -0000	1.7
@@ -1,25 +1,26 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.0.ebuild,v 1.6 2009/01/22 22:29:45 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.0.ebuild,v 1.7 2009/08/10 08:25:04 ssuominen Exp $
 
 inherit eutils
 
 DESCRIPTION="A challenge/response-based white-list spam filter"
 HOMEPAGE="http://mapson.sourceforge.net/"
 SRC_URI="mirror://sourceforge/mapson/${P}.tar.gz"
+
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="ppc x86"
-
+KEYWORDS="~amd64 ppc x86"
 IUSE="debug"
-DEPEND="virtual/libc
-	virtual/mta"
+
+RDEPEND="virtual/mta"
+DEPEND="${RDEPEND}"
 
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-
 	epatch "${FILESDIR}"/${P}-gcc43.patch
+	epatch "${FILESDIR}"/${P}-gcc43-tests.patch
 }
 
 src_compile() {






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-filter/mapson: ChangeLog mapson-3.0.ebuild
@ 2012-01-05 16:14 Eray Aslan (eras)
  0 siblings, 0 replies; 3+ messages in thread
From: Eray Aslan (eras) @ 2012-01-05 16:14 UTC (permalink / raw
  To: gentoo-commits

eras        12/01/05 16:14:14

  Modified:             ChangeLog
  Removed:              mapson-3.0.ebuild
  Log:
  remove old
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 mail-filter/mapson/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/mapson/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/mapson/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/mapson/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	4 Jan 2012 22:20:00 -0000	1.10
+++ ChangeLog	5 Jan 2012 16:14:14 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for mail-filter/mapson
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v 1.10 2012/01/04 22:20:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v 1.11 2012/01/05 16:14:14 eras Exp $
+
+  05 Jan 2012; Eray Aslan <eras@gentoo.org> -mapson-3.0.ebuild,
+  -files/mapson-3.0-gcc43-tests.patch, -files/mapson-3.0-gcc43.patch:
+  remove old
 
   04 Jan 2012; Brent Baude <ranger@gentoo.org> mapson-3.3.ebuild:
   Marking mapson-3.3 ppc for bug 391133






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-05 16:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-22 22:29 [gentoo-commits] gentoo-x86 commit in mail-filter/mapson: ChangeLog mapson-3.0.ebuild Mark Loeser (halcy0n)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-10  8:25 Samuli Suominen (ssuominen)
2012-01-05 16:14 Eray Aslan (eras)

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