public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-filter/mapson: mapson-3.3.ebuild ChangeLog
@ 2011-06-10  8:57 Eray Aslan (eras)
  0 siblings, 0 replies; 4+ messages in thread
From: Eray Aslan (eras) @ 2011-06-10  8:57 UTC (permalink / raw
  To: gentoo-commits

eras        11/06/10 08:57:01

  Modified:             ChangeLog
  Added:                mapson-3.3.ebuild
  Log:
  Version and EAPI bump.
  
  (Portage version: 2.1.10/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  mail-filter/mapson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	10 Aug 2009 08:25:04 -0000	1.7
+++ ChangeLog	10 Jun 2011 08:57:00 -0000	1.8
@@ -1,6 +1,11 @@
 # 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.7 2009/08/10 08:25:04 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v 1.8 2011/06/10 08:57:00 eras Exp $
+
+*mapson-3.3 (10 Jun 2011)
+
+  10 Jun 2011; Eray Aslan <eras@gentoo.org> +mapson-3.3.ebuild:
+  Version and EAPI bump.
 
   10 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> mapson-3.0.ebuild,
   +files/mapson-3.0-gcc43-tests.patch:



1.1                  mail-filter/mapson/mapson-3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/mapson/mapson-3.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/mapson/mapson-3.3.ebuild?rev=1.1&content-type=text/plain

Index: mapson-3.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.3.ebuild,v 1.1 2011/06/10 08:57:00 eras Exp $

EAPI=4
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="~amd64 ~ppc ~x86"
IUSE="debug"

RDEPEND="virtual/mta"
DEPEND="${RDEPEND}"

src_configure() {
	econf $(use_with debug)
}

src_install() {
	emake DESTDIR="${D}" install

	dodoc AUTHORS INSTALL NEWS README
	doman doc/mapson.1
	dohtml doc/mapson.html
	dodir /etc/mapson
	insinto /etc/mapson
	newins sample-config mapson.config
	dodir /usr/share/mapson
	insinto /usr/share/mapson
	newins sample-challenge-template challenge-template
	rm -f "${D}"/etc/sample-config
	rm -f "${D}"/usr/share/{mapson.html,sample-challenge-template}
}






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

* [gentoo-commits] gentoo-x86 commit in mail-filter/mapson: mapson-3.3.ebuild ChangeLog
@ 2011-11-22 16:13 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-11-22 16:13 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/11/22 16:13:57

  Modified:             mapson-3.3.ebuild ChangeLog
  Log:
  x86 stable wrt bug #391133
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.2                  mail-filter/mapson/mapson-3.3.ebuild

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

Index: mapson-3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mapson-3.3.ebuild	10 Jun 2011 08:57:00 -0000	1.1
+++ mapson-3.3.ebuild	22 Nov 2011 16:13:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.3.ebuild,v 1.1 2011/06/10 08:57:00 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.3.ebuild,v 1.2 2011/11/22 16:13:57 phajdan.jr Exp $
 
 EAPI=4
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="debug"
 
 RDEPEND="virtual/mta"



1.9                  mail-filter/mapson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	10 Jun 2011 08:57:00 -0000	1.8
+++ ChangeLog	22 Nov 2011 16:13:57 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for mail-filter/mapson
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v 1.8 2011/06/10 08:57:00 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v 1.9 2011/11/22 16:13:57 phajdan.jr Exp $
+
+  22 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> mapson-3.3.ebuild:
+  x86 stable wrt bug #391133
 
 *mapson-3.3 (10 Jun 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in mail-filter/mapson: mapson-3.3.ebuild ChangeLog
@ 2012-01-04 22:20 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-01-04 22:20 UTC (permalink / raw
  To: gentoo-commits

ranger      12/01/04 22:20:00

  Modified:             mapson-3.3.ebuild ChangeLog
  Log:
  Marking mapson-3.3 ppc for bug 391133
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  mail-filter/mapson/mapson-3.3.ebuild

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

Index: mapson-3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mapson-3.3.ebuild	22 Nov 2011 16:13:57 -0000	1.2
+++ mapson-3.3.ebuild	4 Jan 2012 22:20:00 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.3.ebuild,v 1.2 2011/11/22 16:13:57 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.3.ebuild,v 1.3 2012/01/04 22:20:00 ranger Exp $
 
 EAPI=4
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE="debug"
 
 RDEPEND="virtual/mta"



1.10                 mail-filter/mapson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	22 Nov 2011 16:13:57 -0000	1.9
+++ ChangeLog	4 Jan 2012 22:20:00 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for mail-filter/mapson
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v 1.9 2011/11/22 16:13:57 phajdan.jr Exp $
+# 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 $
+
+  04 Jan 2012; Brent Baude <ranger@gentoo.org> mapson-3.3.ebuild:
+  Marking mapson-3.3 ppc for bug 391133
 
   22 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> mapson-3.3.ebuild:
   x86 stable wrt bug #391133






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

* [gentoo-commits] gentoo-x86 commit in mail-filter/mapson: mapson-3.3.ebuild ChangeLog
@ 2013-07-12  4:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-12  4:55 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/12 04:55:40

  Modified:             mapson-3.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #476118
  
  (Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  mail-filter/mapson/mapson-3.3.ebuild

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

Index: mapson-3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mapson-3.3.ebuild	4 Jan 2012 22:20:00 -0000	1.3
+++ mapson-3.3.ebuild	12 Jul 2013 04:55:40 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.3.ebuild,v 1.3 2012/01/04 22:20:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.3.ebuild,v 1.4 2013/07/12 04:55:40 ago Exp $
 
 EAPI=4
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="debug"
 
 RDEPEND="virtual/mta"



1.12                 mail-filter/mapson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	5 Jan 2012 16:14:14 -0000	1.11
+++ ChangeLog	12 Jul 2013 04:55:40 -0000	1.12
@@ -1,6 +1,9 @@
 # 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.11 2012/01/05 16:14:14 eras Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v 1.12 2013/07/12 04:55:40 ago Exp $
+
+  12 Jul 2013; Agostino Sarubbo <ago@gentoo.org> mapson-3.3.ebuild:
+  Stable for amd64, wrt bug #476118
 
   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:
@@ -44,4 +47,3 @@
   +mapson-3.0.ebuild:
   Initial version. Closes #23169, ebuild submitted by Peter Simons
   <simons@cryp.to>.
-





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

end of thread, other threads:[~2013-07-12  4:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-12  4:55 [gentoo-commits] gentoo-x86 commit in mail-filter/mapson: mapson-3.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-04 22:20 Brent Baude (ranger)
2011-11-22 16:13 PaweA Hajdan (phajdan.jr)
2011-06-10  8:57 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